A start job is running for /dev/gpt-auto-root

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dear list,

I've been working on trying to integrate systemd-gpt-auto and systemd-cryptsetup into NixOS's stage-1 init.

Everything was working great on 246; but  when I updated from  kernel 5.4 to 5.10 and from systemd 246 to 247, the setup stopped working.

After entering my LUKS password, the boot keeps hanging with:

A start job is running for /dev/gpt-auto-root

and eventually fails with:

[ TIME ] Timed out waiting for device /dev/gpt-auto-root.

Interestingly.  Both /dev/gpt-auto-root  and /dev/gpt-auto-root-luks exist in the /dev tree so the udev rules are all fired correctly; but for some reason they are not propagating to the device unit.
Also the btrfs kernel module didn't seem to get automatically loaded for some reason.

For the failed boot on 247; this seems to be the interesting bit of the log:
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Adding watch on '/dev/dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: sd-device: Created db file '/run/udev/data/b254:0' for '/devices/virtual/block/dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Device (SEQNUM=1720, ACTION="" processed
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: sd-device-monitor: Passed 947 byte to netlink monitor
Apr 24 12:18:46 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 46 (stored), closing.
Apr 24 12:18:46 localhost systemd[1]: Received SIGCHLD from PID 192 (systemd-cryptse).
Apr 24 12:18:46 localhost systemd[1]: Child 192 (systemd-cryptse) died (code=exited, status=0/SUCCESS)
Apr 24 12:18:46 localhost systemd[1]: systemd-cryptsetup@root.service: Child 192 belongs to systemd-cryptsetup@root.service.
Apr 24 12:18:46 localhost systemd[1]: systemd-cryptsetup@root.service: Main process exited, code=exited, status=0/SUCCESS
Apr 24 12:18:46 localhost systemd[1]: systemd-cryptsetup@root.service: Changed start -> exited
Apr 24 12:18:46 localhost systemd[1]: systemd-cryptsetup@root.service: Job 59 systemd-cryptsetup@root.service/start finished, result=done
Apr 24 12:18:46 localhost systemd[1]: Finished Cryptography Setup for root.
Apr 24 12:18:46 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-cryptsetup@root comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:46 localhost systemd[1]: systemd-cryptsetup@root.service: Control group is empty.
Apr 24 12:18:46 localhost systemd[1]: blockdev@dev-mapper-root.target changed dead -> active
Apr 24 12:18:46 localhost systemd[1]: blockdev@dev-mapper-root.target: Job 72 blockdev@dev-mapper-root.target/start finished, result=done
Apr 24 12:18:46 localhost systemd[1]: Reached target Block Device Preparation for /dev/mapper/root.
Apr 24 12:18:46 localhost kernel: kauditd_printk_skb: 4 callbacks suppressed
Apr 24 12:18:46 localhost kernel: audit: type=1130 audit(1619266726.241:15): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-cryptsetup@root comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:50 localhost systemd-udevd[148]: Cleanup idle workers
Apr 24 12:18:50 localhost systemd-udevd[207]: Unload module index
Apr 24 12:18:50 localhost systemd-udevd[209]: Unload module index
Apr 24 12:18:50 localhost systemd-udevd[205]: Unload module index
Apr 24 12:18:50 localhost systemd-udevd[206]: Unload module index
Apr 24 12:18:50 localhost systemd-udevd[207]: Unloaded link configuration context.
Apr 24 12:18:50 localhost systemd-udevd[209]: Unloaded link configuration context.
Apr 24 12:18:50 localhost systemd-udevd[205]: Unloaded link configuration context.
Apr 24 12:18:50 localhost systemd-udevd[206]: Unloaded link configuration context.
Apr 24 12:18:50 localhost systemd-udevd[148]: Worker [205] exited
Apr 24 12:18:50 localhost systemd-udevd[148]: Worker [206] exited
Apr 24 12:18:50 localhost systemd-udevd[148]: Worker [207] exited
Apr 24 12:18:50 localhost systemd-udevd[148]: Worker [209] exited
Apr 24 12:19:48 localhost systemd[1]: dev-gpt\x2dauto\x2droot.device: Job dev-gpt\x2dauto\x2droot.device/start timed out.
Apr 24 12:19:48 localhost systemd[1]: dev-gpt\x2dauto\x2droot.device: Job 56 dev-gpt\x2dauto\x2droot.device/start finished, result=timeout
Apr 24 12:19:48 localhost systemd[1]: Timed out waiting for device /dev/gpt-auto-root.
Apr 24 12:19:48 localhost systemd[1]: initrd-root-device.target: Job 57 initrd-root-device.target/start finished, result=dependency
Apr 24 12:19:48 localhost systemd[1]: Dependency failed for Initrd Root Device.
Apr 24 12:19:48 localhost systemd[1]: initrd-root-device.target: Job initrd-root-device.target/start failed with result 'dependency'.

Whilst the successful boot on 246 looks like this:

r 24 12:44:32 localhost systemd-cryptsetup[176]: root: retaining kernel read ahead of 256 (requested 256)
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Releasing crypt device /dev/gpt-auto-root-luks context.
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Releasing device-mapper backend.
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Adding watch on '/dev/dm-0'
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Closing read only fd for /dev/gpt-auto-root-luks.
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: sd-device: Created db file '/run/udev/data/b254:0' for '/devices/virtual/block/dm-0'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Device (SEQNUM=2066, ACTION="" processed
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: sd-device-monitor: Passed 891 byte to netlink monitor
Apr 24 12:44:32 localhost systemd[1]: dev-gpt\x2dauto\x2droot.device: Changed dead -> plugged
Apr 24 12:44:32 localhost systemd[1]: dev-gpt\x2dauto\x2droot.device: Job 52 dev-gpt\x2dauto\x2droot.device/start finished, result=done
Apr 24 12:44:32 localhost systemd[1]: Found device /dev/gpt-auto-root.
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2did-dm\x2dname\x2droot.device: Changed dead -> plugged
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d0c642ebc2b7643dcb9ba34f1125d7f16\x2droot.device: Changed dead -> plugged
Apr 24 12:44:32 localhost systemd[1]: dev-mapper-root.device: Changed dead -> plugged
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2duuid-5cb38441\x2d7012\x2d4aaf\x2da70c\x2db11aaaa212d3.device: Changed dead -> plugged
Apr 24 12:44:32 localhost systemd[1]: dev-dm\x2d0.device: Changed dead -> plugged
Apr 24 12:44:32 localhost systemd[1]: sys-devices-virtual-block-dm\x2d0.device: Changed dead -> plugged
Apr 24 12:44:32 localhost systemd[1]: Received SIGCHLD from PID 176 (systemd-cryptse).
Apr 24 12:44:32 localhost systemd[1]: Child 176 (systemd-cryptse) died (code=exited, status=0/SUCCESS)
Apr 24 12:44:32 localhost systemd[1]: systemd-cryptsetup@root.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Apr 24 12:44:32 localhost systemd[1]: systemd-cryptsetup@root.service: Child 176 belongs to systemd-cryptsetup@root.service.
Apr 24 12:44:32 localhost systemd[1]: systemd-cryptsetup@root.service: Main process exited, code=exited, status=0/SUCCESS
Apr 24 12:44:32 localhost systemd[1]: systemd-cryptsetup@root.service: Changed start -> exited
Apr 24 12:44:32 localhost systemd[1]: systemd-cryptsetup@root.service: Job 56 systemd-cryptsetup@root.service/start finished, result=done
Apr 24 12:44:32 localhost systemd[1]: Finished Cryptography Setup for root.
Apr 24 12:44:32 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-cryptsetup@root comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:32 localhost systemd[1]: systemd-cryptsetup@root.service: Control group is empty.
Apr 24 12:44:32 localhost kernel: kauditd_printk_skb: 1 callbacks suppressed
Apr 24 12:44:32 localhost kernel: audit: type=1130 audit(1619268272.815:12): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-cryptsetup@root comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:32 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 43 (stored), closing.
Apr 24 12:44:32 localhost systemd[1]: blockdev@dev-mapper-root.target changed dead -> active
Apr 24 12:44:32 localhost systemd[1]: blockdev@dev-mapper-root.target: Job 69 blockdev@dev-mapper-root.target/start finished, result=done
Apr 24 12:44:32 localhost systemd[1]: Reached target Block Device Preparation for /dev/mapper/root.
Apr 24 12:44:32 localhost systemd[1]: initrd-root-device.target: ConditionPathExists=/etc/initrd-release succeeded.
Apr 24 12:44:32 localhost systemd[1]: initrd-root-device.target changed dead -> active
Apr 24 12:44:32 localhost systemd[1]: initrd-root-device.target: Job 55 initrd-root-device.target/start finished, result=done
Apr 24 12:44:32 localhost systemd[1]: Reached target Initrd Root Device.
Apr 24 12:44:32 localhost systemd[1]: initrd.target: starting held back, waiting for: initrd-root-fs.target
Apr 24 12:44:32 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:32 localhost systemd[1]: sysroot.mount: About to execute: /nix/store/wcbrp1x2xfmqdpg4vs759irmm1k74c0s-util-linux-2.36-bin/bin/mount /dev/gpt-auto-root /sysroot -o ro
Apr 24 12:44:32 localhost systemd[1]: sysroot.mount: Forked /nix/store/wcbrp1x2xfmqdpg4vs759irmm1k74c0s-util-linux-2.36-bin/bin/mount as 202
Apr 24 12:44:32 localhost systemd[1]: sysroot.mount: Changed dead -> mounting
Apr 24 12:44:32 localhost systemd[1]: Mounting Root Partition...
Apr 24 12:44:32 localhost systemd[202]: sysroot.mount: Executing: /nix/store/wcbrp1x2xfmqdpg4vs759irmm1k74c0s-util-linux-2.36-bin/bin/mount /dev/gpt-auto-root /sysroot -o ro



I have attached the full boot log of the initrd as an attachment.   initrd-246.log succeeds; whilst initrd-247.log fails

Would love to get some pointers on how to further debug this. I can't tell from the logs what exactly is going wrong.

-- Journal begins at Sat 2021-04-24 12:18:18 UTC, ends at Sat 2021-04-24 12:25:48 UTC. --
Apr 24 12:18:18 localhost kernel: Linux version 5.10.30 (nixbld@localhost) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1-NixOS SMP Wed Apr 14 06:42:14 UTC 2021
Apr 24 12:18:18 localhost kernel: Command line: initrd=\efi\nixos\pfs35wvlcy33nrkp86xibbpisspx0aph-initrd-initrd.efi init=/nix/store/9ydg5glr6w05msmjby7w946yz6n7libd-nixos-system-t490s-21.05.20210422.abb55ca/init rd.udev.log_priority=debug systemd.log_level=debug loglevel=4
Apr 24 12:18:18 localhost kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Apr 24 12:18:18 localhost kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Apr 24 12:18:18 localhost kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Apr 24 12:18:18 localhost kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Apr 24 12:18:18 localhost kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Apr 24 12:18:18 localhost kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Apr 24 12:18:18 localhost kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Apr 24 12:18:18 localhost kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Apr 24 12:18:18 localhost kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Apr 24 12:18:18 localhost kernel: BIOS-provided physical RAM map:
Apr 24 12:18:18 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Apr 24 12:18:18 localhost kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Apr 24 12:18:18 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x000000005b27bfff] usable
Apr 24 12:18:18 localhost kernel: BIOS-e820: [mem 0x000000005b27c000-0x000000005fa6dfff] reserved
Apr 24 12:18:18 localhost kernel: BIOS-e820: [mem 0x000000005fa6e000-0x000000005fca9fff] ACPI NVS
Apr 24 12:18:18 localhost kernel: BIOS-e820: [mem 0x000000005fcaa000-0x000000005fd0efff] ACPI data
Apr 24 12:18:18 localhost kernel: BIOS-e820: [mem 0x000000005fd0f000-0x000000005fd0ffff] usable
Apr 24 12:18:18 localhost kernel: BIOS-e820: [mem 0x000000005fd10000-0x0000000067ffffff] reserved
Apr 24 12:18:18 localhost kernel: BIOS-e820: [mem 0x0000000068000000-0x00000000687fffff] usable
Apr 24 12:18:18 localhost kernel: BIOS-e820: [mem 0x0000000068800000-0x000000006f7fffff] reserved
Apr 24 12:18:18 localhost kernel: BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
Apr 24 12:18:18 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000048e7fffff] usable
Apr 24 12:18:18 localhost kernel: NX (Execute Disable) protection: active
Apr 24 12:18:18 localhost kernel: efi: EFI v2.60 by Lenovo
Apr 24 12:18:18 localhost kernel: efi: TPMFinalLog=0x5fca2000 SMBIOS=0x5de94000 SMBIOS 3.0=0x5de87000 ACPI=0x5fd0e000 ACPI 2.0=0x5fd0e014 MEMATTR=0x57da4018 ESRT=0x5c327000 RNG=0x5de95a98 TPMEventLog=0x5378d018
Apr 24 12:18:18 localhost kernel: efi: seeding entropy pool
Apr 24 12:18:18 localhost kernel: SMBIOS 3.1.1 present.
Apr 24 12:18:18 localhost kernel: DMI: LENOVO 20N2CTO1WW/20N2CTO1WW, BIOS N2IET29W (1.07 ) 02/19/2019
Apr 24 12:18:18 localhost kernel: tsc: Detected 2000.000 MHz processor
Apr 24 12:18:18 localhost kernel: tsc: Detected 1999.968 MHz TSC
Apr 24 12:18:18 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Apr 24 12:18:18 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Apr 24 12:18:18 localhost kernel: last_pfn = 0x48e800 max_arch_pfn = 0x400000000
Apr 24 12:18:18 localhost kernel: MTRR default type: write-back
Apr 24 12:18:18 localhost kernel: MTRR fixed ranges enabled:
Apr 24 12:18:18 localhost kernel:   00000-9FFFF write-back
Apr 24 12:18:18 localhost kernel:   A0000-BFFFF uncachable
Apr 24 12:18:18 localhost kernel:   C0000-FFFFF write-protect
Apr 24 12:18:18 localhost kernel: MTRR variable ranges enabled:
Apr 24 12:18:18 localhost kernel:   0 base 0080000000 mask 7F80000000 uncachable
Apr 24 12:18:18 localhost kernel:   1 base 0070000000 mask 7FF0000000 uncachable
Apr 24 12:18:18 localhost kernel:   2 base 006C000000 mask 7FFC000000 uncachable
Apr 24 12:18:18 localhost kernel:   3 base 006B000000 mask 7FFF000000 uncachable
Apr 24 12:18:18 localhost kernel:   4 base 2000000000 mask 6000000000 uncachable
Apr 24 12:18:18 localhost kernel:   5 base 1000000000 mask 7000000000 uncachable
Apr 24 12:18:18 localhost kernel:   6 base 0800000000 mask 7800000000 uncachable
Apr 24 12:18:18 localhost kernel:   7 base 4000000000 mask 4000000000 uncachable
Apr 24 12:18:18 localhost kernel:   8 disabled
Apr 24 12:18:18 localhost kernel:   9 disabled
Apr 24 12:18:18 localhost kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
Apr 24 12:18:18 localhost kernel: last_pfn = 0x68800 max_arch_pfn = 0x400000000
Apr 24 12:18:18 localhost kernel: ACPI: Early table checksum verification disabled
Apr 24 12:18:18 localhost kernel: ACPI: RSDP 0x000000005FD0E014 000024 (v02 LENOVO)
Apr 24 12:18:18 localhost kernel: ACPI: XSDT 0x000000005FD0C188 000114 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: FACP 0x000000005DD44000 000114 (v06 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: DSDT 0x000000005DD1C000 023EA9 (v02 LENOVO CFL      20170001 INTL 20160422)
Apr 24 12:18:18 localhost kernel: ACPI: FACS 0x000000005FB04000 000040
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0x000000005DD99000 001B1C (v02 LENOVO CpuSsdt  00003000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0x000000005DD98000 00056D (v02 LENOVO CtdpB    00001000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0x000000005DD5F000 003884 (v02 LENOVO DptfTabl 00001000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0x000000005DD49000 00313D (v02 LENOVO SaSsdt   00003000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0x000000005DD48000 000612 (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: TPM2 0x000000005DD47000 000034 (v04 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: UEFI 0x000000005FB23000 000042 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0x000000005DD45000 000530 (v02 LENOVO PerfTune 00001000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: HPET 0x000000005DD43000 000038 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: APIC 0x000000005DD42000 00012C (v03 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: MCFG 0x000000005DD41000 00003C (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: ECDT 0x000000005DD40000 000053 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0x000000005DD1A000 0015EF (v02 LENOVO WHL_Tbt_ 00001000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0x000000005DD17000 00230C (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: BOOT 0x000000005DD16000 000028 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: SLIC 0x000000005DD15000 000176 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0x000000005DD14000 000CE3 (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: LPIT 0x000000005DD13000 000094 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: WSMT 0x000000005DD12000 000028 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0x000000005DD10000 001667 (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: DBGP 0x000000005DD0F000 000034 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: DBG2 0x000000005DD0E000 000054 (v00 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: MSDM 0x000000005DD0D000 000055 (v03 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: BATB 0x000000005DB30000 00004A (v02 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: DMAR 0x000000005C329000 0000A8 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: NHLT 0x000000005C328000 00002D (v00 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: FPDT 0x000000005C326000 000044 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: BGRT 0x000000005C325000 000038 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: UEFI 0x000000005FAB8000 00012A (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:18:18 localhost kernel: ACPI: Reserving FACP table memory at [mem 0x5dd44000-0x5dd44113]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving DSDT table memory at [mem 0x5dd1c000-0x5dd3fea8]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving FACS table memory at [mem 0x5fb04000-0x5fb0403f]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x5dd99000-0x5dd9ab1b]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x5dd98000-0x5dd9856c]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x5dd5f000-0x5dd62883]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x5dd49000-0x5dd4c13c]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x5dd48000-0x5dd48611]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving TPM2 table memory at [mem 0x5dd47000-0x5dd47033]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving UEFI table memory at [mem 0x5fb23000-0x5fb23041]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x5dd45000-0x5dd4552f]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving HPET table memory at [mem 0x5dd43000-0x5dd43037]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving APIC table memory at [mem 0x5dd42000-0x5dd4212b]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving MCFG table memory at [mem 0x5dd41000-0x5dd4103b]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving ECDT table memory at [mem 0x5dd40000-0x5dd40052]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x5dd1a000-0x5dd1b5ee]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x5dd17000-0x5dd1930b]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving BOOT table memory at [mem 0x5dd16000-0x5dd16027]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving SLIC table memory at [mem 0x5dd15000-0x5dd15175]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x5dd14000-0x5dd14ce2]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving LPIT table memory at [mem 0x5dd13000-0x5dd13093]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving WSMT table memory at [mem 0x5dd12000-0x5dd12027]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x5dd10000-0x5dd11666]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving DBGP table memory at [mem 0x5dd0f000-0x5dd0f033]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving DBG2 table memory at [mem 0x5dd0e000-0x5dd0e053]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving MSDM table memory at [mem 0x5dd0d000-0x5dd0d054]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving BATB table memory at [mem 0x5db30000-0x5db30049]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving DMAR table memory at [mem 0x5c329000-0x5c3290a7]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving NHLT table memory at [mem 0x5c328000-0x5c32802c]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving FPDT table memory at [mem 0x5c326000-0x5c326043]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving BGRT table memory at [mem 0x5c325000-0x5c325037]
Apr 24 12:18:18 localhost kernel: ACPI: Reserving UEFI table memory at [mem 0x5fab8000-0x5fab8129]
Apr 24 12:18:18 localhost kernel: esrt: Reserving ESRT space from 0x000000005c327000 to 0x000000005c3270d8.
Apr 24 12:18:18 localhost kernel: check: Scanning 1 areas for low memory corruption
Apr 24 12:18:18 localhost kernel: Using GB pages for direct mapping
Apr 24 12:18:18 localhost kernel: Secure boot disabled
Apr 24 12:18:18 localhost kernel: RAMDISK: [mem 0x4c5c7000-0x512abfff]
Apr 24 12:18:18 localhost kernel: ACPI: Local APIC address 0xfee00000
Apr 24 12:18:18 localhost kernel: No NUMA configuration found
Apr 24 12:18:18 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000048e7fffff]
Apr 24 12:18:18 localhost kernel: NODE_DATA(0) allocated [mem 0x48e7fb000-0x48e7fffff]
Apr 24 12:18:18 localhost kernel: Zone ranges:
Apr 24 12:18:18 localhost kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Apr 24 12:18:18 localhost kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Apr 24 12:18:18 localhost kernel:   Normal   [mem 0x0000000100000000-0x000000048e7fffff]
Apr 24 12:18:18 localhost kernel:   Device   empty
Apr 24 12:18:18 localhost kernel: Movable zone start for each node
Apr 24 12:18:18 localhost kernel: Early memory node ranges
Apr 24 12:18:18 localhost kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Apr 24 12:18:18 localhost kernel:   node   0: [mem 0x0000000000100000-0x000000005b27bfff]
Apr 24 12:18:18 localhost kernel:   node   0: [mem 0x000000005fd0f000-0x000000005fd0ffff]
Apr 24 12:18:18 localhost kernel:   node   0: [mem 0x0000000068000000-0x00000000687fffff]
Apr 24 12:18:18 localhost kernel:   node   0: [mem 0x0000000100000000-0x000000048e7fffff]
Apr 24 12:18:18 localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000048e7fffff]
Apr 24 12:18:18 localhost kernel: On node 0 totalpages: 4104731
Apr 24 12:18:18 localhost kernel:   DMA zone: 64 pages used for memmap
Apr 24 12:18:18 localhost kernel:   DMA zone: 21 pages reserved
Apr 24 12:18:18 localhost kernel:   DMA zone: 3998 pages, LIFO batch:0
Apr 24 12:18:18 localhost kernel:   DMA zone: 28770 pages in unavailable ranges
Apr 24 12:18:18 localhost kernel:   DMA32 zone: 5802 pages used for memmap
Apr 24 12:18:18 localhost kernel:   DMA32 zone: 371325 pages, LIFO batch:63
Apr 24 12:18:18 localhost kernel:   DMA32 zone: 50563 pages in unavailable ranges
Apr 24 12:18:18 localhost kernel:   Normal zone: 58272 pages used for memmap
Apr 24 12:18:18 localhost kernel:   Normal zone: 3729408 pages, LIFO batch:63
Apr 24 12:18:18 localhost kernel:   Normal zone: 6144 pages in unavailable ranges
Apr 24 12:18:18 localhost kernel: Reserving Intel graphics memory at [mem 0x6b800000-0x6f7fffff]
Apr 24 12:18:18 localhost kernel: ACPI: PM-Timer IO Port: 0x1808
Apr 24 12:18:18 localhost kernel: ACPI: Local APIC address 0xfee00000
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Apr 24 12:18:18 localhost kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Apr 24 12:18:18 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 24 12:18:18 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 24 12:18:18 localhost kernel: ACPI: IRQ0 used by override.
Apr 24 12:18:18 localhost kernel: ACPI: IRQ9 used by override.
Apr 24 12:18:18 localhost kernel: Using ACPI (MADT) for SMP configuration information
Apr 24 12:18:18 localhost kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Apr 24 12:18:18 localhost kernel: e820: update [mem 0x57c5c000-0x57cecfff] usable ==> reserved
Apr 24 12:18:18 localhost kernel: TSC deadline timer available
Apr 24 12:18:18 localhost kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Apr 24 12:18:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 24 12:18:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Apr 24 12:18:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x57c5c000-0x57cecfff]
Apr 24 12:18:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x5b27c000-0x5fa6dfff]
Apr 24 12:18:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x5fa6e000-0x5fca9fff]
Apr 24 12:18:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x5fcaa000-0x5fd0efff]
Apr 24 12:18:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x5fd10000-0x67ffffff]
Apr 24 12:18:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x68800000-0x6f7fffff]
Apr 24 12:18:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x6f800000-0xfe00ffff]
Apr 24 12:18:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
Apr 24 12:18:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xffffffff]
Apr 24 12:18:18 localhost kernel: [mem 0x6f800000-0xfe00ffff] available for PCI devices
Apr 24 12:18:18 localhost kernel: Booting paravirtualized kernel on bare hardware
Apr 24 12:18:18 localhost kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Apr 24 12:18:18 localhost kernel: setup_percpu: NR_CPUS:384 nr_cpumask_bits:384 nr_cpu_ids:8 nr_node_ids:1
Apr 24 12:18:18 localhost kernel: percpu: Embedded 54 pages/cpu s183384 r8192 d29608 u262144
Apr 24 12:18:18 localhost kernel: pcpu-alloc: s183384 r8192 d29608 u262144 alloc=1*2097152
Apr 24 12:18:18 localhost kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Apr 24 12:18:18 localhost kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4040572
Apr 24 12:18:18 localhost kernel: Policy zone: Normal
Apr 24 12:18:18 localhost kernel: Kernel command line: initrd=\efi\nixos\pfs35wvlcy33nrkp86xibbpisspx0aph-initrd-initrd.efi init=/nix/store/9ydg5glr6w05msmjby7w946yz6n7libd-nixos-system-t490s-21.05.20210422.abb55ca/init rd.udev.log_priority=debug systemd.log_level=debug loglevel=4
Apr 24 12:18:18 localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Apr 24 12:18:18 localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Apr 24 12:18:18 localhost kernel: mem auto-init: stack:off, heap alloc:off, heap free:off
Apr 24 12:18:18 localhost kernel: Memory: 15882748K/16418924K available (12295K kernel code, 2192K rwdata, 2400K rodata, 1540K init, 1056K bss, 535916K reserved, 0K cma-reserved)
Apr 24 12:18:18 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Apr 24 12:18:18 localhost kernel: ftrace: allocating 33652 entries in 132 pages
Apr 24 12:18:18 localhost kernel: ftrace: allocated 132 pages with 2 groups
Apr 24 12:18:18 localhost kernel: rcu: Hierarchical RCU implementation.
Apr 24 12:18:18 localhost kernel: rcu:         RCU event tracing is enabled.
Apr 24 12:18:18 localhost kernel: rcu:         RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=8.
Apr 24 12:18:18 localhost kernel:         Trampoline variant of Tasks RCU enabled.
Apr 24 12:18:18 localhost kernel:         Rude variant of Tasks RCU enabled.
Apr 24 12:18:18 localhost kernel:         Tracing variant of Tasks RCU enabled.
Apr 24 12:18:18 localhost kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Apr 24 12:18:18 localhost kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Apr 24 12:18:18 localhost kernel: NR_IRQS: 24832, nr_irqs: 2048, preallocated irqs: 16
Apr 24 12:18:18 localhost kernel: random: crng done (trusting CPU's manufacturer)
Apr 24 12:18:18 localhost kernel: Console: colour dummy device 80x25
Apr 24 12:18:18 localhost kernel: printk: console [tty0] enabled
Apr 24 12:18:18 localhost kernel: ACPI: Core revision 20200925
Apr 24 12:18:18 localhost kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Apr 24 12:18:18 localhost kernel: APIC: Switch to symmetric I/O mode setup
Apr 24 12:18:18 localhost kernel: DMAR: Host address width 39
Apr 24 12:18:18 localhost kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Apr 24 12:18:18 localhost kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Apr 24 12:18:18 localhost kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Apr 24 12:18:18 localhost kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Apr 24 12:18:18 localhost kernel: DMAR: RMRR base: 0x0000005fa2a000 end: 0x0000005fa49fff
Apr 24 12:18:18 localhost kernel: DMAR: RMRR base: 0x0000006b000000 end: 0x0000006f7fffff
Apr 24 12:18:18 localhost kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Apr 24 12:18:18 localhost kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Apr 24 12:18:18 localhost kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Apr 24 12:18:18 localhost kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Apr 24 12:18:18 localhost kernel: x2apic enabled
Apr 24 12:18:18 localhost kernel: Switched APIC routing to cluster x2apic.
Apr 24 12:18:18 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 24 12:18:18 localhost kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39a8208cdd2, max_idle_ns: 881590748921 ns
Apr 24 12:18:18 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3999.93 BogoMIPS (lpj=1999968)
Apr 24 12:18:18 localhost kernel: pid_max: default: 32768 minimum: 301
Apr 24 12:18:18 localhost kernel: LSM: Security Framework initializing
Apr 24 12:18:18 localhost kernel: Yama: becoming mindful.
Apr 24 12:18:18 localhost kernel: SELinux:  Initializing.
Apr 24 12:18:18 localhost kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 24 12:18:18 localhost kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 24 12:18:18 localhost kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Apr 24 12:18:18 localhost kernel: process: using mwait in idle threads
Apr 24 12:18:18 localhost kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Apr 24 12:18:18 localhost kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Apr 24 12:18:18 localhost kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr 24 12:18:18 localhost kernel: Spectre V2 : Mitigation: Full generic retpoline
Apr 24 12:18:18 localhost kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Apr 24 12:18:18 localhost kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Apr 24 12:18:18 localhost kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Apr 24 12:18:18 localhost kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Apr 24 12:18:18 localhost kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Apr 24 12:18:18 localhost kernel: SRBDS: Vulnerable: No microcode
Apr 24 12:18:18 localhost kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Apr 24 12:18:18 localhost kernel: Freeing SMP alternatives memory: 32K
Apr 24 12:18:18 localhost kernel: smpboot: CPU0: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xb)
Apr 24 12:18:18 localhost kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Apr 24 12:18:18 localhost kernel: ... version:                4
Apr 24 12:18:18 localhost kernel: ... bit width:              48
Apr 24 12:18:18 localhost kernel: ... generic registers:      4
Apr 24 12:18:18 localhost kernel: ... value mask:             0000ffffffffffff
Apr 24 12:18:18 localhost kernel: ... max period:             00007fffffffffff
Apr 24 12:18:18 localhost kernel: ... fixed-purpose events:   3
Apr 24 12:18:18 localhost kernel: ... event mask:             000000070000000f
Apr 24 12:18:18 localhost kernel: rcu: Hierarchical SRCU implementation.
Apr 24 12:18:18 localhost kernel: smp: Bringing up secondary CPUs ...
Apr 24 12:18:18 localhost kernel: x86: Booting SMP configuration:
Apr 24 12:18:18 localhost kernel: .... node  #0, CPUs:      #1 #2 #3 #4
Apr 24 12:18:18 localhost 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.
Apr 24 12:18:18 localhost kernel:  #5 #6 #7
Apr 24 12:18:18 localhost kernel: smp: Brought up 1 node, 8 CPUs
Apr 24 12:18:18 localhost kernel: smpboot: Max logical packages: 1
Apr 24 12:18:18 localhost kernel: smpboot: Total of 8 processors activated (31999.48 BogoMIPS)
Apr 24 12:18:18 localhost kernel: devtmpfs: initialized
Apr 24 12:18:18 localhost kernel: x86/mm: Memory block size: 128MB
Apr 24 12:18:18 localhost kernel: PM: Registering ACPI NVS region [mem 0x5fa6e000-0x5fca9fff] (2342912 bytes)
Apr 24 12:18:18 localhost kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Apr 24 12:18:18 localhost kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Apr 24 12:18:18 localhost kernel: pinctrl core: initialized pinctrl subsystem
Apr 24 12:18:18 localhost kernel: NET: Registered protocol family 16
Apr 24 12:18:18 localhost kernel: audit: initializing netlink subsys (disabled)
Apr 24 12:18:18 localhost kernel: audit: type=2000 audit(1619266696.024:1): state=initialized audit_enabled=0 res=1
Apr 24 12:18:18 localhost kernel: thermal_sys: Registered thermal governor 'bang_bang'
Apr 24 12:18:18 localhost kernel: thermal_sys: Registered thermal governor 'step_wise'
Apr 24 12:18:18 localhost kernel: thermal_sys: Registered thermal governor 'user_space'
Apr 24 12:18:18 localhost kernel: cpuidle: using governor menu
Apr 24 12:18:18 localhost kernel: Simple Boot Flag at 0x47 set to 0x1
Apr 24 12:18:18 localhost kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Apr 24 12:18:18 localhost kernel: ACPI: bus type PCI registered
Apr 24 12:18:18 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 24 12:18:18 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Apr 24 12:18:18 localhost kernel: PCI: not using MMCONFIG
Apr 24 12:18:18 localhost kernel: PCI: Using configuration type 1 for base access
Apr 24 12:18:18 localhost kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Apr 24 12:18:18 localhost kernel: Kprobes globally optimized
Apr 24 12:18:18 localhost kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Apr 24 12:18:18 localhost kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Apr 24 12:18:18 localhost kernel: ACPI: Added _OSI(Module Device)
Apr 24 12:18:18 localhost kernel: ACPI: Added _OSI(Processor Device)
Apr 24 12:18:18 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 24 12:18:18 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
Apr 24 12:18:18 localhost kernel: ACPI: Added _OSI(Linux-Dell-Video)
Apr 24 12:18:18 localhost kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Apr 24 12:18:18 localhost kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Apr 24 12:18:18 localhost kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
Apr 24 12:18:18 localhost kernel: ACPI: EC: EC started
Apr 24 12:18:18 localhost kernel: ACPI: EC: interrupt blocked
Apr 24 12:18:18 localhost kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 24 12:18:18 localhost kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Apr 24 12:18:18 localhost kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Apr 24 12:18:18 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0xFFFF96C140E9E800 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Apr 24 12:18:18 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0xFFFF96C140EC3400 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0xFFFF96C140EBD000 0005D8 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0xFFFF96C140E4B400 00011B (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0xFFFF96C140EBD800 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0xFFFF96C140EBF000 0005FC (v02 PmRef  ApIst    00003000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0xFFFF96C140EC3800 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0xFFFF96C140EB2000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:18:18 localhost kernel: ACPI: SSDT 0xFFFF96C140EC3C00 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
Apr 24 12:18:18 localhost kernel: ACPI: Interpreter enabled
Apr 24 12:18:18 localhost kernel: ACPI: (supports S0 S3 S4 S5)
Apr 24 12:18:18 localhost kernel: ACPI: Using IOAPIC for interrupt routing
Apr 24 12:18:18 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Apr 24 12:18:18 localhost kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
Apr 24 12:18:18 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 24 12:18:18 localhost kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Apr 24 12:18:18 localhost kernel: ACPI: Power Resource [PUBS] (on)
Apr 24 12:18:18 localhost kernel: ACPI: Power Resource [USBC] (on)
Apr 24 12:18:18 localhost kernel: ACPI: Power Resource [PXP] (on)
Apr 24 12:18:18 localhost kernel: ACPI: Power Resource [V0PR] (on)
Apr 24 12:18:18 localhost kernel: ACPI: Power Resource [V1PR] (on)
Apr 24 12:18:18 localhost kernel: ACPI: Power Resource [V2PR] (on)
Apr 24 12:18:18 localhost kernel: ACPI: Power Resource [WRST] (on)
Apr 24 12:18:18 localhost kernel: ACPI: Power Resource [PIN] (off)
Apr 24 12:18:18 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Apr 24 12:18:18 localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Apr 24 12:18:18 localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
Apr 24 12:18:18 localhost kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Apr 24 12:18:18 localhost kernel: PCI host bridge to bus 0000:00
Apr 24 12:18:18 localhost kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x6f800000-0xdfffffff window]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Apr 24 12:18:18 localhost kernel: pci 0000:00:00.0: [8086:3e34] type 00 class 0x060000
Apr 24 12:18:18 localhost kernel: pci 0000:00:02.0: [8086:3ea0] type 00 class 0x030000
Apr 24 12:18:18 localhost kernel: pci 0000:00:02.0: reg 0x10: [mem 0xc7000000-0xc7ffffff 64bit]
Apr 24 12:18:18 localhost kernel: pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
Apr 24 12:18:18 localhost kernel: pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
Apr 24 12:18:18 localhost kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Apr 24 12:18:18 localhost kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
Apr 24 12:18:18 localhost kernel: pci 0000:00:04.0: reg 0x10: [mem 0xc9730000-0xc9737fff 64bit]
Apr 24 12:18:18 localhost kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
Apr 24 12:18:18 localhost kernel: pci 0000:00:08.0: reg 0x10: [mem 0xc9742000-0xc9742fff 64bit]
Apr 24 12:18:18 localhost kernel: pci 0000:00:12.0: [8086:9df9] type 00 class 0x118000
Apr 24 12:18:18 localhost kernel: pci 0000:00:12.0: reg 0x10: [mem 0xc9743000-0xc9743fff 64bit]
Apr 24 12:18:18 localhost kernel: pci 0000:00:14.0: [8086:9ded] type 00 class 0x0c0330
Apr 24 12:18:18 localhost kernel: pci 0000:00:14.0: reg 0x10: [mem 0xc9720000-0xc972ffff 64bit]
Apr 24 12:18:18 localhost kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Apr 24 12:18:18 localhost kernel: pci 0000:00:14.2: [8086:9def] type 00 class 0x050000
Apr 24 12:18:18 localhost kernel: pci 0000:00:14.2: reg 0x10: [mem 0xc9740000-0xc9741fff 64bit]
Apr 24 12:18:18 localhost kernel: pci 0000:00:14.2: reg 0x18: [mem 0xc9744000-0xc9744fff 64bit]
Apr 24 12:18:18 localhost kernel: pci 0000:00:14.3: [8086:9df0] type 00 class 0x028000
Apr 24 12:18:18 localhost kernel: pci 0000:00:14.3: reg 0x10: [mem 0xc9738000-0xc973bfff 64bit]
Apr 24 12:18:18 localhost kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Apr 24 12:18:18 localhost kernel: pci 0000:00:15.0: [8086:9de8] type 00 class 0x0c8000
Apr 24 12:18:18 localhost kernel: pci 0000:00:15.0: reg 0x10: [mem 0xc9745000-0xc9745fff 64bit]
Apr 24 12:18:18 localhost kernel: pci 0000:00:16.0: [8086:9de0] type 00 class 0x078000
Apr 24 12:18:18 localhost kernel: pci 0000:00:16.0: reg 0x10: [mem 0xc9746000-0xc9746fff 64bit]
Apr 24 12:18:18 localhost kernel: pci 0000:00:16.0: PME# supported from D3hot
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.0: [8086:9db8] type 01 class 0x060400
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.4: [8086:9dbc] type 01 class 0x060400
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.0: [8086:9db0] type 01 class 0x060400
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.4: [8086:9db4] type 01 class 0x060400
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
Apr 24 12:18:18 localhost kernel: pci 0000:00:1f.0: [8086:9d84] type 00 class 0x060100
Apr 24 12:18:18 localhost kernel: pci 0000:00:1f.3: [8086:9dc8] type 00 class 0x040380
Apr 24 12:18:18 localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xc973c000-0xc973ffff 64bit]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xc8a00000-0xc8afffff 64bit]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Apr 24 12:18:18 localhost kernel: pci 0000:00:1f.4: [8086:9da3] type 00 class 0x0c0500
Apr 24 12:18:18 localhost kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xc9747000-0xc97470ff 64bit]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1f.5: [8086:9da4] type 00 class 0x0c8000
Apr 24 12:18:18 localhost kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1f.6: [8086:15be] type 00 class 0x020000
Apr 24 12:18:18 localhost kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xc9700000-0xc971ffff]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Apr 24 12:18:18 localhost kernel: pci 0000:01:00.0: [17a0:9750] type 00 class 0xff0000
Apr 24 12:18:18 localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0xc9600000-0xc9600fff]
Apr 24 12:18:18 localhost kernel: pci 0000:01:00.0: supports D1 D2
Apr 24 12:18:18 localhost kernel: pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.0:   bridge window [mem 0xc9600000-0xc96fffff]
Apr 24 12:18:18 localhost kernel: pci 0000:02:00.0: [8086:15c0] type 01 class 0x060400
Apr 24 12:18:18 localhost kernel: pci 0000:02:00.0: enabling Extended Tags
Apr 24 12:18:18 localhost kernel: pci 0000:02:00.0: supports D1 D2
Apr 24 12:18:18 localhost kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.4:   bridge window [mem 0xb0000000-0xc60fffff]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.4:   bridge window [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:18:18 localhost kernel: pci 0000:03:00.0: [8086:15c0] type 01 class 0x060400
Apr 24 12:18:18 localhost kernel: pci 0000:03:00.0: enabling Extended Tags
Apr 24 12:18:18 localhost kernel: pci 0000:03:00.0: supports D1 D2
Apr 24 12:18:18 localhost kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 24 12:18:18 localhost kernel: pci 0000:03:01.0: [8086:15c0] type 01 class 0x060400
Apr 24 12:18:18 localhost kernel: pci 0000:03:01.0: enabling Extended Tags
Apr 24 12:18:18 localhost kernel: pci 0000:03:01.0: supports D1 D2
Apr 24 12:18:18 localhost kernel: pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 24 12:18:18 localhost kernel: pci 0000:03:02.0: [8086:15c0] type 01 class 0x060400
Apr 24 12:18:18 localhost kernel: pci 0000:03:02.0: enabling Extended Tags
Apr 24 12:18:18 localhost kernel: pci 0000:03:02.0: supports D1 D2
Apr 24 12:18:18 localhost kernel: pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 24 12:18:18 localhost kernel: pci 0000:02:00.0: PCI bridge to [bus 03-3a]
Apr 24 12:18:18 localhost kernel: pci 0000:02:00.0:   bridge window [mem 0xb0000000-0xc60fffff]
Apr 24 12:18:18 localhost kernel: pci 0000:02:00.0:   bridge window [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:18:18 localhost kernel: pci 0000:04:00.0: [8086:15bf] type 00 class 0x088000
Apr 24 12:18:18 localhost kernel: pci 0000:04:00.0: reg 0x10: [mem 0xc6000000-0xc603ffff]
Apr 24 12:18:18 localhost kernel: pci 0000:04:00.0: reg 0x14: [mem 0xc6040000-0xc6040fff]
Apr 24 12:18:18 localhost kernel: pci 0000:04:00.0: enabling Extended Tags
Apr 24 12:18:18 localhost kernel: pci 0000:04:00.0: supports D1 D2
Apr 24 12:18:18 localhost kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 24 12:18:18 localhost kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Apr 24 12:18:18 localhost kernel: pci 0000:03:00.0:   bridge window [mem 0xc6000000-0xc60fffff]
Apr 24 12:18:18 localhost kernel: pci 0000:03:01.0: PCI bridge to [bus 05-39]
Apr 24 12:18:18 localhost kernel: pci 0000:03:01.0:   bridge window [mem 0xb0000000-0xc5efffff]
Apr 24 12:18:18 localhost kernel: pci 0000:03:01.0:   bridge window [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:18:18 localhost kernel: pci 0000:3a:00.0: [8086:15c1] type 00 class 0x0c0330
Apr 24 12:18:18 localhost kernel: pci 0000:3a:00.0: reg 0x10: [mem 0xc5f00000-0xc5f0ffff]
Apr 24 12:18:18 localhost kernel: pci 0000:3a:00.0: enabling Extended Tags
Apr 24 12:18:18 localhost kernel: pci 0000:3a:00.0: supports D1 D2
Apr 24 12:18:18 localhost kernel: pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 24 12:18:18 localhost kernel: pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
Apr 24 12:18:18 localhost kernel: pci 0000:03:02.0: PCI bridge to [bus 3a]
Apr 24 12:18:18 localhost kernel: pci 0000:03:02.0:   bridge window [mem 0xc5f00000-0xc5ffffff]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.0: PCI bridge to [bus 3c]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.0:   bridge window [io  0x2000-0x2fff]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.0:   bridge window [mem 0xc8c00000-0xc95fffff]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.0:   bridge window [mem 0xc8000000-0xc89fffff 64bit pref]
Apr 24 12:18:18 localhost kernel: pci 0000:3d:00.0: [1179:011a] type 00 class 0x010802
Apr 24 12:18:18 localhost kernel: pci 0000:3d:00.0: reg 0x10: [mem 0xc8b00000-0xc8b03fff 64bit]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.4: PCI bridge to [bus 3d]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.4:   bridge window [mem 0xc8b00000-0xc8bfffff]
Apr 24 12:18:18 localhost kernel: ACPI: EC: interrupt unblocked
Apr 24 12:18:18 localhost kernel: ACPI: EC: event unblocked
Apr 24 12:18:18 localhost kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 24 12:18:18 localhost kernel: ACPI: EC: GPE=0x16
Apr 24 12:18:18 localhost kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
Apr 24 12:18:18 localhost kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Apr 24 12:18:18 localhost kernel: iommu: Default domain type: Translated
Apr 24 12:18:18 localhost kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
Apr 24 12:18:18 localhost kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Apr 24 12:18:18 localhost kernel: pci 0000:00:02.0: vgaarb: setting as boot device
Apr 24 12:18:18 localhost kernel: vgaarb: loaded
Apr 24 12:18:18 localhost kernel: Registered efivars operations
Apr 24 12:18:18 localhost kernel: NetLabel: Initializing
Apr 24 12:18:18 localhost kernel: NetLabel:  domain hash size = 128
Apr 24 12:18:18 localhost kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Apr 24 12:18:18 localhost kernel: NetLabel:  unlabeled traffic allowed by default
Apr 24 12:18:18 localhost kernel: PCI: Using ACPI for IRQ routing
Apr 24 12:18:18 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
Apr 24 12:18:18 localhost kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Apr 24 12:18:18 localhost kernel: e820: reserve RAM buffer [mem 0x57c5c000-0x57ffffff]
Apr 24 12:18:18 localhost kernel: e820: reserve RAM buffer [mem 0x5b27c000-0x5bffffff]
Apr 24 12:18:18 localhost kernel: e820: reserve RAM buffer [mem 0x5fd10000-0x5fffffff]
Apr 24 12:18:18 localhost kernel: e820: reserve RAM buffer [mem 0x68800000-0x6bffffff]
Apr 24 12:18:18 localhost kernel: e820: reserve RAM buffer [mem 0x48e800000-0x48fffffff]
Apr 24 12:18:18 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Apr 24 12:18:18 localhost kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Apr 24 12:18:18 localhost kernel: clocksource: Switched to clocksource tsc-early
Apr 24 12:18:18 localhost kernel: VFS: Disk quotas dquot_6.6.0
Apr 24 12:18:18 localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 24 12:18:18 localhost kernel: pnp: PnP ACPI init
Apr 24 12:18:18 localhost kernel: system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 24 12:18:18 localhost kernel: system 00:01: [io  0x1800-0x18fe] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:01: [mem 0xfd6b0000-0xfd6cffff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:01: [mem 0xff000000-0xffffffff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 24 12:18:18 localhost kernel: system 00:02: [io  0xff00-0xfffe] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 24 12:18:18 localhost kernel: system 00:03: [io  0x0680-0x069f] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:03: [io  0x164e-0x164f] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 24 12:18:18 localhost kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
Apr 24 12:18:18 localhost kernel: system 00:05: [io  0x1854-0x1857] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Apr 24 12:18:18 localhost kernel: pnp 00:06: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
Apr 24 12:18:18 localhost kernel: pnp 00:07: Plug and Play ACPI device, IDs LEN205b PNP0f13 (active)
Apr 24 12:18:18 localhost kernel: system 00:08: [io  0x1800-0x189f] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [io  0x0800-0x087f] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [io  0x0880-0x08ff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [io  0x0900-0x097f] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [io  0x0980-0x09ff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [io  0x0a00-0x0a7f] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [io  0x0a80-0x0aff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [io  0x0b00-0x0b7f] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [io  0x0b80-0x0bff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [io  0x15e0-0x15ef] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [io  0x1600-0x167f] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [io  0x1640-0x165f] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 24 12:18:18 localhost kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 24 12:18:18 localhost kernel: system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:0a: [mem 0xfed90000-0xfed93fff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved
Apr 24 12:18:18 localhost kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 24 12:18:18 localhost kernel: system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:0b: [mem 0x000c0000-0x000c3fff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:0b: [mem 0x000c8000-0x000cbfff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:0b: [mem 0x000d0000-0x000d3fff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:0b: [mem 0x000d8000-0x000dbfff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:0b: [mem 0x000e0000-0x000e3fff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:0b: [mem 0x000e8000-0x000ebfff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:0b: [mem 0x00100000-0x6f7fffff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved
Apr 24 12:18:18 localhost kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr 24 12:18:18 localhost kernel: pnp: PnP ACPI: found 12 devices
Apr 24 12:18:18 localhost kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 24 12:18:18 localhost kernel: NET: Registered protocol family 2
Apr 24 12:18:18 localhost kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Apr 24 12:18:18 localhost kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Apr 24 12:18:18 localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Apr 24 12:18:18 localhost kernel: TCP: Hash tables configured (established 131072 bind 65536)
Apr 24 12:18:18 localhost kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Apr 24 12:18:18 localhost kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Apr 24 12:18:18 localhost kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Apr 24 12:18:18 localhost kernel: NET: Registered protocol family 1
Apr 24 12:18:18 localhost kernel: NET: Registered protocol family 44
Apr 24 12:18:18 localhost kernel: pci 0000:03:01.0: bridge window [io  0x1000-0x0fff] to [bus 05-39] add_size 1000
Apr 24 12:18:18 localhost kernel: pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to [bus 03-3a] add_size 1000
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 02-3a] add_size 2000
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.4: BAR 13: assigned [io  0x4000-0x5fff]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.0:   bridge window [mem 0xc9600000-0xc96fffff]
Apr 24 12:18:18 localhost kernel: pci 0000:02:00.0: BAR 13: assigned [io  0x4000-0x4fff]
Apr 24 12:18:18 localhost kernel: pci 0000:03:01.0: BAR 13: assigned [io  0x4000-0x4fff]
Apr 24 12:18:18 localhost kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Apr 24 12:18:18 localhost kernel: pci 0000:03:00.0:   bridge window [mem 0xc6000000-0xc60fffff]
Apr 24 12:18:18 localhost kernel: pci 0000:03:01.0: PCI bridge to [bus 05-39]
Apr 24 12:18:18 localhost kernel: pci 0000:03:01.0:   bridge window [io  0x4000-0x4fff]
Apr 24 12:18:18 localhost kernel: pci 0000:03:01.0:   bridge window [mem 0xb0000000-0xc5efffff]
Apr 24 12:18:18 localhost kernel: pci 0000:03:01.0:   bridge window [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:18:18 localhost kernel: pci 0000:03:02.0: PCI bridge to [bus 3a]
Apr 24 12:18:18 localhost kernel: pci 0000:03:02.0:   bridge window [mem 0xc5f00000-0xc5ffffff]
Apr 24 12:18:18 localhost kernel: pci 0000:02:00.0: PCI bridge to [bus 03-3a]
Apr 24 12:18:18 localhost kernel: pci 0000:02:00.0:   bridge window [io  0x4000-0x4fff]
Apr 24 12:18:18 localhost kernel: pci 0000:02:00.0:   bridge window [mem 0xb0000000-0xc60fffff]
Apr 24 12:18:18 localhost kernel: pci 0000:02:00.0:   bridge window [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.4:   bridge window [io  0x4000-0x5fff]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.4:   bridge window [mem 0xb0000000-0xc60fffff]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1c.4:   bridge window [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.0: PCI bridge to [bus 3c]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.0:   bridge window [io  0x2000-0x2fff]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.0:   bridge window [mem 0xc8c00000-0xc95fffff]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.0:   bridge window [mem 0xc8000000-0xc89fffff 64bit pref]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.4: PCI bridge to [bus 3d]
Apr 24 12:18:18 localhost kernel: pci 0000:00:1d.4:   bridge window [mem 0xc8b00000-0xc8bfffff]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x6f800000-0xdfffffff window]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xc9600000-0xc96fffff]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:02: resource 0 [io  0x4000-0x5fff]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:02: resource 1 [mem 0xb0000000-0xc60fffff]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:02: resource 2 [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:03: resource 1 [mem 0xb0000000-0xc60fffff]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:03: resource 2 [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:04: resource 1 [mem 0xc6000000-0xc60fffff]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:05: resource 1 [mem 0xb0000000-0xc5efffff]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:05: resource 2 [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:3a: resource 1 [mem 0xc5f00000-0xc5ffffff]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:3c: resource 0 [io  0x2000-0x2fff]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:3c: resource 1 [mem 0xc8c00000-0xc95fffff]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:3c: resource 2 [mem 0xc8000000-0xc89fffff 64bit pref]
Apr 24 12:18:18 localhost kernel: pci_bus 0000:3d: resource 1 [mem 0xc8b00000-0xc8bfffff]
Apr 24 12:18:18 localhost kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Apr 24 12:18:18 localhost kernel: PCI: CLS 128 bytes, default 64
Apr 24 12:18:18 localhost kernel: Trying to unpack rootfs image as initramfs...
Apr 24 12:18:18 localhost kernel: Freeing initrd memory: 78740K
Apr 24 12:18:18 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 24 12:18:18 localhost kernel: software IO TLB: mapped [mem 0x00000000485c7000-0x000000004c5c7000] (64MB)
Apr 24 12:18:18 localhost kernel: check: Scanning for low memory corruption every 60 seconds
Apr 24 12:18:18 localhost kernel: Initialise system trusted keyrings
Apr 24 12:18:18 localhost kernel: workingset: timestamp_bits=40 max_order=22 bucket_order=0
Apr 24 12:18:18 localhost kernel: zbud: loaded
Apr 24 12:18:18 localhost kernel: Key type asymmetric registered
Apr 24 12:18:18 localhost kernel: Asymmetric key parser 'x509' registered
Apr 24 12:18:18 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
Apr 24 12:18:18 localhost kernel: io scheduler mq-deadline registered
Apr 24 12:18:18 localhost kernel: io scheduler kyber registered
Apr 24 12:18:18 localhost kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
Apr 24 12:18:18 localhost kernel: pcieport 0000:00:1c.4: PME: Signaling with IRQ 123
Apr 24 12:18:18 localhost kernel: pcieport 0000:00:1c.4: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Apr 24 12:18:18 localhost kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 124
Apr 24 12:18:18 localhost kernel: pcieport 0000:00:1d.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Apr 24 12:18:18 localhost kernel: pcieport 0000:00:1d.4: PME: Signaling with IRQ 125
Apr 24 12:18:18 localhost kernel: pcieport 0000:03:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Apr 24 12:18:18 localhost kernel: efifb: probing for efifb
Apr 24 12:18:18 localhost kernel: efifb: showing boot graphics
Apr 24 12:18:18 localhost kernel: efifb: framebuffer at 0xa0000000, using 8100k, total 8100k
Apr 24 12:18:18 localhost kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Apr 24 12:18:18 localhost kernel: efifb: scrolling: redraw
Apr 24 12:18:18 localhost kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Apr 24 12:18:18 localhost kernel: fbcon: Deferring console take-over
Apr 24 12:18:18 localhost kernel: fb0: EFI VGA frame buffer device
Apr 24 12:18:18 localhost kernel: intel_idle: MWAIT substates: 0x11142120
Apr 24 12:18:18 localhost kernel: intel_idle: v0.5.1 model 0x8E
Apr 24 12:18:18 localhost kernel: intel_idle: Local APIC timer is reliable in all C-states
Apr 24 12:18:18 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Apr 24 12:18:18 localhost kernel: intel_pstate: Intel P-state driver initializing
Apr 24 12:18:18 localhost kernel: intel_pstate: HWP enabled
Apr 24 12:18:18 localhost kernel: drop_monitor: Initializing network drop monitor service
Apr 24 12:18:18 localhost kernel: NET: Registered protocol family 10
Apr 24 12:18:18 localhost kernel: Segment Routing with IPv6
Apr 24 12:18:18 localhost kernel: microcode: sig=0x806eb, pf=0x80, revision=0xa4
Apr 24 12:18:18 localhost kernel: microcode: Microcode Update Driver: v2.2.
Apr 24 12:18:18 localhost kernel: IPI shorthand broadcast: enabled
Apr 24 12:18:18 localhost kernel: sched_clock: Marking stable (2225792400, 7721536)->(2241901626, -8387690)
Apr 24 12:18:18 localhost kernel: registered taskstats version 1
Apr 24 12:18:18 localhost kernel: Loading compiled-in X.509 certificates
Apr 24 12:18:18 localhost kernel: zswap: loaded using pool lzo/zbud
Apr 24 12:18:18 localhost kernel: Key type ._fscrypt registered
Apr 24 12:18:18 localhost kernel: Key type .fscrypt registered
Apr 24 12:18:18 localhost kernel: Key type fscrypt-provisioning registered
Apr 24 12:18:18 localhost kernel: Freeing unused kernel image (initmem) memory: 1540K
Apr 24 12:18:18 localhost kernel: Write protecting the kernel read-only data: 18432k
Apr 24 12:18:18 localhost kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Apr 24 12:18:18 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 1696K
Apr 24 12:18:18 localhost kernel: Run /init as init process
Apr 24 12:18:18 localhost kernel:   with arguments:
Apr 24 12:18:18 localhost kernel:     /init
Apr 24 12:18:18 localhost kernel:   with environment:
Apr 24 12:18:18 localhost kernel:     HOME=/
Apr 24 12:18:18 localhost kernel:     TERM=linux
Apr 24 12:18:18 localhost systemd[1]: Inserted module 'autofs4'
Apr 24 12:18:18 localhost systemd[1]: Successfully credited entropy passed from boot loader.
Apr 24 12:18:18 localhost systemd[1]: systemd 247 running in system mode. (+PAM +AUDIT -SELINUX +IMA +APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ +LZ4 -ZSTD +SECCOMP +BLKID -ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
Apr 24 12:18:18 localhost systemd[1]: No virtualization found in DMI
Apr 24 12:18:18 localhost systemd[1]: UML virtualization not found in /proc/cpuinfo.
Apr 24 12:18:18 localhost systemd[1]: No virtualization found in CPUID
Apr 24 12:18:18 localhost systemd[1]: Virtualization XEN not found, /proc/xen does not exist
Apr 24 12:18:18 localhost systemd[1]: This platform does not support /proc/device-tree
Apr 24 12:18:18 localhost systemd[1]: This platform does not support /proc/sysinfo
Apr 24 12:18:18 localhost systemd[1]: Found VM virtualization none
Apr 24 12:18:18 localhost systemd[1]: Detected architecture x86-64.
Apr 24 12:18:18 localhost systemd[1]: Running in initial RAM disk.
Apr 24 12:18:18 localhost systemd[1]: Failed to read os-release file, ignoring: No such file or directory
Apr 24 12:18:18 localhost kernel: fbcon: Taking over console
Apr 24 12:18:18 localhost systemd[1]: No hostname configured.
Apr 24 12:18:18 localhost systemd[1]: Set hostname to <localhost>.
Apr 24 12:18:18 localhost systemd[1]: Initializing machine ID from random generator.
Apr 24 12:18:18 localhost systemd[1]: Successfully added address 127.0.0.1 to loopback interface
Apr 24 12:18:18 localhost systemd[1]: Successfully added address ::1 to loopback interface
Apr 24 12:18:18 localhost systemd[1]: Successfully brought loopback interface up
Apr 24 12:18:18 localhost systemd[1]: Setting 'fs/file-max' to '9223372036854775807'.
Apr 24 12:18:18 localhost systemd[1]: Setting 'fs/nr_open' to '2147483640'.
Apr 24 12:18:18 localhost systemd[1]: Couldn't write fs.nr_open as 2147483640, halving it.
Apr 24 12:18:18 localhost systemd[1]: Setting 'fs/nr_open' to '1073741816'.
Apr 24 12:18:18 localhost systemd[1]: Successfully bumped fs.nr_open to 1073741816
Apr 24 12:18:18 localhost systemd[1]: Found cgroup2 on /sys/fs/cgroup/, full unified hierarchy
Apr 24 12:18:18 localhost systemd[1]: Unified cgroup hierarchy is located at /sys/fs/cgroup.
Apr 24 12:18:18 localhost systemd[1]: Got EBADF when using BPF_F_ALLOW_MULTI, which indicates it is supported. Yay!
Apr 24 12:18:18 localhost systemd[1]: Controller 'cpu' supported: yes
Apr 24 12:18:18 localhost systemd[1]: Controller 'cpuacct' supported: no
Apr 24 12:18:18 localhost systemd[1]: Controller 'cpuset' supported: yes
Apr 24 12:18:18 localhost systemd[1]: Controller 'io' supported: yes
Apr 24 12:18:18 localhost systemd[1]: Controller 'blkio' supported: no
Apr 24 12:18:18 localhost systemd[1]: Controller 'memory' supported: yes
Apr 24 12:18:18 localhost systemd[1]: Controller 'devices' supported: no
Apr 24 12:18:18 localhost systemd[1]: Controller 'pids' supported: yes
Apr 24 12:18:18 localhost systemd[1]: Controller 'bpf-firewall' supported: yes
Apr 24 12:18:18 localhost systemd[1]: Controller 'bpf-devices' supported: yes
Apr 24 12:18:18 localhost systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
Apr 24 12:18:18 localhost systemd[1]: Failed to stat /etc/localtime, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd[1]: /etc/localtime doesn't exist yet, watching /etc instead.
Apr 24 12:18:18 localhost kernel: Console: switching to colour frame buffer device 240x67
Apr 24 12:18:18 localhost systemd[1]: Enabling (yes) showing of status (commandline).
Apr 24 12:18:18 localhost systemd[1]: Successfully forked off '(sd-executor)' as PID 111.
Apr 24 12:18:18 localhost systemd[111]: Successfully forked off '(direxec)' as PID 112.
Apr 24 12:18:18 localhost systemd[111]: Successfully forked off '(direxec)' as PID 113.
Apr 24 12:18:18 localhost systemd[111]: Successfully forked off '(direxec)' as PID 114.
Apr 24 12:18:18 localhost systemd[111]: Successfully forked off '(direxec)' as PID 115.
Apr 24 12:18:18 localhost systemd[111]: Successfully forked off '(direxec)' as PID 116.
Apr 24 12:18:18 localhost systemd[111]: Successfully forked off '(direxec)' as PID 117.
Apr 24 12:18:18 localhost systemd[111]: Successfully forked off '(direxec)' as PID 118.
Apr 24 12:18:18 localhost systemd[111]: Successfully forked off '(direxec)' as PID 119.
Apr 24 12:18:18 localhost systemd[111]: Successfully forked off '(direxec)' as PID 120.
Apr 24 12:18:18 localhost systemd[111]: Successfully forked off '(direxec)' as PID 121.
Apr 24 12:18:18 localhost systemd-fstab-generator[115]: Could not find a root= entry on the kernel command line.
Apr 24 12:18:18 localhost systemd-fstab-generator[115]: Parsing /etc/fstab...
Apr 24 12:18:18 localhost systemd-fstab-generator[115]: Parsing /sysroot/etc/fstab...
Apr 24 12:18:18 localhost systemd-bless-boot-generator[112]: Skipping generator, running in the initrd.
Apr 24 12:18:18 localhost systemd-gpt-auto-generator[117]: Reading EFI variable /sys/firmware/efi/efivars/LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f.
Apr 24 12:18:18 localhost systemd[111]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/system-generators/systemd-bless-boot-generator succeeded.
Apr 24 12:18:18 localhost systemd-gpt-auto-generator[117]: Adding /sysroot: /dev/gpt-auto-root fstype=(any)
Apr 24 12:18:18 localhost systemd-gpt-auto-generator[117]: Creating /run/systemd/generator.late/systemd-fsck-root.service
Apr 24 12:18:18 localhost systemd[111]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/system-generators/systemd-run-generator succeeded.
Apr 24 12:18:18 localhost systemd[111]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/system-generators/systemd-fstab-generator succeeded.
Apr 24 12:18:18 localhost systemd[111]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/system-generators/systemd-debug-generator succeeded.
Apr 24 12:18:18 localhost systemd[111]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/system-generators/systemd-veritysetup-generator succeeded.
Apr 24 12:18:18 localhost systemd[111]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/system-generators/systemd-hibernate-resume-generator succeeded.
Apr 24 12:18:18 localhost systemd[111]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/system-generators/systemd-system-update-generator succeeded.
Apr 24 12:18:18 localhost systemd[111]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
Apr 24 12:18:18 localhost systemd[111]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/system-generators/systemd-getty-generator succeeded.
Apr 24 12:18:18 localhost systemd[111]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
Apr 24 12:18:18 localhost systemd[1]: (sd-executor) succeeded.
Apr 24 12:18:18 localhost systemd[1]: Looking for unit files in (higher priority first):
Apr 24 12:18:18 localhost systemd[1]:         /etc/systemd/system.control
Apr 24 12:18:18 localhost systemd[1]:         /run/systemd/system.control
Apr 24 12:18:18 localhost systemd[1]:         /run/systemd/transient
Apr 24 12:18:18 localhost systemd[1]:         /run/systemd/generator.early
Apr 24 12:18:18 localhost systemd[1]:         /etc/systemd/system
Apr 24 12:18:18 localhost systemd[1]:         /nix/var/nix/profiles/default/lib/systemd/system
Apr 24 12:18:18 localhost systemd[1]:         /etc/systemd/system.attached
Apr 24 12:18:18 localhost systemd[1]:         /run/systemd/system
Apr 24 12:18:18 localhost systemd[1]:         /run/systemd/system.attached
Apr 24 12:18:18 localhost systemd[1]:         /run/systemd/generator
Apr 24 12:18:18 localhost systemd[1]:         /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/system
Apr 24 12:18:18 localhost systemd[1]:         /run/systemd/generator.late
Apr 24 12:18:18 localhost systemd[1]: Modification times have changed, need to update cache.
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/kbrequest.target â?? /nix/store/dkab5fs8gwrszsaw257sx7b4q72ydlvm-system-units/rescue.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/ctrl-alt-del.target â?? /nix/store/dkab5fs8gwrszsaw257sx7b4q72ydlvm-system-units/reboot.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/default.target â?? /nix/store/dkab5fs8gwrszsaw257sx7b4q72ydlvm-system-units/initrd.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/modprobe-init.service â?? /nix/store/1i77iayg2qgwr9lrmlslg18xsncp5qr4-unit-modprobe-init.service/modprobe-init.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/usb-gadget.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/usb-gadget.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/umount.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/umount.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/tmp.mount â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/tmp.mount
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/timers.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/timers.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/time-sync.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/time-sync.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/time-set.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/time-set.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-volatile-root.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-volatile-root.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-vconsole-setup.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-vconsole-setup.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-update-utmp.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-update-utmp.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-udevd.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-udevd.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-udevd-kernel.socket â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-udevd-kernel.socket
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-udevd-control.socket â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-udevd-control.socket
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-udev-trigger.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-udev-trigger.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-udev-settle.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-udev-settle.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-tmpfiles-setup.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-tmpfiles-setup.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-tmpfiles-setup-dev.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-tmpfiles-setup-dev.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-tmpfiles-clean.timer â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-tmpfiles-clean.timer
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-tmpfiles-clean.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-tmpfiles-clean.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-sysctl.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-sysctl.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-suspend.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-suspend.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-suspend-then-hibernate.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-suspend-then-hibernate.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-rfkill.socket â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-rfkill.socket
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-rfkill.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-rfkill.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-resolved.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-resolved.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-repart.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-repart.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-remount-fs.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-remount-fs.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-reboot.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-reboot.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-random-seed.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-random-seed.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-pstore.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-pstore.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-poweroff.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-poweroff.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-modules-load.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-modules-load.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-machine-id-commit.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-machine-id-commit.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-kexec.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-kexec.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald@.socket â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-journald@.socket
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald@.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-journald@.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald.socket â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-journald.socket
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-journald.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald-varlink@.socket â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-journald-varlink@.socket
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald-dev-log.socket â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-journald-dev-log.socket
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald-audit.socket â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-journald-audit.socket
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journal-flush.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-journal-flush.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journal-catalog-update.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-journal-catalog-update.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-importd.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-importd.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-hybrid-sleep.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-hybrid-sleep.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-hwdb-update.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-hwdb-update.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-hostnamed.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-hostnamed.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-hibernate.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-hibernate.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-hibernate-resume@.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-hibernate-resume@.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-halt.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-halt.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-fsck@.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-fsck@.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-fsck-root.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-fsck-root.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-exit.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-exit.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-coredump@.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-coredump@.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-coredump.socket â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-coredump.socket
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-binfmt.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-binfmt.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-backlight@.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-backlight@.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-ask-password-wall.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-ask-password-wall.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-ask-password-wall.path â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-ask-password-wall.path
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-ask-password-console.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-ask-password-console.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-ask-password-console.path â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/systemd-ask-password-console.path
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/system-systemd\x2dcryptsetup.slice â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/system-systemd\x2dcryptsetup.slice
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/syslog.socket â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/syslog.socket
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sysinit.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/sysinit.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sys-kernel-tracing.mount â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/sys-kernel-tracing.mount
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sys-kernel-debug.mount â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/sys-kernel-debug.mount
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sys-kernel-config.mount â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/sys-kernel-config.mount
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sys-fs-fuse-connections.mount â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/sys-fs-fuse-connections.mount
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/swap.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/swap.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/suspend.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/suspend.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/suspend-then-hibernate.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/suspend-then-hibernate.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sound.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/sound.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sockets.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/sockets.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/smartcard.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/smartcard.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/slices.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/slices.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sleep.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/sleep.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sigpwr.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/sigpwr.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/shutdown.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/shutdown.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/serial-getty@.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/serial-getty@.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/rpcbind.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/rpcbind.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/rescue.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/rescue.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/rescue.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/rescue.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/reboot.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/reboot.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/proc-sys-fs-binfmt_misc.mount â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/proc-sys-fs-binfmt_misc.mount
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/proc-sys-fs-binfmt_misc.automount â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/proc-sys-fs-binfmt_misc.automount
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/printer.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/printer.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/poweroff.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/poweroff.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/paths.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/paths.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/nss-user-lookup.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/nss-user-lookup.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/nss-lookup.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/nss-lookup.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/modprobe@.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/modprobe@.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/local-fs.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/local-fs.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/local-fs-pre.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/local-fs-pre.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/kmod-static-nodes.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/kmod-static-nodes.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/kexec.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/kexec.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/initrd.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-udevadm-cleanup-db.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/initrd-udevadm-cleanup-db.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-switch-root.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/initrd-switch-root.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-switch-root.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/initrd-switch-root.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-root-fs.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/initrd-root-fs.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-root-device.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/initrd-root-device.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-parse-etc.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/initrd-parse-etc.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-fs.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/initrd-fs.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-cleanup.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/initrd-cleanup.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/hybrid-sleep.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/hybrid-sleep.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/hibernate.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/hibernate.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/halt.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/halt.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/getty@.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/getty@.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/getty.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/getty.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/getty-pre.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/getty-pre.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/final.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/final.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/exit.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/exit.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/emergency.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/emergency.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/emergency.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/emergency.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/dev-mqueue.mount â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/dev-mqueue.mount
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/dev-hugepages.mount â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/dev-hugepages.mount
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/debug-shell.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/debug-shell.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/cryptsetup.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/cryptsetup.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/cryptsetup-pre.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/cryptsetup-pre.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/console-getty.service â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/console-getty.service
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/boot-complete.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/boot-complete.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/blockdev@.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/blockdev@.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/basic.target â?? /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/systemd/system/basic.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator.late/sysroot.mount
Apr 24 12:18:18 localhost systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator.late/systemd-cryptsetup@root.service
Apr 24 12:18:18 localhost systemd[1]: Using notification socket /run/systemd/notify
Apr 24 12:18:18 localhost systemd[1]: Successfully created private D-Bus server.
Apr 24 12:18:18 localhost systemd[1]: Invoking unit coldplug() handlersâ?¦
Apr 24 12:18:18 localhost systemd[1]: -.mount: Changed dead -> mounted
Apr 24 12:18:18 localhost systemd[1]: -.slice changed dead -> active
Apr 24 12:18:18 localhost systemd[1]: system.slice changed dead -> active
Apr 24 12:18:18 localhost systemd[1]: init.scope changed dead -> running
Apr 24 12:18:18 localhost systemd[1]: Invoking unit catchup() handlersâ?¦
Apr 24 12:18:18 localhost systemd[1]: Activating default unit: initrd.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_find_fragment: initrd.target has alias default.target
Apr 24 12:18:18 localhost systemd[1]: unit_file_find_fragment: rescue.target has alias kbrequest.target
Apr 24 12:18:18 localhost systemd[1]: var.mount: Failed to load configuration: No such file or directory
Apr 24 12:18:18 localhost systemd[1]: var-log.mount: Failed to load configuration: No such file or directory
Apr 24 12:18:18 localhost systemd[1]: var-log-wtmp.mount: Failed to load configuration: No such file or directory
Apr 24 12:18:18 localhost systemd[1]: run-systemd-journal-stdout.mount: Failed to load configuration: No such file or directory
Apr 24 12:18:18 localhost kernel: audit: type=1130 audit(1619266698.248:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost systemd-journald[132]: Journal started
Apr 24 12:18:18 localhost systemd-journald[132]: Runtime Journal (/run/log/journal/efbab357b05b4630901c6c9d6a9955a7) is 8.0M, max 313.3M, 305.3M free.
Apr 24 12:18:18 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost systemd[122]: dev-hugepages.mount: Executing: /nix/store/yjcx3d4nmsdwrf756rgcmaqzp9c7yl9n-util-linux-2.36.1-bin/bin/mount hugetlbfs /dev/hugepages -t hugetlbfs
Apr 24 12:18:18 localhost systemd[123]: dev-mqueue.mount: Executing: /nix/store/yjcx3d4nmsdwrf756rgcmaqzp9c7yl9n-util-linux-2.36.1-bin/bin/mount mqueue /dev/mqueue -t mqueue -o nosuid,nodev,noexec
Apr 24 12:18:18 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost systemd[124]: sys-kernel-debug.mount: Executing: /nix/store/yjcx3d4nmsdwrf756rgcmaqzp9c7yl9n-util-linux-2.36.1-bin/bin/mount debugfs /sys/kernel/debug -t debugfs -o nosuid,nodev,noexec
Apr 24 12:18:18 localhost systemd[125]: sys-kernel-tracing.mount: Executing: /nix/store/yjcx3d4nmsdwrf756rgcmaqzp9c7yl9n-util-linux-2.36.1-bin/bin/mount tracefs /sys/kernel/tracing -t tracefs -o nosuid,nodev,noexec
Apr 24 12:18:18 localhost systemd[126]: tmp.mount: Executing: /nix/store/yjcx3d4nmsdwrf756rgcmaqzp9c7yl9n-util-linux-2.36.1-bin/bin/mount tmpfs /tmp -t tmpfs -o mode=1777,strictatime,nosuid,nodev,size=50%,nr_inodes=400k
Apr 24 12:18:18 localhost kernel: audit: type=1130 audit(1619266698.257:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost systemd[127]: modprobe-init.service: Executing: /nix/store/0xrjvxvh3wvdbf8pc2850jry1fcx292g-busybox-1.32.1/bin/ash -c 'echo /nix/store/i9x0zqjqk8jpijil8r5lx63in7i2z36a-kmod-27/bin/modprobe > /proc/sys/kernel/modprobe'
Apr 24 12:18:18 localhost systemd[129]: modprobe@configfs.service: Executing: /nix/store/i9x0zqjqk8jpijil8r5lx63in7i2z36a-kmod-27/sbin/modprobe -abq configfs
Apr 24 12:18:18 localhost systemd[130]: modprobe@fuse.service: Executing: /nix/store/i9x0zqjqk8jpijil8r5lx63in7i2z36a-kmod-27/sbin/modprobe -abq fuse
Apr 24 12:18:18 localhost systemd[131]: systemd-hwdb-update.service: Executing: systemd-hwdb update
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/70-touchpad.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/70-pointingstick.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/70-mouse.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/70-joystick.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/60-sensor.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/60-keyboard.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/60-input-id.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/60-evdev.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/60-autosuspend.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/60-autosuspend-chromiumos.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/20-vmbus-class.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/20-usb-vendor-model.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/20-usb-classes.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/20-sdio-vendor-model.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/20-sdio-classes.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/20-pci-vendor-model.hwdb'.
Apr 24 12:18:18 localhost systemd[133]: systemd-modules-load.service: Executing: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-modules-load
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/20-pci-classes.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/20-net-ifname.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/20-bluetooth-vendor-product.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/20-acpi-vendor.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/hwdb.d/20-OUI.hwdb'.
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/20-OUI.hwdb"
Apr 24 12:18:18 localhost systemd[134]: systemd-random-seed.service: Executing: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-random-seed load
Apr 24 12:18:18 localhost systemd[135]: systemd-udev-trigger.service: Executing: udevadm trigger --type=subsystems --action=add
Apr 24 12:18:18 localhost systemd-modules-load[133]: apply: /etc/modules-load.d/modules.conf
Apr 24 12:18:18 localhost systemd-random-seed[134]: Seed file /var/lib/systemd/random-seed not yet initialized, proceeding.
Apr 24 12:18:18 localhost systemd-random-seed[134]: Failed to mark seed file as creditable, ignoring: Operation not supported
Apr 24 12:18:18 localhost systemd[137]: systemd-sysctl.service: Executing: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-sysctl
Apr 24 12:18:18 localhost systemd-sysctl[137]: Parsing /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/sysctl.d/50-coredump.conf
Apr 24 12:18:18 localhost systemd-sysctl[137]: Parsing /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/sysctl.d/50-default.conf
Apr 24 12:18:18 localhost systemd-sysctl[137]: Parsing /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/sysctl.d/50-pid-max.conf
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'kernel/core_pattern' to '|/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-coredump %P %u %g %s %t %c %h'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'kernel/core_pipe_limit' to '16'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'fs/suid_dumpable' to '2'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'kernel/sysrq' to '16'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'kernel/core_uses_pid' to '1'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'net/ipv4/conf/default/rp_filter' to '2'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Apr 24 12:18:18 localhost systemd-sysctl[137]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'net/ipv4/conf/lo/rp_filter' to '2'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'net/ipv4/conf/default/accept_source_route' to '0'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Apr 24 12:18:18 localhost systemd-sysctl[137]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'net/ipv4/conf/lo/accept_source_route' to '0'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'net/ipv4/conf/default/promote_secondaries' to '1'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Apr 24 12:18:18 localhost systemd-sysctl[137]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'net/ipv4/conf/lo/promote_secondaries' to '1'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'net/ipv4/ping_group_range' to '0 2147483647'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'net/core/default_qdisc' to 'fq_codel'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Couldn't write 'fq_codel' to 'net/core/default_qdisc', ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'fs/protected_hardlinks' to '1'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'fs/protected_symlinks' to '1'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'fs/protected_regular' to '1'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'fs/protected_fifos' to '1'.
Apr 24 12:18:18 localhost systemd-sysctl[137]: Setting 'kernel/pid_max' to '4194304'.
Apr 24 12:18:18 localhost systemd[140]: systemd-udev-trigger.service: Executing: udevadm trigger --type=devices --action=add
Apr 24 12:18:18 localhost systemd[132]: systemd-journald.service: Executing: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-journald
Apr 24 12:18:18 localhost systemd-journald[132]: Runtime Journal (/run/log/journal/efbab357b05b4630901c6c9d6a9955a7) is 8.0M, max 313.3M, 305.3M free.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald-dev-log.socket: Changed listening -> running
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (WATCHDOG=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 42 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 42 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: sysinit.target: starting held back, waiting for: systemd-tmpfiles-setup.service
Apr 24 12:18:18 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-flush.service: Passing 0 fds to service
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-flush.service: About to execute journalctl --flush
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-flush.service: Forked journalctl as 143
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-flush.service: Changed dead -> start
Apr 24 12:18:18 localhost systemd[1]: Starting Flush Journal to Persistent Storage...
Apr 24 12:18:18 localhost systemd[1]: systemd-tmpfiles-setup.service: starting held back, waiting for: systemd-journal-flush.service
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 42 (n/a) to fd store.
Apr 24 12:18:18 localhost kernel: audit: type=1130 audit(1619266698.261:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journal-flush comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journal-flush comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 43 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 44 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 45 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 42 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 43 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 44 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 45 (stored), closing.
Apr 24 12:18:18 localhost systemd[143]: systemd-journal-flush.service: Executing: journalctl --flush
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 42 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 42 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 42 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 42 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 42 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 42 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 42 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 43 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 43 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 43 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 43 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 43 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 43 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 43 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 43 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 43 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 43 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 43 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 43 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: Received SIGCHLD from PID 143 (journalctl).
Apr 24 12:18:18 localhost systemd[1]: Child 143 (journalctl) died (code=exited, status=0/SUCCESS)
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-flush.service: Child 143 belongs to systemd-journal-flush.service.
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-flush.service: Main process exited, code=exited, status=0/SUCCESS
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-flush.service: Changed start -> exited
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-flush.service: Job 36 systemd-journal-flush.service/start finished, result=done
Apr 24 12:18:18 localhost systemd[1]: Finished Flush Journal to Persistent Storage.
Apr 24 12:18:18 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:18:18 localhost systemd[1]: systemd-tmpfiles-setup.service: Passing 0 fds to service
Apr 24 12:18:18 localhost systemd[1]: systemd-tmpfiles-setup.service: About to execute systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
Apr 24 12:18:18 localhost systemd[1]: systemd-tmpfiles-setup.service: Forked systemd-tmpfiles as 144
Apr 24 12:18:18 localhost systemd[1]: systemd-tmpfiles-setup.service: Changed dead -> start
Apr 24 12:18:18 localhost systemd[1]: Starting Create Volatile Files and Directories...
Apr 24 12:18:18 localhost systemd[144]: systemd-tmpfiles-setup.service: Executing: systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 43 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Looking for configuration files in (higher priority first):
Apr 24 12:18:18 localhost systemd-tmpfiles[144]:         /etc/tmpfiles.d
Apr 24 12:18:18 localhost systemd-tmpfiles[144]:         /run/tmpfiles.d
Apr 24 12:18:18 localhost systemd-tmpfiles[144]:         /usr/local/lib/tmpfiles.d
Apr 24 12:18:18 localhost systemd-tmpfiles[144]:         /usr/lib/tmpfiles.d
Apr 24 12:18:18 localhost systemd-tmpfiles[144]:         /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/tmpfiles.d
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Reading config file "/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/etc.conf"â?¦
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Reading config file "/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/home.conf"â?¦
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Reading config file "/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/journal-nocow.conf"â?¦
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Reading config file "/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/static-nodes-permissions.conf"â?¦
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Entry "/dev/snd/seq" matches exclude prefix "/dev", skipping.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Entry "/dev/snd/timer" matches exclude prefix "/dev", skipping.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Entry "/dev/loop-control" matches exclude prefix "/dev", skipping.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Entry "/dev/net/tun" matches exclude prefix "/dev", skipping.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Entry "/dev/fuse" matches exclude prefix "/dev", skipping.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Entry "/dev/kvm" matches exclude prefix "/dev", skipping.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Reading config file "/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/systemd-nologin.conf"â?¦
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Reading config file "/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/systemd-nspawn.conf"â?¦
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Reading config file "/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/systemd-pstore.conf"â?¦
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Reading config file "/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/systemd-tmp.conf"â?¦
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Reading config file "/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/systemd.conf"â?¦
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/systemd.conf:11: Failed to resolve group 'utmp'.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/systemd.conf:19: Failed to resolve user 'systemd-network': No such process
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/systemd.conf:20: Failed to resolve user 'systemd-network': No such process
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/systemd.conf:21: Failed to resolve user 'systemd-network': No such process
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/systemd.conf:22: Failed to resolve user 'systemd-network': No such process
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/systemd.conf:26: Failed to resolve group 'systemd-journal'.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/systemd.conf:27: Failed to resolve group 'systemd-journal'.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to parse ACL "d:group::r-x,d:group:adm:r-x,d:group:wheel:r-x,group::r-x,group:adm:r-x,group:wheel:r-x": No such file or directory. Ignoring
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x,group:adm:r-x,group:wheel:r-x": No such file or directory. Ignoring
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to parse ACL "group:adm:r--,group:wheel:r--": No such file or directory. Ignoring
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/systemd.conf:33: Failed to resolve group 'systemd-journal'.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/systemd.conf:34: Failed to resolve group 'systemd-journal'.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/systemd.conf:35: Failed to resolve group 'systemd-journal'.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to parse ACL "d:group::r-x,d:group:adm:r-x,d:group:wheel:r-x,group::r-x,group:adm:r-x,group:wheel:r-x": No such file or directory. Ignoring
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x,group:adm:r-x,group:wheel:r-x": No such file or directory. Ignoring
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to parse ACL "group:adm:r--,group:wheel:r--": No such file or directory. Ignoring
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Reading config file "/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/tmp.conf"â?¦
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Reading config file "/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/var.conf"â?¦
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/var.conf:15: Failed to resolve group 'utmp'.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/var.conf:16: Failed to resolve group 'utmp'.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/var.conf:17: Failed to resolve group 'utmp'.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Reading config file "/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/example/tmpfiles.d/x11.conf"â?¦
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/etc/os-release' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry L /etc/os-release
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/etc/mtab' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry L /etc/mtab
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/etc/resolv.conf' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry L /etc/resolv.conf
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/etc/nsswitch.conf' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry C /etc/nsswitch.conf
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/etc/pam.d' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry C /etc/pam.d
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/etc/issue' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry C /etc/issue
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/home' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry Q /home
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/srv' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry q /srv
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/nologin' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry F /run/nologin
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/lib/machines/.#*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry R /var/lib/machines/.#*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Cannot open directory "/var/lib/machines": No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/lib/machines' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry Q /var/lib/machines
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/lib/systemd/pstore' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /var/lib/systemd/pstore
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/user' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /run/user
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /run/systemd/ask-password
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/systemd/seats' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /run/systemd/seats
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/systemd/sessions' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /run/systemd/sessions
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/systemd/users' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /run/systemd/users
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/systemd/machines' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /run/systemd/machines
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/systemd/shutdown' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /run/systemd/shutdown
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/log/journal/efbab357b05b4630901c6c9d6a9955a7/*.journal*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry a /run/log/journal/efbab357b05b4630901c6c9d6a9955a7/*.journal*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry a /run/log/journal/efbab357b05b4630901c6c9d6a9955a7
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry a /run/log/journal
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /run/log
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/lib/systemd/coredump/.#core*.70e5f7bd81ac49eaa6dad0a8fb002e29*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry x /var/lib/systemd/coredump/.#core*.70e5f7bd81ac49eaa6dad0a8fb002e29*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/lib/systemd/coredump/.#*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry r /var/lib/systemd/coredump/.#*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Cannot open directory "/var/lib/systemd/coredump": No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/lib/systemd/coredump' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /var/lib/systemd/coredump
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /var/lib/systemd
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/lib/private' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /var/lib/private
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log/private' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /var/log/private
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/cache/private' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /var/cache/private
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/.font-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry D /tmp/.font-unix
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: rm -rf "/tmp/.font-unix"
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/.X11-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry D /tmp/.X11-unix
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: rm -rf "/tmp/.X11-unix"
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/.XIM-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry D /tmp/.XIM-unix
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: rm -rf "/tmp/.XIM-unix"
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/.ICE-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry D /tmp/.ICE-unix
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: rm -rf "/tmp/.ICE-unix"
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/.Test-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry D /tmp/.Test-unix
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: rm -rf "/tmp/.Test-unix"
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*/tmp' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry X /tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*/tmp
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry x /tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/.X[0-9]*-lock' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry r /tmp/.X[0-9]*-lock
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/systemd-private-*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry R /tmp/systemd-private-*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry q /tmp
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*/tmp' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry X /var/tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*/tmp
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry x /var/tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/tmp/systemd-private-*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry R /var/tmp/systemd-private-*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Cannot open directory "/var/tmp": No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/tmp' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry q /var/tmp
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log/journal/efbab357b05b4630901c6c9d6a9955a7/system.journal' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry a /var/log/journal/efbab357b05b4630901c6c9d6a9955a7/system.journal
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log/journal/efbab357b05b4630901c6c9d6a9955a7' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry a /var/log/journal/efbab357b05b4630901c6c9d6a9955a7
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log/journal/efbab357b05b4630901c6c9d6a9955a7' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry h /var/log/journal/efbab357b05b4630901c6c9d6a9955a7
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log/journal/remote' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry h /var/log/journal/remote
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log/journal' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry a /var/log/journal
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log/journal' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry h /var/log/journal
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /var/log
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/cache' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /var/cache
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /var/lib
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/run' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry L /var/run
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/spool' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry d /var/spool
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry q /var
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/.#machine.*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running remove action for entry R /.#machine.*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/etc/os-release' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry L /etc/os-release
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Created symlink "/etc/os-release".
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/etc/mtab' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry L /etc/mtab
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Created symlink "/etc/mtab".
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/etc/resolv.conf' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry L /etc/resolv.conf
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Created symlink "/etc/resolv.conf".
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/etc/nsswitch.conf' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry C /etc/nsswitch.conf
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Copying tree "/usr/share/factory/etc/nsswitch.conf" to "/etc/nsswitch.conf".
Apr 24 12:18:18 localhost systemd[1]: inotify event for /etc/localtime
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to copy files to /etc/nsswitch.conf: No such file or directory
Apr 24 12:18:18 localhost systemd[1]: Failed to stat /etc/localtime, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/etc/pam.d' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry C /etc/pam.d
Apr 24 12:18:18 localhost systemd[1]: inotify event for /etc/localtime
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Copying tree "/usr/share/factory/etc/pam.d" to "/etc/pam.d".
Apr 24 12:18:18 localhost systemd[1]: Failed to stat /etc/localtime, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd[1]: inotify event for /etc/localtime
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to copy files to /etc/pam.d: No such file or directory
Apr 24 12:18:18 localhost systemd[1]: Failed to stat /etc/localtime, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/etc/issue' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry C /etc/issue
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Copying tree "/usr/share/factory/etc/issue" to "/etc/issue".
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to copy files to /etc/issue: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/home' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry Q /home
Apr 24 12:18:18 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Created directory "/home".
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Couldn't adjust quota for subvolume "/home" (unsupported fs or dir not a subvolume): Inappropriate ioctl for device
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: "/home" matches mode 755 already.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/srv' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry q /srv
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Created directory "/srv".
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Couldn't adjust quota for subvolume "/srv" (unsupported fs or dir not a subvolume): Inappropriate ioctl for device
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: "/srv" matches mode 755 already.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/nologin' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry F /run/nologin
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /run during canonicalization of /run.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry q /var
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Found existing directory "/var".
Apr 24 12:18:18 localhost kernel: audit: type=1130 audit(1619266698.270:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: "/var" matches mode 755 already.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /var/lib
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /var during canonicalization of /var.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/lib/machines' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry Q /var/lib/machines
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /var during canonicalization of /var/lib.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /var/lib/systemd
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /var during canonicalization of /var/lib.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/lib/systemd/pstore' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /var/lib/systemd/pstore
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /var during canonicalization of /var/lib/systemd.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/user' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /run/user
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /run during canonicalization of /run.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /run/systemd/ask-password
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /run during canonicalization of /run/systemd.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/systemd/seats' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /run/systemd/seats
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /run during canonicalization of /run/systemd.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/systemd/sessions' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /run/systemd/sessions
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /run during canonicalization of /run/systemd.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/systemd/users' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /run/systemd/users
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /run during canonicalization of /run/systemd.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/systemd/machines' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /run/systemd/machines
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /run during canonicalization of /run/systemd.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/systemd/shutdown' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /run/systemd/shutdown
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /run during canonicalization of /run/systemd.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /run/log
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /run during canonicalization of /run.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/lib/systemd/coredump' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /var/lib/systemd/coredump
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /var during canonicalization of /var/lib/systemd.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/lib/private' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /var/lib/private
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /var during canonicalization of /var/lib.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /var/log
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /var during canonicalization of /var.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log/private' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /var/log/private
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /var during canonicalization of /var/log.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/cache' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /var/cache
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /var during canonicalization of /var.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/cache/private' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /var/cache/private
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /var during canonicalization of /var/cache.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry q /tmp
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Found existing directory "/tmp".
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: "/tmp" matches mode 1777 already.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/tmp' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry q /var/tmp
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /var during canonicalization of /var.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/run' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry L /var/run
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Created symlink "/var/run".
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/spool' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry d /var/spool
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /var during canonicalization of /var.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/.X11-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry D /tmp/.X11-unix
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /tmp during canonicalization of /tmp.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/.ICE-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry D /tmp/.ICE-unix
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /tmp during canonicalization of /tmp.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/.XIM-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry D /tmp/.XIM-unix
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /tmp during canonicalization of /tmp.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/.font-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry D /tmp/.font-unix
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /tmp during canonicalization of /tmp.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/.Test-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry D /tmp/.Test-unix
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /tmp during canonicalization of /tmp.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log/journal' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry a /var/log/journal
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log/journal' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry h /var/log/journal
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log/journal/efbab357b05b4630901c6c9d6a9955a7' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry a /var/log/journal/efbab357b05b4630901c6c9d6a9955a7
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log/journal/efbab357b05b4630901c6c9d6a9955a7' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry h /var/log/journal/efbab357b05b4630901c6c9d6a9955a7
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log/journal/remote' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry h /var/log/journal/remote
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/lib/machines/.#*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry R /var/lib/machines/.#*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/.#machine.*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry R /.#machine.*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry x /tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*/tmp' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry X /tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*/tmp
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry x /var/tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*/tmp' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry X /var/tmp/systemd-private-70e5f7bd81ac49eaa6dad0a8fb002e29-*/tmp
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/systemd-private-*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry R /tmp/systemd-private-*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/tmp/systemd-private-*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry R /var/tmp/systemd-private-*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/lib/systemd/coredump/.#core*.70e5f7bd81ac49eaa6dad0a8fb002e29*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry x /var/lib/systemd/coredump/.#core*.70e5f7bd81ac49eaa6dad0a8fb002e29*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/lib/systemd/coredump/.#*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry r /var/lib/systemd/coredump/.#*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry a /run/log/journal
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /run during canonicalization of /run/log/journal.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry a /run/log/journal/efbab357b05b4630901c6c9d6a9955a7
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /run during canonicalization of /run/log/journal/efbab357b05b4630901c6c9d6a9955a7.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/run/log/journal/efbab357b05b4630901c6c9d6a9955a7/*.journal*' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry a /run/log/journal/efbab357b05b4630901c6c9d6a9955a7/*.journal*
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Detected unsafe path transition / â?? /run during canonicalization of /run/log/journal/efbab357b05b4630901c6c9d6a9955a7/system.journal.
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/var/log/journal/efbab357b05b4630901c6c9d6a9955a7/system.journal' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry a /var/log/journal/efbab357b05b4630901c6c9d6a9955a7/system.journal
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Failed to determine whether '/tmp/.X[0-9]*-lock' is below autofs, ignoring: No such file or directory
Apr 24 12:18:18 localhost systemd-tmpfiles[144]: Running create action for entry r /tmp/.X[0-9]*-lock
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 43 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: Received SIGCHLD from PID 144 (systemd-tmpfile).
Apr 24 12:18:18 localhost systemd[1]: Child 144 (systemd-tmpfile) died (code=exited, status=65/DATAERR)
Apr 24 12:18:18 localhost systemd[1]: systemd-tmpfiles-setup.service: Child 144 belongs to systemd-tmpfiles-setup.service.
Apr 24 12:18:18 localhost systemd[1]: systemd-tmpfiles-setup.service: Main process exited, code=exited, status=65/DATAERR
Apr 24 12:18:18 localhost systemd[1]: systemd-tmpfiles-setup.service: Changed start -> exited
Apr 24 12:18:18 localhost systemd[1]: systemd-tmpfiles-setup.service: Job 22 systemd-tmpfiles-setup.service/start finished, result=done
Apr 24 12:18:18 localhost systemd[1]: Finished Create Volatile Files and Directories.
Apr 24 12:18:18 localhost systemd[1]: sysinit.target: starting held back, waiting for: systemd-hwdb-update.service
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-catalog-update.service: ConditionNeedsUpdate=/var succeeded.
Apr 24 12:18:18 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-catalog-update.service: Passing 0 fds to service
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-catalog-update.service: About to execute journalctl --update-catalog
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-catalog-update.service: Forked journalctl as 146
Apr 24 12:18:18 localhost audit[147]: SYSTEM_BOOT pid=147 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg=' comm="systemd-update-utmp" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-catalog-update.service: Changed dead -> start
Apr 24 12:18:18 localhost systemd[1]: Starting Rebuild Journal Catalog...
Apr 24 12:18:18 localhost systemd[146]: systemd-journal-catalog-update.service: Executing: journalctl --update-catalog
Apr 24 12:18:18 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:18:18 localhost systemd[1]: systemd-update-utmp.service: Passing 0 fds to service
Apr 24 12:18:18 localhost systemd[1]: systemd-update-utmp.service: About to execute /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-update-utmp reboot
Apr 24 12:18:18 localhost systemd[1]: systemd-update-utmp.service: Forked /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-update-utmp as 147
Apr 24 12:18:18 localhost systemd[1]: systemd-update-utmp.service: Changed dead -> start
Apr 24 12:18:18 localhost systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Apr 24 12:18:18 localhost systemd[147]: systemd-update-utmp.service: Executing: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-update-utmp reboot
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 43 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 44 (n/a) to fd store.
Apr 24 12:18:18 localhost kernel: audit: type=1127 audit(1619266698.275:6): pid=147 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg=' comm="systemd-update-utmp" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost systemd-update-utmp[147]: Bus n/a: changing state UNSET â?? OPENING
Apr 24 12:18:18 localhost systemd-update-utmp[147]: sd-bus: starting bus by connecting to /run/systemd/private...
Apr 24 12:18:18 localhost systemd-update-utmp[147]: Bus n/a: changing state OPENING â?? AUTHENTICATING
Apr 24 12:18:18 localhost systemd[1]: Bus private-bus-connection: changing state UNSET â?? OPENING
Apr 24 12:18:18 localhost systemd[1]: sd-bus: starting bus private-bus-connection on fds 45/45 (socket:[10263], socket:[10263])...
Apr 24 12:18:18 localhost systemd[1]: Bus private-bus-connection: changing state OPENING â?? AUTHENTICATING
Apr 24 12:18:18 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1 iface=org.freedesktop.systemd1.Manager
Apr 24 12:18:18 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/job iface=org.freedesktop.systemd1.Job
Apr 24 12:18:18 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Unit
Apr 24 12:18:18 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Automount
Apr 24 12:18:18 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Device
Apr 24 12:18:18 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Mount
Apr 24 12:18:18 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Path
Apr 24 12:18:18 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Scope
Apr 24 12:18:18 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Service
Apr 24 12:18:18 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Slice
Apr 24 12:18:18 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Socket
Apr 24 12:18:18 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Swap
Apr 24 12:18:18 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Target
Apr 24 12:18:18 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Timer
Apr 24 12:18:18 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/LogControl1 iface=org.freedesktop.LogControl1
Apr 24 12:18:18 localhost systemd[1]: Accepted new private connection.
Apr 24 12:18:18 localhost systemd-update-utmp[147]: Bus n/a: changing state AUTHENTICATING â?? RUNNING
Apr 24 12:18:18 localhost systemd-update-utmp[147]: Sent 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
Apr 24 12:18:18 localhost systemd[1]: Bus private-bus-connection: changing state AUTHENTICATING â?? RUNNING
Apr 24 12:18:18 localhost 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
Apr 24 12:18:18 localhost 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
Apr 24 12:18:18 localhost systemd-update-utmp[147]: Got 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
Apr 24 12:18:18 localhost systemd-update-utmp[147]: Not writing utmp: No such file or directory
Apr 24 12:18:18 localhost systemd-update-utmp[147]: Not writing wtmp: No such file or directory
Apr 24 12:18:18 localhost systemd-update-utmp[147]: Bus n/a: changing state RUNNING â?? CLOSED
Apr 24 12:18:18 localhost systemd[1]: Bus private-bus-connection: changing state RUNNING â?? CLOSING
Apr 24 12:18:18 localhost systemd[1]: Bus private-bus-connection: changing state CLOSING â?? CLOSED
Apr 24 12:18:18 localhost systemd[1]: Got disconnect on private connection.
Apr 24 12:18:18 localhost systemd[1]: Received SIGCHLD from PID 147 (systemd-update-).
Apr 24 12:18:18 localhost systemd[1]: Child 147 (systemd-update-) died (code=exited, status=0/SUCCESS)
Apr 24 12:18:18 localhost systemd[1]: systemd-update-utmp.service: Child 147 belongs to systemd-update-utmp.service.
Apr 24 12:18:18 localhost systemd[1]: systemd-update-utmp.service: Main process exited, code=exited, status=0/SUCCESS
Apr 24 12:18:18 localhost systemd[1]: systemd-update-utmp.service: Changed start -> exited
Apr 24 12:18:18 localhost systemd[1]: systemd-update-utmp.service: Job 38 systemd-update-utmp.service/start finished, result=done
Apr 24 12:18:18 localhost systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Apr 24 12:18:18 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-update-utmp comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 44 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: sysinit.target: starting held back, waiting for: systemd-hwdb-update.service
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 43 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: Received SIGCHLD from PID 146 (journalctl).
Apr 24 12:18:18 localhost systemd[1]: Child 146 (journalctl) died (code=exited, status=0/SUCCESS)
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-catalog-update.service: Child 146 belongs to systemd-journal-catalog-update.service.
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-catalog-update.service: Main process exited, code=exited, status=0/SUCCESS
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-catalog-update.service: Changed start -> exited
Apr 24 12:18:18 localhost systemd[1]: systemd-journal-catalog-update.service: Job 30 systemd-journal-catalog-update.service/start finished, result=done
Apr 24 12:18:18 localhost systemd[1]: Finished Rebuild Journal Catalog.
Apr 24 12:18:18 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journal-catalog-update comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost systemd[1]: sysinit.target: starting held back, waiting for: systemd-hwdb-update.service
Apr 24 12:18:18 localhost kernel: audit: type=1130 audit(1619266698.279:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-update-utmp comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost kernel: audit: type=1130 audit(1619266698.279:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journal-catalog-update comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/20-acpi-vendor.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/20-bluetooth-vendor-product.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/20-net-ifname.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/20-pci-classes.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/20-pci-vendor-model.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/20-sdio-classes.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/20-sdio-vendor-model.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/20-usb-classes.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/20-usb-vendor-model.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/20-vmbus-class.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/60-autosuspend-chromiumos.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/60-autosuspend.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/60-evdev.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/60-input-id.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/60-keyboard.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/60-sensor.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/70-joystick.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/70-mouse.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/70-pointingstick.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: Reading file "/nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/hwdb.d/70-touchpad.hwdb"
Apr 24 12:18:18 localhost systemd-hwdb[131]: === trie in-memory ===
Apr 24 12:18:18 localhost systemd-hwdb[131]: nodes:             5229760 bytes (  130744)
Apr 24 12:18:18 localhost systemd-hwdb[131]: children arrays:   2091888 bytes (  130743)
Apr 24 12:18:18 localhost systemd-hwdb[131]: values arrays:     3183552 bytes (   99486)
Apr 24 12:18:18 localhost systemd-hwdb[131]: strings:           2306299 bytes
Apr 24 12:18:18 localhost systemd-hwdb[131]: strings incoming: 13814981 bytes (  429207)
Apr 24 12:18:18 localhost systemd-hwdb[131]: strings dedup'ed: 11590947 bytes (  346943)
Apr 24 12:18:18 localhost systemd-hwdb[131]: === trie on-disk ===
Apr 24 12:18:18 localhost systemd-hwdb[131]: size:             10719675 bytes
Apr 24 12:18:18 localhost systemd-hwdb[131]: header:                 80 bytes
Apr 24 12:18:18 localhost systemd-hwdb[131]: nodes:             3137856 bytes (  130744)
Apr 24 12:18:18 localhost systemd-hwdb[131]: child pointers:    2091888 bytes (  130743)
Apr 24 12:18:18 localhost systemd-hwdb[131]: value pointers:    3183552 bytes (   99486)
Apr 24 12:18:18 localhost systemd-hwdb[131]: string store:      2306299 bytes
Apr 24 12:18:18 localhost systemd-hwdb[131]: strings start:     8413376
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 42 (stored), closing.
Apr 24 12:18:18 localhost systemd[1]: Received SIGCHLD from PID 131 (systemd-hwdb).
Apr 24 12:18:18 localhost systemd[1]: Child 131 (systemd-hwdb) died (code=exited, status=0/SUCCESS)
Apr 24 12:18:18 localhost systemd[1]: systemd-hwdb-update.service: Child 131 belongs to systemd-hwdb-update.service.
Apr 24 12:18:18 localhost systemd[1]: systemd-hwdb-update.service: Main process exited, code=exited, status=0/SUCCESS
Apr 24 12:18:18 localhost systemd[1]: systemd-hwdb-update.service: Changed start -> exited
Apr 24 12:18:18 localhost systemd[1]: systemd-hwdb-update.service: Job 45 systemd-hwdb-update.service/start finished, result=done
Apr 24 12:18:18 localhost systemd[1]: Finished Rebuild Hardware Database.
Apr 24 12:18:18 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-hwdb-update comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost systemd[1]: systemd-hwdb-update.service: Control group is empty.
Apr 24 12:18:18 localhost systemd[1]: sysinit.target: starting held back, waiting for: systemd-udevd.service
Apr 24 12:18:18 localhost systemd[1]: systemd-udevd.service: ConditionPathIsReadWrite=/sys succeeded.
Apr 24 12:18:18 localhost systemd[1]: bpf_devices_allow_list_device: /dev/null rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_prog_allow_list_device: c 1:3 rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_devices_allow_list_device: /dev/zero rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_prog_allow_list_device: c 1:5 rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_devices_allow_list_device: /dev/full rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_prog_allow_list_device: c 1:7 rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_devices_allow_list_device: /dev/random rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_prog_allow_list_device: c 1:8 rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_devices_allow_list_device: /dev/urandom rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_prog_allow_list_device: c 1:9 rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_devices_allow_list_device: /dev/tty rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_prog_allow_list_device: c 5:0 rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_devices_allow_list_device: /dev/ptmx rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_prog_allow_list_device: c 5:2 rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_devices_allow_list_device: /run/systemd/inaccessible/chr rwm
Apr 24 12:18:18 localhost audit: BPF prog-id=6 op=LOAD
Apr 24 12:18:18 localhost systemd[1]: bpf_prog_allow_list_device: c 0:0 rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_devices_allow_list_device: /run/systemd/inaccessible/blk rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_prog_allow_list_device: b 0:0 rwm
Apr 24 12:18:18 localhost kernel: audit: type=1130 audit(1619266698.454:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-hwdb-update comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost kernel: audit: type=1334 audit(1619266698.454:10): prog-id=6 op=LOAD
Apr 24 12:18:18 localhost audit: BPF prog-id=7 op=LOAD
Apr 24 12:18:18 localhost systemd[1]: bpf_prog_allow_list_major: c 136:* rw
Apr 24 12:18:18 localhost audit: BPF prog-id=8 op=LOAD
Apr 24 12:18:18 localhost systemd[1]: bpf_prog_allow_list_major: c 252:* r
Apr 24 12:18:18 localhost systemd[1]: bpf_prog_allow_list_class: c *:* rwm
Apr 24 12:18:18 localhost systemd[1]: bpf_prog_allow_list_class: b *:* rwm
Apr 24 12:18:18 localhost systemd[1]: systemd-udevd.service: Passing 2 fds to service
Apr 24 12:18:18 localhost systemd[1]: systemd-udevd.service: About to execute /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-udevd
Apr 24 12:18:18 localhost systemd[1]: systemd-udevd.service: Forked /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-udevd as 148
Apr 24 12:18:18 localhost systemd[1]: systemd-udevd.service: Changed dead -> start
Apr 24 12:18:18 localhost systemd[1]: Starting Rule-based Manager for Device Events and Files...
Apr 24 12:18:18 localhost systemd[148]: Bind-mounting / on /run/systemd/unit-root (MS_BIND|MS_REC "")...
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 45 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd[148]: Applying namespace mount on /run/systemd/unit-root/proc/sys/kernel/domainname
Apr 24 12:18:18 localhost systemd[148]: Bind-mounting /run/systemd/unit-root/proc/sys/kernel/domainname on /run/systemd/unit-root/proc/sys/kernel/domainname (MS_BIND|MS_REC "")...
Apr 24 12:18:18 localhost systemd[148]: Successfully mounted /run/systemd/unit-root/proc/sys/kernel/domainname to /run/systemd/unit-root/proc/sys/kernel/domainname
Apr 24 12:18:18 localhost systemd[148]: Applying namespace mount on /run/systemd/unit-root/proc/sys/kernel/hostname
Apr 24 12:18:18 localhost systemd[148]: Bind-mounting /run/systemd/unit-root/proc/sys/kernel/hostname on /run/systemd/unit-root/proc/sys/kernel/hostname (MS_BIND|MS_REC "")...
Apr 24 12:18:18 localhost systemd[148]: Successfully mounted /run/systemd/unit-root/proc/sys/kernel/hostname to /run/systemd/unit-root/proc/sys/kernel/hostname
Apr 24 12:18:18 localhost systemd[148]: Applying namespace mount on /run/systemd/unit-root/run/credentials
Apr 24 12:18:18 localhost systemd[148]: Bind-mounting /run/systemd/inaccessible/dir on /run/systemd/unit-root/run/credentials (MS_BIND|MS_REC "")...
Apr 24 12:18:18 localhost systemd[148]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/run/credentials
Apr 24 12:18:18 localhost systemd[148]: Remounted /run/systemd/unit-root/proc/sys/kernel/domainname read-only.
Apr 24 12:18:18 localhost systemd[148]: Remounted /run/systemd/unit-root/proc/sys/kernel/hostname read-only.
Apr 24 12:18:18 localhost systemd[148]: Remounted /run/systemd/unit-root/run/credentials read-only.
Apr 24 12:18:18 localhost systemd[148]: Operating on architecture: x86
Apr 24 12:18:18 localhost systemd[148]: Operating on architecture: x32
Apr 24 12:18:18 localhost systemd[148]: Operating on architecture: x86-64
Apr 24 12:18:18 localhost systemd[148]: Operating on architecture: x86
Apr 24 12:18:18 localhost systemd[148]: Operating on architecture: x32
Apr 24 12:18:18 localhost systemd[148]: Operating on architecture: x86-64
Apr 24 12:18:18 localhost systemd[148]: Operating on architecture: x86
Apr 24 12:18:18 localhost systemd[148]: Operating on architecture: x32
Apr 24 12:18:18 localhost systemd[148]: Operating on architecture: x86-64
Apr 24 12:18:18 localhost systemd[148]: Operating on architecture: x86
Apr 24 12:18:18 localhost systemd[148]: Operating on architecture: x32
Apr 24 12:18:18 localhost systemd[148]: Operating on architecture: x86-64
Apr 24 12:18:18 localhost systemd[148]: Operating on architecture: x86
Apr 24 12:18:18 localhost systemd[148]: Operating on architecture: x32
Apr 24 12:18:18 localhost systemd[148]: Operating on architecture: x86-64
Apr 24 12:18:18 localhost systemd[148]: systemd-udevd.service: Executing: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-udevd
Apr 24 12:18:18 localhost systemd-udevd[148]: Found cgroup2 on /sys/fs/cgroup/, full unified hierarchy
Apr 24 12:18:18 localhost systemd-udevd[148]: Set children_max to 32
Apr 24 12:18:18 localhost systemd-udevd[148]: Trying to open "/etc/udev/hwdb.bin"...
Apr 24 12:18:18 localhost systemd-udevd[148]: === trie on-disk ===
Apr 24 12:18:18 localhost systemd-udevd[148]: tool version:          247
Apr 24 12:18:18 localhost systemd-udevd[148]: file size:        10719675 bytes
Apr 24 12:18:18 localhost systemd-udevd[148]: header size             80 bytes
Apr 24 12:18:18 localhost systemd-udevd[148]: strings            2306299 bytes
Apr 24 12:18:18 localhost systemd-udevd[148]: nodes              8413296 bytes
Apr 24 12:18:18 localhost systemd[1]: systemd-udevd.service: Got notification message from PID 148 (WATCHDOG=1)
Apr 24 12:18:18 localhost systemd-udevd[148]: Load module index
Apr 24 12:18:18 localhost systemd-udevd[148]: timestamp of '/etc/systemd/network' changed
Apr 24 12:18:18 localhost systemd-udevd[148]: Parsed configuration file /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/network/99-default.link
Apr 24 12:18:18 localhost systemd-udevd[148]: Created link configuration context.
Apr 24 12:18:18 localhost systemd-udevd[148]: timestamp of '/etc/udev/rules.d' changed
Apr 24 12:18:18 localhost systemd-udevd[148]: timestamp of '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d' changed
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/99-systemd.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/90-vconsole.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/80-net-setup-link.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/80-drivers.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/78-sound-card.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/75-probe_mtd.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/75-net-description.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/73-seat-late.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/71-seat.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/70-uaccess.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/70-touchpad.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/70-power-switch.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/70-mouse.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/70-joystick.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/64-btrfs.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/60-serial.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/60-sensor.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/60-persistent-v4l.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/60-persistent-storage.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/60-persistent-storage-tape.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/60-persistent-input.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/60-persistent-alsa.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/60-input-id.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/60-fido-id.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/60-evdev.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/60-drm.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/60-cdrom_id.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/60-block.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/60-autosuspend.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Skipping overridden file '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/udev/rules.d/50-udev-default.rules'.
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/10-dm.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/11-dm-lvm.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/13-dm-disk.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:18 Unknown group 'tty', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:19 Unknown group 'tty', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 Unknown group 'tty', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:21 Unknown group 'tty', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:22 Unknown group 'tty', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:23 Unknown group 'tty', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:24 Unknown group 'tty', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:25 Unknown group 'dialout', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:27 Unknown group 'kmem', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:29 Unknown group 'input', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:32 Unknown group 'video', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:33 Unknown group 'video', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:34 Unknown group 'video', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:35 Unknown group 'video', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:36 Unknown group 'video', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:37 Unknown group 'video', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:39 Unknown group 'render', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:40 Unknown group 'render', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:46 Unknown group 'audio', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:50 Unknown group 'video', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:51 Unknown group 'video', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:52 Unknown group 'video', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:53 Unknown group 'video', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:55 Unknown group 'lp', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:56 Unknown group 'lp', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:57 Unknown group 'lp', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:58 Unknown group 'lp', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:59 Unknown group 'lp', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:60 Unknown group 'lp', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:62 Unknown group 'disk', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:63 Unknown group 'cdrom', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:64 Unknown group 'cdrom', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:65 Unknown group 'cdrom', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:66 Unknown group 'cdrom', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:67 Unknown group 'cdrom', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:69 Unknown group 'tape', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:70 Unknown group 'disk', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:71 Unknown group 'disk', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:72 Unknown group 'disk', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:73 Unknown group 'disk', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:74 Unknown group 'disk', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:75 Unknown group 'disk', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:76 Unknown group 'disk', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:85 Unknown group 'kvm', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:87 Unknown group 'kvm', ignoring
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-autosuspend.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-block.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-cdrom_id.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-evdev.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-fido-id.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-alsa.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage-tape.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-v4l.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-sensor.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-serial.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/64-btrfs.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/69-dm-lvm-metad.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/70-joystick.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/70-mouse.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/70-power-switch.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/70-touchpad.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/70-uaccess.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/71-seat.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/73-seat-late.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/75-net-description.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/75-probe_mtd.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/78-sound-card.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-net-setup-link.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/90-vconsole.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/95-dm-notify.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: Reading rules file: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/99-systemd.rules
Apr 24 12:18:18 localhost systemd-udevd[148]: acpi: Device (SEQNUM=881, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd[1]: systemd-udevd.service: Got notification message from PID 148 (READY=1, STATUS=Processing with 32 children at max)
Apr 24 12:18:18 localhost systemd-udevd[148]: Validate module index
Apr 24 12:18:18 localhost systemd[1]: systemd-udevd.service: Changed start -> running
Apr 24 12:18:18 localhost systemd-udevd[148]: Check if link configuration needs reloading.
Apr 24 12:18:18 localhost systemd[1]: systemd-udevd.service: Job 12 systemd-udevd.service/start finished, result=done
Apr 24 12:18:18 localhost systemd[1]: Started Rule-based Manager for Device Events and Files.
Apr 24 12:18:18 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost systemd-udevd[148]: acpi: Device (SEQNUM=881, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd[1]: systemd-udevd-control.socket: Changed listening -> running
Apr 24 12:18:18 localhost systemd[1]: sysinit.target changed dead -> active
Apr 24 12:18:18 localhost systemd[1]: sysinit.target: Job 3 sysinit.target/start finished, result=done
Apr 24 12:18:18 localhost systemd[1]: Reached target System Initialization.
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 150.
Apr 24 12:18:18 localhost systemd[1]: basic.target changed dead -> active
Apr 24 12:18:18 localhost systemd[1]: basic.target: Job 2 basic.target/start finished, result=done
Apr 24 12:18:18 localhost systemd[1]: Reached target Basic System.
Apr 24 12:18:18 localhost systemd-udevd[148]: acpi: Worker [150] is forked for processing SEQNUM=881.
Apr 24 12:18:18 localhost systemd-udevd[148]: ec: Device (SEQNUM=882, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: ec: SEQNUM=882 blocked by SEQNUM=881
Apr 24 12:18:18 localhost systemd[1]: initrd.target: starting held back, waiting for: initrd-root-fs.target
Apr 24 12:18:18 localhost systemd-udevd[148]: hpet: Device (SEQNUM=883, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: hpet: SEQNUM=883 blocked by SEQNUM=881
Apr 24 12:18:18 localhost systemd-udevd[150]: acpi: Processing device (SEQNUM=881, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevents: Device (SEQNUM=884, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevents: Device (SEQNUM=884, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 151.
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevents: Worker [151] is forked for processing SEQNUM=884.
Apr 24 12:18:18 localhost systemd-udevd[150]: acpi: Device (SEQNUM=881, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: acpi: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: clocksource: Device (SEQNUM=885, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: clocksource: Device (SEQNUM=885, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[151]: clockevents: Processing device (SEQNUM=884, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 152.
Apr 24 12:18:18 localhost systemd-udevd[148]: clocksource: Worker [152] is forked for processing SEQNUM=885.
Apr 24 12:18:18 localhost systemd-udevd[148]: ec: Device (SEQNUM=882, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: ec: sd-device-monitor: Passed 147 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: hpet: Device (SEQNUM=883, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[150]: ec: Processing device (SEQNUM=882, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[151]: clockevents: Device (SEQNUM=884, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[151]: clockevents: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: clocksource: Processing device (SEQNUM=885, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 153.
Apr 24 12:18:18 localhost systemd-udevd[150]: ec: Device (SEQNUM=882, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: hpet: Worker [153] is forked for processing SEQNUM=883.
Apr 24 12:18:18 localhost systemd-udevd[150]: ec: sd-device-monitor: Passed 147 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: container: Device (SEQNUM=886, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: container: Device (SEQNUM=886, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: clocksource: Device (SEQNUM=885, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[152]: clocksource: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: hpet: Processing device (SEQNUM=883, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 154.
Apr 24 12:18:18 localhost systemd-udevd[148]: container: Worker [154] is forked for processing SEQNUM=886.
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu: Device (SEQNUM=887, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu: Device (SEQNUM=887, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: processor: Device (SEQNUM=888, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: processor: SEQNUM=888 blocked by SEQNUM=887
Apr 24 12:18:18 localhost systemd-udevd[152]: cpu: Processing device (SEQNUM=887, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: dax: Device (SEQNUM=889, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: dax: Device (SEQNUM=889, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: dax: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: hpet: Device (SEQNUM=883, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: container: Processing device (SEQNUM=886, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[153]: hpet: sd-device-monitor: Passed 149 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: event_source: Device (SEQNUM=890, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: event_source: Device (SEQNUM=890, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: event_source: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: dax: Processing device (SEQNUM=889, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[150]: event_source: Processing device (SEQNUM=890, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: gpio: Device (SEQNUM=891, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: gpio: Device (SEQNUM=891, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: gpio: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: event_source: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-evdev.rules:8 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Apr 24 12:18:18 localhost systemd-udevd[148]: isa: Device (SEQNUM=892, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: isa: Device (SEQNUM=892, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[150]: event_source: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[152]: cpu: Device (SEQNUM=887, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: event_source: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-evdev.rules:8 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Apr 24 12:18:18 localhost systemd-udevd[153]: gpio: Processing device (SEQNUM=891, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[152]: cpu: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: dax: Device (SEQNUM=889, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[151]: dax: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: container: Device (SEQNUM=886, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: container: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: event_source: Device (SEQNUM=890, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[153]: gpio: Device (SEQNUM=891, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: event_source: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: gpio: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 155.
Apr 24 12:18:18 localhost systemd-udevd[148]: isa: Worker [155] is forked for processing SEQNUM=892.
Apr 24 12:18:18 localhost systemd-udevd[148]: processor: Device (SEQNUM=888, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: processor: sd-device-monitor: Passed 153 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck: Device (SEQNUM=893, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck: Device (SEQNUM=893, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: processor: Processing device (SEQNUM=888, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory: Device (SEQNUM=894, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory: Device (SEQNUM=894, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: machinecheck: Processing device (SEQNUM=893, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: mipi-dsi: Device (SEQNUM=895, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[155]: isa: Processing device (SEQNUM=892, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[151]: memory: Processing device (SEQNUM=894, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: mipi-dsi: Device (SEQNUM=895, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: mipi-dsi: sd-device-monitor: Passed 136 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: mipi-dsi: Processing device (SEQNUM=895, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: node: Device (SEQNUM=896, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: node: Device (SEQNUM=896, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: node: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: processor: Device (SEQNUM=888, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: nvmem: Device (SEQNUM=897, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[150]: node: Processing device (SEQNUM=896, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: processor: sd-device-monitor: Passed 153 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: nvmem: Device (SEQNUM=897, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: machinecheck: Device (SEQNUM=893, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[151]: memory: Device (SEQNUM=894, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[152]: machinecheck: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: memory: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: mipi-dsi: Device (SEQNUM=895, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[153]: mipi-dsi: sd-device-monitor: Passed 136 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: isa: Device (SEQNUM=892, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[155]: isa: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: node: Device (SEQNUM=896, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: node: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 156.
Apr 24 12:18:18 localhost systemd-udevd[148]: nvmem: Worker [156] is forked for processing SEQNUM=897.
Apr 24 12:18:18 localhost systemd-udevd[148]: pci: Device (SEQNUM=898, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: pci: Device (SEQNUM=898, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: pci: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: iosf_mbi_pci: Device (SEQNUM=899, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[152]: pci: Processing device (SEQNUM=898, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: iosf_mbi_pci: SEQNUM=899 blocked by SEQNUM=898
Apr 24 12:18:18 localhost systemd-udevd[148]: pcieport: Device (SEQNUM=900, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: pcieport: SEQNUM=900 blocked by SEQNUM=898
Apr 24 12:18:18 localhost systemd-udevd[156]: nvmem: Processing device (SEQNUM=897, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: xen-platform-pci: Device (SEQNUM=901, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: xen-platform-pci: SEQNUM=901 blocked by SEQNUM=898
Apr 24 12:18:18 localhost systemd-udevd[148]: pci_express: Device (SEQNUM=902, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: pci_express: Device (SEQNUM=902, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: pci_express: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: pcie_pme: Device (SEQNUM=903, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: pcie_pme: SEQNUM=903 blocked by SEQNUM=902
Apr 24 12:18:18 localhost systemd-udevd[154]: pci_express: Processing device (SEQNUM=902, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: pciehp: Device (SEQNUM=904, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: pciehp: SEQNUM=904 blocked by SEQNUM=902
Apr 24 12:18:18 localhost systemd-udevd[152]: pci: Device (SEQNUM=898, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: platform: Device (SEQNUM=905, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: platform: Device (SEQNUM=905, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: pci: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: platform: sd-device-monitor: Passed 136 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: iosf_mbi_pci: Device (SEQNUM=899, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: iosf_mbi_pci: sd-device-monitor: Passed 156 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: pcieport: Device (SEQNUM=900, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: pcieport: sd-device-monitor: Passed 152 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: xen-platform-pci: Device (SEQNUM=901, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: iosf_mbi_pci: Processing device (SEQNUM=899, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[151]: platform: Processing device (SEQNUM=905, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: xen-platform-pci: sd-device-monitor: Passed 160 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: pcieport: Processing device (SEQNUM=900, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: nvmem: Device (SEQNUM=897, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: pci_express: Device (SEQNUM=902, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[155]: xen-platform-pci: Processing device (SEQNUM=901, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: nvmem: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: acpi-ged: Device (SEQNUM=906, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: pci_express: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: acpi-ged: SEQNUM=906 blocked by SEQNUM=905
Apr 24 12:18:18 localhost systemd-udevd[148]: pcie_pme: Device (SEQNUM=903, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: pcie_pme: sd-device-monitor: Passed 160 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: pciehp: Device (SEQNUM=904, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: pcie_pme: Processing device (SEQNUM=903, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: pciehp: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: pciehp: Processing device (SEQNUM=904, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: alarmtimer: Device (SEQNUM=907, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: alarmtimer: SEQNUM=907 blocked by SEQNUM=905
Apr 24 12:18:18 localhost systemd-udevd[151]: platform: Device (SEQNUM=905, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[152]: iosf_mbi_pci: Device (SEQNUM=899, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: pcieport: Device (SEQNUM=900, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: byt_gpio: Device (SEQNUM=908, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[151]: platform: sd-device-monitor: Passed 136 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: iosf_mbi_pci: sd-device-monitor: Passed 156 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: byt_gpio: SEQNUM=908 blocked by SEQNUM=905
Apr 24 12:18:18 localhost systemd-udevd[150]: pcieport: sd-device-monitor: Passed 152 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: xen-platform-pci: Device (SEQNUM=901, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[155]: xen-platform-pci: sd-device-monitor: Passed 160 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: acpi-ged: Device (SEQNUM=906, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: acpi-ged: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: alarmtimer: Device (SEQNUM=907, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: alarmtimer: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: byt_gpio: Device (SEQNUM=908, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: acpi-ged: Processing device (SEQNUM=906, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: byt_gpio: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: pcie_pme: Device (SEQNUM=903, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: pcie_pme: sd-device-monitor: Passed 160 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: clk-fch: Device (SEQNUM=909, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: clk-fch: Device (SEQNUM=909, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: pciehp: Device (SEQNUM=904, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: clk-fch: sd-device-monitor: Passed 156 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: pciehp: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: alarmtimer: Processing device (SEQNUM=907, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[150]: byt_gpio: Processing device (SEQNUM=908, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[153]: clk-fch: Processing device (SEQNUM=909, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: clk-lpt: Device (SEQNUM=910, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: clk-lpt: Device (SEQNUM=910, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: clk-lpt: sd-device-monitor: Passed 156 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: clk-pmc-atom: Device (SEQNUM=911, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: clk-pmc-atom: Device (SEQNUM=911, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: clk-lpt: Processing device (SEQNUM=910, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[152]: acpi-ged: Device (SEQNUM=906, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: clk-pmc-atom: sd-device-monitor: Passed 161 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: acpi-ged: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: clk-pmc-atom: Processing device (SEQNUM=911, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: efi-framebuffer: Device (SEQNUM=912, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: efi-framebuffer: Device (SEQNUM=912, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[151]: alarmtimer: Device (SEQNUM=907, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: byt_gpio: Device (SEQNUM=908, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: efi-framebuffer: sd-device-monitor: Passed 164 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: clk-fch: Device (SEQNUM=909, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: byt_gpio: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: alarmtimer: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: clk-fch: sd-device-monitor: Passed 156 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: efi-framebuffer: Processing device (SEQNUM=912, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: gpio-clk: Device (SEQNUM=913, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: gpio-clk: Device (SEQNUM=913, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: gpio-clk: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: reg-dummy: Device (SEQNUM=914, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: reg-dummy: Device (SEQNUM=914, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: reg-dummy: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: clk-lpt: Device (SEQNUM=910, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[152]: gpio-clk: Processing device (SEQNUM=913, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: clk-lpt: sd-device-monitor: Passed 156 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: serial8250: Device (SEQNUM=915, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[151]: reg-dummy: Processing device (SEQNUM=914, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: serial8250: Device (SEQNUM=915, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: clk-pmc-atom: Device (SEQNUM=911, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: clk-pmc-atom: sd-device-monitor: Passed 161 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: serial8250: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: serial8250: Processing device (SEQNUM=915, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: syscon: Device (SEQNUM=916, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[155]: efi-framebuffer: Device (SEQNUM=912, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: syscon: Device (SEQNUM=916, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[155]: efi-framebuffer: sd-device-monitor: Passed 164 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: syscon: sd-device-monitor: Passed 155 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: syscon: Processing device (SEQNUM=916, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: vesa-framebuffer: Device (SEQNUM=917, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: vesa-framebuffer: Device (SEQNUM=917, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: gpio-clk: Device (SEQNUM=913, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[151]: reg-dummy: Device (SEQNUM=914, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: vesa-framebuffer: sd-device-monitor: Passed 165 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: gpio-clk: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: reg-dummy: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: vesa-framebuffer: Processing device (SEQNUM=917, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: pnp: Device (SEQNUM=918, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: pnp: Device (SEQNUM=918, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[150]: serial8250: Device (SEQNUM=915, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: pnp: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: serial8250: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: pnp: Processing device (SEQNUM=918, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: syscon: Device (SEQNUM=916, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: serial: Device (SEQNUM=919, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: syscon: sd-device-monitor: Passed 155 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: serial: SEQNUM=919 blocked by SEQNUM=918
Apr 24 12:18:18 localhost systemd-udevd[148]: system: Device (SEQNUM=920, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: system: SEQNUM=920 blocked by SEQNUM=918
Apr 24 12:18:18 localhost systemd-udevd[148]: spi: Device (SEQNUM=921, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: vesa-framebuffer: Device (SEQNUM=917, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: spi: Device (SEQNUM=921, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: vesa-framebuffer: sd-device-monitor: Passed 165 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: spi: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: workqueue: Device (SEQNUM=922, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: workqueue: Device (SEQNUM=922, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: workqueue: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: spi: Processing device (SEQNUM=921, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[155]: pnp: Device (SEQNUM=918, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: xen: Device (SEQNUM=923, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: xen: Device (SEQNUM=923, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[155]: pnp: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: xen: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: workqueue: Processing device (SEQNUM=922, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: serial: Device (SEQNUM=919, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: serial: sd-device-monitor: Passed 150 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: xen: Processing device (SEQNUM=923, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: system: Device (SEQNUM=920, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[150]: serial: Processing device (SEQNUM=919, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: system: sd-device-monitor: Passed 150 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: system: Processing device (SEQNUM=920, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: xen-backend: Device (SEQNUM=924, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: xen-backend: Device (SEQNUM=924, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: xen-backend: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: spi: Device (SEQNUM=921, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[155]: xen-backend: Processing device (SEQNUM=924, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 8250: Device (SEQNUM=925, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 8250: Device (SEQNUM=925, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: spi: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: workqueue: Device (SEQNUM=922, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[151]: xen: Device (SEQNUM=923, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[153]: 8250: Processing device (SEQNUM=925, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: workqueue: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: xen: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: system: Device (SEQNUM=920, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: serial: Device (SEQNUM=919, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: system: sd-device-monitor: Passed 150 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: serial: sd-device-monitor: Passed 150 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 8250: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: xen-backend: Device (SEQNUM=924, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[155]: xen-backend: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: 8250: Device (SEQNUM=925, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 8250_core: Device (SEQNUM=926, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 8250_core: Device (SEQNUM=926, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[153]: 8250: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 8250_core: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: acpi: Device (SEQNUM=927, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[152]: 8250_core: Processing device (SEQNUM=926, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: acpi: Device (SEQNUM=927, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: acpi: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: acpiphp: Device (SEQNUM=928, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: acpiphp: Device (SEQNUM=928, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: acpi: Processing device (SEQNUM=927, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: acpiphp: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: acpiphp: Processing device (SEQNUM=928, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: apparmor: Device (SEQNUM=929, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: apparmor: Device (SEQNUM=929, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: apparmor: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: 8250_core: Device (SEQNUM=926, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[152]: 8250_core: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: autofs4: Device (SEQNUM=930, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: autofs4: Device (SEQNUM=930, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: acpi: Device (SEQNUM=927, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: apparmor: Processing device (SEQNUM=929, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: acpi: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: autofs4: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: autofs4: Processing device (SEQNUM=930, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[151]: acpiphp: Device (SEQNUM=928, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[151]: acpiphp: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: blk_cgroup: Device (SEQNUM=931, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: blk_cgroup: Device (SEQNUM=931, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: blk_cgroup: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: block: Device (SEQNUM=932, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: autofs4: Device (SEQNUM=930, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: block: Device (SEQNUM=932, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: blk_cgroup: Processing device (SEQNUM=931, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: autofs4: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: block: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: apparmor: Device (SEQNUM=929, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: block: Processing device (SEQNUM=932, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[150]: apparmor: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: cpufreq: Device (SEQNUM=933, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: cpufreq: Device (SEQNUM=933, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: cpufreq: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: block: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-block.rules:5 ATTR '/sys/module/block/parameters/events_dfl_poll_msecs' writing '2000'
Apr 24 12:18:18 localhost systemd-udevd[151]: cpufreq: Processing device (SEQNUM=933, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: cpuidle: Device (SEQNUM=934, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: cpuidle: Device (SEQNUM=934, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: cpuidle: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: cpuidle: Processing device (SEQNUM=934, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: cryptomgr: Device (SEQNUM=935, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: cryptomgr: Device (SEQNUM=935, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: blk_cgroup: Device (SEQNUM=931, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: cryptomgr: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: blk_cgroup: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: block: Device (SEQNUM=932, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: cryptomgr: Processing device (SEQNUM=935, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: block: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: dynamic_debug: Device (SEQNUM=936, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: dynamic_debug: Device (SEQNUM=936, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: dynamic_debug: sd-device-monitor: Passed 147 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: cpufreq: Device (SEQNUM=933, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[155]: dynamic_debug: Processing device (SEQNUM=936, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[151]: cpufreq: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: efivarfs: Device (SEQNUM=937, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: efivarfs: Device (SEQNUM=937, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[150]: cpuidle: Device (SEQNUM=934, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: efivarfs: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: cpuidle: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: cryptomgr: Device (SEQNUM=935, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: cryptomgr: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: efivarfs: Processing device (SEQNUM=937, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: fb: Device (SEQNUM=938, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: fb: Device (SEQNUM=938, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: fb: sd-device-monitor: Passed 136 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: fb: Processing device (SEQNUM=938, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: firmware_class: Device (SEQNUM=939, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: firmware_class: Device (SEQNUM=939, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: firmware_class: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: dynamic_debug: Device (SEQNUM=936, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: fscrypto: Device (SEQNUM=940, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[151]: firmware_class: Processing device (SEQNUM=939, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: fscrypto: Device (SEQNUM=940, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[155]: dynamic_debug: sd-device-monitor: Passed 147 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: fscrypto: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: fscrypto: Processing device (SEQNUM=940, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[152]: efivarfs: Device (SEQNUM=937, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: gpiolib_acpi: Device (SEQNUM=941, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: gpiolib_acpi: Device (SEQNUM=941, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: efivarfs: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: fb: Device (SEQNUM=938, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: gpiolib_acpi: sd-device-monitor: Passed 146 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: fb: sd-device-monitor: Passed 136 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: gpiolib_acpi: Processing device (SEQNUM=941, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: intel_idle: Device (SEQNUM=942, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[151]: firmware_class: Device (SEQNUM=939, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: intel_idle: Device (SEQNUM=942, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[151]: firmware_class: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: intel_idle: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: intel_idle: Processing device (SEQNUM=942, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[150]: fscrypto: Device (SEQNUM=940, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: ipv6: Device (SEQNUM=943, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[150]: fscrypto: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: ipv6: Device (SEQNUM=943, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: gpiolib_acpi: Device (SEQNUM=941, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: ipv6: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: gpiolib_acpi: sd-device-monitor: Passed 146 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: ipv6: Processing device (SEQNUM=943, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: kernel: Device (SEQNUM=944, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: kernel: Device (SEQNUM=944, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: kernel: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: intel_idle: Device (SEQNUM=942, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: keyboard: Device (SEQNUM=945, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[151]: kernel: Processing device (SEQNUM=944, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: keyboard: Device (SEQNUM=945, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: intel_idle: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: keyboard: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: keyboard: Processing device (SEQNUM=945, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: ipv6: Device (SEQNUM=943, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: module: Device (SEQNUM=946, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: module: Device (SEQNUM=946, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: ipv6: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: module: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: module: Processing device (SEQNUM=946, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: netpoll: Device (SEQNUM=947, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: netpoll: Device (SEQNUM=947, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[151]: kernel: Device (SEQNUM=944, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: netpoll: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: kernel: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: nmi_backtrace: Device (SEQNUM=948, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: nmi_backtrace: Device (SEQNUM=948, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[150]: keyboard: Device (SEQNUM=945, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: nmi_backtrace: sd-device-monitor: Passed 147 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: keyboard: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: netpoll: Processing device (SEQNUM=947, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[152]: module: Device (SEQNUM=946, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: nmi_backtrace: Processing device (SEQNUM=948, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[152]: module: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: pci_hotplug: Device (SEQNUM=949, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: pci_hotplug: Device (SEQNUM=949, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: pci_hotplug: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: pcie_aspm: Device (SEQNUM=950, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: pcie_aspm: Device (SEQNUM=950, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: pcie_aspm: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: pci_hotplug: Processing device (SEQNUM=949, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[152]: pcie_aspm: Processing device (SEQNUM=950, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: pciehp: Device (SEQNUM=951, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: pciehp: Device (SEQNUM=951, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: pciehp: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: pciehp: Processing device (SEQNUM=951, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: pnp: Device (SEQNUM=952, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: pnp: Device (SEQNUM=952, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: netpoll: Device (SEQNUM=947, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: nmi_backtrace: Device (SEQNUM=948, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: pnp: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: netpoll: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: nmi_backtrace: sd-device-monitor: Passed 147 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: pnp: Processing device (SEQNUM=952, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: printk: Device (SEQNUM=953, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: printk: Device (SEQNUM=953, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: printk: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: pci_hotplug: Device (SEQNUM=949, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[153]: printk: Processing device (SEQNUM=953, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[152]: pcie_aspm: Device (SEQNUM=950, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[151]: pci_hotplug: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: pcie_aspm: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: processor: Device (SEQNUM=954, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: processor: Device (SEQNUM=954, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[150]: pciehp: Device (SEQNUM=951, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: processor: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: pciehp: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: processor: Processing device (SEQNUM=954, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: random: Device (SEQNUM=955, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: random: Device (SEQNUM=955, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: random: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: pnp: Device (SEQNUM=952, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[152]: random: Processing device (SEQNUM=955, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[155]: pnp: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: rcupdate: Device (SEQNUM=956, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: rcupdate: Device (SEQNUM=956, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: rcupdate: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: printk: Device (SEQNUM=953, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[153]: printk: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: rcupdate: Processing device (SEQNUM=956, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: rcutree: Device (SEQNUM=957, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: rcutree: Device (SEQNUM=957, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: processor: Device (SEQNUM=954, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: rcutree: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: processor: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: random: Device (SEQNUM=955, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[152]: random: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: rcutree: Processing device (SEQNUM=957, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: spurious: Device (SEQNUM=958, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: spurious: Device (SEQNUM=958, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: spurious: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: spurious: Processing device (SEQNUM=958, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[151]: rcupdate: Device (SEQNUM=956, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: srcutree: Device (SEQNUM=959, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[151]: rcupdate: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: srcutree: Device (SEQNUM=959, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: srcutree: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: suspend: Device (SEQNUM=960, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: suspend: Device (SEQNUM=960, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: suspend: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: srcutree: Processing device (SEQNUM=959, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[150]: rcutree: Device (SEQNUM=957, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: spurious: Device (SEQNUM=958, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[151]: suspend: Processing device (SEQNUM=960, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: spurious: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: rcutree: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: sysrq: Device (SEQNUM=961, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: sysrq: Device (SEQNUM=961, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: sysrq: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: sysrq: Processing device (SEQNUM=961, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: tcp_cubic: Device (SEQNUM=962, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: tcp_cubic: Device (SEQNUM=962, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: srcutree: Device (SEQNUM=959, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: tcp_cubic: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: srcutree: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: tcp_cubic: Processing device (SEQNUM=962, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: vt: Device (SEQNUM=963, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[151]: suspend: Device (SEQNUM=960, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: vt: Device (SEQNUM=963, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[151]: suspend: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: vt: sd-device-monitor: Passed 136 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: vt: Processing device (SEQNUM=963, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: workqueue: Device (SEQNUM=964, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: workqueue: Device (SEQNUM=964, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: workqueue: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: sysrq: Device (SEQNUM=961, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: xen: Device (SEQNUM=965, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: sysrq: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: xen: Device (SEQNUM=965, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: workqueue: Processing device (SEQNUM=964, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: xen: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: xen: Processing device (SEQNUM=965, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: tcp_cubic: Device (SEQNUM=962, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: tcp_cubic: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: xz_dec: Device (SEQNUM=966, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: xz_dec: Device (SEQNUM=966, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: xz_dec: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: xz_dec: Processing device (SEQNUM=966, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[150]: vt: Device (SEQNUM=963, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: zswap: Device (SEQNUM=967, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[152]: workqueue: Device (SEQNUM=964, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: vt: sd-device-monitor: Passed 136 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: zswap: Device (SEQNUM=967, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: workqueue: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: zswap: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: zswap: Processing device (SEQNUM=967, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[151]: xen: Device (SEQNUM=965, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[151]: xen: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXSYSTM:00: Device (SEQNUM=968, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXSYSTM:00: Device (SEQNUM=968, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXSYSTM:00: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: xz_dec: Device (SEQNUM=966, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[152]: LNXSYSTM:00: Processing device (SEQNUM=968, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: xz_dec: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3420:00: Device (SEQNUM=969, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3420:00: SEQNUM=969 blocked by SEQNUM=968
Apr 24 12:18:18 localhost systemd-udevd[152]: LNXSYSTM:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:07: Device (SEQNUM=970, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[152]: LNXSYSTM:00: hwdb modalias key: "acpi:LNXSYSTM:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:07: SEQNUM=970 blocked by SEQNUM=968
Apr 24 12:18:18 localhost systemd-udevd[154]: zswap: Device (SEQNUM=967, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPWRBN:00: Device (SEQNUM=971, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: zswap: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPWRBN:00: SEQNUM=971 blocked by SEQNUM=968
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup24: Device (SEQNUM=972, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup24: SEQNUM=972 blocked by SEQNUM=968
Apr 24 12:18:18 localhost systemd-udevd[152]: LNXSYSTM:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXSYBUS:00: Device (SEQNUM=973, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXSYBUS:00: SEQNUM=973 blocked by SEQNUM=968
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI000C:00: Device (SEQNUM=974, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI000C:00: SEQNUM=974 blocked by SEQNUM=968
Apr 24 12:18:18 localhost systemd-udevd[152]: LNXSYSTM:00: sd-device: Created db file '/run/udev/data/+acpi:LNXSYSTM:00' for '/devices/LNXSYSTM:00'
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI000E:00: Device (SEQNUM=975, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[152]: LNXSYSTM:00: Running built-in command "kmod load acpi:LNXSYSTM:"
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI000E:00: SEQNUM=975 blocked by SEQNUM=968
Apr 24 12:18:18 localhost systemd-udevd[152]: Loading module: acpi:LNXSYSTM:
Apr 24 12:18:18 localhost systemd-udevd[148]: INT0E0C:00: Device (SEQNUM=976, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: INT0E0C:00: SEQNUM=976 blocked by SEQNUM=968
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3394:00: Device (SEQNUM=977, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[152]: Failed to find module 'acpi:LNXSYSTM:'
Apr 24 12:18:18 localhost systemd-udevd[152]: LNXSYSTM:00: Device (SEQNUM=968, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3394:00: SEQNUM=977 blocked by SEQNUM=968
Apr 24 12:18:18 localhost systemd-udevd[152]: LNXSYSTM:00: sd-device-monitor: Passed 213 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3400:00: Device (SEQNUM=978, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3400:00: SEQNUM=978 blocked by SEQNUM=968
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3420:00: Device (SEQNUM=969, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3420:00: sd-device-monitor: Passed 165 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:07: Device (SEQNUM=970, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:07: sd-device-monitor: Passed 166 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPWRBN:00: Device (SEQNUM=971, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: LNXPOWER:07: Processing device (SEQNUM=970, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPWRBN:00: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup24: SEQNUM=972 blocked by SEQNUM=971
Apr 24 12:18:18 localhost systemd-udevd[152]: INT3420:00: Processing device (SEQNUM=969, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXSYBUS:00: Device (SEQNUM=973, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[151]: LNXPWRBN:00: Processing device (SEQNUM=971, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXSYBUS:00: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI000C:00: SEQNUM=974 blocked by SEQNUM=973
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI000E:00: SEQNUM=975 blocked by SEQNUM=973
Apr 24 12:18:18 localhost systemd-udevd[148]: INT0E0C:00: SEQNUM=976 blocked by SEQNUM=973
Apr 24 12:18:18 localhost systemd-udevd[150]: LNXSYBUS:00: Processing device (SEQNUM=973, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3394:00: SEQNUM=977 blocked by SEQNUM=973
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3400:00: SEQNUM=978 blocked by SEQNUM=973
Apr 24 12:18:18 localhost systemd-udevd[151]: LNXPWRBN:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[151]: LNXPWRBN:00: hwdb modalias key: "acpi:LNXPWRBN:"
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3519:00: Device (SEQNUM=979, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[150]: LNXSYBUS:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3519:00: SEQNUM=979 blocked by SEQNUM=973
Apr 24 12:18:18 localhost systemd-udevd[150]: LNXSYBUS:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[154]: LNXPOWER:07: Device (SEQNUM=970, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[152]: INT3420:00: Device (SEQNUM=969, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:00: Device (SEQNUM=980, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: LNXPOWER:07: sd-device-monitor: Passed 166 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:00: SEQNUM=980 blocked by SEQNUM=973
Apr 24 12:18:18 localhost systemd-udevd[152]: INT3420:00: sd-device-monitor: Passed 165 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:01: Device (SEQNUM=981, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:01: SEQNUM=981 blocked by SEQNUM=973
Apr 24 12:18:18 localhost systemd-udevd[151]: LNXPWRBN:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:02: Device (SEQNUM=982, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:02: SEQNUM=982 blocked by SEQNUM=973
Apr 24 12:18:18 localhost systemd-udevd[150]: LNXSYBUS:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[151]: LNXPWRBN:00: sd-device: Created db file '/run/udev/data/+acpi:LNXPWRBN:00' for '/devices/LNXSYSTM:00/LNXPWRBN:00'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:03: Device (SEQNUM=983, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[151]: LNXPWRBN:00: Running built-in command "kmod load acpi:LNXPWRBN:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:03: SEQNUM=983 blocked by SEQNUM=973
Apr 24 12:18:18 localhost systemd-udevd[151]: Loading module: acpi:LNXPWRBN:
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:04: Device (SEQNUM=984, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[150]: LNXSYBUS:00: sd-device: Created db file '/run/udev/data/+acpi:LNXSYBUS:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00'
Apr 24 12:18:18 localhost systemd-udevd[150]: LNXSYBUS:00: Running built-in command "kmod load acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:04: SEQNUM=984 blocked by SEQNUM=973
Apr 24 12:18:18 localhost systemd-udevd[150]: Loading module: acpi:LNXSYBUS:
Apr 24 12:18:18 localhost systemd-udevd[151]: Failed to find module 'acpi:LNXPWRBN:'
Apr 24 12:18:18 localhost systemd-udevd[151]: LNXPWRBN:00: Device (SEQNUM=971, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:05: Device (SEQNUM=985, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:05: SEQNUM=985 blocked by SEQNUM=973
Apr 24 12:18:18 localhost systemd-udevd[151]: LNXPWRBN:00: sd-device-monitor: Passed 225 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: Failed to find module 'acpi:LNXSYBUS:'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:06: Device (SEQNUM=986, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[150]: LNXSYBUS:00: Device (SEQNUM=973, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:06: SEQNUM=986 blocked by SEQNUM=973
Apr 24 12:18:18 localhost systemd-udevd[150]: LNXSYBUS:00: sd-device-monitor: Passed 225 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup24: Device (SEQNUM=972, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup24: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:07: Device (SEQNUM=987, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:07: SEQNUM=987 blocked by SEQNUM=973
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI000C:00: Device (SEQNUM=974, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: wakeup24: Processing device (SEQNUM=972, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI000C:00: sd-device-monitor: Passed 192 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI000E:00: Device (SEQNUM=975, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI000E:00: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT0E0C:00: Device (SEQNUM=976, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: INT0E0C:00: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: ACPI000E:00: Processing device (SEQNUM=975, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3394:00: Device (SEQNUM=977, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: ACPI000C:00: Processing device (SEQNUM=974, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3394:00: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: INT0E0C:00: Processing device (SEQNUM=976, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3400:00: Device (SEQNUM=978, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3400:00: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3394:00: Processing device (SEQNUM=977, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3519:00: Device (SEQNUM=979, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3519:00: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3400:00: Processing device (SEQNUM=978, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: ACPI000C:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[150]: INT0E0C:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:00: Device (SEQNUM=980, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[150]: INT0E0C:00: hwdb modalias key: "acpi:INT0E0C:"
Apr 24 12:18:18 localhost systemd-udevd[154]: ACPI000C:00: hwdb modalias key: "acpi:ACPI000C:"
Apr 24 12:18:18 localhost systemd-udevd[153]: INT3519:00: Processing device (SEQNUM=979, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3400:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3400:00: hwdb modalias key: "acpi:INT3400:"
Apr 24 12:18:18 localhost systemd-udevd[152]: wakeup24: Device (SEQNUM=972, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[152]: wakeup24: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[151]: ACPI000E:00: Device (SEQNUM=975, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: ACPI000C:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[151]: ACPI000E:00: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: INT0E0C:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[154]: ACPI000C:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3400:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 157.
Apr 24 12:18:18 localhost systemd-udevd[150]: INT0E0C:00: sd-device: Created db file '/run/udev/data/+acpi:INT0E0C:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/INT0E0C:00'
Apr 24 12:18:18 localhost systemd-udevd[153]: INT3519:00: Device (SEQNUM=979, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: INT0E0C:00: Running built-in command "kmod load acpi:INT0E0C:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:00: Worker [157] is forked for processing SEQNUM=980.
Apr 24 12:18:18 localhost systemd-udevd[150]: Loading module: acpi:INT0E0C:
Apr 24 12:18:18 localhost systemd-udevd[153]: INT3519:00: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:01: Device (SEQNUM=981, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3400:00: sd-device: Created db file '/run/udev/data/+acpi:INT3400:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/INT3400:00'
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3400:00: Running built-in command "kmod load acpi:INT3400:"
Apr 24 12:18:18 localhost systemd-udevd[154]: ACPI000C:00: sd-device: Created db file '/run/udev/data/+acpi:ACPI000C:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000C:00'
Apr 24 12:18:18 localhost systemd-udevd[155]: Loading module: acpi:INT3400:
Apr 24 12:18:18 localhost systemd-udevd[154]: ACPI000C:00: Running built-in command "kmod load acpi:ACPI000C:"
Apr 24 12:18:18 localhost systemd-udevd[154]: Loading module: acpi:ACPI000C:
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3394:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[150]: Failed to find module 'acpi:INT0E0C:'
Apr 24 12:18:18 localhost systemd-udevd[150]: INT0E0C:00: Device (SEQNUM=976, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[155]: Failed to find module 'acpi:INT3400:'
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3394:00: hwdb modalias key: "acpi:INT3394:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3400:00: Device (SEQNUM=978, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: INT0E0C:00: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3400:00: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: Failed to find module 'acpi:ACPI000C:'
Apr 24 12:18:18 localhost systemd-udevd[154]: ACPI000C:00: Device (SEQNUM=974, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: ACPI000C:00: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:00: Processing device (SEQNUM=980, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 158.
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3394:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:01: Worker [158] is forked for processing SEQNUM=981.
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:02: Device (SEQNUM=982, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3394:00: sd-device: Created db file '/run/udev/data/+acpi:INT3394:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/INT3394:00'
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3394:00: Running built-in command "kmod load acpi:INT3394:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[156]: Loading module: acpi:INT3394:PNP0C02:
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:00: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[156]: Failed to find module 'acpi:INT3394:PNP0C02:'
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3394:00: Device (SEQNUM=977, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3394:00: sd-device-monitor: Passed 245 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[158]: LNXCPU:01: Processing device (SEQNUM=981, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 159.
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:02: Worker [159] is forked for processing SEQNUM=982.
Apr 24 12:18:18 localhost systemd-udevd[158]: LNXCPU:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:03: Device (SEQNUM=983, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[158]: LNXCPU:01: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:00: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:00'
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:00: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[158]: LNXCPU:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:02: Processing device (SEQNUM=982, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 160.
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:00: Device (SEQNUM=980, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[158]: LNXCPU:01: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:01'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:03: Worker [160] is forked for processing SEQNUM=983.
Apr 24 12:18:18 localhost systemd-udevd[158]: LNXCPU:01: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:00: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:04: Device (SEQNUM=984, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[158]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:02: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:02: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[158]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[158]: LNXCPU:01: Device (SEQNUM=981, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[158]: LNXCPU:01: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 161.
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:04: Worker [161] is forked for processing SEQNUM=984.
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:05: Device (SEQNUM=985, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:02: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:03: Processing device (SEQNUM=983, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:02: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:02'
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:02: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:03: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:02: Device (SEQNUM=982, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:03: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:02: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 162.
Apr 24 12:18:18 localhost systemd-udevd[161]: LNXCPU:04: Processing device (SEQNUM=984, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:05: Worker [162] is forked for processing SEQNUM=985.
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:06: Device (SEQNUM=986, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[161]: LNXCPU:04: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[161]: LNXCPU:04: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:03: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:05: Processing device (SEQNUM=985, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 163.
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:06: Worker [163] is forked for processing SEQNUM=986.
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:03: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:03'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:07: Device (SEQNUM=987, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:05: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[161]: LNXCPU:04: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:03: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[161]: LNXCPU:04: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:04'
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:05: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[161]: LNXCPU:04: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 164.
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:07: Worker [164] is forked for processing SEQNUM=987.
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:08: Device (SEQNUM=988, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[163]: LNXCPU:06: Processing device (SEQNUM=986, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:05: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:05: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:05'
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:05: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:08: Device (SEQNUM=988, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:03: Device (SEQNUM=983, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[164]: LNXCPU:07: Processing device (SEQNUM=987, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[161]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[163]: LNXCPU:06: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:03: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: LNXCPU:07: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[164]: LNXCPU:07: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 165.
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:08: Worker [165] is forked for processing SEQNUM=988.
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[164]: LNXCPU:07: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[161]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[165]: LNXCPU:08: Processing device (SEQNUM=988, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:05: Device (SEQNUM=985, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:05: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[161]: LNXCPU:04: Device (SEQNUM=984, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[161]: LNXCPU:04: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: LNXCPU:07: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:07' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:07'
Apr 24 12:18:18 localhost systemd-udevd[165]: LNXCPU:08: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[163]: LNXCPU:06: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:09: Device (SEQNUM=989, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: LNXCPU:07: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[165]: LNXCPU:08: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:09: Device (SEQNUM=989, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:09: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:09: Processing device (SEQNUM=989, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:09: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[163]: LNXCPU:06: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[164]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0a: Device (SEQNUM=990, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[165]: LNXCPU:08: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:09: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[164]: LNXCPU:07: Device (SEQNUM=987, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[165]: LNXCPU:08: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:08' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:08'
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:09: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0a: Device (SEQNUM=990, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:09: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:09' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:09'
Apr 24 12:18:18 localhost systemd-udevd[165]: LNXCPU:08: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[163]: LNXCPU:06: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:06'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0a: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0b: Device (SEQNUM=991, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0a: Processing device (SEQNUM=990, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: LNXCPU:07: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0a: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[163]: LNXCPU:06: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0b: Device (SEQNUM=991, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:09: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[165]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0a: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[163]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[163]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:0b: Processing device (SEQNUM=991, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[165]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0a: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[163]: LNXCPU:06: Device (SEQNUM=986, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[163]: LNXCPU:06: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[165]: LNXCPU:08: Device (SEQNUM=988, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:0b: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0c: Device (SEQNUM=992, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0a: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:0a' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0a'
Apr 24 12:18:18 localhost systemd-udevd[165]: LNXCPU:08: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:09: Device (SEQNUM=989, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:09: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0c: Device (SEQNUM=992, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXCPU:0c: Processing device (SEQNUM=992, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0a: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0c: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:0b: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0d: Device (SEQNUM=993, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXCPU:0c: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0d: Device (SEQNUM=993, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXCPU:0c: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:0b: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:0d: Processing device (SEQNUM=993, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:0b: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:0b' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0b'
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0a: Device (SEQNUM=990, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:0d: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXCPU:0c: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0e: Device (SEQNUM=994, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:0b: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0a: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:0d: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0e: Device (SEQNUM=994, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:0e: Processing device (SEQNUM=994, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0e: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXCPU:0c: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:0c' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0c'
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:0e: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:0d: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXCPU:0c: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0f: Device (SEQNUM=995, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:0e: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:0b: Device (SEQNUM=991, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:0d: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:0d' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0d'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0f: Device (SEQNUM=995, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXCPU:0b: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:0d: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[156]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:0e: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXCPU:0f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0f: Processing device (SEQNUM=995, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXCPU:0c: Device (SEQNUM=992, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:0e: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:0e' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0e'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0A08:00: Device (SEQNUM=996, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXCPU:0c: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0f: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:0e: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0A08:00: Device (SEQNUM=996, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0f: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0A08:00: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:0d: Device (SEQNUM=993, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0A08:00: Processing device (SEQNUM=996, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B0:00: Device (SEQNUM=997, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0A08:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B0:00: SEQNUM=997 blocked by SEQNUM=996
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXCPU:0d: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B1:00: Device (SEQNUM=998, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0A08:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0f: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B1:00: SEQNUM=998 blocked by SEQNUM=996
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B3:00: Device (SEQNUM=999, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B3:00: SEQNUM=999 blocked by SEQNUM=996
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B4:00: Device (SEQNUM=1000, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0f: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:0f' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0f'
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0A08:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:0e: Device (SEQNUM=994, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B4:00: SEQNUM=1000 blocked by SEQNUM=996
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B5:00: Device (SEQNUM=1001, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0A08:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXCPU:0e: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0f: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0A08:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0A08:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00'
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: acpi:LNXCPU:
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B5:00: SEQNUM=1001 blocked by SEQNUM=996
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0A08:00: Running built-in command "kmod load acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B6:00: Device (SEQNUM=1002, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:PNP0A08:PNP0A03:
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0f: Device (SEQNUM=995, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B6:00: SEQNUM=1002 blocked by SEQNUM=996
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXCPU:0f: sd-device-monitor: Passed 233 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:PNP0A08:PNP0A03:'
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B7:00: Device (SEQNUM=1003, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0A08:00: Device (SEQNUM=996, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B7:00: SEQNUM=1003 blocked by SEQNUM=996
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0A08:00: sd-device-monitor: Passed 243 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B8:00: Device (SEQNUM=1004, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B8:00: SEQNUM=1004 blocked by SEQNUM=996
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B0:00: Device (SEQNUM=997, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B0:00: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B1:00: Device (SEQNUM=998, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B1:00: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: INT34B1:00: Processing device (SEQNUM=998, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: INT34B0:00: Processing device (SEQNUM=997, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B3:00: Device (SEQNUM=999, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B3:00: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B4:00: Device (SEQNUM=1000, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: INT34B3:00: Processing device (SEQNUM=999, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B4:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: INT34B4:00: Processing device (SEQNUM=1000, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B5:00: Device (SEQNUM=1001, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: INT34B0:00: Device (SEQNUM=997, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: INT34B1:00: Device (SEQNUM=998, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B5:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: INT34B0:00: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: INT34B4:00: Device (SEQNUM=1000, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: INT34B1:00: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: INT34B3:00: Device (SEQNUM=999, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B6:00: Device (SEQNUM=1002, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: INT34B5:00: Processing device (SEQNUM=1001, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: INT34B4:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: INT34B3:00: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B6:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: INT34B6:00: Processing device (SEQNUM=1002, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B7:00: Device (SEQNUM=1003, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B7:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: INT34B5:00: Device (SEQNUM=1001, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B8:00: Device (SEQNUM=1004, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: INT34B7:00: Processing device (SEQNUM=1003, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: INT34B5:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B8:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: INT34B8:00: Processing device (SEQNUM=1004, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: INT34B6:00: Device (SEQNUM=1002, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[164]: INT34B6:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B9:00: Device (SEQNUM=1005, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B9:00: Device (SEQNUM=1005, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: INT34B7:00: Device (SEQNUM=1003, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34B9:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: INT34B7:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: INT34B9:00: Processing device (SEQNUM=1005, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[153]: INT34B8:00: Device (SEQNUM=1004, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34BA:00: Device (SEQNUM=1006, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[153]: INT34B8:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34BA:00: Device (SEQNUM=1006, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34BA:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: INT34B9:00: Device (SEQNUM=1005, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: INT34BA:00: Processing device (SEQNUM=1006, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34BB:00: Device (SEQNUM=1007, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[155]: INT34B9:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34BB:00: Device (SEQNUM=1007, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34BB:00: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: INT34BB:00: Processing device (SEQNUM=1007, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34BC:00: Device (SEQNUM=1008, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: INT34BA:00: Device (SEQNUM=1006, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: INT34BB:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34BC:00: Device (SEQNUM=1008, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: INT34BA:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: INT34BB:00: hwdb modalias key: "acpi:INT34BB:"
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34BC:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: INT34BC:00: Processing device (SEQNUM=1008, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:00: Device (SEQNUM=1009, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:00: Device (SEQNUM=1009, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: INT34BB:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:00: sd-device-monitor: Passed 204 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:00: Processing device (SEQNUM=1009, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: INT34BB:00: sd-device: Created db file '/run/udev/data/+acpi:INT34BB:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT34BB:00'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:01: Device (SEQNUM=1010, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: INT34BC:00: Device (SEQNUM=1008, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: INT34BB:00: Running built-in command "kmod load acpi:INT34BB:"
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:01: Device (SEQNUM=1010, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXPOWER:01: Processing device (SEQNUM=1010, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXPOWER:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:00: hwdb modalias key: "acpi:LNXPOWER:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:01: sd-device-monitor: Passed 204 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: INT34BC:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXPOWER:01: hwdb modalias key: "acpi:LNXPOWER:"
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: acpi:INT34BB:
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:02: Device (SEQNUM=1011, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:02: Device (SEQNUM=1011, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'acpi:INT34BB:'
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXPOWER:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:02: sd-device-monitor: Passed 204 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXPOWER:01: sd-device: Created db file '/run/udev/data/+acpi:LNXPOWER:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:01'
Apr 24 12:18:18 localhost systemd-udevd[159]: INT34BB:00: Device (SEQNUM=1007, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXPOWER:02: Processing device (SEQNUM=1011, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:00: sd-device: Created db file '/run/udev/data/+acpi:LNXPOWER:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:00'
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXPOWER:01: Running built-in command "kmod load acpi:LNXPOWER:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXVIDEO:00: Device (SEQNUM=1012, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:00: Running built-in command "kmod load acpi:LNXPOWER:"
Apr 24 12:18:18 localhost systemd-udevd[159]: INT34BB:00: sd-device-monitor: Passed 249 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: Loading module: acpi:LNXPOWER:
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXPOWER:02: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXPOWER:02: hwdb modalias key: "acpi:LNXPOWER:"
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: acpi:LNXPOWER:
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'acpi:LNXPOWER:'
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXPOWER:02: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[156]: Failed to find module 'acpi:LNXPOWER:'
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXPOWER:02: sd-device: Created db file '/run/udev/data/+acpi:LNXPOWER:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:02'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXVIDEO:00: Device (SEQNUM=1012, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXPOWER:01: Device (SEQNUM=1010, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:00: Device (SEQNUM=1009, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXVIDEO:00: sd-device-monitor: Passed 204 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXPOWER:02: Running built-in command "kmod load acpi:LNXPOWER:"
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: acpi:LNXPOWER:
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'acpi:LNXPOWER:'
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXPOWER:02: Device (SEQNUM=1011, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: LNXPOWER:01: sd-device-monitor: Passed 249 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:06: Device (SEQNUM=1013, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:00: sd-device-monitor: Passed 249 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXVIDEO:00: Processing device (SEQNUM=1012, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXVIDEO:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:06: SEQNUM=1013 blocked by SEQNUM=1012
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXVIDEO:00: hwdb modalias key: "acpi:LNXVIDEO:"
Apr 24 12:18:18 localhost systemd-udevd[162]: LNXPOWER:02: sd-device-monitor: Passed 249 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:07: Device (SEQNUM=1014, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:07: SEQNUM=1014 blocked by SEQNUM=1012
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXVIDEO:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:08: Device (SEQNUM=1015, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:08: SEQNUM=1015 blocked by SEQNUM=1012
Apr 24 12:18:18 localhost systemd-udevd[148]: device:09: Device (SEQNUM=1016, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:09: SEQNUM=1016 blocked by SEQNUM=1012
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0a: Device (SEQNUM=1017, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0a: SEQNUM=1017 blocked by SEQNUM=1012
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXVIDEO:00: sd-device: Created db file '/run/udev/data/+acpi:LNXVIDEO:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0b: Device (SEQNUM=1018, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXVIDEO:00: Running built-in command "kmod load acpi:LNXVIDEO:"
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0b: SEQNUM=1018 blocked by SEQNUM=1012
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:LNXVIDEO:
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0c: Device (SEQNUM=1019, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0c: SEQNUM=1019 blocked by SEQNUM=1012
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:LNXVIDEO:'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0d: Device (SEQNUM=1020, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXVIDEO:00: Device (SEQNUM=1012, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0d: SEQNUM=1020 blocked by SEQNUM=1012
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXVIDEO:00: sd-device-monitor: Passed 249 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0e: Device (SEQNUM=1021, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0e: SEQNUM=1021 blocked by SEQNUM=1012
Apr 24 12:18:18 localhost systemd-udevd[148]: device:06: Device (SEQNUM=1013, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:06: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:06: Processing device (SEQNUM=1013, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:07: Device (SEQNUM=1014, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:07: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:07: Processing device (SEQNUM=1014, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:08: Device (SEQNUM=1015, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:08: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:08: Processing device (SEQNUM=1015, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: device:06: Device (SEQNUM=1013, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: device:07: Device (SEQNUM=1014, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: device:06: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:09: Device (SEQNUM=1016, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: device:09: Processing device (SEQNUM=1016, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:09: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:07: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:08: Device (SEQNUM=1015, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0a: Device (SEQNUM=1017, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: device:08: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0a: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: device:09: Device (SEQNUM=1016, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0b: Device (SEQNUM=1018, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: device:0b: Processing device (SEQNUM=1018, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: device:09: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0b: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0c: Device (SEQNUM=1019, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: device:0a: Processing device (SEQNUM=1017, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0c: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0d: Device (SEQNUM=1020, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: device:0c: Processing device (SEQNUM=1019, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: device:0b: Device (SEQNUM=1018, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0d: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: device:0d: Processing device (SEQNUM=1020, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: device:0b: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0e: Device (SEQNUM=1021, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: device:0c: Device (SEQNUM=1019, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0e: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: device:0c: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: device:0a: Device (SEQNUM=1017, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[155]: device:0e: Processing device (SEQNUM=1021, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0f: Device (SEQNUM=1022, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[153]: device:0d: Device (SEQNUM=1020, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: device:0a: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0f: Device (SEQNUM=1022, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[153]: device:0d: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:0f: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: device:0e: Device (SEQNUM=1021, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: device:0f: Processing device (SEQNUM=1022, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[155]: device:0e: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:10: Device (SEQNUM=1023, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:10: Device (SEQNUM=1023, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:10: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:10: Processing device (SEQNUM=1023, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:11: Device (SEQNUM=1024, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[150]: device:0f: Device (SEQNUM=1022, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:11: Device (SEQNUM=1024, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[150]: device:0f: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:11: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:11: Processing device (SEQNUM=1024, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: device:10: Device (SEQNUM=1023, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:12: Device (SEQNUM=1025, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:10: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:12: Device (SEQNUM=1025, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:12: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:12: Processing device (SEQNUM=1025, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: device:11: Device (SEQNUM=1024, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:13: Device (SEQNUM=1026, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:11: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:13: Device (SEQNUM=1026, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:13: Processing device (SEQNUM=1026, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: device:12: Device (SEQNUM=1025, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:13: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:12: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:14: Device (SEQNUM=1027, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:14: Device (SEQNUM=1027, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:13: Device (SEQNUM=1026, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:14: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:14: Processing device (SEQNUM=1027, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: device:13: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:15: Device (SEQNUM=1028, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:15: Device (SEQNUM=1028, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:15: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:15: Processing device (SEQNUM=1028, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:16: Device (SEQNUM=1029, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:14: Device (SEQNUM=1027, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:16: Device (SEQNUM=1029, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:16: Processing device (SEQNUM=1029, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:16: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup0: Device (SEQNUM=1030, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: device:15: Device (SEQNUM=1028, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: device:14: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup0: Device (SEQNUM=1030, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: device:15: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:16: Device (SEQNUM=1029, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup0: sd-device-monitor: Passed 197 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: wakeup0: Processing device (SEQNUM=1030, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: device:16: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:00: Device (SEQNUM=1031, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:00: Device (SEQNUM=1031, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:00: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C02:00: Processing device (SEQNUM=1031, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:01: Device (SEQNUM=1032, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C02:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:01: Device (SEQNUM=1032, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C02:00: hwdb modalias key: "acpi:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:01: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: wakeup0: Device (SEQNUM=1030, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C02:01: Processing device (SEQNUM=1032, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:02: Device (SEQNUM=1033, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C02:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[156]: wakeup0: sd-device-monitor: Passed 197 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:02: Device (SEQNUM=1033, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C02:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C02:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:02: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C02:02: Processing device (SEQNUM=1033, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C02:01: hwdb modalias key: "acpi:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C02:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:05: Device (SEQNUM=1034, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C02:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0C02:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:00'
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C02:01: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:05: Device (SEQNUM=1034, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C02:02: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C02:00: Running built-in command "kmod load acpi:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:05: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C02:02: hwdb modalias key: "acpi:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:05: Processing device (SEQNUM=1034, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: acpi:PNP0C02:
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C02:01: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'acpi:PNP0C02:'
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:05: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C02:02: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:06: Device (SEQNUM=1035, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C02:00: Device (SEQNUM=1031, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C02:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:05: hwdb modalias key: "acpi:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:06: Device (SEQNUM=1035, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C02:02: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:05: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C02:01: sd-device: Created db file '/run/udev/data/+acpi:PNP0C02:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:01'
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:05: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C02:06: Processing device (SEQNUM=1035, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C02:00: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C02:02: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C02:01: Running built-in command "kmod load acpi:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: acpi:PNP0C02:
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:05: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C02:06: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:05: sd-device: Created db file '/run/udev/data/+acpi:PNP0C02:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:05'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:06: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:00: Device (SEQNUM=1036, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:00: Device (SEQNUM=1036, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C02:02: sd-device: Created db file '/run/udev/data/+acpi:PNP0C02:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:02'
Apr 24 12:18:18 localhost systemd-udevd[159]: device:00: Processing device (SEQNUM=1036, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:05: Running built-in command "kmod load acpi:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[159]: device:00: Device (SEQNUM=1036, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: device:00: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:00: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: Loading module: acpi:PNP0C02:
Apr 24 12:18:18 localhost systemd-udevd[148]: device:01: Device (SEQNUM=1037, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C02:06: hwdb modalias key: "acpi:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C02:02: Running built-in command "kmod load acpi:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[148]: device:01: Device (SEQNUM=1037, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'acpi:PNP0C02:'
Apr 24 12:18:18 localhost systemd-udevd[156]: Failed to find module 'acpi:PNP0C02:'
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:PNP0C02:
Apr 24 12:18:18 localhost systemd-udevd[148]: device:01: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C02:06: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[159]: device:01: Processing device (SEQNUM=1037, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C02:01: Device (SEQNUM=1032, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:05: Device (SEQNUM=1034, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:PNP0C02:'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:02: Device (SEQNUM=1038, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C02:06: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C02:01: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:05: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C02:02: Device (SEQNUM=1033, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:02: Device (SEQNUM=1038, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:02: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C02:06: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C02:02: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:01: Device (SEQNUM=1037, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: device:01: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: device:02: Processing device (SEQNUM=1038, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C02:06: sd-device: Created db file '/run/udev/data/+acpi:PNP0C02:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:06'
Apr 24 12:18:18 localhost systemd-udevd[164]: device:02: Device (SEQNUM=1038, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C02:06: Running built-in command "kmod load acpi:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[164]: device:02: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: acpi:PNP0C02:
Apr 24 12:18:18 localhost systemd-udevd[148]: device:03: Device (SEQNUM=1039, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'acpi:PNP0C02:'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:03: SEQNUM=1039 blocked by SEQNUM=1038
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C02:06: Device (SEQNUM=1035, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:03: Device (SEQNUM=1039, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C02:06: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:03: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:03: Processing device (SEQNUM=1039, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:04: Device (SEQNUM=1040, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:04: Device (SEQNUM=1040, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:04: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:05: Device (SEQNUM=1041, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:05: SEQNUM=1041 blocked by SEQNUM=1040
Apr 24 12:18:18 localhost systemd-udevd[159]: device:04: Processing device (SEQNUM=1040, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: device:03: Device (SEQNUM=1039, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: device:03: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:17: Device (SEQNUM=1042, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:17: Device (SEQNUM=1042, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:04: Device (SEQNUM=1040, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:17: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup1: Device (SEQNUM=1043, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:04: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup1: SEQNUM=1043 blocked by SEQNUM=1042
Apr 24 12:18:18 localhost systemd-udevd[157]: device:17: Processing device (SEQNUM=1042, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:05: Device (SEQNUM=1041, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:05: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:18: Device (SEQNUM=1044, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:05: Processing device (SEQNUM=1041, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:18: Device (SEQNUM=1044, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:18: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:17: Device (SEQNUM=1042, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: device:18: Processing device (SEQNUM=1044, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:19: Device (SEQNUM=1045, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: device:17: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:05: Device (SEQNUM=1041, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:19: Device (SEQNUM=1045, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:05: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:18: Device (SEQNUM=1044, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: device:19: Processing device (SEQNUM=1045, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:19: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:18: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup1: Device (SEQNUM=1043, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup1: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3F0D:00: Device (SEQNUM=1046, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup1: Processing device (SEQNUM=1043, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3F0D:00: SEQNUM=1046 blocked by SEQNUM=1045
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0071:00: Device (SEQNUM=1047, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:19: Device (SEQNUM=1045, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0071:00: SEQNUM=1047 blocked by SEQNUM=1045
Apr 24 12:18:18 localhost systemd-udevd[156]: device:19: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN205B:00: Device (SEQNUM=1048, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup1: Device (SEQNUM=1043, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN205B:00: SEQNUM=1048 blocked by SEQNUM=1045
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup1: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3F0D:00: Device (SEQNUM=1046, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3F0D:00: sd-device-monitor: Passed 220 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: INT3F0D:00: Processing device (SEQNUM=1046, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0071:00: Device (SEQNUM=1047, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: INT3F0D:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0071:00: sd-device-monitor: Passed 220 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: LEN0071:00: Processing device (SEQNUM=1047, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: INT3F0D:00: hwdb modalias key: "acpi:INT3F0D:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN205B:00: Device (SEQNUM=1048, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: LEN0071:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN205B:00: sd-device-monitor: Passed 220 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0000:00: Device (SEQNUM=1049, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: LEN0071:00: hwdb modalias key: "acpi:LEN0071:PNP0303:"
Apr 24 12:18:18 localhost systemd-udevd[156]: LEN205B:00: Processing device (SEQNUM=1048, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: INT3F0D:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0000:00: Device (SEQNUM=1049, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: LEN205B:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0000:00: sd-device-monitor: Passed 212 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: LEN0071:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[156]: LEN205B:00: hwdb modalias key: "acpi:LEN205B:PNP0F13:"
Apr 24 12:18:18 localhost systemd-udevd[159]: INT3F0D:00: sd-device: Created db file '/run/udev/data/+acpi:INT3F0D:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/INT3F0D:00'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0100:00: Device (SEQNUM=1050, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0000:00: Processing device (SEQNUM=1049, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: LEN0071:00: sd-device: Created db file '/run/udev/data/+acpi:LEN0071:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/LEN0071:00'
Apr 24 12:18:18 localhost systemd-udevd[159]: INT3F0D:00: Running built-in command "kmod load acpi:INT3F0D:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0100:00: Device (SEQNUM=1050, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: LEN205B:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[157]: LEN0071:00: Running built-in command "kmod load acpi:LEN0071:PNP0303:"
Apr 24 12:18:18 localhost systemd-udevd[156]: LEN205B:00: sd-device: Created db file '/run/udev/data/+acpi:LEN205B:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/LEN205B:00'
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: acpi:INT3F0D:PNP0C02:
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0100:00: sd-device-monitor: Passed 212 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:LEN0071:PNP0303:
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:LEN0071:PNP0303:'
Apr 24 12:18:18 localhost systemd-udevd[156]: LEN205B:00: Running built-in command "kmod load acpi:LEN205B:PNP0F13:"
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0000:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'acpi:INT3F0D:PNP0C02:'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0103:00: Device (SEQNUM=1051, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: LEN0071:00: Device (SEQNUM=1047, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0100:00: Processing device (SEQNUM=1050, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: Loading module: acpi:LEN205B:PNP0F13:
Apr 24 12:18:18 localhost systemd-udevd[159]: INT3F0D:00: Device (SEQNUM=1046, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0000:00: hwdb modalias key: "acpi:PNP0000:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0103:00: Device (SEQNUM=1051, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: LEN0071:00: sd-device-monitor: Passed 265 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: INT3F0D:00: sd-device-monitor: Passed 267 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0100:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[156]: Failed to find module 'acpi:LEN205B:PNP0F13:'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0000:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[164]: PNP0103:00: Processing device (SEQNUM=1051, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0100:00: hwdb modalias key: "acpi:PNP0100:"
Apr 24 12:18:18 localhost systemd-udevd[156]: LEN205B:00: Device (SEQNUM=1048, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0103:00: sd-device-monitor: Passed 212 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0800:00: Device (SEQNUM=1052, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0100:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[156]: LEN205B:00: sd-device-monitor: Passed 265 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0800:00: Device (SEQNUM=1052, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: PNP0103:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0000:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0100:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0000:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[164]: PNP0103:00: hwdb modalias key: "acpi:PNP0103:"
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0800:00: Processing device (SEQNUM=1052, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0800:00: sd-device-monitor: Passed 212 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0100:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0000:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0000:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0000:00'
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0800:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[164]: PNP0103:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0B00:00: Device (SEQNUM=1053, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0000:00: Running built-in command "kmod load acpi:PNP0000:"
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0100:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0100:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0100:00'
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0800:00: hwdb modalias key: "acpi:PNP0800:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0B00:00: Device (SEQNUM=1053, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: PNP0103:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: acpi:PNP0000:
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0100:00: Running built-in command "kmod load acpi:PNP0100:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0B00:00: sd-device-monitor: Passed 212 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:03: Device (SEQNUM=1054, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: PNP0103:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: acpi:PNP0100:
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'acpi:PNP0100:'
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'acpi:PNP0000:'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:03: Device (SEQNUM=1054, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:03: Processing device (SEQNUM=1054, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: PNP0103:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0103:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0103:00'
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0100:00: Device (SEQNUM=1050, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0800:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0000:00: Device (SEQNUM=1049, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:03: sd-device-monitor: Passed 212 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0B00:00: Processing device (SEQNUM=1053, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0B00:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[164]: PNP0103:00: Running built-in command "kmod load acpi:PNP0103:"
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0100:00: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0000:00: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0800:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:04: Device (SEQNUM=1055, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:03: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0B00:00: hwdb modalias key: "acpi:PNP0B00:"
Apr 24 12:18:18 localhost systemd-udevd[164]: Loading module: acpi:PNP0103:
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:04: Device (SEQNUM=1055, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0800:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:03: hwdb modalias key: "acpi:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C02:04: sd-device-monitor: Passed 212 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: Failed to find module 'acpi:PNP0103:'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C02:04: Processing device (SEQNUM=1055, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0B00:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0800:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0800:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0800:00'
Apr 24 12:18:18 localhost systemd-udevd[164]: PNP0103:00: Device (SEQNUM=1051, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C04:00: Device (SEQNUM=1056, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C02:04: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:03: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0800:00: Running built-in command "kmod load acpi:PNP0800:"
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0B00:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[164]: PNP0103:00: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0B00:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C04:00: Device (SEQNUM=1056, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C04:00: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C09:00: Device (SEQNUM=1057, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: acpi:PNP0800:
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'acpi:PNP0800:'
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:03: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C04:00: Processing device (SEQNUM=1056, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C09:00: Device (SEQNUM=1057, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C09:00: Processing device (SEQNUM=1057, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C02:04: hwdb modalias key: "acpi:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0800:00: Device (SEQNUM=1052, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C04:00: Device (SEQNUM=1056, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C09:00: sd-device-monitor: Passed 222 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0B00:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0B00:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0B00:00'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C09:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0800:00: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:03: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C04:00: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C02:04: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0B00:00: Running built-in command "kmod load acpi:PNP0B00:"
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI0003:00: Device (SEQNUM=1058, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C09:00: hwdb modalias key: "acpi:PNP0C09:"
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:03: sd-device: Created db file '/run/udev/data/+acpi:PNP0C02:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C02:03'
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:PNP0B00:
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C02:04: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI0003:00: SEQNUM=1058 blocked by SEQNUM=1057
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:03: Running built-in command "kmod load acpi:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:PNP0B00:'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C09:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[156]: Loading module: acpi:PNP0C02:
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C02:04: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:00: Device (SEQNUM=1059, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0B00:00: Device (SEQNUM=1053, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C02:04: sd-device: Created db file '/run/udev/data/+acpi:PNP0C02:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C02:04'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C09:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:00: SEQNUM=1059 blocked by SEQNUM=1057
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:01: Device (SEQNUM=1060, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: Failed to find module 'acpi:PNP0C02:'
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0B00:00: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:01: SEQNUM=1060 blocked by SEQNUM=1057
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0100:00: Device (SEQNUM=1061, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C09:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C02:04: Running built-in command "kmod load acpi:PNP0C02:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0100:00: SEQNUM=1061 blocked by SEQNUM=1057
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0268:00: Device (SEQNUM=1062, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: Loading module: acpi:PNP0C02:
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C09:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0C09:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00'
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:03: Device (SEQNUM=1054, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0268:00: SEQNUM=1062 blocked by SEQNUM=1057
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C09:00: Running built-in command "kmod load acpi:PNP0C09:"
Apr 24 12:18:18 localhost systemd-udevd[154]: Failed to find module 'acpi:PNP0C02:'
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C02:03: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0A:00: Device (SEQNUM=1063, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: acpi:PNP0C09:
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C02:04: Device (SEQNUM=1055, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0A:00: SEQNUM=1063 blocked by SEQNUM=1057
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C02:04: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'acpi:PNP0C09:'
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup13: Device (SEQNUM=1064, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C09:00: Device (SEQNUM=1057, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup13: Device (SEQNUM=1064, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C09:00: sd-device-monitor: Passed 267 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup13: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup13: Processing device (SEQNUM=1064, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI0003:00: Device (SEQNUM=1058, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI0003:00: sd-device-monitor: Passed 225 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: ACPI0003:00: Processing device (SEQNUM=1058, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:00: Device (SEQNUM=1059, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: ACPI0003:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup13: Device (SEQNUM=1064, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: INT3403:00: Processing device (SEQNUM=1059, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: ACPI0003:00: hwdb modalias key: "acpi:ACPI0003:"
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:00: sd-device-monitor: Passed 223 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup13: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: ACPI0003:00: hwdb modalias key: "acpi:PNP0C09:"
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:01: Device (SEQNUM=1060, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: INT3403:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:01: sd-device-monitor: Passed 223 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3403:01: Processing device (SEQNUM=1060, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: INT3403:00: hwdb modalias key: "acpi:INT3403:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0100:00: Device (SEQNUM=1061, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: ACPI0003:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3403:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0100:00: sd-device-monitor: Passed 223 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: LEN0100:00: Processing device (SEQNUM=1061, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3403:01: hwdb modalias key: "acpi:INT3403:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0268:00: Device (SEQNUM=1062, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: INT3403:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[159]: ACPI0003:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[162]: LEN0100:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0268:00: sd-device-monitor: Passed 223 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: LEN0268:00: Processing device (SEQNUM=1062, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: INT3403:00: sd-device: Created db file '/run/udev/data/+acpi:INT3403:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/INT3403:00'
Apr 24 12:18:18 localhost systemd-udevd[162]: LEN0100:00: hwdb modalias key: "acpi:LEN0100:"
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3403:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[159]: ACPI0003:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3403:01: sd-device: Created db file '/run/udev/data/+acpi:INT3403:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/INT3403:01'
Apr 24 12:18:18 localhost systemd-udevd[157]: INT3403:00: Running built-in command "kmod load acpi:INT3403:"
Apr 24 12:18:18 localhost systemd-udevd[164]: LEN0268:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0A:00: Device (SEQNUM=1063, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3403:01: Running built-in command "kmod load acpi:INT3403:"
Apr 24 12:18:18 localhost systemd-udevd[159]: ACPI0003:00: sd-device: Created db file '/run/udev/data/+acpi:ACPI0003:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/ACPI0003:00'
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:INT3403:
Apr 24 12:18:18 localhost systemd-udevd[162]: LEN0100:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[164]: LEN0268:00: hwdb modalias key: "acpi:LEN0268:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0A:00: sd-device-monitor: Passed 223 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: Loading module: acpi:INT3403:
Apr 24 12:18:18 localhost systemd-udevd[159]: ACPI0003:00: Running built-in command "kmod load acpi:ACPI0003:"
Apr 24 12:18:18 localhost systemd-udevd[164]: LEN0268:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:INT3403:'
Apr 24 12:18:18 localhost systemd-udevd[162]: LEN0100:00: sd-device: Created db file '/run/udev/data/+acpi:LEN0100:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/LEN0100:00'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1a: Device (SEQNUM=1065, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: acpi:ACPI0003:
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'acpi:ACPI0003:'
Apr 24 12:18:18 localhost systemd-udevd[156]: Failed to find module 'acpi:INT3403:'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0A:00: Processing device (SEQNUM=1063, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: LEN0100:00: Running built-in command "kmod load acpi:LEN0100:"
Apr 24 12:18:18 localhost systemd-udevd[164]: LEN0268:00: sd-device: Created db file '/run/udev/data/+acpi:LEN0268:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/LEN0268:00'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0A:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[157]: INT3403:00: Device (SEQNUM=1059, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3403:01: Device (SEQNUM=1060, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: ACPI0003:00: Device (SEQNUM=1058, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: acpi:LEN0100:
Apr 24 12:18:18 localhost systemd-udevd[164]: LEN0268:00: Running built-in command "kmod load acpi:LEN0268:"
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'acpi:LEN0100:'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0A:00: hwdb modalias key: "acpi:PNP0C0A:"
Apr 24 12:18:18 localhost systemd-udevd[157]: INT3403:00: sd-device-monitor: Passed 270 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: INT3403:01: sd-device-monitor: Passed 270 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: ACPI0003:00: sd-device-monitor: Passed 270 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: Loading module: acpi:LEN0268:
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1a: Device (SEQNUM=1065, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: LEN0100:00: Device (SEQNUM=1061, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0A:00: hwdb modalias key: "acpi:PNP0C09:"
Apr 24 12:18:18 localhost systemd-udevd[164]: Failed to find module 'acpi:LEN0268:'
Apr 24 12:18:18 localhost systemd-udevd[164]: LEN0268:00: Device (SEQNUM=1062, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: LEN0100:00: sd-device-monitor: Passed 268 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: device:1a: Processing device (SEQNUM=1065, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0A:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:18:18 localhost systemd-udevd[164]: LEN0268:00: sd-device-monitor: Passed 268 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup15: Device (SEQNUM=1066, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0A:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup15: SEQNUM=1066 blocked by SEQNUM=1065
Apr 24 12:18:18 localhost systemd-udevd[153]: device:1a: Device (SEQNUM=1065, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0A:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[153]: device:1a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1b: Device (SEQNUM=1067, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0A:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0C0A:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/PNP0C0A:00'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1b: Device (SEQNUM=1067, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0A:00: Running built-in command "kmod load acpi:PNP0C0A:"
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1b: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:1b: Processing device (SEQNUM=1067, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: Loading module: acpi:PNP0C0A:
Apr 24 12:18:18 localhost systemd-udevd[154]: Failed to find module 'acpi:PNP0C0A:'
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup15: Device (SEQNUM=1066, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0A:00: Device (SEQNUM=1063, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup15: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: wakeup15: Processing device (SEQNUM=1066, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0A:00: sd-device-monitor: Passed 268 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:1b: Device (SEQNUM=1067, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup16: Device (SEQNUM=1068, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:1b: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup16: SEQNUM=1068 blocked by SEQNUM=1067
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup16: Device (SEQNUM=1068, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: wakeup15: Device (SEQNUM=1066, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup16: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup16: Processing device (SEQNUM=1068, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: wakeup15: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1c: Device (SEQNUM=1069, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1c: Device (SEQNUM=1069, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:1c: Processing device (SEQNUM=1069, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1d: Device (SEQNUM=1070, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup16: Device (SEQNUM=1068, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1d: SEQNUM=1070 blocked by SEQNUM=1069
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup16: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1e: Device (SEQNUM=1071, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: device:1c: Device (SEQNUM=1069, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1e: SEQNUM=1071 blocked by SEQNUM=1069
Apr 24 12:18:18 localhost systemd-udevd[157]: device:1c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1f: Device (SEQNUM=1072, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1f: SEQNUM=1072 blocked by SEQNUM=1069
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1d: Device (SEQNUM=1070, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:1d: Processing device (SEQNUM=1070, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1e: SEQNUM=1071 blocked by SEQNUM=1070
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1f: SEQNUM=1072 blocked by SEQNUM=1070
Apr 24 12:18:18 localhost systemd-udevd[148]: device:20: Device (SEQNUM=1073, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:20: SEQNUM=1073 blocked by SEQNUM=1070
Apr 24 12:18:18 localhost systemd-udevd[160]: device:1d: Device (SEQNUM=1070, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:21: Device (SEQNUM=1074, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:1d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:21: SEQNUM=1074 blocked by SEQNUM=1070
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1e: Device (SEQNUM=1071, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1e: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:1e: Processing device (SEQNUM=1071, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1f: Device (SEQNUM=1072, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:1f: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:1f: Processing device (SEQNUM=1072, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:20: Device (SEQNUM=1073, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:20: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:1e: Device (SEQNUM=1071, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:21: Device (SEQNUM=1074, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: device:20: Processing device (SEQNUM=1073, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: device:1e: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:1f: Device (SEQNUM=1072, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:21: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:22: Device (SEQNUM=1075, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:21: Processing device (SEQNUM=1074, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:22: Device (SEQNUM=1075, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: device:22: Processing device (SEQNUM=1075, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: device:20: Device (SEQNUM=1073, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:22: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:1f: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:20: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:23: Device (SEQNUM=1076, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:23: Device (SEQNUM=1076, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:23: Processing device (SEQNUM=1076, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:23: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:24: Device (SEQNUM=1077, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:21: Device (SEQNUM=1074, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:24: Device (SEQNUM=1077, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:24: Processing device (SEQNUM=1077, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: device:21: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:24: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:23: Device (SEQNUM=1076, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: device:22: Device (SEQNUM=1075, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: device:23: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:24: Device (SEQNUM=1077, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: device:22: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:25: Device (SEQNUM=1078, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:24: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:25: Device (SEQNUM=1078, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:25: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:26: Device (SEQNUM=1079, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:26: SEQNUM=1079 blocked by SEQNUM=1078
Apr 24 12:18:18 localhost systemd-udevd[157]: device:25: Processing device (SEQNUM=1078, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:27: Device (SEQNUM=1080, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:27: SEQNUM=1080 blocked by SEQNUM=1078
Apr 24 12:18:18 localhost systemd-udevd[148]: device:28: Device (SEQNUM=1081, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:28: Device (SEQNUM=1081, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:28: Processing device (SEQNUM=1081, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:28: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:25: Device (SEQNUM=1078, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:29: Device (SEQNUM=1082, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: device:25: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:29: Device (SEQNUM=1082, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:29: Processing device (SEQNUM=1082, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:29: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:26: Device (SEQNUM=1079, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:28: Device (SEQNUM=1081, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:26: sd-device-monitor: Passed 208 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:26: Processing device (SEQNUM=1079, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: device:28: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:27: Device (SEQNUM=1080, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:29: Device (SEQNUM=1082, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:27: sd-device-monitor: Passed 208 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2a: Device (SEQNUM=1083, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:27: Processing device (SEQNUM=1080, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: device:26: Device (SEQNUM=1079, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: device:29: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2a: Device (SEQNUM=1083, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: device:2a: Processing device (SEQNUM=1083, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2a: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:26: sd-device-monitor: Passed 208 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: device:27: Device (SEQNUM=1080, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2b: Device (SEQNUM=1084, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:27: sd-device-monitor: Passed 208 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2b: Device (SEQNUM=1084, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:2b: Processing device (SEQNUM=1084, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2b: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: device:2a: Device (SEQNUM=1083, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2c: Device (SEQNUM=1085, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: device:2a: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2c: Device (SEQNUM=1085, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:2b: Device (SEQNUM=1084, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2c: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:2c: Processing device (SEQNUM=1085, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: device:2b: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2d: Device (SEQNUM=1086, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2d: Device (SEQNUM=1086, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2d: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2e: Device (SEQNUM=1087, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:2c: Device (SEQNUM=1085, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2e: Device (SEQNUM=1087, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:2e: Processing device (SEQNUM=1087, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: device:2c: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2e: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:2d: Processing device (SEQNUM=1086, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2f: Device (SEQNUM=1088, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2f: Device (SEQNUM=1088, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:2e: Device (SEQNUM=1087, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: device:2d: Device (SEQNUM=1086, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: device:2f: Processing device (SEQNUM=1088, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: device:2e: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:2f: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:2d: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:30: Device (SEQNUM=1089, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:30: Device (SEQNUM=1089, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:30: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:31: Device (SEQNUM=1090, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:30: Processing device (SEQNUM=1089, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: device:2f: Device (SEQNUM=1088, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:31: Device (SEQNUM=1090, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:2f: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:31: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:30: Device (SEQNUM=1089, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup2: Device (SEQNUM=1091, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:30: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup2: Device (SEQNUM=1091, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: device:31: Processing device (SEQNUM=1090, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: wakeup2: Processing device (SEQNUM=1091, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup2: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:32: Device (SEQNUM=1092, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:32: Device (SEQNUM=1092, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:32: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:33: Device (SEQNUM=1093, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: device:31: Device (SEQNUM=1090, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: wakeup2: Device (SEQNUM=1091, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:33: Device (SEQNUM=1093, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: device:31: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:32: Processing device (SEQNUM=1092, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: wakeup2: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:33: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PRP00001:00: Device (SEQNUM=1094, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: PRP00001:00: SEQNUM=1094 blocked by SEQNUM=1093
Apr 24 12:18:18 localhost systemd-udevd[156]: device:33: Processing device (SEQNUM=1093, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup14: Device (SEQNUM=1095, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:32: Device (SEQNUM=1092, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: device:32: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup14: SEQNUM=1095 blocked by SEQNUM=1093
Apr 24 12:18:18 localhost systemd-udevd[156]: device:33: Device (SEQNUM=1093, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:34: Device (SEQNUM=1096, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:34: Device (SEQNUM=1096, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:34: Processing device (SEQNUM=1096, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:34: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:35: Device (SEQNUM=1097, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:33: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:35: SEQNUM=1097 blocked by SEQNUM=1096
Apr 24 12:18:18 localhost systemd-udevd[148]: PRP00001:00: Device (SEQNUM=1094, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:34: Device (SEQNUM=1096, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: PRP00001:00: sd-device-monitor: Passed 222 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: PRP00001:00: Processing device (SEQNUM=1094, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: device:34: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup14: Device (SEQNUM=1095, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: PRP00001:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup14: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: PRP00001:00: hwdb modalias key: "acpi:PRP00001:PNP0A05:"
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup17: Device (SEQNUM=1098, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup14: Processing device (SEQNUM=1095, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup17: SEQNUM=1098 blocked by SEQNUM=1096
Apr 24 12:18:18 localhost systemd-udevd[148]: device:35: Device (SEQNUM=1097, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:35: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: PRP00001:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[160]: device:35: Processing device (SEQNUM=1097, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup17: SEQNUM=1098 blocked by SEQNUM=1097
Apr 24 12:18:18 localhost systemd-udevd[159]: PRP00001:00: sd-device: Created db file '/run/udev/data/+acpi:PRP00001:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:33/PRP00001:00'
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup14: Device (SEQNUM=1095, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup6: Device (SEQNUM=1099, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: PRP00001:00: Running built-in command "kmod load acpi:PRP00001:PNP0A05:"
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup6: Device (SEQNUM=1099, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup14: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:35: Device (SEQNUM=1097, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: acpi:PRP00001:PNP0A05:
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup6: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:35: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: wakeup6: Processing device (SEQNUM=1099, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'acpi:PRP00001:PNP0A05:'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:36: Device (SEQNUM=1100, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: PRP00001:00: Device (SEQNUM=1094, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:36: Device (SEQNUM=1100, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: PRP00001:00: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:36: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:36: Processing device (SEQNUM=1100, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup17: Device (SEQNUM=1098, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: wakeup6: Device (SEQNUM=1099, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup17: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup17: Processing device (SEQNUM=1098, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: wakeup6: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:37: Device (SEQNUM=1101, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: device:36: Device (SEQNUM=1100, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:37: SEQNUM=1101 blocked by SEQNUM=1100
Apr 24 12:18:18 localhost systemd-udevd[157]: device:36: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:38: Device (SEQNUM=1102, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup17: Device (SEQNUM=1098, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:38: Device (SEQNUM=1102, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:38: Processing device (SEQNUM=1102, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:38: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:37: Device (SEQNUM=1101, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup17: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:37: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:39: Device (SEQNUM=1103, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:39: SEQNUM=1103 blocked by SEQNUM=1102
Apr 24 12:18:18 localhost systemd-udevd[159]: device:38: Device (SEQNUM=1102, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: device:37: Processing device (SEQNUM=1101, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3a: Device (SEQNUM=1104, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:38: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3a: Device (SEQNUM=1104, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:3a: Processing device (SEQNUM=1104, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:37: Device (SEQNUM=1101, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:39: Device (SEQNUM=1103, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: device:37: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:39: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:39: Processing device (SEQNUM=1103, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: device:3a: Device (SEQNUM=1104, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3b: Device (SEQNUM=1105, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:3a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3b: SEQNUM=1105 blocked by SEQNUM=1104
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3b: Device (SEQNUM=1105, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:3b: Processing device (SEQNUM=1105, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:39: Device (SEQNUM=1103, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3c: Device (SEQNUM=1106, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:39: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3c: Device (SEQNUM=1106, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: device:3c: Processing device (SEQNUM=1106, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:3b: Device (SEQNUM=1105, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3d: Device (SEQNUM=1107, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:3b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3d: SEQNUM=1107 blocked by SEQNUM=1106
Apr 24 12:18:18 localhost systemd-udevd[157]: device:3c: Device (SEQNUM=1106, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3e: Device (SEQNUM=1108, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: device:3c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3e: SEQNUM=1108 blocked by SEQNUM=1106
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3d: Device (SEQNUM=1107, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:3d: Processing device (SEQNUM=1107, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3e: SEQNUM=1108 blocked by SEQNUM=1107
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3f: Device (SEQNUM=1109, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3f: SEQNUM=1109 blocked by SEQNUM=1107
Apr 24 12:18:18 localhost systemd-udevd[160]: device:3d: Device (SEQNUM=1107, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:40: Device (SEQNUM=1110, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:3d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:40: SEQNUM=1110 blocked by SEQNUM=1107
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3e: Device (SEQNUM=1108, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:3e: Processing device (SEQNUM=1108, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3e: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3f: SEQNUM=1109 blocked by SEQNUM=1108
Apr 24 12:18:18 localhost systemd-udevd[148]: device:40: SEQNUM=1110 blocked by SEQNUM=1108
Apr 24 12:18:18 localhost systemd-udevd[148]: device:41: Device (SEQNUM=1111, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:41: SEQNUM=1111 blocked by SEQNUM=1108
Apr 24 12:18:18 localhost systemd-udevd[160]: device:3e: Device (SEQNUM=1108, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:42: Device (SEQNUM=1112, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:3e: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:42: SEQNUM=1112 blocked by SEQNUM=1108
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3f: Device (SEQNUM=1109, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:3f: sd-device-monitor: Passed 208 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:3f: Processing device (SEQNUM=1109, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:40: SEQNUM=1110 blocked by SEQNUM=1109
Apr 24 12:18:18 localhost systemd-udevd[148]: device:41: SEQNUM=1111 blocked by SEQNUM=1109
Apr 24 12:18:18 localhost systemd-udevd[148]: device:42: SEQNUM=1112 blocked by SEQNUM=1109
Apr 24 12:18:18 localhost systemd-udevd[148]: device:43: Device (SEQNUM=1113, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:43: SEQNUM=1113 blocked by SEQNUM=1109
Apr 24 12:18:18 localhost systemd-udevd[160]: device:3f: Device (SEQNUM=1109, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:44: Device (SEQNUM=1114, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:3f: sd-device-monitor: Passed 208 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:44: SEQNUM=1114 blocked by SEQNUM=1109
Apr 24 12:18:18 localhost systemd-udevd[148]: device:40: Device (SEQNUM=1110, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:40: Processing device (SEQNUM=1110, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:40: sd-device-monitor: Passed 218 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:41: SEQNUM=1111 blocked by SEQNUM=1110
Apr 24 12:18:18 localhost systemd-udevd[148]: device:42: SEQNUM=1112 blocked by SEQNUM=1110
Apr 24 12:18:18 localhost systemd-udevd[148]: device:43: SEQNUM=1113 blocked by SEQNUM=1110
Apr 24 12:18:18 localhost systemd-udevd[148]: device:44: SEQNUM=1114 blocked by SEQNUM=1110
Apr 24 12:18:18 localhost systemd-udevd[160]: device:40: Device (SEQNUM=1110, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup21: Device (SEQNUM=1115, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:40: sd-device-monitor: Passed 218 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup21: Device (SEQNUM=1115, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup21: sd-device-monitor: Passed 226 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: wakeup21: Processing device (SEQNUM=1115, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:41: Device (SEQNUM=1111, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:41: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:41: Processing device (SEQNUM=1111, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:42: Device (SEQNUM=1112, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:42: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: wakeup21: Device (SEQNUM=1115, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:43: Device (SEQNUM=1113, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: wakeup21: sd-device-monitor: Passed 226 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: device:43: Processing device (SEQNUM=1113, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:43: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:41: Device (SEQNUM=1111, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:44: Device (SEQNUM=1114, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: device:42: Processing device (SEQNUM=1112, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: device:44: Processing device (SEQNUM=1114, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:44: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup20: Device (SEQNUM=1116, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup20: Device (SEQNUM=1116, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: wakeup20: Processing device (SEQNUM=1116, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: device:41: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:42: Device (SEQNUM=1112, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup20: sd-device-monitor: Passed 216 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: device:43: Device (SEQNUM=1113, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: device:44: Device (SEQNUM=1114, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: device:42: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup18: Device (SEQNUM=1117, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:43: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: device:44: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: wakeup20: Device (SEQNUM=1116, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup18: Device (SEQNUM=1117, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: wakeup20: sd-device-monitor: Passed 216 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup18: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup18: Processing device (SEQNUM=1117, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:45: Device (SEQNUM=1118, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:45: Device (SEQNUM=1118, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:45: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:45: Processing device (SEQNUM=1118, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup8: Device (SEQNUM=1119, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup8: Device (SEQNUM=1119, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup8: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup8: Processing device (SEQNUM=1119, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup18: Device (SEQNUM=1117, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup18: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:46: Device (SEQNUM=1120, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:45: Device (SEQNUM=1118, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:46: Device (SEQNUM=1120, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:45: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:46: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup8: Device (SEQNUM=1119, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:47: Device (SEQNUM=1121, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:46: Processing device (SEQNUM=1120, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup8: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:47: SEQNUM=1121 blocked by SEQNUM=1120
Apr 24 12:18:18 localhost systemd-udevd[148]: device:48: Device (SEQNUM=1122, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:48: Device (SEQNUM=1122, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:48: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:49: Device (SEQNUM=1123, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:46: Device (SEQNUM=1120, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: device:48: Processing device (SEQNUM=1122, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:49: SEQNUM=1123 blocked by SEQNUM=1122
Apr 24 12:18:18 localhost systemd-udevd[156]: device:46: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4a: Device (SEQNUM=1124, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4a: Device (SEQNUM=1124, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:4a: Processing device (SEQNUM=1124, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:48: Device (SEQNUM=1122, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:47: Device (SEQNUM=1121, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:48: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:47: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:4a: Device (SEQNUM=1124, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4b: Device (SEQNUM=1125, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:4a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4b: SEQNUM=1125 blocked by SEQNUM=1124
Apr 24 12:18:18 localhost systemd-udevd[157]: device:47: Processing device (SEQNUM=1121, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:49: Device (SEQNUM=1123, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:49: Processing device (SEQNUM=1123, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:49: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4b: Device (SEQNUM=1125, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:4b: Processing device (SEQNUM=1125, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4c: Device (SEQNUM=1126, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:49: Device (SEQNUM=1123, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4c: Device (SEQNUM=1126, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: device:47: Device (SEQNUM=1121, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: device:49: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4d: Device (SEQNUM=1127, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: device:47: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:4b: Device (SEQNUM=1125, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4d: SEQNUM=1127 blocked by SEQNUM=1126
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4e: Device (SEQNUM=1128, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:4c: Processing device (SEQNUM=1126, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4e: SEQNUM=1128 blocked by SEQNUM=1126
Apr 24 12:18:18 localhost systemd-udevd[159]: device:4b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4f: Device (SEQNUM=1129, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4f: SEQNUM=1129 blocked by SEQNUM=1126
Apr 24 12:18:18 localhost systemd-udevd[156]: device:4c: Device (SEQNUM=1126, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup10: Device (SEQNUM=1130, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:4c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup10: SEQNUM=1130 blocked by SEQNUM=1126
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4d: Device (SEQNUM=1127, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:4d: Processing device (SEQNUM=1127, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4e: Device (SEQNUM=1128, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4e: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:4e: Processing device (SEQNUM=1128, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4f: Device (SEQNUM=1129, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:4d: Device (SEQNUM=1127, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:4f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:4d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup10: Device (SEQNUM=1130, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: wakeup10: Processing device (SEQNUM=1130, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup10: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:50: Device (SEQNUM=1131, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: device:4f: Processing device (SEQNUM=1129, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: device:4e: Device (SEQNUM=1128, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:50: Device (SEQNUM=1131, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:4e: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:50: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:4f: Device (SEQNUM=1129, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: device:50: Processing device (SEQNUM=1131, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:51: Device (SEQNUM=1132, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: device:4f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: wakeup10: Device (SEQNUM=1130, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:51: SEQNUM=1132 blocked by SEQNUM=1131
Apr 24 12:18:18 localhost systemd-udevd[156]: wakeup10: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:52: Device (SEQNUM=1133, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: device:50: Device (SEQNUM=1131, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:52: Device (SEQNUM=1133, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:52: Processing device (SEQNUM=1133, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:52: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: device:50: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:53: Device (SEQNUM=1134, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:53: SEQNUM=1134 blocked by SEQNUM=1133
Apr 24 12:18:18 localhost systemd-udevd[148]: device:51: Device (SEQNUM=1132, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:52: Device (SEQNUM=1133, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:51: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:51: Processing device (SEQNUM=1132, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:54: Device (SEQNUM=1135, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:52: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:54: Device (SEQNUM=1135, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:54: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:53: Device (SEQNUM=1134, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:53: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:55: Device (SEQNUM=1136, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:51: Device (SEQNUM=1132, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:55: SEQNUM=1136 blocked by SEQNUM=1135
Apr 24 12:18:18 localhost systemd-udevd[148]: device:56: Device (SEQNUM=1137, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: device:54: Processing device (SEQNUM=1135, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: device:51: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:53: Processing device (SEQNUM=1134, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:56: Device (SEQNUM=1137, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:56: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: device:56: Processing device (SEQNUM=1137, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:57: Device (SEQNUM=1138, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:57: SEQNUM=1138 blocked by SEQNUM=1137
Apr 24 12:18:18 localhost systemd-udevd[157]: device:54: Device (SEQNUM=1135, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup22: Device (SEQNUM=1139, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: device:54: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:53: Device (SEQNUM=1134, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup22: SEQNUM=1139 blocked by SEQNUM=1137
Apr 24 12:18:18 localhost systemd-udevd[156]: device:56: Device (SEQNUM=1137, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: device:53: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:55: Device (SEQNUM=1136, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:55: Processing device (SEQNUM=1136, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:55: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: device:56: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup11: Device (SEQNUM=1140, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup11: SEQNUM=1140 blocked by SEQNUM=1137
Apr 24 12:18:18 localhost systemd-udevd[148]: device:57: Device (SEQNUM=1138, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:57: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:57: Processing device (SEQNUM=1138, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup22: SEQNUM=1139 blocked by SEQNUM=1138
Apr 24 12:18:18 localhost systemd-udevd[159]: device:55: Device (SEQNUM=1136, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup11: Device (SEQNUM=1140, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:55: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:57: Device (SEQNUM=1138, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup11: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:58: Device (SEQNUM=1141, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:57: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup11: Processing device (SEQNUM=1140, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:58: Device (SEQNUM=1141, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: device:58: Processing device (SEQNUM=1141, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:58: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup22: Device (SEQNUM=1139, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup22: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup22: Processing device (SEQNUM=1139, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:59: Device (SEQNUM=1142, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup11: Device (SEQNUM=1140, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:59: SEQNUM=1142 blocked by SEQNUM=1141
Apr 24 12:18:18 localhost systemd-udevd[156]: device:58: Device (SEQNUM=1141, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup11: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5a: Device (SEQNUM=1143, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:58: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5a: Device (SEQNUM=1143, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup22: Device (SEQNUM=1139, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:5a: Processing device (SEQNUM=1143, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup22: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:59: Device (SEQNUM=1142, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:59: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:59: Processing device (SEQNUM=1142, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5b: Device (SEQNUM=1144, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5b: SEQNUM=1144 blocked by SEQNUM=1143
Apr 24 12:18:18 localhost systemd-udevd[159]: device:5a: Device (SEQNUM=1143, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5c: Device (SEQNUM=1145, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:5a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5c: Device (SEQNUM=1145, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:5c: Processing device (SEQNUM=1145, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:59: Device (SEQNUM=1142, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5b: Device (SEQNUM=1144, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:5b: Processing device (SEQNUM=1144, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: device:59: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:5c: Device (SEQNUM=1145, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5d: Device (SEQNUM=1146, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:5c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5d: SEQNUM=1146 blocked by SEQNUM=1145
Apr 24 12:18:18 localhost systemd-udevd[159]: device:5b: Device (SEQNUM=1144, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5d: Device (SEQNUM=1146, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:5d: Processing device (SEQNUM=1146, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:5b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5e: Device (SEQNUM=1147, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5e: Device (SEQNUM=1147, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5e: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:5d: Device (SEQNUM=1146, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: device:5e: Processing device (SEQNUM=1147, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5f: Device (SEQNUM=1148, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:5d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5f: SEQNUM=1148 blocked by SEQNUM=1147
Apr 24 12:18:18 localhost systemd-udevd[148]: device:60: Device (SEQNUM=1149, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:60: Device (SEQNUM=1149, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:60: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:61: Device (SEQNUM=1150, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:60: Processing device (SEQNUM=1149, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: device:5e: Device (SEQNUM=1147, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:61: SEQNUM=1150 blocked by SEQNUM=1149
Apr 24 12:18:18 localhost systemd-udevd[157]: device:5e: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:62: Device (SEQNUM=1151, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:62: Device (SEQNUM=1151, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:62: Processing device (SEQNUM=1151, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:62: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:60: Device (SEQNUM=1149, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5f: Device (SEQNUM=1148, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:60: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:5f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:5f: Processing device (SEQNUM=1148, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: device:62: Device (SEQNUM=1151, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:63: Device (SEQNUM=1152, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:62: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:63: SEQNUM=1152 blocked by SEQNUM=1151
Apr 24 12:18:18 localhost systemd-udevd[157]: device:5f: Device (SEQNUM=1148, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:61: Device (SEQNUM=1150, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:61: Processing device (SEQNUM=1150, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:61: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:5f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:63: Device (SEQNUM=1152, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:63: Processing device (SEQNUM=1152, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:63: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:61: Device (SEQNUM=1150, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:64: Device (SEQNUM=1153, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:61: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:64: Device (SEQNUM=1153, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:64: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:63: Device (SEQNUM=1152, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: device:64: Processing device (SEQNUM=1153, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: device:63: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:65: Device (SEQNUM=1154, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:65: SEQNUM=1154 blocked by SEQNUM=1153
Apr 24 12:18:18 localhost systemd-udevd[148]: device:66: Device (SEQNUM=1155, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:66: Device (SEQNUM=1155, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: device:64: Device (SEQNUM=1153, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:66: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:66: Processing device (SEQNUM=1155, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: device:64: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:67: Device (SEQNUM=1156, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:67: SEQNUM=1156 blocked by SEQNUM=1155
Apr 24 12:18:18 localhost systemd-udevd[148]: device:65: Device (SEQNUM=1154, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:65: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:68: Device (SEQNUM=1157, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:66: Device (SEQNUM=1155, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: device:65: Processing device (SEQNUM=1154, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:68: Device (SEQNUM=1157, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:66: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:68: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:67: Device (SEQNUM=1156, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:67: Processing device (SEQNUM=1156, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: device:68: Processing device (SEQNUM=1157, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:67: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:69: Device (SEQNUM=1158, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:65: Device (SEQNUM=1154, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:69: SEQNUM=1158 blocked by SEQNUM=1157
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6a: Device (SEQNUM=1159, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:67: Device (SEQNUM=1156, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: device:65: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6a: Device (SEQNUM=1159, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: device:68: Device (SEQNUM=1157, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: device:67: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: device:6a: Processing device (SEQNUM=1159, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: device:68: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6b: Device (SEQNUM=1160, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6b: SEQNUM=1160 blocked by SEQNUM=1159
Apr 24 12:18:18 localhost systemd-udevd[148]: device:69: Device (SEQNUM=1158, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:69: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:69: Processing device (SEQNUM=1158, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: device:6a: Device (SEQNUM=1159, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6c: Device (SEQNUM=1161, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:6a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6c: Device (SEQNUM=1161, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:6c: Processing device (SEQNUM=1161, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6b: Device (SEQNUM=1160, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:69: Device (SEQNUM=1158, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:69: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:6c: Device (SEQNUM=1161, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6d: Device (SEQNUM=1162, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:6c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:6b: Processing device (SEQNUM=1160, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6d: SEQNUM=1162 blocked by SEQNUM=1161
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6d: Device (SEQNUM=1162, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:6d: Processing device (SEQNUM=1162, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6e: Device (SEQNUM=1163, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6e: Device (SEQNUM=1163, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6e: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:03: Device (SEQNUM=1164, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:6e: Processing device (SEQNUM=1163, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: device:6d: Device (SEQNUM=1162, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: device:6b: Device (SEQNUM=1160, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:03: SEQNUM=1164 blocked by SEQNUM=1163
Apr 24 12:18:18 localhost systemd-udevd[160]: device:6d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:6b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:6e: Device (SEQNUM=1163, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:04: Device (SEQNUM=1165, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:6e: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:04: SEQNUM=1165 blocked by SEQNUM=1163
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:03: Device (SEQNUM=1164, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:03: Processing device (SEQNUM=1164, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:03: sd-device-monitor: Passed 214 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:04: Device (SEQNUM=1165, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:03: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:04: sd-device-monitor: Passed 214 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:03: hwdb modalias key: "acpi:LNXPOWER:"
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:04: Processing device (SEQNUM=1165, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:05: Device (SEQNUM=1166, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:05: Device (SEQNUM=1166, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:04: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:05: sd-device-monitor: Passed 214 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:03: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:04: hwdb modalias key: "acpi:LNXPOWER:"
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:03: sd-device: Created db file '/run/udev/data/+acpi:LNXPOWER:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:6e/LNXPOWER:03'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6f: Device (SEQNUM=1167, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:03: Running built-in command "kmod load acpi:LNXPOWER:"
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXPOWER:05: Processing device (SEQNUM=1166, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6f: Device (SEQNUM=1167, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXPOWER:05: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:04: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:6f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: acpi:LNXPOWER:
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXPOWER:05: hwdb modalias key: "acpi:LNXPOWER:"
Apr 24 12:18:18 localhost systemd-udevd[156]: device:6f: Processing device (SEQNUM=1167, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:04: sd-device: Created db file '/run/udev/data/+acpi:LNXPOWER:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:6e/LNXPOWER:04'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:70: Device (SEQNUM=1168, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'acpi:LNXPOWER:'
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:04: Running built-in command "kmod load acpi:LNXPOWER:"
Apr 24 12:18:18 localhost systemd-udevd[148]: device:70: Device (SEQNUM=1168, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXPOWER:05: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:03: Device (SEQNUM=1164, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: acpi:LNXPOWER:
Apr 24 12:18:18 localhost systemd-udevd[156]: device:6f: Device (SEQNUM=1167, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:70: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: device:70: Processing device (SEQNUM=1168, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXPOWER:05: sd-device: Created db file '/run/udev/data/+acpi:LNXPOWER:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:6e/LNXPOWER:05'
Apr 24 12:18:18 localhost systemd-udevd[160]: LNXPOWER:03: sd-device-monitor: Passed 259 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: device:6f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: device:70: Device (SEQNUM=1168, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:71: Device (SEQNUM=1169, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'acpi:LNXPOWER:'
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXPOWER:05: Running built-in command "kmod load acpi:LNXPOWER:"
Apr 24 12:18:18 localhost systemd-udevd[162]: device:70: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:71: Device (SEQNUM=1169, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:04: Device (SEQNUM=1165, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:LNXPOWER:
Apr 24 12:18:18 localhost systemd-udevd[148]: device:71: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:04: sd-device-monitor: Passed 259 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:72: Device (SEQNUM=1170, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:LNXPOWER:'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:72: Device (SEQNUM=1170, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:72: Processing device (SEQNUM=1170, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXPOWER:05: Device (SEQNUM=1166, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:72: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: device:71: Processing device (SEQNUM=1169, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXPOWER:05: sd-device-monitor: Passed 259 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:73: Device (SEQNUM=1171, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:73: Device (SEQNUM=1171, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:72: Device (SEQNUM=1170, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:73: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:73: Processing device (SEQNUM=1171, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: device:72: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: device:71: Device (SEQNUM=1169, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:74: Device (SEQNUM=1172, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: device:71: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:74: Device (SEQNUM=1172, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:74: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:73: Device (SEQNUM=1171, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: device:74: Processing device (SEQNUM=1172, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: device:73: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:75: Device (SEQNUM=1173, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:75: Device (SEQNUM=1173, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:75: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:74: Device (SEQNUM=1172, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:76: Device (SEQNUM=1174, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: device:74: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:75: Processing device (SEQNUM=1173, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:76: Device (SEQNUM=1174, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:76: Processing device (SEQNUM=1174, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:76: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:77: Device (SEQNUM=1175, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:77: Device (SEQNUM=1175, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:77: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:77: Processing device (SEQNUM=1175, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: device:76: Device (SEQNUM=1174, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:78: Device (SEQNUM=1176, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:76: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:75: Device (SEQNUM=1173, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:78: Device (SEQNUM=1176, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:75: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:77: Device (SEQNUM=1175, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:78: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: device:78: Processing device (SEQNUM=1176, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: device:77: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:79: Device (SEQNUM=1177, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:79: Device (SEQNUM=1177, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:79: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:79: Processing device (SEQNUM=1177, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7a: Device (SEQNUM=1178, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:78: Device (SEQNUM=1176, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: device:78: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7a: Device (SEQNUM=1178, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7a: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:7a: Processing device (SEQNUM=1178, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: device:79: Device (SEQNUM=1177, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7b: Device (SEQNUM=1179, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:79: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7b: Device (SEQNUM=1179, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7b: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: device:7b: Processing device (SEQNUM=1179, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: device:7a: Device (SEQNUM=1178, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: MAX34407:00: Device (SEQNUM=1180, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:7a: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: MAX34407:00: SEQNUM=1180 blocked by SEQNUM=1179
Apr 24 12:18:18 localhost systemd-udevd[157]: device:7b: Device (SEQNUM=1179, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: NXP1001:00: Device (SEQNUM=1181, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: device:7b: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: NXP1001:00: SEQNUM=1181 blocked by SEQNUM=1179
Apr 24 12:18:18 localhost systemd-udevd[148]: MAX34407:00: Device (SEQNUM=1180, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: MAX34407:00: Processing device (SEQNUM=1180, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: MAX34407:00: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: NXP1001:00: Device (SEQNUM=1181, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: NXP1001:00: Processing device (SEQNUM=1181, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: NXP1001:00: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: MAX34407:00: Device (SEQNUM=1180, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup4: Device (SEQNUM=1182, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: MAX34407:00: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup4: Device (SEQNUM=1182, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup4: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup4: Processing device (SEQNUM=1182, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: NXP1001:00: Device (SEQNUM=1181, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7c: Device (SEQNUM=1183, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: NXP1001:00: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7c: Device (SEQNUM=1183, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:7c: Processing device (SEQNUM=1183, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup4: Device (SEQNUM=1182, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup4: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7d: Device (SEQNUM=1184, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7d: SEQNUM=1184 blocked by SEQNUM=1183
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7e: Device (SEQNUM=1185, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7e: Device (SEQNUM=1185, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:7e: Processing device (SEQNUM=1185, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7e: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7f: Device (SEQNUM=1186, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7f: SEQNUM=1186 blocked by SEQNUM=1185
Apr 24 12:18:18 localhost systemd-udevd[148]: device:80: Device (SEQNUM=1187, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:80: Device (SEQNUM=1187, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:7c: Device (SEQNUM=1183, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:80: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:81: Device (SEQNUM=1188, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: device:7c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:7e: Device (SEQNUM=1185, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: device:80: Processing device (SEQNUM=1187, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:81: Device (SEQNUM=1188, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:7e: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:81: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: device:81: Processing device (SEQNUM=1188, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: device:80: Device (SEQNUM=1187, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7d: Device (SEQNUM=1184, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: device:80: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: device:7d: Processing device (SEQNUM=1184, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7f: Device (SEQNUM=1186, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:7f: Processing device (SEQNUM=1186, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:7f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: device:81: Device (SEQNUM=1188, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup5: Device (SEQNUM=1189, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:81: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup5: SEQNUM=1189 blocked by SEQNUM=1188
Apr 24 12:18:18 localhost systemd-udevd[160]: device:7d: Device (SEQNUM=1184, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: device:7f: Device (SEQNUM=1186, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup5: Device (SEQNUM=1189, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:7d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:7f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup5: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:82: Device (SEQNUM=1190, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device:82: Device (SEQNUM=1190, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: device:82: Processing device (SEQNUM=1190, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:82: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:06: Device (SEQNUM=1191, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:06: SEQNUM=1191 blocked by SEQNUM=1190
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup5: Processing device (SEQNUM=1189, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup3: Device (SEQNUM=1192, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: device:82: Device (SEQNUM=1190, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup3: SEQNUM=1192 blocked by SEQNUM=1190
Apr 24 12:18:18 localhost systemd-udevd[156]: device:82: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup23: Device (SEQNUM=1193, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup23: Device (SEQNUM=1193, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup23: Processing device (SEQNUM=1193, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup5: Device (SEQNUM=1189, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup23: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup5: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:06: Device (SEQNUM=1191, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXPOWER:06: sd-device-monitor: Passed 214 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:06: Processing device (SEQNUM=1191, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup3: Device (SEQNUM=1192, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup23: Device (SEQNUM=1193, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:06: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup3: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C01:00: Device (SEQNUM=1194, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup23: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:06: hwdb modalias key: "acpi:LNXPOWER:"
Apr 24 12:18:18 localhost systemd-udevd[156]: wakeup3: Processing device (SEQNUM=1192, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C01:00: Device (SEQNUM=1194, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C01:00: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C01:00: Processing device (SEQNUM=1194, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:06: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0D:00: Device (SEQNUM=1195, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C01:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[156]: wakeup3: Device (SEQNUM=1192, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0D:00: Device (SEQNUM=1195, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:06: sd-device: Created db file '/run/udev/data/+acpi:LNXPOWER:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:82/LNXPOWER:06'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C01:00: hwdb modalias key: "acpi:PNP0C01:"
Apr 24 12:18:18 localhost systemd-udevd[156]: wakeup3: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0D:00: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C0D:00: Processing device (SEQNUM=1195, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:06: Running built-in command "kmod load acpi:LNXPOWER:"
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C01:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup26: Device (SEQNUM=1196, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C0D:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: acpi:LNXPOWER:
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup26: SEQNUM=1196 blocked by SEQNUM=1195
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'acpi:LNXPOWER:'
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C0D:00: hwdb modalias key: "acpi:PNP0C0D:"
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C01:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:06: Device (SEQNUM=1191, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0E:00: Device (SEQNUM=1197, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C0D:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXPOWER:06: sd-device-monitor: Passed 259 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C01:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0C01:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C01:00'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0E:00: Device (SEQNUM=1197, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C0D:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C01:00: Running built-in command "kmod load acpi:PNP0C01:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0E:00: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup25: Device (SEQNUM=1198, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: acpi:PNP0C01:
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C0D:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0C0D:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00'
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup25: SEQNUM=1198 blocked by SEQNUM=1197
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C0E:00: Processing device (SEQNUM=1197, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C0D:00: Running built-in command "kmod load acpi:PNP0C0D:"
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'acpi:PNP0C01:'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:00: Device (SEQNUM=1199, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: acpi:PNP0C0D:
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C01:00: Device (SEQNUM=1194, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C0E:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:00: Device (SEQNUM=1199, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'acpi:PNP0C0D:'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C01:00: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C0E:00: hwdb modalias key: "acpi:PNP0C0E:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:00: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:00: Processing device (SEQNUM=1199, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C0D:00: Device (SEQNUM=1195, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:01: Device (SEQNUM=1200, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C0E:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C0D:00: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:01: Device (SEQNUM=1200, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C0E:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:00: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:01: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C0E:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0C0E:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00'
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C14:01: Processing device (SEQNUM=1200, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C14:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup26: Device (SEQNUM=1196, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C14:01: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C0E:00: Running built-in command "kmod load acpi:PNP0C0E:"
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C14:01: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup26: Processing device (SEQNUM=1196, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C14:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:PNP0C0E:
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C14:01: sd-device: Created db file '/run/udev/data/+acpi:PNP0C14:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:01'
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C14:01: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:PNP0C0E:'
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[156]: Loading module: acpi:PNP0C14:
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup26: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C0E:00: Device (SEQNUM=1197, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup26: Device (SEQNUM=1196, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0C14:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:00'
Apr 24 12:18:18 localhost systemd-udevd[156]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:02: Device (SEQNUM=1201, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C0E:00: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup26: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:00: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C14:01: Device (SEQNUM=1200, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:02: Device (SEQNUM=1201, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: acpi:PNP0C14:
Apr 24 12:18:18 localhost systemd-udevd[156]: PNP0C14:01: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:02: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: Processing device (SEQNUM=1201, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup25: Device (SEQNUM=1198, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup25: Processing device (SEQNUM=1198, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup25: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:00: Device (SEQNUM=1199, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:03: Device (SEQNUM=1202, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:00: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:03: Device (SEQNUM=1202, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup25: Device (SEQNUM=1198, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:03: Processing device (SEQNUM=1202, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:03: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:03: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: sd-device: Created db file '/run/udev/data/+acpi:PNP0C14:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:02'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:04: Device (SEQNUM=1203, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: wakeup25: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:03: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:04: Device (SEQNUM=1203, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:03: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:04: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:04: Processing device (SEQNUM=1203, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: acpi:PNP0C14:
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:03: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:05: Device (SEQNUM=1204, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:04: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:05: Device (SEQNUM=1204, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:03: sd-device: Created db file '/run/udev/data/+acpi:PNP0C14:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:03'
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:04: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: Device (SEQNUM=1201, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:05: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: STM7308:00: Device (SEQNUM=1205, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:05: Processing device (SEQNUM=1204, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:05: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: STM7308:00: Device (SEQNUM=1205, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:04: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:03: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:05: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[148]: STM7308:00: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: USBC000:00: Device (SEQNUM=1206, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: STM7308:00: Processing device (SEQNUM=1205, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:04: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: USBC000:00: Device (SEQNUM=1206, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:PNP0C14:
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:05: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[148]: USBC000:00: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:83: Device (SEQNUM=1207, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: Processing device (SEQNUM=1206, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:03: Device (SEQNUM=1202, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: STM7308:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:05: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:04: sd-device: Created db file '/run/udev/data/+acpi:PNP0C14:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:04'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:83: SEQNUM=1207 blocked by SEQNUM=1206
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:03: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: STM7308:00: hwdb modalias key: "acpi:STM7308:MSFT0101:"
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:04: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:05: sd-device: Created db file '/run/udev/data/+acpi:PNP0C14:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:05'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:84: Device (SEQNUM=1208, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: STM7308:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: acpi:PNP0C14:
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:18:18 localhost systemd-udevd[148]: device:84: SEQNUM=1208 blocked by SEQNUM=1206
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:05: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[156]: STM7308:00: sd-device: Created db file '/run/udev/data/+acpi:STM7308:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/STM7308:00'
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: hwdb modalias key: "acpi:USBC000:PNP0CA0:"
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:04: Device (SEQNUM=1203, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: acpi:PNP0C14:
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:18:18 localhost systemd-udevd[156]: STM7308:00: Running built-in command "kmod load acpi:STM7308:MSFT0101:"
Apr 24 12:18:18 localhost systemd-udevd[159]: PNP0C14:04: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:05: Device (SEQNUM=1204, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXSYBUS:01: Device (SEQNUM=1209, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:05: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: sd-device: Created db file '/run/udev/data/+acpi:USBC000:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/USBC000:00'
Apr 24 12:18:18 localhost systemd-udevd[156]: Loading module: acpi:STM7308:MSFT0101:
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: Running built-in command "kmod load acpi:USBC000:PNP0CA0:"
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXSYBUS:01: Device (SEQNUM=1209, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: acpi:USBC000:PNP0CA0:
Apr 24 12:18:18 localhost systemd-udevd[156]: Failed to find module 'acpi:STM7308:MSFT0101:'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXSYBUS:01: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: STM7308:00: Device (SEQNUM=1205, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'acpi:USBC000:PNP0CA0:'
Apr 24 12:18:18 localhost systemd-udevd[156]: STM7308:00: sd-device-monitor: Passed 253 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXSYBUS:01: Processing device (SEQNUM=1209, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: Device (SEQNUM=1206, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXTHERM:00: Device (SEQNUM=1210, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: sd-device-monitor: Passed 244 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXSYBUS:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXTHERM:00: SEQNUM=1210 blocked by SEQNUM=1209
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXSYBUS:01: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[148]: device:83: Device (SEQNUM=1207, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device:83: Processing device (SEQNUM=1207, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:83: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: device:84: Device (SEQNUM=1208, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXSYBUS:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXSYBUS:01: sd-device: Created db file '/run/udev/data/+acpi:LNXSYBUS:01' for '/devices/LNXSYSTM:00/LNXSYBUS:01'
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXSYBUS:01: Running built-in command "kmod load acpi:LNXSYBUS:"
Apr 24 12:18:18 localhost systemd-udevd[160]: device:83: Device (SEQNUM=1207, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: device:83: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: device:84: Processing device (SEQNUM=1208, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: device:84: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: breakpoint: Device (SEQNUM=1211, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:LNXSYBUS:
Apr 24 12:18:18 localhost systemd-udevd[148]: breakpoint: Device (SEQNUM=1211, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:LNXSYBUS:'
Apr 24 12:18:18 localhost systemd-udevd[148]: breakpoint: sd-device-monitor: Passed 152 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: breakpoint: Processing device (SEQNUM=1211, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu: Device (SEQNUM=1212, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: device:84: Device (SEQNUM=1208, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXSYBUS:01: Device (SEQNUM=1209, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu: Device (SEQNUM=1212, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: device:84: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: cpu: Processing device (SEQNUM=1212, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: LNXSYBUS:01: sd-device-monitor: Passed 226 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: breakpoint: Device (SEQNUM=1211, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXTHERM:00: Device (SEQNUM=1210, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: breakpoint: sd-device-monitor: Passed 152 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: cpu: Device (SEQNUM=1212, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: LNXTHERM:00: sd-device-monitor: Passed 193 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXTHERM:00: Processing device (SEQNUM=1210, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: cpu: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: intel_bts: Device (SEQNUM=1213, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXTHERM:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:18:18 localhost systemd-udevd[148]: intel_bts: Device (SEQNUM=1213, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: intel_bts: Processing device (SEQNUM=1213, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: intel_bts: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXTHERM:00: hwdb modalias key: "acpi:LNXTHERM:"
Apr 24 12:18:18 localhost systemd-udevd[148]: intel_pt: Device (SEQNUM=1214, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: intel_pt: Device (SEQNUM=1214, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: intel_bts: Device (SEQNUM=1213, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: intel_pt: sd-device-monitor: Passed 150 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: intel_bts: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXTHERM:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[160]: intel_pt: Processing device (SEQNUM=1214, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: kprobe: Device (SEQNUM=1215, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXTHERM:00: sd-device: Created db file '/run/udev/data/+acpi:LNXTHERM:00' for '/devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:00'
Apr 24 12:18:18 localhost systemd-udevd[148]: kprobe: Device (SEQNUM=1215, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXTHERM:00: Running built-in command "kmod load acpi:LNXTHERM:"
Apr 24 12:18:18 localhost systemd-udevd[148]: kprobe: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: acpi:LNXTHERM:
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'acpi:LNXTHERM:'
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXTHERM:00: Device (SEQNUM=1210, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: msr: Device (SEQNUM=1216, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: kprobe: Processing device (SEQNUM=1215, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: intel_pt: Device (SEQNUM=1214, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: LNXTHERM:00: sd-device-monitor: Passed 238 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: msr: Device (SEQNUM=1216, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: msr: Processing device (SEQNUM=1216, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: msr: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: intel_pt: sd-device-monitor: Passed 150 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: kprobe: Device (SEQNUM=1215, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:00.0: Device (SEQNUM=1217, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: msr: Device (SEQNUM=1216, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: kprobe: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:00.0: Device (SEQNUM=1217, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: msr: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:00.0: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:00.0: Processing device (SEQNUM=1217, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:02.0: Device (SEQNUM=1218, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:02.0: Device (SEQNUM=1218, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:02.0: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:00.0: hwdb modalias key: "pci:v00008086d00003E34sv000017AAsd00002279bc06sc00i00"
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:02.0: Processing device (SEQNUM=1218, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:04.0: Device (SEQNUM=1219, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:04.0: Device (SEQNUM=1219, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:02.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:04.0: sd-device-monitor: Passed 304 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:02.0: hwdb modalias key: "pci:v00008086d00003EA0sv000017AAsd00002279bc03sc00i00"
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:04.0: Processing device (SEQNUM=1219, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:08.0: Device (SEQNUM=1220, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:08.0: Device (SEQNUM=1220, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:04.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:08.0: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:04.0: hwdb modalias key: "pci:v00008086d00001903sv000017AAsd00002279bc11sc80i00"
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:08.0: Processing device (SEQNUM=1220, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:12.0: Device (SEQNUM=1221, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:02.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:00.0' for '/devices/pci0000:00/0000:00:00.0'
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:02.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:02.0' for '/devices/pci0000:00/0000:00:02.0'
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:08.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:00.0: Running built-in command "kmod load pci:v00008086d00003E34sv000017AAsd00002279bc06sc00i00"
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:04.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:04.0/power/control' writing 'auto'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:12.0: Device (SEQNUM=1221, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:02.0: Running built-in command "kmod load pci:v00008086d00003EA0sv000017AAsd00002279bc03sc00i00"
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:08.0: hwdb modalias key: "pci:v00008086d00001911sv000017AAsd00002279bc08sc80i00"
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: pci:v00008086d00003E34sv000017AAsd00002279bc06sc00i00
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:12.0: sd-device-monitor: Passed 304 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: pci:v00008086d00003EA0sv000017AAsd00002279bc03sc00i00
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:12.0: Processing device (SEQNUM=1221, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:12.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'pci:v00008086d00003E34sv000017AAsd00002279bc06sc00i00'
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:08.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:08.0/power/control' writing 'auto'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.0: Device (SEQNUM=1222, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'pci:v00008086d00003EA0sv000017AAsd00002279bc03sc00i00'
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:04.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:12.0: hwdb modalias key: "pci:v00008086d00009DF9sv000017AAsd00002279bc11sc80i00"
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:00.0: Device (SEQNUM=1217, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:00.0: sd-device-monitor: Passed 481 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:02.0: Device (SEQNUM=1218, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:08.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:04.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:04.0' for '/devices/pci0000:00/0000:00:04.0'
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:12.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:12.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:12.0' for '/devices/pci0000:00/0000:00:12.0'
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:08.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:08.0' for '/devices/pci0000:00/0000:00:08.0'
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:04.0: Running built-in command "kmod load pci:v00008086d00001903sv000017AAsd00002279bc11sc80i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.0: Device (SEQNUM=1222, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:02.0: sd-device-monitor: Passed 548 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:12.0: Running built-in command "kmod load pci:v00008086d00009DF9sv000017AAsd00002279bc11sc80i00"
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:08.0: Running built-in command "kmod load pci:v00008086d00001911sv000017AAsd00002279bc08sc80i00"
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: pci:v00008086d00001903sv000017AAsd00002279bc11sc80i00
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.0: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: pci:v00008086d00009DF9sv000017AAsd00002279bc11sc80i00
Apr 24 12:18:18 localhost systemd-udevd[164]: 0000:00:14.0: Processing device (SEQNUM=1222, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'pci:v00008086d00009DF9sv000017AAsd00002279bc11sc80i00'
Apr 24 12:18:18 localhost systemd-udevd[156]: Loading module: pci:v00008086d00001911sv000017AAsd00002279bc08sc80i00
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'pci:v00008086d00001903sv000017AAsd00002279bc11sc80i00'
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:12.0: Device (SEQNUM=1221, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[164]: 0000:00:14.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:04.0: Device (SEQNUM=1219, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:04.0: sd-device-monitor: Passed 569 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.2: Device (SEQNUM=1223, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:12.0: sd-device-monitor: Passed 519 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: 0000:00:14.0: hwdb modalias key: "pci:v00008086d00009DEDsv000017AAsd00002279bc0Csc03i30"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.2: Device (SEQNUM=1223, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.2: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: Failed to find module 'pci:v00008086d00001911sv000017AAsd00002279bc08sc80i00'
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:08.0: Device (SEQNUM=1220, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:08.0: sd-device-monitor: Passed 574 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:14.2: Processing device (SEQNUM=1223, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: 0000:00:14.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:14.0/power/control' writing 'auto'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.3: Device (SEQNUM=1224, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:14.2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.3: Device (SEQNUM=1224, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:14.2: hwdb modalias key: "pci:v00008086d00009DEFsv000017AAsd00002279bc05sc00i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.3: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:14.3: Processing device (SEQNUM=1224, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:15.0: Device (SEQNUM=1225, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:15.0: Device (SEQNUM=1225, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: 0000:00:14.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:14.3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost kernel: ACPI: bus type USB registered
Apr 24 12:18:18 localhost kernel: usbcore: registered new interface driver usbfs
Apr 24 12:18:18 localhost kernel: usbcore: registered new interface driver hub
Apr 24 12:18:18 localhost kernel: usbcore: registered new device driver usb
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:15.0: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:15.0: Processing device (SEQNUM=1225, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:14.3: hwdb modalias key: "pci:v00008086d00009DF0sv00008086sd00000034bc02sc80i00"
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:14.2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[164]: 0000:00:14.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:14.0' for '/devices/pci0000:00/0000:00:14.0'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:16.0: Device (SEQNUM=1226, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:15.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[164]: 0000:00:14.0: Running built-in command "kmod load pci:v00008086d00009DEDsv000017AAsd00002279bc0Csc03i30"
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:14.3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:16.0: Device (SEQNUM=1226, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:14.3: sd-device: Created db file '/run/udev/data/+pci:0000:00:14.3' for '/devices/pci0000:00/0000:00:14.3'
Apr 24 12:18:18 localhost systemd-udevd[164]: Loading module: pci:v00008086d00009DEDsv000017AAsd00002279bc0Csc03i30
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:14.2: sd-device: Created db file '/run/udev/data/+pci:0000:00:14.2' for '/devices/pci0000:00/0000:00:14.2'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:16.0: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:14.3: Running built-in command "kmod load pci:v00008086d00009DF0sv00008086sd00000034bc02sc80i00"
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:16.0: Processing device (SEQNUM=1226, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:15.0: hwdb modalias key: "pci:v00008086d00009DE8sv000017AAsd00002279bc0Csc80i00"
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:16.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.0: Device (SEQNUM=1227, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: pci:v00008086d00009DF0sv00008086sd00000034bc02sc80i00
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:14.2: Running built-in command "kmod load pci:v00008086d00009DEFsv000017AAsd00002279bc05sc00i00"
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:16.0: hwdb modalias key: "pci:v00008086d00009DE0sv000017AAsd00002279bc07sc80i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.0: Device (SEQNUM=1227, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: pci:v00008086d00009DEFsv000017AAsd00002279bc05sc00i00
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'pci:v00008086d00009DF0sv00008086sd00000034bc02sc80i00'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.0: sd-device-monitor: Passed 319 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:1c.0: Processing device (SEQNUM=1227, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:15.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:14.3: Device (SEQNUM=1224, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'pci:v00008086d00009DEFsv000017AAsd00002279bc05sc00i00'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.0:pcie001: Device (SEQNUM=1228, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:16.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:1c.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:14.3: sd-device-monitor: Passed 498 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:15.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:15.0' for '/devices/pci0000:00/0000:00:15.0'
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:14.2: Device (SEQNUM=1223, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.0:pcie001: SEQNUM=1228 blocked by SEQNUM=1227
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:1c.0: hwdb modalias key: "pci:v00008086d00009DB8sv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:16.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:16.0' for '/devices/pci0000:00/0000:00:16.0'
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:15.0: Running built-in command "kmod load pci:v00008086d00009DE8sv000017AAsd00002279bc0Csc80i00"
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:14.2: sd-device-monitor: Passed 482 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.0:pcie010: Device (SEQNUM=1229, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:16.0: Running built-in command "kmod load pci:v00008086d00009DE0sv000017AAsd00002279bc07sc80i00"
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:1c.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:1c.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:1c.0' for '/devices/pci0000:00/0000:00:1c.0'
Apr 24 12:18:18 localhost systemd-udevd[156]: Loading module: pci:v00008086d00009DE0sv000017AAsd00002279bc07sc80i00
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: pci:v00008086d00009DE8sv000017AAsd00002279bc0Csc80i00
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.0:pcie010: SEQNUM=1229 blocked by SEQNUM=1227
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:1c.0: Running built-in command "kmod load pci:v00008086d00009DB8sv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[156]: Failed to find module 'pci:v00008086d00009DE0sv000017AAsd00002279bc07sc80i00'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:01:00.0: Device (SEQNUM=1230, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'pci:v00008086d00009DE8sv000017AAsd00002279bc0Csc80i00'
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: pci:v00008086d00009DB8sv000017AAsd00002279bc06sc04i00
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:16.0: Device (SEQNUM=1226, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'pci:v00008086d00009DB8sv000017AAsd00002279bc06sc04i00'
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:15.0: Device (SEQNUM=1225, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:15.0: sd-device-monitor: Passed 458 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:1c.0: Device (SEQNUM=1227, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:01:00.0: SEQNUM=1230 blocked by SEQNUM=1227
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:16.0: sd-device-monitor: Passed 506 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:1c.0: sd-device-monitor: Passed 542 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:01: Device (SEQNUM=1231, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:01: SEQNUM=1231 blocked by SEQNUM=1227
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.0:pcie001: Device (SEQNUM=1228, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.0:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.0:pcie010: Device (SEQNUM=1229, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.0:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:01:00.0: Device (SEQNUM=1230, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:1c.0:pcie010: Processing device (SEQNUM=1229, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:01:00.0: Processing device (SEQNUM=1230, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1c.0:pcie001: Processing device (SEQNUM=1228, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:01:00.0: sd-device-monitor: Passed 317 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:01:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:01: Device (SEQNUM=1231, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:01:00.0: hwdb modalias key: "pci:v000017A0d00009750sv000017AAsd00002279bcFFsc00i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:01: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:01: Processing device (SEQNUM=1231, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:1c.0:pcie010: Device (SEQNUM=1229, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup7: Device (SEQNUM=1232, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1c.0:pcie001: Device (SEQNUM=1228, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:1c.0:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup7: Device (SEQNUM=1232, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: wakeup7: Processing device (SEQNUM=1232, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup7: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1c.0:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:01: Device (SEQNUM=1231, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.4: Device (SEQNUM=1233, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:01:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:01: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: wakeup7: Device (SEQNUM=1232, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.4: Device (SEQNUM=1233, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:01:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:01:00.0' for '/devices/pci0000:00/0000:00:1c.0/0000:01:00.0'
Apr 24 12:18:18 localhost systemd-udevd[162]: wakeup7: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.4: sd-device-monitor: Passed 319 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:01:00.0: Running built-in command "kmod load pci:v000017A0d00009750sv000017AAsd00002279bcFFsc00i00"
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:1c.4: Processing device (SEQNUM=1233, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: pci:v000017A0d00009750sv000017AAsd00002279bcFFsc00i00
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.4:pcie001: Device (SEQNUM=1234, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:1c.4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.4:pcie001: SEQNUM=1234 blocked by SEQNUM=1233
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.4:pcie004: Device (SEQNUM=1235, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'pci:v000017A0d00009750sv000017AAsd00002279bcFFsc00i00'
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:1c.4: hwdb modalias key: "pci:v00008086d00009DBCsv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.4:pcie004: SEQNUM=1235 blocked by SEQNUM=1233
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:01:00.0: Device (SEQNUM=1230, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.4:pcie010: Device (SEQNUM=1236, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:01:00.0: sd-device-monitor: Passed 453 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.4:pcie010: SEQNUM=1236 blocked by SEQNUM=1233
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:02:00.0: Device (SEQNUM=1237, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:1c.4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:02:00.0: SEQNUM=1237 blocked by SEQNUM=1233
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:00.0: Device (SEQNUM=1238, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:00.0: SEQNUM=1238 blocked by SEQNUM=1233
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:1c.4: sd-device: Created db file '/run/udev/data/+pci:0000:00:1c.4' for '/devices/pci0000:00/0000:00:1c.4'
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:1c.4: Running built-in command "kmod load pci:v00008086d00009DBCsv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:00.0:pcie210: Device (SEQNUM=1239, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: pci:v00008086d00009DBCsv000017AAsd00002279bc06sc04i00
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:00.0:pcie210: SEQNUM=1239 blocked by SEQNUM=1233
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'pci:v00008086d00009DBCsv000017AAsd00002279bc06sc04i00'
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:1c.4: Device (SEQNUM=1233, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:04:00.0: Device (SEQNUM=1240, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:1c.4: sd-device-monitor: Passed 542 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:04:00.0: SEQNUM=1240 blocked by SEQNUM=1233
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.4:pcie001: Device (SEQNUM=1234, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.4:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.4:pcie004: Device (SEQNUM=1235, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:1c.4:pcie004: Processing device (SEQNUM=1235, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.4:pcie004: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1c.4:pcie001: Processing device (SEQNUM=1234, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.4:pcie010: Device (SEQNUM=1236, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1c.4:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:02:00.0: Device (SEQNUM=1237, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1c.4:pcie010: Processing device (SEQNUM=1236, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:02:00.0: sd-device-monitor: Passed 332 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:1c.4:pcie004: Device (SEQNUM=1235, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1c.4:pcie001: Device (SEQNUM=1234, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:00.0: SEQNUM=1238 blocked by SEQNUM=1237
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:1c.4:pcie004: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:02:00.0: Processing device (SEQNUM=1237, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1c.4:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:00.0:pcie210: SEQNUM=1239 blocked by SEQNUM=1237
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:02:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:04:00.0: SEQNUM=1240 blocked by SEQNUM=1237
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:04: Device (SEQNUM=1241, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:02:00.0: hwdb modalias key: "pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1c.4:pcie010: Device (SEQNUM=1236, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:04: SEQNUM=1241 blocked by SEQNUM=1237
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1c.4:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:01.0: Device (SEQNUM=1242, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:01.0: SEQNUM=1242 blocked by SEQNUM=1237
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:01.0:pcie204: Device (SEQNUM=1243, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:01.0:pcie204: SEQNUM=1243 blocked by SEQNUM=1237
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:01.0:pcie210: Device (SEQNUM=1244, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:01.0:pcie210: SEQNUM=1244 blocked by SEQNUM=1237
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:02:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:05: Device (SEQNUM=1245, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:05: SEQNUM=1245 blocked by SEQNUM=1237
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:02.0: Device (SEQNUM=1246, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:02:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:02:00.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0'
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:02:00.0: Running built-in command "kmod load pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[156]: Loading module: pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:02.0: SEQNUM=1246 blocked by SEQNUM=1237
Apr 24 12:18:18 localhost systemd-udevd[156]: Failed to find module 'pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00'
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:02:00.0: Device (SEQNUM=1237, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:02.0:pcie210: Device (SEQNUM=1247, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:02:00.0: sd-device-monitor: Passed 581 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:02.0:pcie210: SEQNUM=1247 blocked by SEQNUM=1237
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:00.0: Device (SEQNUM=1238, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:00.0: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:00.0:pcie210: SEQNUM=1239 blocked by SEQNUM=1238
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:00.0: Processing device (SEQNUM=1238, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:04:00.0: SEQNUM=1240 blocked by SEQNUM=1238
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:04: SEQNUM=1241 blocked by SEQNUM=1238
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:01.0: Device (SEQNUM=1242, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:00.0: hwdb modalias key: "pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:01.0: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:03:01.0: Processing device (SEQNUM=1242, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:01.0:pcie204: SEQNUM=1243 blocked by SEQNUM=1242
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:01.0:pcie210: SEQNUM=1244 blocked by SEQNUM=1242
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:03:01.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:05: SEQNUM=1245 blocked by SEQNUM=1242
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:03:01.0: hwdb modalias key: "pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:02.0: Device (SEQNUM=1246, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:02.0: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:02.0:pcie210: SEQNUM=1247 blocked by SEQNUM=1246
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:03:02.0: Processing device (SEQNUM=1246, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:03:00.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:00.0'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3a:00.0: Device (SEQNUM=1248, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:00.0: Running built-in command "kmod load pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:03:02.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3a:00.0: SEQNUM=1248 blocked by SEQNUM=1246
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:03:02.0: hwdb modalias key: "pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00'
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:03:01.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3a: Device (SEQNUM=1249, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:00.0: Device (SEQNUM=1238, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3a: SEQNUM=1249 blocked by SEQNUM=1246
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03: Device (SEQNUM=1250, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:00.0: sd-device-monitor: Passed 594 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:03:01.0: sd-device: Created db file '/run/udev/data/+pci:0000:03:01.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:01.0'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03: Device (SEQNUM=1250, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:03:01.0: Running built-in command "kmod load pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:03: Processing device (SEQNUM=1250, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:00.0:pcie210: Device (SEQNUM=1239, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:03:02.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:00.0:pcie210: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: Failed to find module 'pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00'
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:00.0:pcie210: Processing device (SEQNUM=1239, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:04:00.0: Device (SEQNUM=1240, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:03:01.0: Device (SEQNUM=1242, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:03:02.0: sd-device: Created db file '/run/udev/data/+pci:0000:03:02.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:04:00.0: sd-device-monitor: Passed 342 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:03: Device (SEQNUM=1250, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:04:00.0: Processing device (SEQNUM=1240, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:03:01.0: sd-device-monitor: Passed 594 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:03:02.0: Running built-in command "kmod load pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:04: Device (SEQNUM=1241, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:00.0:pcie210: Device (SEQNUM=1239, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:03: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:04:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:04: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup19: Device (SEQNUM=1251, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: 0000:04: Processing device (SEQNUM=1241, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:04:00.0: hwdb modalias key: "pci:v00008086d000015BFsv000017AAsd00002279bc08sc80i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup19: Device (SEQNUM=1251, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[153]: wakeup19: Processing device (SEQNUM=1251, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:00.0:pcie210: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup19: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00'
Apr 24 12:18:18 localhost systemd-udevd[154]: 0000:04: Device (SEQNUM=1241, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[153]: wakeup19: Device (SEQNUM=1251, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:03:02.0: Device (SEQNUM=1246, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: 0000:04: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:01.0:pcie204: Device (SEQNUM=1243, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:01.0:pcie204: sd-device-monitor: Passed 225 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:01.0:pcie204: Processing device (SEQNUM=1243, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:04:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[153]: wakeup19: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:01.0:pcie210: Device (SEQNUM=1244, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:03:02.0: sd-device-monitor: Passed 594 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:04:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:04:00.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:00.0/0000:04:00.0'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:01.0:pcie210: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:03:01.0:pcie210: Processing device (SEQNUM=1244, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:01.0:pcie204: Device (SEQNUM=1243, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:04:00.0: Running built-in command "kmod load pci:v00008086d000015BFsv000017AAsd00002279bc08sc80i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:05: Device (SEQNUM=1245, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:01.0:pcie204: sd-device-monitor: Passed 225 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: pci:v00008086d000015BFsv000017AAsd00002279bc08sc80i00
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:05: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:05: Processing device (SEQNUM=1245, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:03:01.0:pcie210: Device (SEQNUM=1244, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:02: Device (SEQNUM=1252, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'pci:v00008086d000015BFsv000017AAsd00002279bc08sc80i00'
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:03:01.0:pcie210: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:02: Device (SEQNUM=1252, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:04:00.0: Device (SEQNUM=1240, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:02: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:04:00.0: sd-device-monitor: Passed 569 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: 0000:02: Processing device (SEQNUM=1252, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:05: Device (SEQNUM=1245, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:02.0:pcie210: Device (SEQNUM=1247, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:05: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:03:02.0:pcie210: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:02.0:pcie210: Processing device (SEQNUM=1247, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3a:00.0: Device (SEQNUM=1248, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3a:00.0: sd-device-monitor: Passed 342 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3a: Device (SEQNUM=1249, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:3a:00.0: Processing device (SEQNUM=1248, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3a: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:3a: Processing device (SEQNUM=1249, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[155]: 0000:02: Device (SEQNUM=1252, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:3a:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup9: Device (SEQNUM=1253, ACTION=add) is queued
Apr 24 12:18:18 localhost kernel: nvme nvme0: pci function 0000:3d:00.0
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:02.0:pcie210: Device (SEQNUM=1247, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[155]: 0000:02: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:3a:00.0: hwdb modalias key: "pci:v00008086d000015C1sv000017AAsd00002279bc0Csc03i30"
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:3a: Device (SEQNUM=1249, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:03:02.0:pcie210: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:3a: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup9: Device (SEQNUM=1253, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: wakeup9: Processing device (SEQNUM=1253, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup9: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.0: Device (SEQNUM=1254, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.0: Device (SEQNUM=1254, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:3a:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.0: sd-device-monitor: Passed 319 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: wakeup9: Device (SEQNUM=1253, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:3a:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:3a:00.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.0:pcie001: Device (SEQNUM=1255, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: wakeup9: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1d.0: Processing device (SEQNUM=1254, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:3a:00.0: Running built-in command "kmod load pci:v00008086d000015C1sv000017AAsd00002279bc0Csc03i30"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.0:pcie001: SEQNUM=1255 blocked by SEQNUM=1254
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: pci:v00008086d000015C1sv000017AAsd00002279bc0Csc03i30
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1d.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.0:pcie004: Device (SEQNUM=1256, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1d.0: hwdb modalias key: "pci:v00008086d00009DB0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.0:pcie004: SEQNUM=1256 blocked by SEQNUM=1254
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.0:pcie010: Device (SEQNUM=1257, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.0:pcie010: SEQNUM=1257 blocked by SEQNUM=1254
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3c: Device (SEQNUM=1258, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3c: SEQNUM=1258 blocked by SEQNUM=1254
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.4: Device (SEQNUM=1259, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.4: Device (SEQNUM=1259, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1d.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.4: sd-device-monitor: Passed 319 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.4:pcie001: Device (SEQNUM=1260, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1d.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:1d.0' for '/devices/pci0000:00/0000:00:1d.0'
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1d.4: Processing device (SEQNUM=1259, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.4:pcie001: SEQNUM=1260 blocked by SEQNUM=1259
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1d.0: Running built-in command "kmod load pci:v00008086d00009DB0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1d.4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.4:pcie010: Device (SEQNUM=1261, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: pci:v00008086d00009DB0sv000017AAsd00002279bc06sc04i00
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1d.4: hwdb modalias key: "pci:v00008086d00009DB4sv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.4:pcie010: SEQNUM=1261 blocked by SEQNUM=1259
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'pci:v00008086d00009DB0sv000017AAsd00002279bc06sc04i00'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3d:00.0: Device (SEQNUM=1262, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1d.0: Device (SEQNUM=1254, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3d:00.0: SEQNUM=1262 blocked by SEQNUM=1259
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1d.0: sd-device-monitor: Passed 542 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1d.4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3d: Device (SEQNUM=1263, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3d: SEQNUM=1263 blocked by SEQNUM=1259
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1d.4: sd-device: Created db file '/run/udev/data/+pci:0000:00:1d.4' for '/devices/pci0000:00/0000:00:1d.4'
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1d.4: Running built-in command "kmod load pci:v00008086d00009DB4sv000017AAsd00002279bc06sc04i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.0:pcie001: Device (SEQNUM=1255, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: pci:v00008086d00009DB4sv000017AAsd00002279bc06sc04i00
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.0:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'pci:v00008086d00009DB4sv000017AAsd00002279bc06sc04i00'
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1d.0:pcie001: Processing device (SEQNUM=1255, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.0:pcie004: Device (SEQNUM=1256, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1d.4: Device (SEQNUM=1259, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.0:pcie004: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:1d.0:pcie004: Processing device (SEQNUM=1256, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1d.4: sd-device-monitor: Passed 542 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.0:pcie010: Device (SEQNUM=1257, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.0:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1d.0:pcie001: Device (SEQNUM=1255, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:1d.0:pcie010: Processing device (SEQNUM=1257, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3c: Device (SEQNUM=1258, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: 0000:3c: Processing device (SEQNUM=1258, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:1d.0:pcie004: Device (SEQNUM=1256, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1d.0:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup12: Device (SEQNUM=1264, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:00:1d.0:pcie004: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:1d.0:pcie010: Device (SEQNUM=1257, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup12: SEQNUM=1264 blocked by SEQNUM=1259
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:00:1d.0:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.4:pcie001: Device (SEQNUM=1260, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: 0000:3c: Device (SEQNUM=1258, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.4:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1d.4:pcie001: Processing device (SEQNUM=1260, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: 0000:3c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.4:pcie010: Device (SEQNUM=1261, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1d.4:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1d.4:pcie010: Processing device (SEQNUM=1261, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3d:00.0: Device (SEQNUM=1262, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:3d:00.0: Processing device (SEQNUM=1262, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3d:00.0: sd-device-monitor: Passed 316 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1d.4:pcie001: Device (SEQNUM=1260, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:3d:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3d: Device (SEQNUM=1263, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:3d: Processing device (SEQNUM=1263, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1d.4:pcie010: Device (SEQNUM=1261, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:3d:00.0: hwdb modalias key: "pci:v00001179d0000011Asv00001179sd00000001bc01sc08i02"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3d: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1d.4:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1d.4:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup12: Device (SEQNUM=1264, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:3d: Device (SEQNUM=1263, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup12: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: wakeup12: Processing device (SEQNUM=1264, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: 0000:3d: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:3d:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1f.0: Device (SEQNUM=1265, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1f.0: Device (SEQNUM=1265, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1f.0: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:3d:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:3d:00.0' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0'
Apr 24 12:18:18 localhost systemd-udevd[155]: 0000:00:1f.0: Processing device (SEQNUM=1265, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:3d:00.0: Running built-in command "kmod load pci:v00001179d0000011Asv00001179sd00000001bc01sc08i02"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0103:00: Device (SEQNUM=1266, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[153]: wakeup12: Device (SEQNUM=1264, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: Loading module: pci:v00001179d0000011Asv00001179sd00000001bc01sc08i02
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0103:00: SEQNUM=1266 blocked by SEQNUM=1265
Apr 24 12:18:18 localhost systemd-udevd[155]: 0000:00:1f.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[153]: wakeup12: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: 0000:00:1f.0: hwdb modalias key: "pci:v00008086d00009D84sv000017AAsd00002279bc06sc01i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0800:00: Device (SEQNUM=1267, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0800:00: SEQNUM=1267 blocked by SEQNUM=1265
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C09:00: Device (SEQNUM=1268, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C09:00: SEQNUM=1268 blocked by SEQNUM=1265
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI0003:00: Device (SEQNUM=1269, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI0003:00: SEQNUM=1269 blocked by SEQNUM=1265
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:00: Device (SEQNUM=1270, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:00: SEQNUM=1270 blocked by SEQNUM=1265
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:01: Device (SEQNUM=1271, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[155]: 0000:00:1f.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:01: SEQNUM=1271 blocked by SEQNUM=1265
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0100:00: Device (SEQNUM=1272, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[155]: 0000:00:1f.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:1f.0' for '/devices/pci0000:00/0000:00:1f.0'
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0100:00: SEQNUM=1272 blocked by SEQNUM=1265
Apr 24 12:18:18 localhost systemd-udevd[155]: 0000:00:1f.0: Running built-in command "kmod load pci:v00008086d00009D84sv000017AAsd00002279bc06sc01i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0268:00: Device (SEQNUM=1273, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[155]: Loading module: pci:v00008086d00009D84sv000017AAsd00002279bc06sc01i00
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0268:00: SEQNUM=1273 blocked by SEQNUM=1265
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0A:00: Device (SEQNUM=1274, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[155]: Failed to find module 'pci:v00008086d00009D84sv000017AAsd00002279bc06sc01i00'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0A:00: SEQNUM=1274 blocked by SEQNUM=1265
Apr 24 12:18:18 localhost systemd-udevd[155]: 0000:00:1f.0: Device (SEQNUM=1265, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1f.3: Device (SEQNUM=1275, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[155]: 0000:00:1f.0: sd-device-monitor: Passed 474 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1f.3: Device (SEQNUM=1275, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1f.3: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0103:00: Device (SEQNUM=1266, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.3: Processing device (SEQNUM=1275, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0103:00: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0800:00: Device (SEQNUM=1267, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0103:00: Processing device (SEQNUM=1266, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.3: hwdb modalias key: "pci:v00008086d00009DC8sv000017AAsd00002279bc04sc03i80"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0800:00: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0800:00: Processing device (SEQNUM=1267, ACTION=add)
Apr 24 12:18:18 localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Apr 24 12:18:18 localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Apr 24 12:18:18 localhost kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Apr 24 12:18:18 localhost kernel: xhci_hcd 0000:00:14.0: cache line size of 128 is not supported
Apr 24 12:18:18 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Apr 24 12:18:18 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 24 12:18:18 localhost kernel: usb usb1: Product: xHCI Host Controller
Apr 24 12:18:18 localhost kernel: usb usb1: Manufacturer: Linux 5.10.30 xhci-hcd
Apr 24 12:18:18 localhost kernel: usb usb1: SerialNumber: 0000:00:14.0
Apr 24 12:18:18 localhost kernel: hub 1-0:1.0: USB hub found
Apr 24 12:18:18 localhost kernel: hub 1-0:1.0: 12 ports detected
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0103:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C09:00: Device (SEQNUM=1268, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0800:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0103:00: hwdb modalias key: "acpi:PNP0103:"
Apr 24 12:18:18 localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Apr 24 12:18:18 localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Apr 24 12:18:18 localhost kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Apr 24 12:18:18 localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
Apr 24 12:18:18 localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 24 12:18:18 localhost kernel: usb usb2: Product: xHCI Host Controller
Apr 24 12:18:18 localhost kernel: usb usb2: Manufacturer: Linux 5.10.30 xhci-hcd
Apr 24 12:18:18 localhost kernel: usb usb2: SerialNumber: 0000:00:14.0
Apr 24 12:18:18 localhost kernel: hub 2-0:1.0: USB hub found
Apr 24 12:18:18 localhost kernel: hub 2-0:1.0: 6 ports detected
Apr 24 12:18:18 localhost kernel: usb: port power management may be unreliable
Apr 24 12:18:18 localhost kernel: xhci_hcd 0000:3a:00.0: xHCI Host Controller
Apr 24 12:18:18 localhost kernel: xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
Apr 24 12:18:18 localhost kernel: xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
Apr 24 12:18:18 localhost kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Apr 24 12:18:18 localhost kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 24 12:18:18 localhost kernel: usb usb3: Product: xHCI Host Controller
Apr 24 12:18:18 localhost kernel: usb usb3: Manufacturer: Linux 5.10.30 xhci-hcd
Apr 24 12:18:18 localhost kernel: usb usb3: SerialNumber: 0000:3a:00.0
Apr 24 12:18:18 localhost kernel: hub 3-0:1.0: USB hub found
Apr 24 12:18:18 localhost kernel: hub 3-0:1.0: 2 ports detected
Apr 24 12:18:18 localhost kernel: xhci_hcd 0000:3a:00.0: xHCI Host Controller
Apr 24 12:18:18 localhost kernel: xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
Apr 24 12:18:18 localhost kernel: xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Apr 24 12:18:18 localhost kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
Apr 24 12:18:18 localhost kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 24 12:18:18 localhost kernel: usb usb4: Product: xHCI Host Controller
Apr 24 12:18:18 localhost kernel: usb usb4: Manufacturer: Linux 5.10.30 xhci-hcd
Apr 24 12:18:18 localhost kernel: usb usb4: SerialNumber: 0000:3a:00.0
Apr 24 12:18:18 localhost kernel: hub 4-0:1.0: USB hub found
Apr 24 12:18:18 localhost kernel: hub 4-0:1.0: 2 ports detected
Apr 24 12:18:18 localhost kernel: pstore: Unknown compression: deflate
Apr 24 12:18:18 localhost kernel: pstore: Registered efi as persistent store backend
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C09:00: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C09:00: Processing device (SEQNUM=1268, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0800:00: hwdb modalias key: "acpi:PNP0800:"
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI0003:00: SEQNUM=1269 blocked by SEQNUM=1268
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0103:00: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C09:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:00: SEQNUM=1270 blocked by SEQNUM=1268
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0800:00: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0103:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0103:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C09:00: hwdb modalias key: "acpi:PNP0C09:"
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:01: SEQNUM=1271 blocked by SEQNUM=1268
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0800:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.3: sd-device: Created db file '/run/udev/data/+pci:0000:00:1f.3' for '/devices/pci0000:00/0000:00:1f.3'
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0100:00: SEQNUM=1272 blocked by SEQNUM=1268
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0103:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0800:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C09:00: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.3: Running built-in command "kmod load pci:v00008086d00009DC8sv000017AAsd00002279bc04sc03i80"
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0268:00: SEQNUM=1273 blocked by SEQNUM=1268
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0103:00: sd-device: Created db file '/run/udev/data/+platform:PNP0103:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0103:00'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C09:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: pci:v00008086d00009DC8sv000017AAsd00002279bc04sc03i80
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0800:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0A:00: SEQNUM=1274 blocked by SEQNUM=1268
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0800:00: sd-device: Created db file '/run/udev/data/+platform:PNP0800:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0800:00'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C09:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'pci:v00008086d00009DC8sv000017AAsd00002279bc04sc03i80'
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0103:00: Running built-in command "kmod load acpi:PNP0103:"
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0800:00: Running built-in command "kmod load acpi:PNP0800:"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1f.4: Device (SEQNUM=1276, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.3: Device (SEQNUM=1275, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:PNP0103:
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C09:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: acpi:PNP0800:
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1f.4: Device (SEQNUM=1276, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.3: sd-device-monitor: Passed 509 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: 0000:00:1f.4: Processing device (SEQNUM=1276, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C09:00: sd-device: Created db file '/run/udev/data/+platform:PNP0C09:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00'
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'acpi:PNP0800:'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1f.4: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:PNP0103:'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C09:00: Running built-in command "kmod load acpi:PNP0C09:"
Apr 24 12:18:18 localhost systemd-udevd[153]: 0000:00:1f.4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0800:00: Device (SEQNUM=1267, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0103:00: Device (SEQNUM=1266, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1f.5: Device (SEQNUM=1277, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: Loading module: acpi:PNP0C09:
Apr 24 12:18:18 localhost systemd-udevd[153]: 0000:00:1f.4: hwdb modalias key: "pci:v00008086d00009DA3sv000017AAsd00002279bc0Csc05i00"
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0800:00: sd-device-monitor: Passed 289 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0103:00: sd-device-monitor: Passed 289 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1f.5: Device (SEQNUM=1277, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1f.5: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: Failed to find module 'acpi:PNP0C09:'
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.5: Processing device (SEQNUM=1277, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C09:00: Device (SEQNUM=1268, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1f.6: Device (SEQNUM=1278, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C09:00: sd-device-monitor: Passed 289 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: 0000:00:1f.4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1f.6: Device (SEQNUM=1278, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.5: hwdb modalias key: "pci:v00008086d00009DA4sv000017AAsd00002279bc0Csc80i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:1f.6: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI0003:00: Device (SEQNUM=1269, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: ACPI0003:00: Processing device (SEQNUM=1269, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[153]: 0000:00:1f.4: sd-device: Created db file '/run/udev/data/+pci:0000:00:1f.4' for '/devices/pci0000:00/0000:00:1f.4'
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI0003:00: sd-device-monitor: Passed 208 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1f.6: Processing device (SEQNUM=1278, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: ACPI0003:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[153]: 0000:00:1f.4: Running built-in command "kmod load pci:v00008086d00009DA3sv000017AAsd00002279bc0Csc05i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:00: Device (SEQNUM=1270, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: INT3403:00: Processing device (SEQNUM=1270, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1f.6: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.5: sd-device: Created db file '/run/udev/data/+pci:0000:00:1f.5' for '/devices/pci0000:00/0000:00:1f.5'
Apr 24 12:18:18 localhost systemd-udevd[153]: Loading module: pci:v00008086d00009DA3sv000017AAsd00002279bc0Csc05i00
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:00: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: ACPI0003:00: hwdb modalias key: "acpi:ACPI0003:"
Apr 24 12:18:18 localhost systemd-udevd[154]: INT3403:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1f.6: hwdb modalias key: "pci:v00008086d000015BEsv000017AAsd00002279bc02sc00i00"
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.5: Running built-in command "kmod load pci:v00008086d00009DA4sv000017AAsd00002279bc0Csc80i00"
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:01: Device (SEQNUM=1271, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[153]: Failed to find module 'pci:v00008086d00009DA3sv000017AAsd00002279bc0Csc05i00'
Apr 24 12:18:18 localhost systemd-udevd[162]: ACPI0003:00: hwdb modalias key: "acpi:PNP0C09:"
Apr 24 12:18:18 localhost systemd-udevd[154]: INT3403:00: hwdb modalias key: "acpi:INT3403:"
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: pci:v00008086d00009DA4sv000017AAsd00002279bc0Csc80i00
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1f.6: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3403:01: Processing device (SEQNUM=1271, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[153]: 0000:00:1f.4: Device (SEQNUM=1276, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: INT3403:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[162]: ACPI0003:00: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3403:01: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'pci:v00008086d00009DA4sv000017AAsd00002279bc0Csc80i00'
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1f.6: sd-device: Created db file '/run/udev/data/+pci:0000:00:1f.6' for '/devices/pci0000:00/0000:00:1f.6'
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3403:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[153]: 0000:00:1f.4: sd-device-monitor: Passed 486 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0100:00: Device (SEQNUM=1272, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: ACPI0003:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0100:00: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1f.6: Running built-in command "kmod load pci:v00008086d000015BEsv000017AAsd00002279bc02sc00i00"
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3403:01: hwdb modalias key: "acpi:INT3403:"
Apr 24 12:18:18 localhost systemd-udevd[154]: INT3403:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: ACPI0003:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.5: Device (SEQNUM=1277, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00:1f.5: sd-device-monitor: Passed 448 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: LEN0100:00: Processing device (SEQNUM=1272, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: pci:v00008086d000015BEsv000017AAsd00002279bc02sc00i00
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3403:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[154]: INT3403:00: sd-device: Created db file '/run/udev/data/+platform:INT3403:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT3403:00'
Apr 24 12:18:18 localhost systemd-udevd[162]: ACPI0003:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0268:00: Device (SEQNUM=1273, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[150]: LEN0100:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[154]: INT3403:00: Running built-in command "kmod load acpi:INT3403:"
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'pci:v00008086d000015BEsv000017AAsd00002279bc02sc00i00'
Apr 24 12:18:18 localhost systemd-udevd[162]: ACPI0003:00: sd-device: Created db file '/run/udev/data/+platform:ACPI0003:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0003:00'
Apr 24 12:18:18 localhost systemd-udevd[148]: LEN0268:00: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: LEN0100:00: hwdb modalias key: "acpi:LEN0100:"
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3403:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[165]: LEN0268:00: Processing device (SEQNUM=1273, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: Loading module: acpi:INT3403:
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1f.6: Device (SEQNUM=1278, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: ACPI0003:00: Running built-in command "kmod load acpi:ACPI0003:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0A:00: Device (SEQNUM=1274, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[150]: LEN0100:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[163]: PNP0C0A:00: Processing device (SEQNUM=1274, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[165]: LEN0268:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[154]: Failed to find module 'acpi:INT3403:'
Apr 24 12:18:18 localhost systemd-udevd[157]: 0000:00:1f.6: sd-device-monitor: Passed 495 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: acpi:ACPI0003:
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0A:00: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3403:01: sd-device: Created db file '/run/udev/data/+platform:INT3403:01' for '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT3403:01'
Apr 24 12:18:18 localhost systemd-udevd[163]: PNP0C0A:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[165]: LEN0268:00: hwdb modalias key: "acpi:LEN0268:"
Apr 24 12:18:18 localhost systemd-udevd[154]: INT3403:00: Device (SEQNUM=1270, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: LEN0100:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'acpi:ACPI0003:'
Apr 24 12:18:18 localhost systemd-udevd[150]: LEN0100:00: sd-device: Created db file '/run/udev/data/+platform:LEN0100:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/LEN0100:00'
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3403:01: Running built-in command "kmod load acpi:INT3403:"
Apr 24 12:18:18 localhost systemd-udevd[163]: PNP0C0A:00: hwdb modalias key: "acpi:PNP0C0A:"
Apr 24 12:18:18 localhost systemd-udevd[165]: LEN0268:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[154]: INT3403:00: sd-device-monitor: Passed 347 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: ACPI0003:00: Device (SEQNUM=1269, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34BB:00: Device (SEQNUM=1279, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[150]: LEN0100:00: Running built-in command "kmod load acpi:LEN0100:"
Apr 24 12:18:18 localhost systemd-udevd[155]: Loading module: acpi:INT3403:
Apr 24 12:18:18 localhost systemd-udevd[163]: PNP0C0A:00: hwdb modalias key: "acpi:PNP0C09:"
Apr 24 12:18:18 localhost systemd-udevd[162]: ACPI0003:00: sd-device-monitor: Passed 304 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34BB:00: Device (SEQNUM=1279, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[150]: Loading module: acpi:LEN0100:
Apr 24 12:18:18 localhost systemd-udevd[155]: Failed to find module 'acpi:INT3403:'
Apr 24 12:18:18 localhost systemd-udevd[165]: LEN0268:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[163]: PNP0C0A:00: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[148]: INT34BB:00: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: INT34BB:00: Processing device (SEQNUM=1279, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[150]: Failed to find module 'acpi:LEN0100:'
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3403:01: Device (SEQNUM=1271, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[163]: PNP0C0A:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[165]: LEN0268:00: sd-device: Created db file '/run/udev/data/+platform:LEN0268:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/LEN0268:00'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00: Device (SEQNUM=1280, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[150]: LEN0100:00: Device (SEQNUM=1272, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[152]: INT34BB:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[155]: INT3403:01: sd-device-monitor: Passed 347 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[163]: PNP0C0A:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[165]: LEN0268:00: Running built-in command "kmod load acpi:LEN0268:"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00: Device (SEQNUM=1280, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[150]: LEN0100:00: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: INT34BB:00: hwdb modalias key: "acpi:INT34BB:"
Apr 24 12:18:18 localhost systemd-udevd[165]: Loading module: acpi:LEN0268:
Apr 24 12:18:18 localhost systemd-udevd[163]: PNP0C0A:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00: sd-device-monitor: Passed 163 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00: Processing device (SEQNUM=1280, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[152]: INT34BB:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[165]: Failed to find module 'acpi:LEN0268:'
Apr 24 12:18:18 localhost systemd-udevd[163]: PNP0C0A:00: sd-device: Created db file '/run/udev/data/+platform:PNP0C0A:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C0A:00'
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI000C:00: Device (SEQNUM=1281, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[165]: LEN0268:00: Device (SEQNUM=1273, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[163]: PNP0C0A:00: Running built-in command "kmod load acpi:PNP0C0A:"
Apr 24 12:18:18 localhost systemd-udevd[152]: INT34BB:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI000C:00: Device (SEQNUM=1281, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: ACPI000C:00: Processing device (SEQNUM=1281, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[165]: LEN0268:00: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[163]: Loading module: acpi:PNP0C0A:
Apr 24 12:18:18 localhost systemd-udevd[148]: ACPI000C:00: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: INT34BB:00: sd-device: Created db file '/run/udev/data/+platform:INT34BB:00' for '/devices/pci0000:00/INT34BB:00'
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00: Device (SEQNUM=1280, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: ACPI000C:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[163]: Failed to find module 'acpi:PNP0C0A:'
Apr 24 12:18:18 localhost systemd-udevd[152]: INT34BB:00: Running built-in command "kmod load acpi:INT34BB:"
Apr 24 12:18:18 localhost systemd-udevd[148]: INT0E0C:00: Device (SEQNUM=1282, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:00: sd-device-monitor: Passed 163 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: ACPI000C:00: hwdb modalias key: "acpi:ACPI000C:"
Apr 24 12:18:18 localhost systemd-udevd[163]: PNP0C0A:00: Device (SEQNUM=1274, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[152]: Loading module: acpi:INT34BB:
Apr 24 12:18:18 localhost systemd-udevd[148]: INT0E0C:00: Device (SEQNUM=1282, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: INT0E0C:00: Processing device (SEQNUM=1282, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: ACPI000C:00: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[148]: INT0E0C:00: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: Failed to find module 'acpi:INT34BB:'
Apr 24 12:18:18 localhost systemd-udevd[163]: PNP0C0A:00: sd-device-monitor: Passed 300 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: INT0E0C:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[157]: ACPI000C:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[157]: ACPI000C:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3400:00: Device (SEQNUM=1283, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: INT0E0C:00: hwdb modalias key: "acpi:INT0E0C:"
Apr 24 12:18:18 localhost systemd-udevd[152]: INT34BB:00: Device (SEQNUM=1279, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3400:00: Device (SEQNUM=1283, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: INT0E0C:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[157]: ACPI000C:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[152]: INT34BB:00: sd-device-monitor: Passed 289 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: INT3400:00: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: INT3400:00: Processing device (SEQNUM=1283, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: ACPI000C:00: sd-device: Created db file '/run/udev/data/+platform:ACPI000C:00' for '/devices/platform/ACPI000C:00'
Apr 24 12:18:18 localhost systemd-udevd[162]: INT0E0C:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0D:00: Device (SEQNUM=1284, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: INT3400:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0D:00: Device (SEQNUM=1284, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: ACPI000C:00: Running built-in command "kmod load acpi:ACPI000C:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0D:00: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0E:00: Device (SEQNUM=1285, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: INT0E0C:00: sd-device: Created db file '/run/udev/data/+platform:INT0E0C:00' for '/devices/platform/INT0E0C:00'
Apr 24 12:18:18 localhost systemd-udevd[160]: INT3400:00: hwdb modalias key: "acpi:INT3400:"
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0D:00: Processing device (SEQNUM=1284, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0E:00: Device (SEQNUM=1285, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:ACPI000C:
Apr 24 12:18:18 localhost systemd-udevd[162]: INT0E0C:00: Running built-in command "kmod load acpi:INT0E0C:"
Apr 24 12:18:18 localhost systemd-udevd[160]: INT3400:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C0E:00: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0D:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C0E:00: Processing device (SEQNUM=1285, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: acpi:INT0E0C:
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:ACPI000C:'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:00: Device (SEQNUM=1286, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0D:00: hwdb modalias key: "acpi:PNP0C0D:"
Apr 24 12:18:18 localhost systemd-udevd[160]: INT3400:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C0E:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[157]: ACPI000C:00: Device (SEQNUM=1281, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'acpi:INT0E0C:'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:00: Device (SEQNUM=1286, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0D:00: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C0E:00: hwdb modalias key: "acpi:PNP0C0E:"
Apr 24 12:18:18 localhost systemd-udevd[160]: INT3400:00: sd-device: Created db file '/run/udev/data/+platform:INT3400:00' for '/devices/platform/INT3400:00'
Apr 24 12:18:18 localhost systemd-udevd[157]: ACPI000C:00: sd-device-monitor: Passed 244 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: INT0E0C:00: Device (SEQNUM=1282, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:00: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: PNP0C14:00: Processing device (SEQNUM=1286, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0D:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[160]: INT3400:00: Running built-in command "kmod load acpi:INT3400:"
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C0E:00: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[162]: INT0E0C:00: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:01: Device (SEQNUM=1287, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[155]: PNP0C14:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0D:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: acpi:INT3400:
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C0E:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:01: Device (SEQNUM=1287, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[155]: PNP0C14:00: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0D:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'acpi:INT3400:'
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C0E:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:01: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:01: Processing device (SEQNUM=1287, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[160]: INT3400:00: Device (SEQNUM=1283, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0D:00: sd-device: Created db file '/run/udev/data/+platform:PNP0C0D:00' for '/devices/platform/PNP0C0D:00'
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C0E:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:02: Device (SEQNUM=1288, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:01: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[155]: PNP0C14:00: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0D:00: Running built-in command "kmod load acpi:PNP0C0D:"
Apr 24 12:18:18 localhost systemd-udevd[160]: INT3400:00: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:02: Device (SEQNUM=1288, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C0E:00: sd-device: Created db file '/run/udev/data/+platform:PNP0C0E:00' for '/devices/platform/PNP0C0E:00'
Apr 24 12:18:18 localhost systemd-udevd[155]: PNP0C14:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:01: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[154]: Loading module: acpi:PNP0C0D:
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:02: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C0E:00: Running built-in command "kmod load acpi:PNP0C0E:"
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: Processing device (SEQNUM=1288, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[155]: PNP0C14:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[154]: Failed to find module 'acpi:PNP0C0D:'
Apr 24 12:18:18 localhost systemd-udevd[153]: Loading module: acpi:PNP0C0E:
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:03: Device (SEQNUM=1289, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[155]: PNP0C14:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0D:00: Device (SEQNUM=1284, ACTION=add) processed
Apr 24 12:18:18 localhost kernel: cryptd: max_cpu_qlen set to 1000
Apr 24 12:18:18 localhost systemd-udevd[155]: PNP0C14:00: sd-device: Created db file '/run/udev/data/+platform:PNP0C14:00' for '/devices/platform/PNP0C14:00'
Apr 24 12:18:18 localhost systemd-udevd[153]: Failed to find module 'acpi:PNP0C0E:'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:01: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C0D:00: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:03: Device (SEQNUM=1289, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:03: Processing device (SEQNUM=1289, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C0E:00: Device (SEQNUM=1285, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:01: sd-device: Created db file '/run/udev/data/+platform:PNP0C14:01' for '/devices/platform/PNP0C14:01'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:03: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: PNP0C14:00: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:03: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C0E:00: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:01: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:04: Device (SEQNUM=1290, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[155]: Loading module: acpi:PNP0C14:
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:03: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:PNP0C14:
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:04: Device (SEQNUM=1290, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C14:04: Processing device (SEQNUM=1290, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:03: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:04: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C14:04: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:03: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:01: Device (SEQNUM=1287, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: sd-device: Created db file '/run/udev/data/+platform:PNP0C14:02' for '/devices/platform/PNP0C14:02'
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:05: Device (SEQNUM=1291, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[155]: PNP0C14:00: Device (SEQNUM=1286, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C14:04: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:03: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:03: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:05: Device (SEQNUM=1291, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[155]: PNP0C14:00: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C14:04: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[157]: PNP0C14:01: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:03: sd-device: Created db file '/run/udev/data/+platform:PNP0C14:03' for '/devices/platform/PNP0C14:03'
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: acpi:PNP0C14:
Apr 24 12:18:18 localhost systemd-udevd[148]: PNP0C14:05: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C14:05: Processing device (SEQNUM=1291, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C14:05: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:03: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:18:18 localhost systemd-udevd[148]: STM7308:00: Device (SEQNUM=1292, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C14:05: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C14:04: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: acpi:PNP0C14:
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: Device (SEQNUM=1288, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: STM7308:00: Device (SEQNUM=1292, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C14:04: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C14:05: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C14:04: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: PNP0C14:02: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: STM7308:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C14:05: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[148]: USBC000:00: Device (SEQNUM=1293, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C14:04: sd-device: Created db file '/run/udev/data/+platform:PNP0C14:04' for '/devices/platform/PNP0C14:04'
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C14:05: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[157]: STM7308:00: Processing device (SEQNUM=1292, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: USBC000:00: Device (SEQNUM=1293, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:03: Device (SEQNUM=1289, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C14:04: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C14:05: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[157]: STM7308:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[148]: USBC000:00: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: Processing device (SEQNUM=1293, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: PNP0C14:03: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: Loading module: acpi:PNP0C14:
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C14:05: sd-device: Created db file '/run/udev/data/+platform:PNP0C14:05' for '/devices/platform/PNP0C14:05'
Apr 24 12:18:18 localhost systemd-udevd[157]: STM7308:00: hwdb modalias key: "acpi:STM7308:MSFT0101:"
Apr 24 12:18:18 localhost systemd-udevd[157]: STM7308:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C14:05: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:18:18 localhost systemd-udevd[154]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:18:18 localhost systemd-udevd[148]: efi-framebuffer.0: Device (SEQNUM=1294, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: hwdb modalias key: "acpi:USBC000:PNP0CA0:"
Apr 24 12:18:18 localhost systemd-udevd[153]: Loading module: acpi:PNP0C14:
Apr 24 12:18:18 localhost systemd-udevd[153]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:18:18 localhost systemd-udevd[157]: STM7308:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: efi-framebuffer.0: Device (SEQNUM=1294, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[155]: efi-framebuffer.0: Processing device (SEQNUM=1294, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C14:05: Device (SEQNUM=1291, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[157]: STM7308:00: sd-device: Created db file '/run/udev/data/+platform:STM7308:00' for '/devices/platform/STM7308:00'
Apr 24 12:18:18 localhost systemd-udevd[148]: efi-framebuffer.0: sd-device-monitor: Passed 221 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C14:04: Device (SEQNUM=1290, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: PNP0C14:04: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: fb0: Device (SEQNUM=1295, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[157]: STM7308:00: Running built-in command "kmod load acpi:STM7308:MSFT0101:"
Apr 24 12:18:18 localhost systemd-udevd[153]: PNP0C14:05: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: efi-framebuffer.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[148]: fb0: SEQNUM=1295 blocked by SEQNUM=1294
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: acpi:STM7308:MSFT0101:
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[155]: efi-framebuffer.0: hwdb modalias key: "platform:efi-framebuffer"
Apr 24 12:18:18 localhost kernel: AVX2 version of gcm_enc/dec engaged.
Apr 24 12:18:18 localhost kernel: AES CTR mode by8 optimization enabled
Apr 24 12:18:18 localhost systemd-udevd[148]: efivars.0: Device (SEQNUM=1296, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'acpi:STM7308:MSFT0101:'
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: sd-device: Created db file '/run/udev/data/+platform:USBC000:00' for '/devices/platform/USBC000:00'
Apr 24 12:18:18 localhost systemd-udevd[148]: efivars.0: Device (SEQNUM=1296, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[155]: efi-framebuffer.0: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[157]: STM7308:00: Device (SEQNUM=1292, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: Running built-in command "kmod load acpi:USBC000:PNP0CA0:"
Apr 24 12:18:18 localhost systemd-udevd[148]: efivars.0: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: microcode: Device (SEQNUM=1297, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[155]: efi-framebuffer.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[157]: STM7308:00: sd-device-monitor: Passed 302 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: acpi:USBC000:PNP0CA0:
Apr 24 12:18:18 localhost systemd-udevd[160]: efivars.0: Processing device (SEQNUM=1296, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: microcode: Device (SEQNUM=1297, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: microcode: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'acpi:USBC000:PNP0CA0:'
Apr 24 12:18:18 localhost systemd-udevd[160]: efivars.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[155]: efi-framebuffer.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[154]: microcode: Processing device (SEQNUM=1297, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: Device (SEQNUM=1293, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: pcspkr: Device (SEQNUM=1298, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: efivars.0: hwdb modalias key: "platform:efivars"
Apr 24 12:18:18 localhost systemd-udevd[162]: USBC000:00: sd-device-monitor: Passed 248 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: efi-framebuffer.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[154]: microcode: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[148]: pcspkr: Device (SEQNUM=1298, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: efivars.0: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[154]: microcode: hwdb modalias key: "platform:microcode"
Apr 24 12:18:18 localhost systemd-udevd[148]: pcspkr: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: efi-framebuffer.0: sd-device: Created db file '/run/udev/data/+platform:efi-framebuffer.0' for '/devices/platform/efi-framebuffer.0'
Apr 24 12:18:18 localhost systemd-udevd[157]: pcspkr: Processing device (SEQNUM=1298, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: efivars.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[154]: microcode: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[155]: efi-framebuffer.0: Running built-in command "kmod load platform:efi-framebuffer"
Apr 24 12:18:18 localhost systemd-udevd[148]: reg-dummy: Device (SEQNUM=1299, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: pcspkr: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[160]: efivars.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[154]: microcode: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[154]: microcode: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: reg-dummy: Device (SEQNUM=1299, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: pcspkr: hwdb modalias key: "platform:pcspkr"
Apr 24 12:18:18 localhost systemd-udevd[155]: Loading module: platform:efi-framebuffer
Apr 24 12:18:18 localhost systemd-udevd[160]: efivars.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[155]: Failed to find module 'platform:efi-framebuffer'
Apr 24 12:18:18 localhost systemd-udevd[154]: microcode: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[162]: reg-dummy: Processing device (SEQNUM=1299, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: pcspkr: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[148]: reg-dummy: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: efi-framebuffer.0: Device (SEQNUM=1294, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: efivars.0: sd-device: Created db file '/run/udev/data/+platform:efivars.0' for '/devices/platform/efivars.0'
Apr 24 12:18:18 localhost systemd-udevd[154]: microcode: sd-device: Created db file '/run/udev/data/+platform:microcode' for '/devices/platform/microcode'
Apr 24 12:18:18 localhost systemd-udevd[162]: reg-dummy: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[157]: pcspkr: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[148]: regulator.0: Device (SEQNUM=1300, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[155]: efi-framebuffer.0: sd-device-monitor: Passed 295 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: efivars.0: Running built-in command "kmod load platform:efivars"
Apr 24 12:18:18 localhost systemd-udevd[154]: microcode: Running built-in command "kmod load platform:microcode"
Apr 24 12:18:18 localhost systemd-udevd[162]: reg-dummy: hwdb modalias key: "platform:reg-dummy"
Apr 24 12:18:18 localhost systemd-udevd[157]: pcspkr: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: regulator.0: SEQNUM=1300 blocked by SEQNUM=1299
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: platform:efivars
Apr 24 12:18:18 localhost systemd-udevd[154]: Loading module: platform:microcode
Apr 24 12:18:18 localhost systemd-udevd[162]: reg-dummy: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[157]: pcspkr: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: fb0: Device (SEQNUM=1295, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: reg-dummy: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[154]: Failed to find module 'platform:microcode'
Apr 24 12:18:18 localhost systemd-udevd[157]: pcspkr: sd-device: Created db file '/run/udev/data/+platform:pcspkr' for '/devices/platform/pcspkr'
Apr 24 12:18:18 localhost systemd-udevd[148]: fb0: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: fb0: Processing device (SEQNUM=1295, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: reg-dummy: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[154]: microcode: Device (SEQNUM=1297, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: pcspkr: Running built-in command "kmod load platform:pcspkr"
Apr 24 12:18:18 localhost systemd-udevd[148]: rtc-efi.0: Device (SEQNUM=1301, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[153]: fb0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:33 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[154]: microcode: sd-device-monitor: Passed 242 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: reg-dummy: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: platform:pcspkr
Apr 24 12:18:18 localhost systemd-udevd[148]: rtc-efi.0: Device (SEQNUM=1301, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: reg-dummy: sd-device: Created db file '/run/udev/data/+platform:reg-dummy' for '/devices/platform/reg-dummy'
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'platform:pcspkr'
Apr 24 12:18:18 localhost systemd-udevd[148]: rtc-efi.0: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: rtc-efi.0: Processing device (SEQNUM=1301, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: reg-dummy: Running built-in command "kmod load platform:reg-dummy"
Apr 24 12:18:18 localhost systemd-udevd[153]: fb0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/71-seat.rules:77 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[157]: pcspkr: Device (SEQNUM=1298, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[153]: fb0: Handling device node '/dev/fb0', devnum=c29:0
Apr 24 12:18:18 localhost systemd-udevd[155]: rtc-efi.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: platform:reg-dummy
Apr 24 12:18:18 localhost systemd-udevd[162]: Failed to find module 'platform:reg-dummy'
Apr 24 12:18:18 localhost systemd-udevd[148]: serial8250: Device (SEQNUM=1302, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[153]: fb0: Preserve permissions of /dev/fb0, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost kernel: nvme nvme0: 8/0/0 default/read/poll queues
Apr 24 12:18:18 localhost systemd-udevd[155]: rtc-efi.0: hwdb modalias key: "platform:rtc-efi"
Apr 24 12:18:18 localhost systemd-udevd[157]: pcspkr: sd-device-monitor: Passed 230 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: reg-dummy: Device (SEQNUM=1299, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: serial8250: Device (SEQNUM=1302, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[153]: fb0: Creating symlink '/dev/char/29:0' to '../fb0'
Apr 24 12:18:18 localhost systemd-udevd[155]: rtc-efi.0: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[162]: reg-dummy: sd-device-monitor: Passed 259 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: serial8250: sd-device-monitor: Passed 204 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: serial8250: Processing device (SEQNUM=1302, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[155]: rtc-efi.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[153]: fb0: sd-device: Created db file '/run/udev/data/c29:0' for '/devices/platform/efi-framebuffer.0/graphics/fb0'
Apr 24 12:18:18 localhost systemd-udevd[148]: regulator.0: Device (SEQNUM=1300, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: serial8250: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:18:18 localhost systemd-udevd[155]: rtc-efi.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[153]: fb0: Handling device node '/dev/fb0', devnum=c29:0
Apr 24 12:18:18 localhost systemd-udevd[148]: regulator.0: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS0: Device (SEQNUM=1303, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: serial8250: hwdb modalias key: "platform:serial8250"
Apr 24 12:18:18 localhost systemd-udevd[155]: rtc-efi.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[153]: fb0: Preserve permissions of /dev/fb0, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[157]: regulator.0: Processing device (SEQNUM=1300, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS0: SEQNUM=1303 blocked by SEQNUM=1302
Apr 24 12:18:18 localhost systemd-udevd[154]: serial8250: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[155]: rtc-efi.0: sd-device: Created db file '/run/udev/data/+platform:rtc-efi.0' for '/devices/platform/rtc-efi.0'
Apr 24 12:18:18 localhost systemd-udevd[153]: fb0: Preserve already existing symlink '/dev/char/29:0' to '../fb0'
Apr 24 12:18:18 localhost systemd-udevd[154]: serial8250: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS1: Device (SEQNUM=1304, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[155]: rtc-efi.0: Running built-in command "kmod load platform:rtc-efi"
Apr 24 12:18:18 localhost systemd-udevd[153]: fb0: Device (SEQNUM=1295, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: regulator.0: Device (SEQNUM=1300, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: serial8250: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[157]: regulator.0: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: Loading module: platform:rtc-efi
Apr 24 12:18:18 localhost systemd-udevd[154]: serial8250: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[155]: Failed to find module 'platform:rtc-efi'
Apr 24 12:18:18 localhost systemd-udevd[154]: serial8250: sd-device: Created db file '/run/udev/data/+platform:serial8250' for '/devices/platform/serial8250'
Apr 24 12:18:18 localhost systemd-udevd[160]: Inserted module 'efi_pstore'
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS1: SEQNUM=1304 blocked by SEQNUM=1302
Apr 24 12:18:18 localhost systemd-udevd[153]: fb0: sd-device-monitor: Passed 365 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: Inserted module 'xhci_pci'
Apr 24 12:18:18 localhost systemd-udevd[155]: rtc-efi.0: Device (SEQNUM=1301, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: serial8250: Running built-in command "kmod load platform:serial8250"
Apr 24 12:18:18 localhost systemd-udevd[159]: Inserted module 'xhci_pci'
Apr 24 12:18:18 localhost systemd-udevd[160]: efivars.0: Device (SEQNUM=1296, ACTION=add) processed
Apr 24 12:18:18 localhost kernel:  nvme0n1: p1 p2
Apr 24 12:18:18 localhost systemd-udevd[164]: 0000:00:14.0: Device (SEQNUM=1222, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[164]: 0000:00:14.0: sd-device-monitor: Passed 555 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS2: Device (SEQNUM=1305, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: Loading module: platform:serial8250
Apr 24 12:18:18 localhost systemd-udevd[160]: efivars.0: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: rtc-efi.0: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:3a:00.0: Device (SEQNUM=1248, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS2: SEQNUM=1305 blocked by SEQNUM=1302
Apr 24 12:18:18 localhost systemd-udevd[154]: Failed to find module 'platform:serial8250'
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS3: Device (SEQNUM=1306, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: serial8250: Device (SEQNUM=1302, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS3: SEQNUM=1306 blocked by SEQNUM=1302
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:00: Device (SEQNUM=1307, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: serial8250: sd-device-monitor: Passed 264 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:00: Device (SEQNUM=1307, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: 00:00: Processing device (SEQNUM=1307, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:00: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS0: Device (SEQNUM=1303, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:3a:00.0: sd-device-monitor: Passed 613 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS0: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: ttyS0: Processing device (SEQNUM=1303, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS1: Device (SEQNUM=1304, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: ttyS0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:25 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS1: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 00:00: Device (SEQNUM=1307, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: ttyS1: Processing device (SEQNUM=1304, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS2: Device (SEQNUM=1305, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: ttyS1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:25 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS2: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 00:00: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: ttyS2: Processing device (SEQNUM=1305, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS3: Device (SEQNUM=1306, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: ttyS0: Handling device node '/dev/ttyS0', devnum=c4:64
Apr 24 12:18:18 localhost systemd-udevd[148]: ttyS3: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: ttyS2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:25 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[157]: ttyS0: Preserve permissions of /dev/ttyS0, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[154]: ttyS3: Processing device (SEQNUM=1306, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: ttyS1: Handling device node '/dev/ttyS1', devnum=c4:65
Apr 24 12:18:18 localhost systemd-udevd[154]: ttyS3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:25 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[157]: ttyS0: Creating symlink '/dev/char/4:64' to '../ttyS0'
Apr 24 12:18:18 localhost systemd-udevd[162]: ttyS1: Preserve permissions of /dev/ttyS1, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[162]: ttyS1: Creating symlink '/dev/char/4:65' to '../ttyS1'
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:01: Device (SEQNUM=1308, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: ttyS2: Handling device node '/dev/ttyS2', devnum=c4:66
Apr 24 12:18:18 localhost systemd-udevd[157]: ttyS0: sd-device: Created db file '/run/udev/data/c4:64' for '/devices/platform/serial8250/tty/ttyS0'
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:01: Device (SEQNUM=1308, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: ttyS1: sd-device: Created db file '/run/udev/data/c4:65' for '/devices/platform/serial8250/tty/ttyS1'
Apr 24 12:18:18 localhost systemd-udevd[164]: ttyS2: Preserve permissions of /dev/ttyS2, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[164]: ttyS2: Creating symlink '/dev/char/4:66' to '../ttyS2'
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:01: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: ttyS1: Handling device node '/dev/ttyS1', devnum=c4:65
Apr 24 12:18:18 localhost systemd-udevd[153]: 00:01: Processing device (SEQNUM=1308, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: ttyS3: Handling device node '/dev/ttyS3', devnum=c4:67
Apr 24 12:18:18 localhost systemd-udevd[157]: ttyS0: Handling device node '/dev/ttyS0', devnum=c4:64
Apr 24 12:18:18 localhost systemd-udevd[164]: ttyS2: sd-device: Created db file '/run/udev/data/c4:66' for '/devices/platform/serial8250/tty/ttyS2'
Apr 24 12:18:18 localhost systemd-udevd[162]: ttyS1: Preserve permissions of /dev/ttyS1, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[153]: 00:01: Device (SEQNUM=1308, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:02: Device (SEQNUM=1309, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: ttyS0: Preserve permissions of /dev/ttyS0, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[157]: ttyS0: Preserve already existing symlink '/dev/char/4:64' to '../ttyS0'
Apr 24 12:18:18 localhost systemd-udevd[162]: ttyS1: Preserve already existing symlink '/dev/char/4:65' to '../ttyS1'
Apr 24 12:18:18 localhost systemd-udevd[153]: 00:01: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: ttyS3: Preserve permissions of /dev/ttyS3, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[154]: ttyS3: Creating symlink '/dev/char/4:67' to '../ttyS3'
Apr 24 12:18:18 localhost systemd-udevd[164]: ttyS2: Handling device node '/dev/ttyS2', devnum=c4:66
Apr 24 12:18:18 localhost systemd-udevd[154]: ttyS3: sd-device: Created db file '/run/udev/data/c4:67' for '/devices/platform/serial8250/tty/ttyS3'
Apr 24 12:18:18 localhost systemd-udevd[162]: ttyS1: Device (SEQNUM=1304, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:02: Device (SEQNUM=1309, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: ttyS2: Preserve permissions of /dev/ttyS2, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[157]: ttyS0: Device (SEQNUM=1303, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: ttyS3: Handling device node '/dev/ttyS3', devnum=c4:67
Apr 24 12:18:18 localhost systemd-udevd[162]: ttyS1: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:02: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 00:02: Processing device (SEQNUM=1309, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: ttyS2: Preserve already existing symlink '/dev/char/4:66' to '../ttyS2'
Apr 24 12:18:18 localhost systemd-udevd[157]: ttyS0: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: ttyS3: Preserve permissions of /dev/ttyS3, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[154]: ttyS3: Preserve already existing symlink '/dev/char/4:67' to '../ttyS3'
Apr 24 12:18:18 localhost systemd-udevd[164]: ttyS2: Device (SEQNUM=1305, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:03: Device (SEQNUM=1310, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: ttyS3: Device (SEQNUM=1306, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[164]: ttyS2: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 00:02: Device (SEQNUM=1309, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:03: Device (SEQNUM=1310, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: ttyS3: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 00:02: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:03: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 00:03: Processing device (SEQNUM=1310, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:04: Device (SEQNUM=1311, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:04: Device (SEQNUM=1311, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:04: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:05: Device (SEQNUM=1312, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: 00:04: Processing device (SEQNUM=1311, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:05: Device (SEQNUM=1312, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: 00:05: Processing device (SEQNUM=1312, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: 00:04: Device (SEQNUM=1311, ACTION=add) processed
Apr 24 12:18:18 localhost systemd[1]: dev-ttyS1.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd-udevd[159]: 00:03: Device (SEQNUM=1310, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:05: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 00:04: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd[1]: sys-devices-platform-serial8250-tty-ttyS1.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd-udevd[159]: 00:03: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: 00:05: Device (SEQNUM=1312, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:06: Device (SEQNUM=1313, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:06: Device (SEQNUM=1313, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: 00:06: Processing device (SEQNUM=1313, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:06: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: 00:05: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:07: Device (SEQNUM=1314, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:07: Device (SEQNUM=1314, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: 00:06: Device (SEQNUM=1313, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:07: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 00:07: Processing device (SEQNUM=1314, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: 00:06: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:08: Device (SEQNUM=1315, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd[1]: dev-ttyS0.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd-udevd[160]: 00:07: Device (SEQNUM=1314, ACTION=add) processed
Apr 24 12:18:18 localhost systemd[1]: sys-devices-platform-serial8250-tty-ttyS0.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:08: Device (SEQNUM=1315, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: 00:07: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:08: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 00:08: Processing device (SEQNUM=1315, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:09: Device (SEQNUM=1316, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:09: Device (SEQNUM=1316, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: 00:09: Processing device (SEQNUM=1316, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:09: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:0a: Device (SEQNUM=1317, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:0a: Device (SEQNUM=1317, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: 00:08: Device (SEQNUM=1315, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:0a: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 00:09: Device (SEQNUM=1316, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: 00:0a: Processing device (SEQNUM=1317, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: 00:08: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:0b: Device (SEQNUM=1318, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: 00:09: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:0b: Device (SEQNUM=1318, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: 00:0b: Processing device (SEQNUM=1318, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: 00:0a: Device (SEQNUM=1317, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 00:0b: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd[1]: dev-ttyS2.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd-udevd[157]: 00:0a: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: software: Device (SEQNUM=1319, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd[1]: sys-devices-platform-serial8250-tty-ttyS2.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd-udevd[162]: 00:0b: Device (SEQNUM=1318, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: software: Device (SEQNUM=1319, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: software: Processing device (SEQNUM=1319, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: software: sd-device-monitor: Passed 150 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: 00:0b: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: broadcast: Device (SEQNUM=1320, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: software: Device (SEQNUM=1319, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: broadcast: Device (SEQNUM=1320, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: software: sd-device-monitor: Passed 150 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: broadcast: sd-device-monitor: Passed 169 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: broadcast: Processing device (SEQNUM=1320, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent0: Device (SEQNUM=1321, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent0: Device (SEQNUM=1321, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent0: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: clockevent0: Processing device (SEQNUM=1321, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent1: Device (SEQNUM=1322, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent1: Device (SEQNUM=1322, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: clockevent1: Processing device (SEQNUM=1322, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent1: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: broadcast: Device (SEQNUM=1320, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: clockevent0: Device (SEQNUM=1321, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent2: Device (SEQNUM=1323, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd[1]: dev-ttyS3.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd-udevd[159]: broadcast: sd-device-monitor: Passed 169 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: clockevent0: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: clockevent1: Device (SEQNUM=1322, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent2: Device (SEQNUM=1323, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: clockevent2: Processing device (SEQNUM=1323, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: clockevent1: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent2: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd[1]: sys-devices-platform-serial8250-tty-ttyS3.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent3: Device (SEQNUM=1324, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent3: Device (SEQNUM=1324, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: clockevent2: Device (SEQNUM=1323, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent3: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent4: Device (SEQNUM=1325, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: clockevent2: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: clockevent3: Processing device (SEQNUM=1324, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent4: Device (SEQNUM=1325, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent4: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: clockevent4: Processing device (SEQNUM=1325, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent5: Device (SEQNUM=1326, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: clockevent3: Device (SEQNUM=1324, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent5: Device (SEQNUM=1326, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: clockevent5: Processing device (SEQNUM=1326, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent5: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: clockevent4: Device (SEQNUM=1325, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: clockevent3: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent6: Device (SEQNUM=1327, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: clockevent4: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: clockevent5: Device (SEQNUM=1326, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent6: Device (SEQNUM=1327, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: clockevent6: Processing device (SEQNUM=1327, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent6: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: clockevent5: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent7: Device (SEQNUM=1328, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent7: Device (SEQNUM=1328, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: clockevent7: Processing device (SEQNUM=1328, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: clockevent6: Device (SEQNUM=1327, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: clockevent7: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: clockevent6: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: clocksource0: Device (SEQNUM=1329, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: clockevent7: Device (SEQNUM=1328, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: clocksource0: Device (SEQNUM=1329, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: clocksource0: Processing device (SEQNUM=1329, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: clocksource0: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: clockevent7: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: PRP00001:00: Device (SEQNUM=1330, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: PRP00001:00: Device (SEQNUM=1330, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: PRP00001:00: Processing device (SEQNUM=1330, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: PRP00001:00: sd-device-monitor: Passed 167 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: clocksource0: Device (SEQNUM=1329, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu0: Device (SEQNUM=1331, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: clocksource0: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu0: Device (SEQNUM=1331, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: PRP00001:00: Device (SEQNUM=1330, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu0: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: cpu0: Processing device (SEQNUM=1331, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: PRP00001:00: sd-device-monitor: Passed 167 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu1: Device (SEQNUM=1332, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: cpu0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu1: Device (SEQNUM=1332, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: cpu0: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu1: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu2: Device (SEQNUM=1333, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: cpu0: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu2: Device (SEQNUM=1333, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: cpu2: Processing device (SEQNUM=1333, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: cpu0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu2: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu1: Processing device (SEQNUM=1332, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: cpu2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:18:18 localhost systemd-udevd[160]: cpu0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu3: Device (SEQNUM=1334, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: cpu2: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:18:18 localhost systemd-udevd[160]: cpu0: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu3: Device (SEQNUM=1334, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu1: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[157]: cpu2: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[160]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu3: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: cpu3: Processing device (SEQNUM=1334, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: cpu2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu1: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[162]: cpu3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu4: Device (SEQNUM=1335, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:18:18 localhost systemd-udevd[157]: cpu2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu1: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[157]: cpu2: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu4: Device (SEQNUM=1335, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:18:18 localhost systemd-udevd[162]: cpu3: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu4: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: cpu3: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu5: Device (SEQNUM=1336, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: cpu4: Processing device (SEQNUM=1335, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: cpu3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu5: Device (SEQNUM=1336, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: cpu4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu5: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu6: Device (SEQNUM=1337, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: cpu5: Processing device (SEQNUM=1336, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: cpu4: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[162]: cpu3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[164]: cpu4: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[154]: cpu5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:18:18 localhost systemd-udevd[162]: cpu3: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[164]: cpu4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu6: Device (SEQNUM=1337, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: cpu4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[164]: cpu4: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu6: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: cpu5: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[153]: cpu6: Processing device (SEQNUM=1337, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:18:18 localhost systemd-udevd[164]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu7: Device (SEQNUM=1338, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: cpu5: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[153]: cpu6: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu7: Device (SEQNUM=1338, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: cpu5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:18:18 localhost systemd-udevd[153]: cpu6: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu7: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck0: Device (SEQNUM=1339, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: cpu5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck0: Device (SEQNUM=1339, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[150]: machinecheck0: Processing device (SEQNUM=1339, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[155]: cpu7: Processing device (SEQNUM=1338, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[155]: cpu7: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:18:18 localhost systemd-udevd[155]: cpu7: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[150]: machinecheck0: Device (SEQNUM=1339, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: machinecheck0: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: cpu7: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[153]: cpu6: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[154]: cpu5: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[155]: cpu7: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:18:18 localhost systemd-udevd[153]: cpu6: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:18:18 localhost systemd-udevd[155]: cpu7: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[155]: cpu7: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[154]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:18:18 localhost systemd-udevd[153]: cpu6: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[153]: cpu6: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F"
Apr 24 12:18:18 localhost systemd-udevd[153]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:18:18 localhost systemd-udevd[155]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0164,0165,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck0: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck1: Device (SEQNUM=1340, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck1: Device (SEQNUM=1340, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck1: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: machinecheck1: Processing device (SEQNUM=1340, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck2: Device (SEQNUM=1341, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck2: Device (SEQNUM=1341, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[165]: machinecheck2: Processing device (SEQNUM=1341, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[150]: machinecheck1: Device (SEQNUM=1340, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: machinecheck1: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[165]: machinecheck2: Device (SEQNUM=1341, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[165]: machinecheck2: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck2: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck3: Device (SEQNUM=1342, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck3: Device (SEQNUM=1342, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck3: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: machinecheck3: Processing device (SEQNUM=1342, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck4: Device (SEQNUM=1343, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck4: Device (SEQNUM=1343, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[165]: machinecheck4: Processing device (SEQNUM=1343, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[150]: machinecheck3: Device (SEQNUM=1342, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: machinecheck3: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[165]: machinecheck4: Device (SEQNUM=1343, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[165]: machinecheck4: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck4: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck5: Device (SEQNUM=1344, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck5: Device (SEQNUM=1344, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck5: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: machinecheck5: Processing device (SEQNUM=1344, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck6: Device (SEQNUM=1345, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck6: Device (SEQNUM=1345, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[165]: machinecheck6: Processing device (SEQNUM=1345, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[150]: machinecheck5: Device (SEQNUM=1344, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: machinecheck5: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[165]: machinecheck6: Device (SEQNUM=1345, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[165]: machinecheck6: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck6: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck7: Device (SEQNUM=1346, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck7: Device (SEQNUM=1346, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: machinecheck7: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: machinecheck7: Processing device (SEQNUM=1346, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory0: Device (SEQNUM=1347, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory0: Device (SEQNUM=1347, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[165]: memory0: Processing device (SEQNUM=1347, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[150]: machinecheck7: Device (SEQNUM=1346, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: machinecheck7: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[165]: memory0: Device (SEQNUM=1347, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[165]: memory0: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory0: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory1: Device (SEQNUM=1348, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory1: Device (SEQNUM=1348, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory1: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: memory1: Processing device (SEQNUM=1348, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory10: Device (SEQNUM=1349, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory10: Device (SEQNUM=1349, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory10: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[165]: memory10: Processing device (SEQNUM=1349, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory100: Device (SEQNUM=1350, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory100: Device (SEQNUM=1350, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory100: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory101: Device (SEQNUM=1351, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[163]: memory100: Processing device (SEQNUM=1350, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory101: Device (SEQNUM=1351, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[152]: memory101: Processing device (SEQNUM=1351, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[150]: memory1: Device (SEQNUM=1348, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[165]: memory10: Device (SEQNUM=1349, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: memory1: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[163]: memory100: Device (SEQNUM=1350, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[165]: memory10: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: memory101: Device (SEQNUM=1351, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[163]: memory100: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[152]: memory101: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: Inserted module 'aesni_intel'
Apr 24 12:18:18 localhost systemd-udevd[157]: Inserted module 'aesni_intel'
Apr 24 12:18:18 localhost systemd-udevd[159]: Inserted module 'aesni_intel'
Apr 24 12:18:18 localhost systemd-udevd[162]: Inserted module 'aesni_intel'
Apr 24 12:18:18 localhost systemd-udevd[153]: Inserted module 'aesni_intel'
Apr 24 12:18:18 localhost systemd-udevd[148]: memory101: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory102: Device (SEQNUM=1352, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory102: Device (SEQNUM=1352, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[150]: memory102: Processing device (SEQNUM=1352, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[150]: memory102: Device (SEQNUM=1352, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[150]: memory102: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory102: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: Inserted module 'aesni_intel'
Apr 24 12:18:18 localhost systemd-udevd[164]: Inserted module 'crc32c_intel'
Apr 24 12:18:18 localhost systemd-udevd[153]: Inserted module 'crc32c_intel'
Apr 24 12:18:18 localhost systemd-udevd[162]: Inserted module 'crc32c_intel'
Apr 24 12:18:18 localhost systemd-udevd[159]: Inserted module 'crc32c_intel'
Apr 24 12:18:18 localhost systemd-udevd[157]: Inserted module 'crc32c_intel'
Apr 24 12:18:18 localhost systemd-udevd[148]: memory103: Device (SEQNUM=1353, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: Module 'crc32c_intel' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[164]: Module 'crct10dif_pclmul' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[160]: Module 'crct10dif_pclmul' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[162]: Module 'crct10dif_pclmul' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[159]: Module 'crct10dif_pclmul' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu1: Device (SEQNUM=1332, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory103: Device (SEQNUM=1353, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: cpu4: Device (SEQNUM=1335, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[153]: Module 'crct10dif_pclmul' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[160]: cpu0: Device (SEQNUM=1331, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: cpu3: Device (SEQNUM=1334, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: Module 'crct10dif_pclmul' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu1: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory103: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: memory103: Processing device (SEQNUM=1353, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: cpu4: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[153]: cpu6: Device (SEQNUM=1337, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: cpu0: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: cpu3: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: Inserted module 'aesni_intel'
Apr 24 12:18:18 localhost systemd-udevd[157]: cpu2: Device (SEQNUM=1333, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory104: Device (SEQNUM=1354, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[153]: cpu6: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[150]: memory103: Device (SEQNUM=1353, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: cpu2: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[155]: Module 'crc32c_intel' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[148]: memory104: Device (SEQNUM=1354, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[155]: Module 'crct10dif_pclmul' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[150]: memory103: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory104: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory104: Processing device (SEQNUM=1354, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[155]: cpu7: Device (SEQNUM=1338, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[155]: cpu7: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory105: Device (SEQNUM=1355, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory105: Device (SEQNUM=1355, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory105: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory104: Device (SEQNUM=1354, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: memory105: Processing device (SEQNUM=1355, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory104: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory106: Device (SEQNUM=1356, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory106: Device (SEQNUM=1356, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory106: Processing device (SEQNUM=1356, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory106: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory105: Device (SEQNUM=1355, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory107: Device (SEQNUM=1357, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory105: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory107: Device (SEQNUM=1357, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory107: Processing device (SEQNUM=1357, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory107: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory106: Device (SEQNUM=1356, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory108: Device (SEQNUM=1358, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory106: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory108: Device (SEQNUM=1358, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory107: Device (SEQNUM=1357, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory108: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory108: Processing device (SEQNUM=1358, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory107: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory109: Device (SEQNUM=1359, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory109: Device (SEQNUM=1359, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory109: Processing device (SEQNUM=1359, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: memory108: Device (SEQNUM=1358, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory109: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory108: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory11: Device (SEQNUM=1360, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory109: Device (SEQNUM=1359, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory11: Device (SEQNUM=1360, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory109: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory11: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory11: Processing device (SEQNUM=1360, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory110: Device (SEQNUM=1361, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory110: Device (SEQNUM=1361, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory110: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory110: Processing device (SEQNUM=1361, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory111: Device (SEQNUM=1362, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory111: Device (SEQNUM=1362, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory111: Processing device (SEQNUM=1362, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory111: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory11: Device (SEQNUM=1360, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: memory110: Device (SEQNUM=1361, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory112: Device (SEQNUM=1363, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory11: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory110: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory111: Device (SEQNUM=1362, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: Inserted module 'aesni_intel'
Apr 24 12:18:18 localhost systemd-udevd[148]: memory112: Device (SEQNUM=1363, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory111: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory112: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: Module 'crc32c_intel' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[154]: Module 'crct10dif_pclmul' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[148]: memory113: Device (SEQNUM=1364, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: memory112: Processing device (SEQNUM=1363, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory113: Device (SEQNUM=1364, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: cpu5: Device (SEQNUM=1336, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: cpu5: sd-device-monitor: Passed 888 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory113: Processing device (SEQNUM=1364, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory113: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: memory112: Device (SEQNUM=1363, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory114: Device (SEQNUM=1365, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: memory112: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory114: Device (SEQNUM=1365, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory113: Device (SEQNUM=1364, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory114: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory114: Processing device (SEQNUM=1365, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: memory113: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: Inserted module 'nvme'
Apr 24 12:18:18 localhost systemd-udevd[148]: memory115: Device (SEQNUM=1366, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory115: Device (SEQNUM=1366, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory114: Device (SEQNUM=1365, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory115: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:3d:00.0: Device (SEQNUM=1262, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: memory115: Processing device (SEQNUM=1366, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory114: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory116: Device (SEQNUM=1367, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory115: Device (SEQNUM=1366, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory116: Device (SEQNUM=1367, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory116: Processing device (SEQNUM=1367, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory115: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory116: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory116: Device (SEQNUM=1367, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory117: Device (SEQNUM=1368, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: 0000:3d:00.0: sd-device-monitor: Passed 515 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory117: Device (SEQNUM=1368, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory116: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory117: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory117: Processing device (SEQNUM=1368, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory118: Device (SEQNUM=1369, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory118: Device (SEQNUM=1369, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory118: Processing device (SEQNUM=1369, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory118: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory117: Device (SEQNUM=1368, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory119: Device (SEQNUM=1370, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory117: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory119: Device (SEQNUM=1370, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory118: Device (SEQNUM=1369, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory119: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory119: Processing device (SEQNUM=1370, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: memory118: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory120: Device (SEQNUM=1371, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory120: Device (SEQNUM=1371, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory120: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory119: Device (SEQNUM=1370, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: memory120: Processing device (SEQNUM=1371, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory121: Device (SEQNUM=1372, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory119: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory121: Device (SEQNUM=1372, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory121: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory121: Processing device (SEQNUM=1372, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory120: Device (SEQNUM=1371, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory122: Device (SEQNUM=1373, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory120: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory121: Device (SEQNUM=1372, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory122: Device (SEQNUM=1373, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory122: Processing device (SEQNUM=1373, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory122: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory121: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory123: Device (SEQNUM=1374, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory123: Device (SEQNUM=1374, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory122: Device (SEQNUM=1373, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory123: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory123: Processing device (SEQNUM=1374, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory122: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory124: Device (SEQNUM=1375, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory124: Device (SEQNUM=1375, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory124: Processing device (SEQNUM=1375, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory124: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory123: Device (SEQNUM=1374, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: memory123: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory125: Device (SEQNUM=1376, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory125: Device (SEQNUM=1376, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory124: Device (SEQNUM=1375, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: memory125: Processing device (SEQNUM=1376, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: memory124: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory125: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory126: Device (SEQNUM=1377, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory126: Device (SEQNUM=1377, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory125: Device (SEQNUM=1376, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory126: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory126: Processing device (SEQNUM=1377, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory125: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory127: Device (SEQNUM=1378, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory127: Device (SEQNUM=1378, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory127: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory127: Processing device (SEQNUM=1378, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: memory126: Device (SEQNUM=1377, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory128: Device (SEQNUM=1379, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory126: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory128: Device (SEQNUM=1379, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory127: Device (SEQNUM=1378, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory128: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory128: Processing device (SEQNUM=1379, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory127: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory129: Device (SEQNUM=1380, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory129: Device (SEQNUM=1380, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory129: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory13: Device (SEQNUM=1381, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory128: Device (SEQNUM=1379, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory13: Device (SEQNUM=1381, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory13: Processing device (SEQNUM=1381, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory128: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory13: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory130: Device (SEQNUM=1382, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory130: Device (SEQNUM=1382, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory130: Processing device (SEQNUM=1382, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory13: Device (SEQNUM=1381, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory130: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory130: Device (SEQNUM=1382, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: memory13: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory131: Device (SEQNUM=1383, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory129: Processing device (SEQNUM=1380, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory130: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory131: Device (SEQNUM=1383, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory131: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: memory131: Processing device (SEQNUM=1383, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory132: Device (SEQNUM=1384, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory132: Device (SEQNUM=1384, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory132: Processing device (SEQNUM=1384, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory132: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory129: Device (SEQNUM=1380, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: memory131: Device (SEQNUM=1383, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory133: Device (SEQNUM=1385, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory129: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: memory131: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory133: Device (SEQNUM=1385, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory132: Device (SEQNUM=1384, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory133: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory133: Processing device (SEQNUM=1385, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory132: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory134: Device (SEQNUM=1386, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory134: Device (SEQNUM=1386, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory133: Device (SEQNUM=1385, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: memory134: Processing device (SEQNUM=1386, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory134: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory135: Device (SEQNUM=1387, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory133: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory135: Device (SEQNUM=1387, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory134: Device (SEQNUM=1386, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory135: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory135: Processing device (SEQNUM=1387, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: memory134: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory136: Device (SEQNUM=1388, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory136: Device (SEQNUM=1388, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory136: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory136: Processing device (SEQNUM=1388, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory135: Device (SEQNUM=1387, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory137: Device (SEQNUM=1389, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory135: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory137: Device (SEQNUM=1389, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory136: Device (SEQNUM=1388, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory137: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory137: Processing device (SEQNUM=1389, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory136: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory138: Device (SEQNUM=1390, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory138: Device (SEQNUM=1390, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory138: Processing device (SEQNUM=1390, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: memory137: Device (SEQNUM=1389, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory138: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory137: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory139: Device (SEQNUM=1391, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory139: Device (SEQNUM=1391, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory139: Processing device (SEQNUM=1391, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory139: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory138: Device (SEQNUM=1390, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory140: Device (SEQNUM=1392, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory138: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory140: Device (SEQNUM=1392, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory139: Device (SEQNUM=1391, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory140: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory140: Processing device (SEQNUM=1392, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory139: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory141: Device (SEQNUM=1393, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory141: Device (SEQNUM=1393, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory141: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory140: Device (SEQNUM=1392, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: memory141: Processing device (SEQNUM=1393, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory142: Device (SEQNUM=1394, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory140: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory142: Device (SEQNUM=1394, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory142: Processing device (SEQNUM=1394, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory142: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory141: Device (SEQNUM=1393, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory143: Device (SEQNUM=1395, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory141: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory143: Device (SEQNUM=1395, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory142: Device (SEQNUM=1394, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory143: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory144: Device (SEQNUM=1396, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory142: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory144: Device (SEQNUM=1396, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory143: Processing device (SEQNUM=1395, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory144: Processing device (SEQNUM=1396, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory144: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory145: Device (SEQNUM=1397, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory145: Device (SEQNUM=1397, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory143: Device (SEQNUM=1395, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: memory145: Processing device (SEQNUM=1397, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory145: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory143: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory144: Device (SEQNUM=1396, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory2: Device (SEQNUM=1398, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory144: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory145: Device (SEQNUM=1397, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory2: Device (SEQNUM=1398, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory145: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory2: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory3: Device (SEQNUM=1399, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: memory2: Processing device (SEQNUM=1398, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory3: Device (SEQNUM=1399, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory3: Processing device (SEQNUM=1399, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory3: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory32: Device (SEQNUM=1400, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory32: Device (SEQNUM=1400, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory3: Device (SEQNUM=1399, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory32: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory32: Processing device (SEQNUM=1400, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: memory2: Device (SEQNUM=1398, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: memory2: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory33: Device (SEQNUM=1401, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory32: Device (SEQNUM=1400, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory33: Device (SEQNUM=1401, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory3: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory32: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory33: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory33: Processing device (SEQNUM=1401, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory34: Device (SEQNUM=1402, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory34: Device (SEQNUM=1402, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory34: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory34: Processing device (SEQNUM=1402, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory35: Device (SEQNUM=1403, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory33: Device (SEQNUM=1401, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory35: Device (SEQNUM=1403, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory33: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory35: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory34: Device (SEQNUM=1402, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: memory35: Processing device (SEQNUM=1403, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory36: Device (SEQNUM=1404, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory34: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory36: Device (SEQNUM=1404, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory36: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory36: Processing device (SEQNUM=1404, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory35: Device (SEQNUM=1403, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory37: Device (SEQNUM=1405, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory35: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory37: Device (SEQNUM=1405, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory36: Device (SEQNUM=1404, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory37: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory37: Processing device (SEQNUM=1405, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory36: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory38: Device (SEQNUM=1406, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory38: Device (SEQNUM=1406, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory38: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory37: Device (SEQNUM=1405, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: memory38: Processing device (SEQNUM=1406, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory39: Device (SEQNUM=1407, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory37: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory39: Device (SEQNUM=1407, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory39: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory38: Device (SEQNUM=1406, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: memory39: Processing device (SEQNUM=1407, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory4: Device (SEQNUM=1408, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory38: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory4: Device (SEQNUM=1408, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory4: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory40: Device (SEQNUM=1409, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory39: Device (SEQNUM=1407, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: memory4: Processing device (SEQNUM=1408, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory40: Device (SEQNUM=1409, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory39: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory40: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory40: Processing device (SEQNUM=1409, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: memory4: Device (SEQNUM=1408, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory41: Device (SEQNUM=1410, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory4: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory41: Device (SEQNUM=1410, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory41: Processing device (SEQNUM=1410, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory41: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory40: Device (SEQNUM=1409, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory42: Device (SEQNUM=1411, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory40: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory42: Device (SEQNUM=1411, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory41: Device (SEQNUM=1410, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory42: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory42: Processing device (SEQNUM=1411, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory41: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory43: Device (SEQNUM=1412, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory43: Device (SEQNUM=1412, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory43: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory42: Device (SEQNUM=1411, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: memory43: Processing device (SEQNUM=1412, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory44: Device (SEQNUM=1413, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory42: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory44: Device (SEQNUM=1413, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory44: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory43: Device (SEQNUM=1412, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: memory44: Processing device (SEQNUM=1413, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory45: Device (SEQNUM=1414, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory43: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory45: Device (SEQNUM=1414, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory45: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory44: Device (SEQNUM=1413, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: memory45: Processing device (SEQNUM=1414, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory46: Device (SEQNUM=1415, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory44: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory46: Device (SEQNUM=1415, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory45: Device (SEQNUM=1414, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: memory46: Processing device (SEQNUM=1415, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory46: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory47: Device (SEQNUM=1416, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory47: Device (SEQNUM=1416, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory45: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory47: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory47: Processing device (SEQNUM=1416, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory46: Device (SEQNUM=1415, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory48: Device (SEQNUM=1417, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory46: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory48: Device (SEQNUM=1417, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory48: Processing device (SEQNUM=1417, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory48: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory47: Device (SEQNUM=1416, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory49: Device (SEQNUM=1418, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory47: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory48: Device (SEQNUM=1417, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory49: Device (SEQNUM=1418, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory48: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory49: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory49: Processing device (SEQNUM=1418, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory5: Device (SEQNUM=1419, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory5: Device (SEQNUM=1419, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory5: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory5: Processing device (SEQNUM=1419, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory49: Device (SEQNUM=1418, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory50: Device (SEQNUM=1420, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory49: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory5: Device (SEQNUM=1419, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory50: Device (SEQNUM=1420, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory50: Processing device (SEQNUM=1420, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory50: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory5: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory51: Device (SEQNUM=1421, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory51: Device (SEQNUM=1421, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory50: Device (SEQNUM=1420, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory51: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory51: Processing device (SEQNUM=1421, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory50: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory52: Device (SEQNUM=1422, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory52: Device (SEQNUM=1422, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory52: Processing device (SEQNUM=1422, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory52: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory51: Device (SEQNUM=1421, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory53: Device (SEQNUM=1423, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory51: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory53: Device (SEQNUM=1423, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory52: Device (SEQNUM=1422, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory53: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory53: Processing device (SEQNUM=1423, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: memory52: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory54: Device (SEQNUM=1424, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory54: Device (SEQNUM=1424, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory54: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory55: Device (SEQNUM=1425, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory53: Device (SEQNUM=1423, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: memory54: Processing device (SEQNUM=1424, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory55: Device (SEQNUM=1425, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory53: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory55: Processing device (SEQNUM=1425, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory55: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory54: Device (SEQNUM=1424, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory56: Device (SEQNUM=1426, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory54: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory56: Device (SEQNUM=1426, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory56: Processing device (SEQNUM=1426, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory56: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory55: Device (SEQNUM=1425, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory57: Device (SEQNUM=1427, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory55: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory57: Device (SEQNUM=1427, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory56: Device (SEQNUM=1426, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory57: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory57: Processing device (SEQNUM=1427, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory56: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory58: Device (SEQNUM=1428, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory58: Device (SEQNUM=1428, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory58: Processing device (SEQNUM=1428, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory58: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory57: Device (SEQNUM=1427, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory59: Device (SEQNUM=1429, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory58: Device (SEQNUM=1428, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory59: Device (SEQNUM=1429, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory59: Processing device (SEQNUM=1429, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory59: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory58: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory57: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory6: Device (SEQNUM=1430, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory59: Device (SEQNUM=1429, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory6: Device (SEQNUM=1430, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory59: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory6: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory60: Device (SEQNUM=1431, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory60: Device (SEQNUM=1431, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory60: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory61: Device (SEQNUM=1432, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory61: Device (SEQNUM=1432, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory60: Processing device (SEQNUM=1431, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory61: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: memory6: Processing device (SEQNUM=1430, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory62: Device (SEQNUM=1433, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory61: Processing device (SEQNUM=1432, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory62: Device (SEQNUM=1433, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory60: Device (SEQNUM=1431, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory62: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory62: Processing device (SEQNUM=1433, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: memory60: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: memory6: Device (SEQNUM=1430, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: memory61: Device (SEQNUM=1432, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory63: Device (SEQNUM=1434, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: memory6: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory61: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory62: Device (SEQNUM=1433, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: memory62: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory63: Device (SEQNUM=1434, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory63: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: memory63: Processing device (SEQNUM=1434, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory64: Device (SEQNUM=1435, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory64: Device (SEQNUM=1435, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory64: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory65: Device (SEQNUM=1436, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory64: Processing device (SEQNUM=1435, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: memory63: Device (SEQNUM=1434, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory65: Device (SEQNUM=1436, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory65: Processing device (SEQNUM=1436, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory65: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory64: Device (SEQNUM=1435, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory66: Device (SEQNUM=1437, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: memory63: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory66: Device (SEQNUM=1437, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory64: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory66: Processing device (SEQNUM=1437, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory66: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory65: Device (SEQNUM=1436, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory67: Device (SEQNUM=1438, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory65: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory67: Device (SEQNUM=1438, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory67: Processing device (SEQNUM=1438, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory67: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory66: Device (SEQNUM=1437, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory68: Device (SEQNUM=1439, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory66: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory68: Device (SEQNUM=1439, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory67: Device (SEQNUM=1438, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory68: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory68: Processing device (SEQNUM=1439, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory69: Device (SEQNUM=1440, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory67: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory69: Device (SEQNUM=1440, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory69: Processing device (SEQNUM=1440, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory69: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory68: Device (SEQNUM=1439, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory7: Device (SEQNUM=1441, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory68: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory7: Device (SEQNUM=1441, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory69: Device (SEQNUM=1440, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory7: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory70: Device (SEQNUM=1442, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory69: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory70: Device (SEQNUM=1442, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory70: Processing device (SEQNUM=1442, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory70: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory7: Processing device (SEQNUM=1441, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory71: Device (SEQNUM=1443, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory71: Device (SEQNUM=1443, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory71: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory70: Device (SEQNUM=1442, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: memory71: Processing device (SEQNUM=1443, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory72: Device (SEQNUM=1444, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory7: Device (SEQNUM=1441, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: memory70: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory7: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory72: Device (SEQNUM=1444, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory71: Device (SEQNUM=1443, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory72: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory73: Device (SEQNUM=1445, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory71: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory73: Device (SEQNUM=1445, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory73: Processing device (SEQNUM=1445, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory73: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: memory72: Processing device (SEQNUM=1444, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory74: Device (SEQNUM=1446, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory73: Device (SEQNUM=1445, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory74: Device (SEQNUM=1446, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory74: Processing device (SEQNUM=1446, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory74: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: memory72: Device (SEQNUM=1444, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: memory73: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory75: Device (SEQNUM=1447, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: memory72: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory75: Device (SEQNUM=1447, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory75: Processing device (SEQNUM=1447, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory75: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory74: Device (SEQNUM=1446, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory76: Device (SEQNUM=1448, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory74: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory76: Device (SEQNUM=1448, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory76: Processing device (SEQNUM=1448, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory76: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory75: Device (SEQNUM=1447, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory77: Device (SEQNUM=1449, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory75: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory77: Device (SEQNUM=1449, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory77: Processing device (SEQNUM=1449, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory77: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory76: Device (SEQNUM=1448, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory78: Device (SEQNUM=1450, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory76: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory77: Device (SEQNUM=1449, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory78: Device (SEQNUM=1450, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory78: Processing device (SEQNUM=1450, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory78: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory77: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory79: Device (SEQNUM=1451, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory79: Device (SEQNUM=1451, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory79: Processing device (SEQNUM=1451, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory79: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory78: Device (SEQNUM=1450, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory8: Device (SEQNUM=1452, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory78: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory8: Device (SEQNUM=1452, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory8: Processing device (SEQNUM=1452, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory8: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory79: Device (SEQNUM=1451, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: memory79: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory80: Device (SEQNUM=1453, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory80: Device (SEQNUM=1453, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory80: Processing device (SEQNUM=1453, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory80: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory8: Device (SEQNUM=1452, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory81: Device (SEQNUM=1454, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory8: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory81: Device (SEQNUM=1454, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory80: Device (SEQNUM=1453, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory81: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory82: Device (SEQNUM=1455, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory80: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory81: Processing device (SEQNUM=1454, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory82: Device (SEQNUM=1455, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory82: Processing device (SEQNUM=1455, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory82: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory81: Device (SEQNUM=1454, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: memory81: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory83: Device (SEQNUM=1456, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory83: Device (SEQNUM=1456, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory82: Device (SEQNUM=1455, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory83: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory83: Processing device (SEQNUM=1456, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory82: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory84: Device (SEQNUM=1457, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory84: Device (SEQNUM=1457, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory84: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory85: Device (SEQNUM=1458, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory83: Device (SEQNUM=1456, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: memory84: Processing device (SEQNUM=1457, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory85: Device (SEQNUM=1458, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory83: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory85: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory85: Processing device (SEQNUM=1458, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: memory84: Device (SEQNUM=1457, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory86: Device (SEQNUM=1459, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: memory84: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory86: Device (SEQNUM=1459, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory85: Device (SEQNUM=1458, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory86: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory86: Processing device (SEQNUM=1459, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory85: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory87: Device (SEQNUM=1460, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory87: Device (SEQNUM=1460, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory87: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory87: Processing device (SEQNUM=1460, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory86: Device (SEQNUM=1459, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory88: Device (SEQNUM=1461, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory86: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory88: Device (SEQNUM=1461, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory88: Processing device (SEQNUM=1461, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory88: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory87: Device (SEQNUM=1460, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: memory87: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory89: Device (SEQNUM=1462, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory89: Device (SEQNUM=1462, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory88: Device (SEQNUM=1461, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory89: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory89: Processing device (SEQNUM=1462, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory88: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory9: Device (SEQNUM=1463, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory9: Device (SEQNUM=1463, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory9: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory9: Processing device (SEQNUM=1463, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory89: Device (SEQNUM=1462, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory90: Device (SEQNUM=1464, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory89: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory90: Device (SEQNUM=1464, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory90: Processing device (SEQNUM=1464, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory90: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory9: Device (SEQNUM=1463, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: memory9: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory91: Device (SEQNUM=1465, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory91: Device (SEQNUM=1465, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory90: Device (SEQNUM=1464, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory91: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: memory91: Processing device (SEQNUM=1465, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory90: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory92: Device (SEQNUM=1466, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory92: Device (SEQNUM=1466, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: memory92: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory92: Processing device (SEQNUM=1466, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory91: Device (SEQNUM=1465, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory93: Device (SEQNUM=1467, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: memory91: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory93: Device (SEQNUM=1467, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: memory92: Device (SEQNUM=1466, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory93: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory93: Processing device (SEQNUM=1467, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: memory92: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory94: Device (SEQNUM=1468, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory94: Device (SEQNUM=1468, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory94: Processing device (SEQNUM=1468, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory94: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory93: Device (SEQNUM=1467, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory95: Device (SEQNUM=1469, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory93: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory95: Device (SEQNUM=1469, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory94: Device (SEQNUM=1468, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory95: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory95: Processing device (SEQNUM=1469, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory94: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory96: Device (SEQNUM=1470, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory96: Device (SEQNUM=1470, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory96: Processing device (SEQNUM=1470, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: memory95: Device (SEQNUM=1469, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory96: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory95: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory97: Device (SEQNUM=1471, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory97: Device (SEQNUM=1471, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory97: Processing device (SEQNUM=1471, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: memory97: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: memory96: Device (SEQNUM=1470, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory98: Device (SEQNUM=1472, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: memory96: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory98: Device (SEQNUM=1472, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: memory97: Device (SEQNUM=1471, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory98: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory98: Processing device (SEQNUM=1472, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: memory97: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: memory99: Device (SEQNUM=1473, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: memory99: Device (SEQNUM=1473, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory99: Processing device (SEQNUM=1473, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: memory98: Device (SEQNUM=1472, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: memory99: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: memory98: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: node0: Device (SEQNUM=1474, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: node0: Device (SEQNUM=1474, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: memory99: Device (SEQNUM=1473, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: node0: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: node0: Processing device (SEQNUM=1474, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: memory99: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tracepoint: Device (SEQNUM=1475, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: tracepoint: Device (SEQNUM=1475, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: node0: Device (SEQNUM=1474, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: tracepoint: Processing device (SEQNUM=1475, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: tracepoint: sd-device-monitor: Passed 152 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: node0: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: uprobe: Device (SEQNUM=1476, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: tracepoint: Device (SEQNUM=1475, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: uprobe: Device (SEQNUM=1476, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: uprobe: Processing device (SEQNUM=1476, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: uprobe: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tracepoint: sd-device-monitor: Passed 152 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: id: Device (SEQNUM=1477, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: id: Device (SEQNUM=1477, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: id: Processing device (SEQNUM=1477, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: id: sd-device-monitor: Passed 317 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: uprobe: Device (SEQNUM=1476, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: id: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=dmi'
Apr 24 12:18:18 localhost systemd-udevd[148]: fbcon: Device (SEQNUM=1478, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: uprobe: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: id: hwdb modalias key: "dmi:bvnLENOVO:bvrN2IET29W(1.07):bd02/19/2019:br1.7:efr1.5:svnLENOVO:pn20N2CTO1WW:pvrThinkPadT490:rvnLENOVO:rn20N2CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:"
Apr 24 12:18:18 localhost systemd-udevd[148]: fbcon: Device (SEQNUM=1478, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: fbcon: sd-device-monitor: Passed 160 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: fbcon: Processing device (SEQNUM=1478, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: id: No entry found from hwdb.
Apr 24 12:18:18 localhost systemd-udevd[157]: id: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=dmi': No data available
Apr 24 12:18:18 localhost systemd-udevd[148]: full: Device (SEQNUM=1479, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: id: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[160]: fbcon: Device (SEQNUM=1478, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: full: Device (SEQNUM=1479, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: id: Running built-in command "kmod load dmi:bvnLENOVO:bvrN2IET29W(1.07):bd02/19/2019:br1.7:efr1.5:svnLENOVO:pn20N2CTO1WW:pvrThinkPadT490:rvnLENOVO:rn20N2CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:"
Apr 24 12:18:18 localhost systemd-udevd[160]: fbcon: sd-device-monitor: Passed 160 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: full: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: Loading module: dmi:bvnLENOVO:bvrN2IET29W(1.07):bd02/19/2019:br1.7:efr1.5:svnLENOVO:pn20N2CTO1WW:pvrThinkPadT490:rvnLENOVO:rn20N2CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
Apr 24 12:18:18 localhost systemd-udevd[159]: full: Processing device (SEQNUM=1479, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: kmsg: Device (SEQNUM=1480, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: Failed to find module 'dmi:bvnLENOVO:bvrN2IET29W(1.07):bd02/19/2019:br1.7:efr1.5:svnLENOVO:pn20N2CTO1WW:pvrThinkPadT490:rvnLENOVO:rn20N2CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:'
Apr 24 12:18:18 localhost systemd-udevd[148]: kmsg: Device (SEQNUM=1480, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: id: Device (SEQNUM=1477, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: kmsg: sd-device-monitor: Passed 197 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: kmsg: Processing device (SEQNUM=1480, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: id: sd-device-monitor: Passed 317 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: full: Handling device node '/dev/full', devnum=c1:7
Apr 24 12:18:18 localhost systemd-udevd[148]: mem: Device (SEQNUM=1481, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: full: Preserve permissions of /dev/full, uid=0, gid=0, mode=0666
Apr 24 12:18:18 localhost systemd-udevd[148]: mem: Device (SEQNUM=1481, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: full: Creating symlink '/dev/char/1:7' to '../full'
Apr 24 12:18:18 localhost systemd-udevd[160]: kmsg: Handling device node '/dev/kmsg', devnum=c1:11
Apr 24 12:18:18 localhost systemd-udevd[148]: mem: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: kmsg: Preserve permissions of /dev/kmsg, uid=0, gid=0, mode=0644
Apr 24 12:18:18 localhost systemd-udevd[159]: full: sd-device: Created empty file '/run/udev/data/c1:7' for '/devices/virtual/mem/full'
Apr 24 12:18:18 localhost systemd-udevd[156]: mem: Processing device (SEQNUM=1481, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: null: Device (SEQNUM=1482, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: kmsg: Creating symlink '/dev/char/1:11' to '../kmsg'
Apr 24 12:18:18 localhost systemd-udevd[159]: full: Handling device node '/dev/full', devnum=c1:7
Apr 24 12:18:18 localhost systemd-udevd[148]: null: Device (SEQNUM=1482, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: null: Processing device (SEQNUM=1482, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: kmsg: sd-device: Created empty file '/run/udev/data/c1:11' for '/devices/virtual/mem/kmsg'
Apr 24 12:18:18 localhost systemd-udevd[159]: full: Preserve permissions of /dev/full, uid=0, gid=0, mode=0666
Apr 24 12:18:18 localhost systemd-udevd[148]: null: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: mem: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:27 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: kmsg: Handling device node '/dev/kmsg', devnum=c1:11
Apr 24 12:18:18 localhost systemd-udevd[159]: full: Preserve already existing symlink '/dev/char/1:7' to '../full'
Apr 24 12:18:18 localhost systemd-udevd[148]: port: Device (SEQNUM=1483, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: null: Handling device node '/dev/null', devnum=c1:3
Apr 24 12:18:18 localhost systemd-udevd[156]: mem: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:27 MODE 0640
Apr 24 12:18:18 localhost systemd-udevd[160]: kmsg: Preserve permissions of /dev/kmsg, uid=0, gid=0, mode=0644
Apr 24 12:18:18 localhost systemd-udevd[159]: full: Device (SEQNUM=1479, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: port: Device (SEQNUM=1483, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: null: Preserve permissions of /dev/null, uid=0, gid=0, mode=0666
Apr 24 12:18:18 localhost systemd-udevd[160]: kmsg: Preserve already existing symlink '/dev/char/1:11' to '../kmsg'
Apr 24 12:18:18 localhost systemd-udevd[159]: full: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: port: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: port: Processing device (SEQNUM=1483, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: port: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:27 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[162]: port: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:27 MODE 0640
Apr 24 12:18:18 localhost systemd-udevd[160]: kmsg: Device (SEQNUM=1480, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: random: Device (SEQNUM=1484, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: mem: Handling device node '/dev/mem', devnum=c1:1
Apr 24 12:18:18 localhost systemd-udevd[157]: null: Creating symlink '/dev/char/1:3' to '../null'
Apr 24 12:18:18 localhost systemd-udevd[160]: kmsg: sd-device-monitor: Passed 197 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: random: Device (SEQNUM=1484, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: mem: Setting permissions /dev/mem, uid=0, gid=0, mode=0640
Apr 24 12:18:18 localhost systemd-udevd[162]: port: Handling device node '/dev/port', devnum=c1:4
Apr 24 12:18:18 localhost systemd-udevd[157]: null: sd-device: Created empty file '/run/udev/data/c1:3' for '/devices/virtual/mem/null'
Apr 24 12:18:18 localhost systemd-udevd[148]: random: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: random: Processing device (SEQNUM=1484, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: mem: Creating symlink '/dev/char/1:1' to '../mem'
Apr 24 12:18:18 localhost systemd-udevd[157]: null: Handling device node '/dev/null', devnum=c1:3
Apr 24 12:18:18 localhost systemd-udevd[148]: urandom: Device (SEQNUM=1485, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: port: Setting permissions /dev/port, uid=0, gid=0, mode=0640
Apr 24 12:18:18 localhost systemd-udevd[148]: urandom: Device (SEQNUM=1485, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: null: Preserve permissions of /dev/null, uid=0, gid=0, mode=0666
Apr 24 12:18:18 localhost systemd-udevd[159]: random: Handling device node '/dev/random', devnum=c1:8
Apr 24 12:18:18 localhost systemd-udevd[156]: mem: sd-device: Created empty file '/run/udev/data/c1:1' for '/devices/virtual/mem/mem'
Apr 24 12:18:18 localhost systemd-udevd[148]: urandom: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: port: Creating symlink '/dev/char/1:4' to '../port'
Apr 24 12:18:18 localhost systemd-udevd[157]: null: Preserve already existing symlink '/dev/char/1:3' to '../null'
Apr 24 12:18:18 localhost systemd-udevd[159]: random: Preserve permissions of /dev/random, uid=0, gid=0, mode=0666
Apr 24 12:18:18 localhost systemd-udevd[159]: random: Creating symlink '/dev/char/1:8' to '../random'
Apr 24 12:18:18 localhost systemd-udevd[160]: urandom: Processing device (SEQNUM=1485, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: null: Device (SEQNUM=1482, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: zero: Device (SEQNUM=1486, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: port: sd-device: Created empty file '/run/udev/data/c1:4' for '/devices/virtual/mem/port'
Apr 24 12:18:18 localhost systemd-udevd[156]: mem: Handling device node '/dev/mem', devnum=c1:1
Apr 24 12:18:18 localhost systemd-udevd[159]: random: sd-device: Created empty file '/run/udev/data/c1:8' for '/devices/virtual/mem/random'
Apr 24 12:18:18 localhost systemd-udevd[160]: urandom: Handling device node '/dev/urandom', devnum=c1:9
Apr 24 12:18:18 localhost systemd-udevd[157]: null: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: port: Handling device node '/dev/port', devnum=c1:4
Apr 24 12:18:18 localhost systemd-udevd[156]: mem: Preserve permissions of /dev/mem, uid=0, gid=0, mode=0640
Apr 24 12:18:18 localhost systemd-udevd[148]: zero: Device (SEQNUM=1486, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: random: Handling device node '/dev/random', devnum=c1:8
Apr 24 12:18:18 localhost systemd-udevd[160]: urandom: Preserve permissions of /dev/urandom, uid=0, gid=0, mode=0666
Apr 24 12:18:18 localhost systemd-udevd[162]: port: Preserve permissions of /dev/port, uid=0, gid=0, mode=0640
Apr 24 12:18:18 localhost systemd-udevd[156]: mem: Preserve already existing symlink '/dev/char/1:1' to '../mem'
Apr 24 12:18:18 localhost systemd-udevd[148]: zero: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: random: Preserve permissions of /dev/random, uid=0, gid=0, mode=0666
Apr 24 12:18:18 localhost systemd-udevd[164]: zero: Processing device (SEQNUM=1486, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: urandom: Creating symlink '/dev/char/1:9' to '../urandom'
Apr 24 12:18:18 localhost systemd-udevd[162]: port: Preserve already existing symlink '/dev/char/1:4' to '../port'
Apr 24 12:18:18 localhost systemd-udevd[156]: mem: Device (SEQNUM=1481, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: random: Preserve already existing symlink '/dev/char/1:8' to '../random'
Apr 24 12:18:18 localhost systemd-udevd[148]: autofs: Device (SEQNUM=1487, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: mem: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: port: Device (SEQNUM=1483, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: port: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: random: Device (SEQNUM=1484, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: autofs: Device (SEQNUM=1487, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: zero: Handling device node '/dev/zero', devnum=c1:5
Apr 24 12:18:18 localhost systemd-udevd[160]: urandom: sd-device: Created empty file '/run/udev/data/c1:9' for '/devices/virtual/mem/urandom'
Apr 24 12:18:18 localhost systemd-udevd[159]: random: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: autofs: sd-device-monitor: Passed 205 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: autofs: Processing device (SEQNUM=1487, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: zero: Preserve permissions of /dev/zero, uid=0, gid=0, mode=0666
Apr 24 12:18:18 localhost systemd-udevd[160]: urandom: Handling device node '/dev/urandom', devnum=c1:9
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu_dma_latency: Device (SEQNUM=1488, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: zero: Creating symlink '/dev/char/1:5' to '../zero'
Apr 24 12:18:18 localhost systemd-udevd[160]: urandom: Preserve permissions of /dev/urandom, uid=0, gid=0, mode=0666
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu_dma_latency: Device (SEQNUM=1488, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: zero: sd-device: Created empty file '/run/udev/data/c1:5' for '/devices/virtual/mem/zero'
Apr 24 12:18:18 localhost systemd-udevd[157]: autofs: Handling device node '/dev/autofs', devnum=c10:235
Apr 24 12:18:18 localhost systemd-udevd[160]: urandom: Preserve already existing symlink '/dev/char/1:9' to '../urandom'
Apr 24 12:18:18 localhost systemd-udevd[148]: cpu_dma_latency: sd-device-monitor: Passed 209 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu_dma_latency: Processing device (SEQNUM=1488, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: zero: Handling device node '/dev/zero', devnum=c1:5
Apr 24 12:18:18 localhost systemd-udevd[157]: autofs: Preserve permissions of /dev/autofs, uid=0, gid=0, mode=0644
Apr 24 12:18:18 localhost systemd-udevd[160]: urandom: Device (SEQNUM=1485, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: hpet: Device (SEQNUM=1489, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: zero: Preserve permissions of /dev/zero, uid=0, gid=0, mode=0666
Apr 24 12:18:18 localhost systemd-udevd[157]: autofs: Creating symlink '/dev/char/10:235' to '../autofs'
Apr 24 12:18:18 localhost systemd-udevd[157]: autofs: sd-device: Created empty file '/run/udev/data/c10:235' for '/devices/virtual/misc/autofs'
Apr 24 12:18:18 localhost systemd-udevd[148]: hpet: Device (SEQNUM=1489, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu_dma_latency: Handling device node '/dev/cpu_dma_latency', devnum=c10:62
Apr 24 12:18:18 localhost systemd-udevd[164]: zero: Preserve already existing symlink '/dev/char/1:5' to '../zero'
Apr 24 12:18:18 localhost systemd-udevd[157]: autofs: Handling device node '/dev/autofs', devnum=c10:235
Apr 24 12:18:18 localhost systemd-udevd[160]: urandom: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: hpet: Processing device (SEQNUM=1489, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: hpet: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu_dma_latency: Preserve permissions of /dev/cpu_dma_latency, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[164]: zero: Device (SEQNUM=1486, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: autofs: Preserve permissions of /dev/autofs, uid=0, gid=0, mode=0644
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu_dma_latency: Creating symlink '/dev/char/10:62' to '../cpu_dma_latency'
Apr 24 12:18:18 localhost systemd-udevd[148]: snapshot: Device (SEQNUM=1490, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: zero: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: autofs: Preserve already existing symlink '/dev/char/10:235' to '../autofs'
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu_dma_latency: sd-device: Created empty file '/run/udev/data/c10:62' for '/devices/virtual/misc/cpu_dma_latency'
Apr 24 12:18:18 localhost systemd-udevd[156]: hpet: Handling device node '/dev/hpet', devnum=c10:228
Apr 24 12:18:18 localhost systemd-udevd[148]: snapshot: Device (SEQNUM=1490, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: autofs: Device (SEQNUM=1487, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu_dma_latency: Handling device node '/dev/cpu_dma_latency', devnum=c10:62
Apr 24 12:18:18 localhost systemd-udevd[156]: hpet: Preserve permissions of /dev/hpet, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[148]: snapshot: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: autofs: sd-device-monitor: Passed 205 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: snapshot: Processing device (SEQNUM=1490, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu_dma_latency: Preserve permissions of /dev/cpu_dma_latency, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[156]: hpet: Creating symlink '/dev/char/10:228' to '../hpet'
Apr 24 12:18:18 localhost systemd-udevd[148]: vga_arbiter: Device (SEQNUM=1491, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu_dma_latency: Preserve already existing symlink '/dev/char/10:62' to '../cpu_dma_latency'
Apr 24 12:18:18 localhost systemd-udevd[156]: hpet: sd-device: Created empty file '/run/udev/data/c10:228' for '/devices/virtual/misc/hpet'
Apr 24 12:18:18 localhost systemd-udevd[148]: vga_arbiter: Device (SEQNUM=1491, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu_dma_latency: Device (SEQNUM=1488, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: hpet: Handling device node '/dev/hpet', devnum=c10:228
Apr 24 12:18:18 localhost systemd-udevd[156]: hpet: Preserve permissions of /dev/hpet, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[148]: vga_arbiter: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: lo: Device (SEQNUM=1492, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: cpu_dma_latency: sd-device-monitor: Passed 209 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: snapshot: Handling device node '/dev/snapshot', devnum=c10:231
Apr 24 12:18:18 localhost systemd-udevd[148]: lo: Device (SEQNUM=1492, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: hpet: Preserve already existing symlink '/dev/char/10:228' to '../hpet'
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: Processing device (SEQNUM=1492, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: snapshot: Preserve permissions of /dev/snapshot, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[148]: lo: sd-device-monitor: Passed 170 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: hpet: Device (SEQNUM=1489, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: vga_arbiter: Processing device (SEQNUM=1491, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: snapshot: Creating symlink '/dev/char/10:231' to '../snapshot'
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device0: Device (SEQNUM=1493, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: hpet: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/75-net-description.rules:6 Importing properties from results of builtin command 'net_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device0: Device (SEQNUM=1493, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: snapshot: sd-device: Created empty file '/run/udev/data/c10:231' for '/devices/virtual/misc/snapshot'
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-net-setup-link.rules:5 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device0: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: vga_arbiter: Handling device node '/dev/vga_arbiter', devnum=c10:63
Apr 24 12:18:18 localhost systemd-udevd[159]: cooling_device0: Processing device (SEQNUM=1493, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: snapshot: Handling device node '/dev/snapshot', devnum=c10:231
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-net-setup-link.rules:5 Failed to run builtin 'path_id': No such file or directory
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device1: Device (SEQNUM=1494, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: vga_arbiter: Preserve permissions of /dev/vga_arbiter, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[160]: snapshot: Preserve permissions of /dev/snapshot, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-net-setup-link.rules:9 Importing properties from results of builtin command 'net_setup_link'
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device1: Device (SEQNUM=1494, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: cooling_device1: Processing device (SEQNUM=1494, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: cooling_device0: Device (SEQNUM=1493, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: Failed to query device driver: Operation not supported
Apr 24 12:18:18 localhost systemd-udevd[160]: snapshot: Preserve already existing symlink '/dev/char/10:231' to '../snapshot'
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device1: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: Failed to query name_assign_type: Invalid argument
Apr 24 12:18:18 localhost systemd-udevd[159]: cooling_device0: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: snapshot: Device (SEQNUM=1490, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: snapshot: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device2: Device (SEQNUM=1495, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: Config file /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/network/99-default.link is applied
Apr 24 12:18:18 localhost systemd-udevd[162]: vga_arbiter: Creating symlink '/dev/char/10:63' to '../vga_arbiter'
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device2: Device (SEQNUM=1495, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: cooling_device1: Device (SEQNUM=1494, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device2: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device3: Device (SEQNUM=1496, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: vga_arbiter: sd-device: Created empty file '/run/udev/data/c10:63' for '/devices/virtual/misc/vga_arbiter'
Apr 24 12:18:18 localhost systemd-udevd[156]: cooling_device1: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: Device has addr_assign_type=0
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device3: Device (SEQNUM=1496, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: vga_arbiter: Handling device node '/dev/vga_arbiter', devnum=c10:63
Apr 24 12:18:18 localhost systemd-udevd[160]: cooling_device3: Processing device (SEQNUM=1496, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: MAC on the device already matches policy *persistent*
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device3: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device4: Device (SEQNUM=1497, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: cooling_device2: Processing device (SEQNUM=1495, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: Failed to query name_assign_type: Invalid argument
Apr 24 12:18:18 localhost systemd-udevd[162]: vga_arbiter: Preserve permissions of /dev/vga_arbiter, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device4: Device (SEQNUM=1497, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: cooling_device3: Device (SEQNUM=1496, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: Policies didn't yield a name and Name= is not given, not renaming.
Apr 24 12:18:18 localhost systemd-udevd[162]: vga_arbiter: Preserve already existing symlink '/dev/char/10:63' to '../vga_arbiter'
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device4: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: cooling_device4: Processing device (SEQNUM=1497, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: cooling_device3: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: cooling_device2: Device (SEQNUM=1495, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: vga_arbiter: Device (SEQNUM=1491, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-net-setup-link.rules:11 NAME 'lo'
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device5: Device (SEQNUM=1498, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: cooling_device2: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: vga_arbiter: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: cooling_device4: Device (SEQNUM=1497, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: sd-device: Created db file '/run/udev/data/n1' for '/devices/virtual/net/lo'
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device5: Device (SEQNUM=1498, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: cooling_device4: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: Device (SEQNUM=1492, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device5: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: cooling_device5: Processing device (SEQNUM=1498, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: lo: sd-device-monitor: Passed 296 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device6: Device (SEQNUM=1499, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device6: Device (SEQNUM=1499, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: cooling_device6: Processing device (SEQNUM=1499, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: cooling_device5: Device (SEQNUM=1498, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device6: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: cooling_device5: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device7: Device (SEQNUM=1500, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device7: Device (SEQNUM=1500, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: cooling_device7: Processing device (SEQNUM=1500, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: cooling_device7: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: cooling_device6: Device (SEQNUM=1499, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: cooling_device6: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: console: Device (SEQNUM=1501, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: console: Device (SEQNUM=1501, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: cooling_device7: Device (SEQNUM=1500, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: console: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: ptmx: Device (SEQNUM=1502, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: cooling_device7: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: console: Processing device (SEQNUM=1501, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: ptmx: Device (SEQNUM=1502, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: ptmx: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty: Device (SEQNUM=1503, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: ptmx: Processing device (SEQNUM=1502, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: ptmx: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:18 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[148]: tty: Device (SEQNUM=1503, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: ptmx: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:18 MODE 0666
Apr 24 12:18:18 localhost systemd-udevd[157]: console: Handling device node '/dev/console', devnum=c5:1
Apr 24 12:18:18 localhost systemd-udevd[148]: tty: sd-device-monitor: Passed 194 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty: Processing device (SEQNUM=1503, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: console: Preserve permissions of /dev/console, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[148]: tty0: Device (SEQNUM=1504, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: ptmx: Handling device node '/dev/ptmx', devnum=c5:2
Apr 24 12:18:18 localhost systemd-udevd[159]: tty: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:19 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[157]: console: Creating symlink '/dev/char/5:1' to '../console'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty0: Device (SEQNUM=1504, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: ptmx: Preserve permissions of /dev/ptmx, uid=0, gid=0, mode=0666
Apr 24 12:18:18 localhost systemd-udevd[159]: tty: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:19 MODE 0666
Apr 24 12:18:18 localhost systemd-udevd[157]: console: sd-device: Created empty file '/run/udev/data/c5:1' for '/devices/virtual/tty/console'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty0: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty0: Processing device (SEQNUM=1504, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: ptmx: Creating symlink '/dev/char/5:2' to '../ptmx'
Apr 24 12:18:18 localhost systemd-udevd[157]: console: Handling device node '/dev/console', devnum=c5:1
Apr 24 12:18:18 localhost systemd-udevd[148]: tty1: Device (SEQNUM=1505, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: tty0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[159]: tty: Handling device node '/dev/tty', devnum=c5:0
Apr 24 12:18:18 localhost systemd-udevd[160]: ptmx: sd-device: Created empty file '/run/udev/data/c5:2' for '/devices/virtual/tty/ptmx'
Apr 24 12:18:18 localhost systemd-udevd[157]: console: Preserve permissions of /dev/console, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[156]: tty0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty1: Device (SEQNUM=1505, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: tty1: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty10: Device (SEQNUM=1506, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: console: Preserve already existing symlink '/dev/char/5:1' to '../console'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty0: Handling device node '/dev/tty0', devnum=c4:0
Apr 24 12:18:18 localhost systemd-udevd[159]: tty: Preserve permissions of /dev/tty, uid=0, gid=0, mode=0666
Apr 24 12:18:18 localhost systemd-udevd[159]: tty: Creating symlink '/dev/char/5:0' to '../tty'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty: sd-device: Created empty file '/run/udev/data/c5:0' for '/devices/virtual/tty/tty'
Apr 24 12:18:18 localhost systemd-udevd[157]: console: Device (SEQNUM=1501, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: tty0: Setting permissions /dev/tty0, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty1: Processing device (SEQNUM=1505, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: tty10: Device (SEQNUM=1506, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: tty: Handling device node '/dev/tty', devnum=c5:0
Apr 24 12:18:18 localhost systemd-udevd[160]: ptmx: Handling device node '/dev/ptmx', devnum=c5:2
Apr 24 12:18:18 localhost systemd-udevd[157]: console: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty0: Creating symlink '/dev/char/4:0' to '../tty0'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty: Preserve permissions of /dev/tty, uid=0, gid=0, mode=0666
Apr 24 12:18:18 localhost systemd-udevd[148]: tty10: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: tty1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[148]: tty11: Device (SEQNUM=1507, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: ptmx: Preserve permissions of /dev/ptmx, uid=0, gid=0, mode=0666
Apr 24 12:18:18 localhost systemd-udevd[159]: tty: Preserve already existing symlink '/dev/char/5:0' to '../tty'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty0: sd-device: Created empty file '/run/udev/data/c4:0' for '/devices/virtual/tty/tty0'
Apr 24 12:18:18 localhost systemd-udevd[162]: tty1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty10: Processing device (SEQNUM=1506, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: tty11: Device (SEQNUM=1507, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: ptmx: Preserve already existing symlink '/dev/char/5:2' to '../ptmx'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty: Device (SEQNUM=1503, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: tty0: Handling device node '/dev/tty0', devnum=c4:0
Apr 24 12:18:18 localhost systemd-udevd[148]: tty11: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty12: Device (SEQNUM=1508, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: tty10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: ptmx: Device (SEQNUM=1502, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: tty1: Handling device node '/dev/tty1', devnum=c4:1
Apr 24 12:18:18 localhost systemd-udevd[162]: tty1: Setting permissions /dev/tty1, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty1: Creating symlink '/dev/char/4:1' to '../tty1'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty0: Preserve permissions of /dev/tty0, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty11: Processing device (SEQNUM=1507, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: tty11: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: ptmx: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: tty1: sd-device: Created empty file '/run/udev/data/c4:1' for '/devices/virtual/tty/tty1'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty: sd-device-monitor: Passed 194 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty0: Preserve already existing symlink '/dev/char/4:0' to '../tty0'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty0: Device (SEQNUM=1504, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: tty12: Device (SEQNUM=1508, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: tty1: Handling device node '/dev/tty1', devnum=c4:1
Apr 24 12:18:18 localhost systemd-udevd[164]: tty10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty11: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty0: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty12: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: tty1: Preserve permissions of /dev/tty1, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[154]: tty12: Processing device (SEQNUM=1508, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: tty10: Handling device node '/dev/tty10', devnum=c4:10
Apr 24 12:18:18 localhost systemd-udevd[162]: tty1: Preserve already existing symlink '/dev/char/4:1' to '../tty1'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty13: Device (SEQNUM=1509, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: tty11: Handling device node '/dev/tty11', devnum=c4:11
Apr 24 12:18:18 localhost systemd-udevd[164]: tty10: Setting permissions /dev/tty10, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[154]: tty12: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[162]: tty1: Device (SEQNUM=1505, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: tty11: Setting permissions /dev/tty11, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty13: Device (SEQNUM=1509, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: tty10: Creating symlink '/dev/char/4:10' to '../tty10'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty13: Processing device (SEQNUM=1509, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: tty1: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty13: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[157]: tty11: Creating symlink '/dev/char/4:11' to '../tty11'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty11: sd-device: Created empty file '/run/udev/data/c4:11' for '/devices/virtual/tty/tty11'
Apr 24 12:18:18 localhost systemd-udevd[164]: tty10: sd-device: Created empty file '/run/udev/data/c4:10' for '/devices/virtual/tty/tty10'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty13: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty10: Handling device node '/dev/tty10', devnum=c4:10
Apr 24 12:18:18 localhost systemd-udevd[148]: tty13: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: tty12: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty14: Device (SEQNUM=1510, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: tty11: Handling device node '/dev/tty11', devnum=c4:11
Apr 24 12:18:18 localhost systemd-udevd[148]: tty14: Device (SEQNUM=1510, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: tty10: Preserve permissions of /dev/tty10, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty11: Preserve permissions of /dev/tty11, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty13: Handling device node '/dev/tty13', devnum=c4:13
Apr 24 12:18:18 localhost systemd-udevd[148]: tty14: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: tty10: Preserve already existing symlink '/dev/char/4:10' to '../tty10'
Apr 24 12:18:18 localhost systemd-udevd[154]: tty12: Handling device node '/dev/tty12', devnum=c4:12
Apr 24 12:18:18 localhost systemd-udevd[159]: tty14: Processing device (SEQNUM=1510, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: tty11: Preserve already existing symlink '/dev/char/4:11' to '../tty11'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty13: Setting permissions /dev/tty13, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty10: Device (SEQNUM=1506, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: tty15: Device (SEQNUM=1511, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: tty12: Setting permissions /dev/tty12, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[154]: tty12: Creating symlink '/dev/char/4:12' to '../tty12'
Apr 24 12:18:18 localhost systemd-udevd[154]: tty12: sd-device: Created empty file '/run/udev/data/c4:12' for '/devices/virtual/tty/tty12'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty13: Creating symlink '/dev/char/4:13' to '../tty13'
Apr 24 12:18:18 localhost systemd-udevd[164]: tty10: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty15: Device (SEQNUM=1511, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty11: Device (SEQNUM=1507, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: tty14: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[156]: tty15: Processing device (SEQNUM=1511, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: tty12: Handling device node '/dev/tty12', devnum=c4:12
Apr 24 12:18:18 localhost systemd-udevd[156]: tty15: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[157]: tty11: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty14: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty13: sd-device: Created empty file '/run/udev/data/c4:13' for '/devices/virtual/tty/tty13'
Apr 24 12:18:18 localhost systemd-udevd[154]: tty12: Preserve permissions of /dev/tty12, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[154]: tty12: Preserve already existing symlink '/dev/char/4:12' to '../tty12'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty15: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty13: Handling device node '/dev/tty13', devnum=c4:13
Apr 24 12:18:18 localhost systemd-udevd[154]: tty12: Device (SEQNUM=1508, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: tty15: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty13: Preserve permissions of /dev/tty13, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty13: Preserve already existing symlink '/dev/char/4:13' to '../tty13'
Apr 24 12:18:18 localhost systemd-udevd[154]: tty12: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty14: Handling device node '/dev/tty14', devnum=c4:14
Apr 24 12:18:18 localhost systemd-udevd[156]: tty15: Handling device node '/dev/tty15', devnum=c4:15
Apr 24 12:18:18 localhost systemd-udevd[160]: tty13: Device (SEQNUM=1509, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: tty16: Device (SEQNUM=1512, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: tty14: Setting permissions /dev/tty14, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty15: Setting permissions /dev/tty15, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty13: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty16: Device (SEQNUM=1512, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: tty14: Creating symlink '/dev/char/4:14' to '../tty14'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty14: sd-device: Created empty file '/run/udev/data/c4:14' for '/devices/virtual/tty/tty14'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty16: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty16: Processing device (SEQNUM=1512, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: tty15: Creating symlink '/dev/char/4:15' to '../tty15'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty14: Handling device node '/dev/tty14', devnum=c4:14
Apr 24 12:18:18 localhost systemd-udevd[148]: tty17: Device (SEQNUM=1513, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: tty16: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[156]: tty15: sd-device: Created empty file '/run/udev/data/c4:15' for '/devices/virtual/tty/tty15'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty14: Preserve permissions of /dev/tty14, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty17: Device (SEQNUM=1513, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty16: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty15: Handling device node '/dev/tty15', devnum=c4:15
Apr 24 12:18:18 localhost systemd-udevd[159]: tty14: Preserve already existing symlink '/dev/char/4:14' to '../tty14'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty17: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty17: Processing device (SEQNUM=1513, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: tty17: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[156]: tty15: Preserve permissions of /dev/tty15, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty18: Device (SEQNUM=1514, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: tty16: Handling device node '/dev/tty16', devnum=c4:16
Apr 24 12:18:18 localhost systemd-udevd[160]: tty17: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty14: Device (SEQNUM=1510, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: tty14: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty18: Device (SEQNUM=1514, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty16: Setting permissions /dev/tty16, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty15: Preserve already existing symlink '/dev/char/4:15' to '../tty15'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty18: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: tty18: Processing device (SEQNUM=1514, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: tty17: Handling device node '/dev/tty17', devnum=c4:17
Apr 24 12:18:18 localhost systemd-udevd[157]: tty16: Creating symlink '/dev/char/4:16' to '../tty16'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty15: Device (SEQNUM=1511, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: tty19: Device (SEQNUM=1515, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: tty17: Setting permissions /dev/tty17, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty18: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[157]: tty16: sd-device: Created empty file '/run/udev/data/c4:16' for '/devices/virtual/tty/tty16'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty15: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty17: Creating symlink '/dev/char/4:17' to '../tty17'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty19: Device (SEQNUM=1515, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: tty19: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty16: Handling device node '/dev/tty16', devnum=c4:16
Apr 24 12:18:18 localhost systemd-udevd[148]: tty2: Device (SEQNUM=1516, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: tty18: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty16: Preserve permissions of /dev/tty16, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty19: Processing device (SEQNUM=1515, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: tty17: sd-device: Created empty file '/run/udev/data/c4:17' for '/devices/virtual/tty/tty17'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty2: Device (SEQNUM=1516, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty16: Preserve already existing symlink '/dev/char/4:16' to '../tty16'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty2: Processing device (SEQNUM=1516, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: tty17: Handling device node '/dev/tty17', devnum=c4:17
Apr 24 12:18:18 localhost systemd-udevd[148]: tty2: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: tty18: Handling device node '/dev/tty18', devnum=c4:18
Apr 24 12:18:18 localhost systemd-udevd[157]: tty16: Device (SEQNUM=1512, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: tty19: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[156]: tty2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[156]: tty2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty20: Device (SEQNUM=1517, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: tty18: Setting permissions /dev/tty18, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty16: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty19: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty17: Preserve permissions of /dev/tty17, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty20: Device (SEQNUM=1517, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: tty18: Creating symlink '/dev/char/4:18' to '../tty18'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty2: Handling device node '/dev/tty2', devnum=c4:2
Apr 24 12:18:18 localhost systemd-udevd[159]: tty19: Handling device node '/dev/tty19', devnum=c4:19
Apr 24 12:18:18 localhost systemd-udevd[148]: tty20: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: tty20: Processing device (SEQNUM=1517, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: tty2: Setting permissions /dev/tty2, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty18: sd-device: Created empty file '/run/udev/data/c4:18' for '/devices/virtual/tty/tty18'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty17: Preserve already existing symlink '/dev/char/4:17' to '../tty17'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty21: Device (SEQNUM=1518, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: tty19: Setting permissions /dev/tty19, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty19: Creating symlink '/dev/char/4:19' to '../tty19'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty19: sd-device: Created empty file '/run/udev/data/c4:19' for '/devices/virtual/tty/tty19'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty17: Device (SEQNUM=1513, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: tty18: Handling device node '/dev/tty18', devnum=c4:18
Apr 24 12:18:18 localhost systemd-udevd[162]: tty18: Preserve permissions of /dev/tty18, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty19: Handling device node '/dev/tty19', devnum=c4:19
Apr 24 12:18:18 localhost systemd-udevd[159]: tty19: Preserve permissions of /dev/tty19, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty20: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: tty17: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty21: Device (SEQNUM=1518, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty21: Processing device (SEQNUM=1518, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: tty21: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[159]: tty19: Preserve already existing symlink '/dev/char/4:19' to '../tty19'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty19: Device (SEQNUM=1515, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: tty19: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty21: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty18: Preserve already existing symlink '/dev/char/4:18' to '../tty18'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty2: Creating symlink '/dev/char/4:2' to '../tty2'
Apr 24 12:18:18 localhost systemd-udevd[164]: tty20: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty2: sd-device: Created empty file '/run/udev/data/c4:2' for '/devices/virtual/tty/tty2'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty21: Handling device node '/dev/tty21', devnum=c4:21
Apr 24 12:18:18 localhost systemd-udevd[148]: tty21: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty2: Handling device node '/dev/tty2', devnum=c4:2
Apr 24 12:18:18 localhost systemd-udevd[162]: tty18: Device (SEQNUM=1514, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: tty21: Setting permissions /dev/tty21, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty20: Handling device node '/dev/tty20', devnum=c4:20
Apr 24 12:18:18 localhost systemd-udevd[156]: tty2: Preserve permissions of /dev/tty2, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty22: Device (SEQNUM=1519, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: tty18: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty21: Creating symlink '/dev/char/4:21' to '../tty21'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty21: sd-device: Created empty file '/run/udev/data/c4:21' for '/devices/virtual/tty/tty21'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty2: Preserve already existing symlink '/dev/char/4:2' to '../tty2'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty21: Handling device node '/dev/tty21', devnum=c4:21
Apr 24 12:18:18 localhost systemd-udevd[148]: tty22: Device (SEQNUM=1519, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: tty20: Setting permissions /dev/tty20, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty20: Creating symlink '/dev/char/4:20' to '../tty20'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty21: Preserve permissions of /dev/tty21, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty22: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty22: Processing device (SEQNUM=1519, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: tty2: Device (SEQNUM=1516, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[164]: tty20: sd-device: Created empty file '/run/udev/data/c4:20' for '/devices/virtual/tty/tty20'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty21: Preserve already existing symlink '/dev/char/4:21' to '../tty21'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty2: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: tty20: Handling device node '/dev/tty20', devnum=c4:20
Apr 24 12:18:18 localhost systemd-udevd[148]: tty23: Device (SEQNUM=1520, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: tty22: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[157]: tty21: Device (SEQNUM=1518, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[164]: tty20: Preserve permissions of /dev/tty20, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty22: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty23: Device (SEQNUM=1520, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty21: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: tty20: Preserve already existing symlink '/dev/char/4:20' to '../tty20'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty23: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty23: Processing device (SEQNUM=1520, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: tty20: Device (SEQNUM=1517, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: tty24: Device (SEQNUM=1521, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: tty22: Handling device node '/dev/tty22', devnum=c4:22
Apr 24 12:18:18 localhost systemd-udevd[164]: tty20: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty23: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[148]: tty24: Device (SEQNUM=1521, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: tty22: Setting permissions /dev/tty22, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty23: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty24: Processing device (SEQNUM=1521, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: tty24: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty22: Creating symlink '/dev/char/4:22' to '../tty22'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty22: sd-device: Created empty file '/run/udev/data/c4:22' for '/devices/virtual/tty/tty22'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty23: Handling device node '/dev/tty23', devnum=c4:23
Apr 24 12:18:18 localhost systemd-udevd[148]: tty25: Device (SEQNUM=1522, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: tty22: Handling device node '/dev/tty22', devnum=c4:22
Apr 24 12:18:18 localhost systemd-udevd[157]: tty24: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[159]: tty23: Setting permissions /dev/tty23, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty25: Device (SEQNUM=1522, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: tty22: Preserve permissions of /dev/tty22, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty24: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty25: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty23: Creating symlink '/dev/char/4:23' to '../tty23'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty25: Processing device (SEQNUM=1522, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: tty22: Preserve already existing symlink '/dev/char/4:22' to '../tty22'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty26: Device (SEQNUM=1523, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: tty23: sd-device: Created empty file '/run/udev/data/c4:23' for '/devices/virtual/tty/tty23'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty25: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: tty22: Device (SEQNUM=1519, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: tty24: Handling device node '/dev/tty24', devnum=c4:24
Apr 24 12:18:18 localhost systemd-udevd[148]: tty26: Device (SEQNUM=1523, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: tty25: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty23: Handling device node '/dev/tty23', devnum=c4:23
Apr 24 12:18:18 localhost systemd-udevd[160]: tty22: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty24: Setting permissions /dev/tty24, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty25: Handling device node '/dev/tty25', devnum=c4:25
Apr 24 12:18:18 localhost systemd-udevd[162]: tty26: Processing device (SEQNUM=1523, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: tty23: Preserve permissions of /dev/tty23, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty24: Creating symlink '/dev/char/4:24' to '../tty24'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty26: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty25: Setting permissions /dev/tty25, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty26: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[159]: tty23: Preserve already existing symlink '/dev/char/4:23' to '../tty23'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty24: sd-device: Created empty file '/run/udev/data/c4:24' for '/devices/virtual/tty/tty24'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty25: Creating symlink '/dev/char/4:25' to '../tty25'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty27: Device (SEQNUM=1524, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: tty26: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty23: Device (SEQNUM=1520, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: tty24: Handling device node '/dev/tty24', devnum=c4:24
Apr 24 12:18:18 localhost systemd-udevd[148]: tty27: Device (SEQNUM=1524, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: tty25: sd-device: Created empty file '/run/udev/data/c4:25' for '/devices/virtual/tty/tty25'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty27: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty23: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty25: Handling device node '/dev/tty25', devnum=c4:25
Apr 24 12:18:18 localhost systemd-udevd[156]: tty25: Preserve permissions of /dev/tty25, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty24: Preserve permissions of /dev/tty24, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty27: Processing device (SEQNUM=1524, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: tty28: Device (SEQNUM=1525, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: tty25: Preserve already existing symlink '/dev/char/4:25' to '../tty25'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty25: Device (SEQNUM=1522, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: tty24: Preserve already existing symlink '/dev/char/4:24' to '../tty24'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty28: Device (SEQNUM=1525, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: tty27: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[164]: tty28: Processing device (SEQNUM=1525, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: tty26: Handling device node '/dev/tty26', devnum=c4:26
Apr 24 12:18:18 localhost systemd-udevd[164]: tty28: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: tty27: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty28: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty25: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: tty26: Setting permissions /dev/tty26, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty24: Device (SEQNUM=1521, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: tty27: Handling device node '/dev/tty27', devnum=c4:27
Apr 24 12:18:18 localhost systemd-udevd[148]: tty29: Device (SEQNUM=1526, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: tty26: Creating symlink '/dev/char/4:26' to '../tty26'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty24: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: tty28: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty27: Setting permissions /dev/tty27, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty27: Creating symlink '/dev/char/4:27' to '../tty27'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty27: sd-device: Created empty file '/run/udev/data/c4:27' for '/devices/virtual/tty/tty27'
Apr 24 12:18:18 localhost systemd-udevd[162]: tty26: sd-device: Created empty file '/run/udev/data/c4:26' for '/devices/virtual/tty/tty26'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty27: Handling device node '/dev/tty27', devnum=c4:27
Apr 24 12:18:18 localhost systemd-udevd[148]: tty29: Device (SEQNUM=1526, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: tty29: Processing device (SEQNUM=1526, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: tty26: Handling device node '/dev/tty26', devnum=c4:26
Apr 24 12:18:18 localhost systemd-udevd[159]: tty29: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[148]: tty29: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty3: Device (SEQNUM=1527, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: tty26: Preserve permissions of /dev/tty26, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty27: Preserve permissions of /dev/tty27, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty29: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty3: Device (SEQNUM=1527, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty3: Processing device (SEQNUM=1527, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: tty26: Preserve already existing symlink '/dev/char/4:26' to '../tty26'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty27: Preserve already existing symlink '/dev/char/4:27' to '../tty27'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty3: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty30: Device (SEQNUM=1528, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: tty28: Handling device node '/dev/tty28', devnum=c4:28
Apr 24 12:18:18 localhost systemd-udevd[162]: tty26: Device (SEQNUM=1523, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: tty3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: tty27: Device (SEQNUM=1524, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: tty30: Device (SEQNUM=1528, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: tty28: Setting permissions /dev/tty28, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty29: Handling device node '/dev/tty29', devnum=c4:29
Apr 24 12:18:18 localhost systemd-udevd[162]: tty26: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty27: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty30: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty29: Setting permissions /dev/tty29, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty28: Creating symlink '/dev/char/4:28' to '../tty28'
Apr 24 12:18:18 localhost systemd-udevd[164]: tty28: sd-device: Created empty file '/run/udev/data/c4:28' for '/devices/virtual/tty/tty28'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty31: Device (SEQNUM=1529, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: tty31: Device (SEQNUM=1529, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: tty29: Creating symlink '/dev/char/4:29' to '../tty29'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty29: sd-device: Created empty file '/run/udev/data/c4:29' for '/devices/virtual/tty/tty29'
Apr 24 12:18:18 localhost systemd-udevd[164]: tty28: Handling device node '/dev/tty28', devnum=c4:28
Apr 24 12:18:18 localhost systemd-udevd[157]: tty3: Handling device node '/dev/tty3', devnum=c4:3
Apr 24 12:18:18 localhost systemd-udevd[156]: tty30: Processing device (SEQNUM=1528, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: tty31: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty30: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[156]: tty30: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty28: Preserve permissions of /dev/tty28, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty3: Setting permissions /dev/tty3, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty29: Handling device node '/dev/tty29', devnum=c4:29
Apr 24 12:18:18 localhost systemd-udevd[156]: tty30: Handling device node '/dev/tty30', devnum=c4:30
Apr 24 12:18:18 localhost systemd-udevd[160]: tty31: Processing device (SEQNUM=1529, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: tty31: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[157]: tty3: Creating symlink '/dev/char/4:3' to '../tty3'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty29: Preserve permissions of /dev/tty29, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty30: Setting permissions /dev/tty30, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty32: Device (SEQNUM=1530, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: tty30: Creating symlink '/dev/char/4:30' to '../tty30'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty30: sd-device: Created empty file '/run/udev/data/c4:30' for '/devices/virtual/tty/tty30'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty31: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty29: Preserve already existing symlink '/dev/char/4:29' to '../tty29'
Apr 24 12:18:18 localhost systemd-udevd[164]: tty28: Preserve already existing symlink '/dev/char/4:28' to '../tty28'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty32: Device (SEQNUM=1530, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: tty30: Handling device node '/dev/tty30', devnum=c4:30
Apr 24 12:18:18 localhost systemd-udevd[157]: tty3: sd-device: Created empty file '/run/udev/data/c4:3' for '/devices/virtual/tty/tty3'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty29: Device (SEQNUM=1526, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[164]: tty28: Device (SEQNUM=1525, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: tty32: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty30: Preserve permissions of /dev/tty30, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty32: Processing device (SEQNUM=1530, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: tty31: Handling device node '/dev/tty31', devnum=c4:31
Apr 24 12:18:18 localhost systemd-udevd[157]: tty3: Handling device node '/dev/tty3', devnum=c4:3
Apr 24 12:18:18 localhost systemd-udevd[159]: tty29: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty33: Device (SEQNUM=1531, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: tty28: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty30: Preserve already existing symlink '/dev/char/4:30' to '../tty30'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty31: Setting permissions /dev/tty31, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty32: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[156]: tty30: Device (SEQNUM=1528, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: tty3: Preserve permissions of /dev/tty3, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty33: Device (SEQNUM=1531, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: tty32: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty31: Creating symlink '/dev/char/4:31' to '../tty31'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty31: sd-device: Created empty file '/run/udev/data/c4:31' for '/devices/virtual/tty/tty31'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty3: Preserve already existing symlink '/dev/char/4:3' to '../tty3'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty33: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: tty32: Handling device node '/dev/tty32', devnum=c4:32
Apr 24 12:18:18 localhost systemd-udevd[156]: tty30: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty34: Device (SEQNUM=1532, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: tty3: Device (SEQNUM=1527, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: tty33: Processing device (SEQNUM=1531, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: tty32: Setting permissions /dev/tty32, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty31: Handling device node '/dev/tty31', devnum=c4:31
Apr 24 12:18:18 localhost systemd-udevd[148]: tty34: Device (SEQNUM=1532, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty3: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: tty32: Creating symlink '/dev/char/4:32' to '../tty32'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty31: Preserve permissions of /dev/tty31, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[154]: tty33: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[148]: tty34: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty34: Processing device (SEQNUM=1532, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: tty32: sd-device: Created empty file '/run/udev/data/c4:32' for '/devices/virtual/tty/tty32'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty31: Preserve already existing symlink '/dev/char/4:31' to '../tty31'
Apr 24 12:18:18 localhost systemd-udevd[154]: tty33: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty35: Device (SEQNUM=1533, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: tty32: Handling device node '/dev/tty32', devnum=c4:32
Apr 24 12:18:18 localhost systemd-udevd[162]: tty32: Preserve permissions of /dev/tty32, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty31: Device (SEQNUM=1529, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: tty32: Preserve already existing symlink '/dev/char/4:32' to '../tty32'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty34: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[159]: tty34: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty35: Device (SEQNUM=1533, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: tty35: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: tty33: Handling device node '/dev/tty33', devnum=c4:33
Apr 24 12:18:18 localhost systemd-udevd[159]: tty34: Handling device node '/dev/tty34', devnum=c4:34
Apr 24 12:18:18 localhost systemd-udevd[157]: tty35: Processing device (SEQNUM=1533, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: tty32: Device (SEQNUM=1530, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: tty36: Device (SEQNUM=1534, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: tty33: Setting permissions /dev/tty33, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[154]: tty33: Creating symlink '/dev/char/4:33' to '../tty33'
Apr 24 12:18:18 localhost systemd-udevd[154]: tty33: sd-device: Created empty file '/run/udev/data/c4:33' for '/devices/virtual/tty/tty33'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty34: Setting permissions /dev/tty34, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty36: Device (SEQNUM=1534, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty35: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: tty31: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: tty33: Handling device node '/dev/tty33', devnum=c4:33
Apr 24 12:18:18 localhost systemd-udevd[162]: tty32: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty34: Creating symlink '/dev/char/4:34' to '../tty34'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty35: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty36: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty36: Processing device (SEQNUM=1534, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: tty33: Preserve permissions of /dev/tty33, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty35: Handling device node '/dev/tty35', devnum=c4:35
Apr 24 12:18:18 localhost systemd-udevd[159]: tty34: sd-device: Created empty file '/run/udev/data/c4:34' for '/devices/virtual/tty/tty34'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty34: Handling device node '/dev/tty34', devnum=c4:34
Apr 24 12:18:18 localhost systemd-udevd[156]: tty36: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[156]: tty36: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty37: Device (SEQNUM=1535, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: tty34: Preserve permissions of /dev/tty34, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[154]: tty33: Preserve already existing symlink '/dev/char/4:33' to '../tty33'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty35: Setting permissions /dev/tty35, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty37: Device (SEQNUM=1535, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: tty34: Preserve already existing symlink '/dev/char/4:34' to '../tty34'
Apr 24 12:18:18 localhost systemd-udevd[154]: tty33: Device (SEQNUM=1531, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: tty37: Processing device (SEQNUM=1535, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: tty35: Creating symlink '/dev/char/4:35' to '../tty35'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty35: sd-device: Created empty file '/run/udev/data/c4:35' for '/devices/virtual/tty/tty35'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty34: Device (SEQNUM=1532, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: tty33: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty36: Handling device node '/dev/tty36', devnum=c4:36
Apr 24 12:18:18 localhost systemd-udevd[160]: tty37: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[157]: tty35: Handling device node '/dev/tty35', devnum=c4:35
Apr 24 12:18:18 localhost systemd-udevd[148]: tty37: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty34: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty36: Setting permissions /dev/tty36, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty37: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty35: Preserve permissions of /dev/tty35, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty38: Device (SEQNUM=1536, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: tty36: Creating symlink '/dev/char/4:36' to '../tty36'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty35: Preserve already existing symlink '/dev/char/4:35' to '../tty35'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty38: Device (SEQNUM=1536, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: tty37: Handling device node '/dev/tty37', devnum=c4:37
Apr 24 12:18:18 localhost systemd-udevd[156]: tty36: sd-device: Created empty file '/run/udev/data/c4:36' for '/devices/virtual/tty/tty36'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty35: Device (SEQNUM=1533, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: tty38: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty39: Device (SEQNUM=1537, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: tty37: Setting permissions /dev/tty37, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty37: Creating symlink '/dev/char/4:37' to '../tty37'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty35: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty39: Device (SEQNUM=1537, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: tty38: Processing device (SEQNUM=1536, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: tty36: Handling device node '/dev/tty36', devnum=c4:36
Apr 24 12:18:18 localhost systemd-udevd[160]: tty37: sd-device: Created empty file '/run/udev/data/c4:37' for '/devices/virtual/tty/tty37'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty39: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty4: Device (SEQNUM=1538, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: tty39: Processing device (SEQNUM=1537, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: tty36: Preserve permissions of /dev/tty36, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty38: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[148]: tty4: Device (SEQNUM=1538, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: tty39: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: tty37: Handling device node '/dev/tty37', devnum=c4:37
Apr 24 12:18:18 localhost systemd-udevd[156]: tty36: Preserve already existing symlink '/dev/char/4:36' to '../tty36'
Apr 24 12:18:18 localhost systemd-udevd[162]: tty38: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty39: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty4: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty4: Processing device (SEQNUM=1538, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: tty37: Preserve permissions of /dev/tty37, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty36: Device (SEQNUM=1534, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: tty40: Device (SEQNUM=1539, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: tty38: Handling device node '/dev/tty38', devnum=c4:38
Apr 24 12:18:18 localhost systemd-udevd[157]: tty4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: tty37: Preserve already existing symlink '/dev/char/4:37' to '../tty37'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty39: Handling device node '/dev/tty39', devnum=c4:39
Apr 24 12:18:18 localhost systemd-udevd[156]: tty36: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty40: Device (SEQNUM=1539, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty38: Setting permissions /dev/tty38, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty38: Creating symlink '/dev/char/4:38' to '../tty38'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty40: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty39: Setting permissions /dev/tty39, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty40: Processing device (SEQNUM=1539, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: tty40: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[164]: tty40: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty39: Creating symlink '/dev/char/4:39' to '../tty39'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty41: Device (SEQNUM=1540, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: tty4: Handling device node '/dev/tty4', devnum=c4:4
Apr 24 12:18:18 localhost systemd-udevd[160]: tty37: Device (SEQNUM=1535, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: tty38: sd-device: Created empty file '/run/udev/data/c4:38' for '/devices/virtual/tty/tty38'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty41: Device (SEQNUM=1540, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: tty39: sd-device: Created empty file '/run/udev/data/c4:39' for '/devices/virtual/tty/tty39'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty4: Setting permissions /dev/tty4, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty40: Handling device node '/dev/tty40', devnum=c4:40
Apr 24 12:18:18 localhost systemd-udevd[160]: tty37: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: tty38: Handling device node '/dev/tty38', devnum=c4:38
Apr 24 12:18:18 localhost systemd-udevd[148]: tty41: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty41: Processing device (SEQNUM=1540, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: tty39: Handling device node '/dev/tty39', devnum=c4:39
Apr 24 12:18:18 localhost systemd-udevd[157]: tty4: Creating symlink '/dev/char/4:4' to '../tty4'
Apr 24 12:18:18 localhost systemd-udevd[164]: tty40: Setting permissions /dev/tty40, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty38: Preserve permissions of /dev/tty38, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty42: Device (SEQNUM=1541, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: tty39: Preserve permissions of /dev/tty39, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty41: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[157]: tty4: sd-device: Created empty file '/run/udev/data/c4:4' for '/devices/virtual/tty/tty4'
Apr 24 12:18:18 localhost systemd-udevd[164]: tty40: Creating symlink '/dev/char/4:40' to '../tty40'
Apr 24 12:18:18 localhost systemd-udevd[164]: tty40: sd-device: Created empty file '/run/udev/data/c4:40' for '/devices/virtual/tty/tty40'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty42: Device (SEQNUM=1541, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: tty42: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty39: Preserve already existing symlink '/dev/char/4:39' to '../tty39'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty4: Handling device node '/dev/tty4', devnum=c4:4
Apr 24 12:18:18 localhost systemd-udevd[164]: tty40: Handling device node '/dev/tty40', devnum=c4:40
Apr 24 12:18:18 localhost systemd-udevd[164]: tty40: Preserve permissions of /dev/tty40, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty41: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty43: Device (SEQNUM=1542, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: tty43: Device (SEQNUM=1542, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: tty39: Device (SEQNUM=1537, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: tty4: Preserve permissions of /dev/tty4, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty38: Preserve already existing symlink '/dev/char/4:38' to '../tty38'
Apr 24 12:18:18 localhost systemd-udevd[164]: tty40: Preserve already existing symlink '/dev/char/4:40' to '../tty40'
Apr 24 12:18:18 localhost systemd-udevd[164]: tty40: Device (SEQNUM=1539, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[164]: tty40: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty39: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty4: Preserve already existing symlink '/dev/char/4:4' to '../tty4'
Apr 24 12:18:18 localhost systemd-udevd[154]: tty43: Processing device (SEQNUM=1542, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: tty41: Handling device node '/dev/tty41', devnum=c4:41
Apr 24 12:18:18 localhost systemd-udevd[162]: tty38: Device (SEQNUM=1536, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: tty43: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty42: Processing device (SEQNUM=1541, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: tty4: Device (SEQNUM=1538, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: tty43: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[156]: tty41: Setting permissions /dev/tty41, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty41: Creating symlink '/dev/char/4:41' to '../tty41'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty44: Device (SEQNUM=1543, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: tty4: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty42: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[154]: tty43: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty38: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty44: Device (SEQNUM=1543, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: tty41: sd-device: Created empty file '/run/udev/data/c4:41' for '/devices/virtual/tty/tty41'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty42: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty44: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty45: Device (SEQNUM=1544, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: tty45: Device (SEQNUM=1544, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty45: Processing device (SEQNUM=1544, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: tty45: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[156]: tty41: Handling device node '/dev/tty41', devnum=c4:41
Apr 24 12:18:18 localhost systemd-udevd[148]: tty45: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty42: Handling device node '/dev/tty42', devnum=c4:42
Apr 24 12:18:18 localhost systemd-udevd[154]: tty43: Handling device node '/dev/tty43', devnum=c4:43
Apr 24 12:18:18 localhost systemd-udevd[157]: tty45: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty44: Processing device (SEQNUM=1543, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: tty41: Preserve permissions of /dev/tty41, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty42: Setting permissions /dev/tty42, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty45: Handling device node '/dev/tty45', devnum=c4:45
Apr 24 12:18:18 localhost systemd-udevd[156]: tty41: Preserve already existing symlink '/dev/char/4:41' to '../tty41'
Apr 24 12:18:18 localhost systemd-udevd[154]: tty43: Setting permissions /dev/tty43, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[154]: tty43: Creating symlink '/dev/char/4:43' to '../tty43'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty42: Creating symlink '/dev/char/4:42' to '../tty42'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty42: sd-device: Created empty file '/run/udev/data/c4:42' for '/devices/virtual/tty/tty42'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty46: Device (SEQNUM=1545, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: tty41: Device (SEQNUM=1540, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: tty44: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[154]: tty43: sd-device: Created empty file '/run/udev/data/c4:43' for '/devices/virtual/tty/tty43'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty45: Setting permissions /dev/tty45, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty42: Handling device node '/dev/tty42', devnum=c4:42
Apr 24 12:18:18 localhost systemd-udevd[148]: tty46: Device (SEQNUM=1545, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: tty41: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty44: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[154]: tty43: Handling device node '/dev/tty43', devnum=c4:43
Apr 24 12:18:18 localhost systemd-udevd[157]: tty45: Creating symlink '/dev/char/4:45' to '../tty45'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty45: sd-device: Created empty file '/run/udev/data/c4:45' for '/devices/virtual/tty/tty45'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty46: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: tty43: Preserve permissions of /dev/tty43, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty46: Processing device (SEQNUM=1545, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: tty45: Handling device node '/dev/tty45', devnum=c4:45
Apr 24 12:18:18 localhost systemd-udevd[159]: tty44: Handling device node '/dev/tty44', devnum=c4:44
Apr 24 12:18:18 localhost systemd-udevd[159]: tty44: Setting permissions /dev/tty44, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty42: Preserve permissions of /dev/tty42, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[154]: tty43: Preserve already existing symlink '/dev/char/4:43' to '../tty43'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty45: Preserve permissions of /dev/tty45, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty46: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[162]: tty46: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty44: Creating symlink '/dev/char/4:44' to '../tty44'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty42: Preserve already existing symlink '/dev/char/4:42' to '../tty42'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty45: Preserve already existing symlink '/dev/char/4:45' to '../tty45'
Apr 24 12:18:18 localhost systemd-udevd[154]: tty43: Device (SEQNUM=1542, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: tty46: Handling device node '/dev/tty46', devnum=c4:46
Apr 24 12:18:18 localhost systemd-udevd[159]: tty44: sd-device: Created empty file '/run/udev/data/c4:44' for '/devices/virtual/tty/tty44'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty45: Device (SEQNUM=1544, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: tty42: Device (SEQNUM=1541, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: tty43: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: tty46: Setting permissions /dev/tty46, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty44: Handling device node '/dev/tty44', devnum=c4:44
Apr 24 12:18:18 localhost systemd-udevd[148]: tty47: Device (SEQNUM=1546, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: tty45: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty42: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: tty46: Creating symlink '/dev/char/4:46' to '../tty46'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty44: Preserve permissions of /dev/tty44, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty47: Device (SEQNUM=1546, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: tty46: sd-device: Created empty file '/run/udev/data/c4:46' for '/devices/virtual/tty/tty46'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty44: Preserve already existing symlink '/dev/char/4:44' to '../tty44'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty47: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: tty46: Handling device node '/dev/tty46', devnum=c4:46
Apr 24 12:18:18 localhost systemd-udevd[148]: tty48: Device (SEQNUM=1547, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: tty44: Device (SEQNUM=1543, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: tty46: Preserve permissions of /dev/tty46, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty48: Device (SEQNUM=1547, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: tty47: Processing device (SEQNUM=1546, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: tty44: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty47: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[148]: tty48: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty48: Processing device (SEQNUM=1547, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: tty46: Preserve already existing symlink '/dev/char/4:46' to '../tty46'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty49: Device (SEQNUM=1548, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: tty47: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty46: Device (SEQNUM=1545, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: tty48: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[148]: tty49: Device (SEQNUM=1548, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: tty46: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty48: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty49: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty49: Processing device (SEQNUM=1548, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: tty47: Handling device node '/dev/tty47', devnum=c4:47
Apr 24 12:18:18 localhost systemd-udevd[148]: tty5: Device (SEQNUM=1549, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: tty47: Setting permissions /dev/tty47, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty5: Device (SEQNUM=1549, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: tty49: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: tty48: Handling device node '/dev/tty48', devnum=c4:48
Apr 24 12:18:18 localhost systemd-udevd[156]: tty47: Creating symlink '/dev/char/4:47' to '../tty47'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty5: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty49: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty5: Processing device (SEQNUM=1549, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: tty48: Setting permissions /dev/tty48, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty47: sd-device: Created empty file '/run/udev/data/c4:47' for '/devices/virtual/tty/tty47'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty50: Device (SEQNUM=1550, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: tty5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: tty48: Creating symlink '/dev/char/4:48' to '../tty48'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty47: Handling device node '/dev/tty47', devnum=c4:47
Apr 24 12:18:18 localhost systemd-udevd[159]: tty49: Handling device node '/dev/tty49', devnum=c4:49
Apr 24 12:18:18 localhost systemd-udevd[148]: tty50: Device (SEQNUM=1550, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty48: sd-device: Created empty file '/run/udev/data/c4:48' for '/devices/virtual/tty/tty48'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty47: Preserve permissions of /dev/tty47, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty49: Setting permissions /dev/tty49, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty50: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty51: Device (SEQNUM=1551, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: tty48: Handling device node '/dev/tty48', devnum=c4:48
Apr 24 12:18:18 localhost systemd-udevd[156]: tty47: Preserve already existing symlink '/dev/char/4:47' to '../tty47'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty49: Creating symlink '/dev/char/4:49' to '../tty49'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty5: Handling device node '/dev/tty5', devnum=c4:5
Apr 24 12:18:18 localhost systemd-udevd[159]: tty49: sd-device: Created empty file '/run/udev/data/c4:49' for '/devices/virtual/tty/tty49'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty51: Device (SEQNUM=1551, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: tty48: Preserve permissions of /dev/tty48, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty48: Preserve already existing symlink '/dev/char/4:48' to '../tty48'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty5: Setting permissions /dev/tty5, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty50: Processing device (SEQNUM=1550, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: tty50: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[148]: tty51: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty48: Device (SEQNUM=1547, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: tty47: Device (SEQNUM=1546, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[164]: tty51: Processing device (SEQNUM=1551, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: tty5: Creating symlink '/dev/char/4:5' to '../tty5'
Apr 24 12:18:18 localhost systemd-udevd[162]: tty50: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty49: Handling device node '/dev/tty49', devnum=c4:49
Apr 24 12:18:18 localhost systemd-udevd[148]: tty52: Device (SEQNUM=1552, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: tty48: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty47: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: tty51: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[157]: tty5: sd-device: Created empty file '/run/udev/data/c4:5' for '/devices/virtual/tty/tty5'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty49: Preserve permissions of /dev/tty49, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty49: Preserve already existing symlink '/dev/char/4:49' to '../tty49'
Apr 24 12:18:18 localhost systemd-udevd[162]: tty50: Handling device node '/dev/tty50', devnum=c4:50
Apr 24 12:18:18 localhost systemd-udevd[162]: tty50: Setting permissions /dev/tty50, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty51: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty49: Device (SEQNUM=1548, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: tty52: Device (SEQNUM=1552, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty5: Handling device node '/dev/tty5', devnum=c4:5
Apr 24 12:18:18 localhost systemd-udevd[164]: tty51: Handling device node '/dev/tty51', devnum=c4:51
Apr 24 12:18:18 localhost systemd-udevd[162]: tty50: Creating symlink '/dev/char/4:50' to '../tty50'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty49: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty52: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty5: Preserve permissions of /dev/tty5, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty51: Setting permissions /dev/tty51, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty51: Creating symlink '/dev/char/4:51' to '../tty51'
Apr 24 12:18:18 localhost systemd-udevd[162]: tty50: sd-device: Created empty file '/run/udev/data/c4:50' for '/devices/virtual/tty/tty50'
Apr 24 12:18:18 localhost systemd-udevd[154]: tty52: Processing device (SEQNUM=1552, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: tty53: Device (SEQNUM=1553, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: tty50: Handling device node '/dev/tty50', devnum=c4:50
Apr 24 12:18:18 localhost systemd-udevd[157]: tty5: Preserve already existing symlink '/dev/char/4:5' to '../tty5'
Apr 24 12:18:18 localhost systemd-udevd[164]: tty51: sd-device: Created empty file '/run/udev/data/c4:51' for '/devices/virtual/tty/tty51'
Apr 24 12:18:18 localhost systemd-udevd[164]: tty51: Handling device node '/dev/tty51', devnum=c4:51
Apr 24 12:18:18 localhost systemd-udevd[148]: tty53: Device (SEQNUM=1553, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: tty53: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty5: Device (SEQNUM=1549, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: tty52: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[164]: tty51: Preserve permissions of /dev/tty51, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty50: Preserve permissions of /dev/tty50, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty53: Processing device (SEQNUM=1553, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: tty54: Device (SEQNUM=1554, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: tty5: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: tty52: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty51: Preserve already existing symlink '/dev/char/4:51' to '../tty51'
Apr 24 12:18:18 localhost systemd-udevd[162]: tty50: Preserve already existing symlink '/dev/char/4:50' to '../tty50'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty54: Device (SEQNUM=1554, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: tty52: Handling device node '/dev/tty52', devnum=c4:52
Apr 24 12:18:18 localhost systemd-udevd[164]: tty51: Device (SEQNUM=1551, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: tty50: Device (SEQNUM=1550, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[154]: tty52: Setting permissions /dev/tty52, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty54: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: tty52: Creating symlink '/dev/char/4:52' to '../tty52'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty55: Device (SEQNUM=1555, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: tty52: sd-device: Created empty file '/run/udev/data/c4:52' for '/devices/virtual/tty/tty52'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty53: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[162]: tty50: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty55: Device (SEQNUM=1555, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: tty52: Handling device node '/dev/tty52', devnum=c4:52
Apr 24 12:18:18 localhost systemd-udevd[159]: tty54: Processing device (SEQNUM=1554, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: tty51: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty55: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty53: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty55: Processing device (SEQNUM=1555, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: tty52: Preserve permissions of /dev/tty52, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty54: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[159]: tty54: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[154]: tty52: Preserve already existing symlink '/dev/char/4:52' to '../tty52'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty55: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: tty53: Handling device node '/dev/tty53', devnum=c4:53
Apr 24 12:18:18 localhost systemd-udevd[148]: tty56: Device (SEQNUM=1556, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[154]: tty52: Device (SEQNUM=1552, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: tty55: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty54: Handling device node '/dev/tty54', devnum=c4:54
Apr 24 12:18:18 localhost systemd-udevd[160]: tty53: Setting permissions /dev/tty53, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty56: Device (SEQNUM=1556, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: tty52: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty54: Setting permissions /dev/tty54, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty53: Creating symlink '/dev/char/4:53' to '../tty53'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty53: sd-device: Created empty file '/run/udev/data/c4:53' for '/devices/virtual/tty/tty53'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty56: Processing device (SEQNUM=1556, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: tty55: Handling device node '/dev/tty55', devnum=c4:55
Apr 24 12:18:18 localhost systemd-udevd[159]: tty54: Creating symlink '/dev/char/4:54' to '../tty54'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty53: Handling device node '/dev/tty53', devnum=c4:53
Apr 24 12:18:18 localhost systemd-udevd[159]: tty54: sd-device: Created empty file '/run/udev/data/c4:54' for '/devices/virtual/tty/tty54'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty55: Setting permissions /dev/tty55, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty56: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[159]: tty54: Handling device node '/dev/tty54', devnum=c4:54
Apr 24 12:18:18 localhost systemd-udevd[160]: tty53: Preserve permissions of /dev/tty53, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty53: Preserve already existing symlink '/dev/char/4:53' to '../tty53'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty55: Creating symlink '/dev/char/4:55' to '../tty55'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty55: sd-device: Created empty file '/run/udev/data/c4:55' for '/devices/virtual/tty/tty55'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty54: Preserve permissions of /dev/tty54, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty54: Preserve already existing symlink '/dev/char/4:54' to '../tty54'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty56: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty56: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty55: Handling device node '/dev/tty55', devnum=c4:55
Apr 24 12:18:18 localhost systemd-udevd[159]: tty54: Device (SEQNUM=1554, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: tty54: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty53: Device (SEQNUM=1553, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: tty55: Preserve permissions of /dev/tty55, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty57: Device (SEQNUM=1557, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: tty56: Handling device node '/dev/tty56', devnum=c4:56
Apr 24 12:18:18 localhost systemd-udevd[160]: tty53: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty55: Preserve already existing symlink '/dev/char/4:55' to '../tty55'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty57: Device (SEQNUM=1557, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: tty56: Setting permissions /dev/tty56, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty56: Creating symlink '/dev/char/4:56' to '../tty56'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty57: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: tty57: Processing device (SEQNUM=1557, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: tty55: Device (SEQNUM=1555, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: tty56: sd-device: Created empty file '/run/udev/data/c4:56' for '/devices/virtual/tty/tty56'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty58: Device (SEQNUM=1558, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: tty57: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[157]: tty55: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty56: Handling device node '/dev/tty56', devnum=c4:56
Apr 24 12:18:18 localhost systemd-udevd[156]: tty56: Preserve permissions of /dev/tty56, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty56: Preserve already existing symlink '/dev/char/4:56' to '../tty56'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty58: Device (SEQNUM=1558, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: tty57: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty56: Device (SEQNUM=1556, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: tty58: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty59: Device (SEQNUM=1559, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: tty56: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty59: Device (SEQNUM=1559, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: tty59: Processing device (SEQNUM=1559, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: tty58: Processing device (SEQNUM=1558, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: tty57: Handling device node '/dev/tty57', devnum=c4:57
Apr 24 12:18:18 localhost systemd-udevd[148]: tty59: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty59: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[162]: tty57: Setting permissions /dev/tty57, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty58: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[159]: tty59: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty6: Device (SEQNUM=1560, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: tty57: Creating symlink '/dev/char/4:57' to '../tty57'
Apr 24 12:18:18 localhost systemd-udevd[162]: tty57: sd-device: Created empty file '/run/udev/data/c4:57' for '/devices/virtual/tty/tty57'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty6: Device (SEQNUM=1560, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: tty57: Handling device node '/dev/tty57', devnum=c4:57
Apr 24 12:18:18 localhost systemd-udevd[160]: tty58: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty6: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty59: Handling device node '/dev/tty59', devnum=c4:59
Apr 24 12:18:18 localhost systemd-udevd[162]: tty57: Preserve permissions of /dev/tty57, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty6: Processing device (SEQNUM=1560, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: tty60: Device (SEQNUM=1561, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: tty59: Setting permissions /dev/tty59, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty57: Preserve already existing symlink '/dev/char/4:57' to '../tty57'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty58: Handling device node '/dev/tty58', devnum=c4:58
Apr 24 12:18:18 localhost systemd-udevd[148]: tty60: Device (SEQNUM=1561, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty6: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[159]: tty59: Creating symlink '/dev/char/4:59' to '../tty59'
Apr 24 12:18:18 localhost systemd-udevd[162]: tty57: Device (SEQNUM=1557, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: tty58: Setting permissions /dev/tty58, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty60: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty6: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty60: Processing device (SEQNUM=1561, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: tty60: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[162]: tty57: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty58: Creating symlink '/dev/char/4:58' to '../tty58'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty61: Device (SEQNUM=1562, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: tty59: sd-device: Created empty file '/run/udev/data/c4:59' for '/devices/virtual/tty/tty59'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty60: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty6: Handling device node '/dev/tty6', devnum=c4:6
Apr 24 12:18:18 localhost systemd-udevd[160]: tty58: sd-device: Created empty file '/run/udev/data/c4:58' for '/devices/virtual/tty/tty58'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty61: Device (SEQNUM=1562, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: tty59: Handling device node '/dev/tty59', devnum=c4:59
Apr 24 12:18:18 localhost systemd-udevd[157]: tty6: Setting permissions /dev/tty6, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty58: Handling device node '/dev/tty58', devnum=c4:58
Apr 24 12:18:18 localhost systemd-udevd[148]: tty61: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty60: Handling device node '/dev/tty60', devnum=c4:60
Apr 24 12:18:18 localhost systemd-udevd[159]: tty59: Preserve permissions of /dev/tty59, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty61: Processing device (SEQNUM=1562, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: tty6: Creating symlink '/dev/char/4:6' to '../tty6'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty58: Preserve permissions of /dev/tty58, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty60: Setting permissions /dev/tty60, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty62: Device (SEQNUM=1563, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: tty59: Preserve already existing symlink '/dev/char/4:59' to '../tty59'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty6: sd-device: Created empty file '/run/udev/data/c4:6' for '/devices/virtual/tty/tty6'
Apr 24 12:18:18 localhost systemd-udevd[164]: tty61: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: tty58: Preserve already existing symlink '/dev/char/4:58' to '../tty58'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty58: Device (SEQNUM=1558, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: tty58: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty59: Device (SEQNUM=1559, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: tty6: Handling device node '/dev/tty6', devnum=c4:6
Apr 24 12:18:18 localhost systemd-udevd[164]: tty61: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty60: Creating symlink '/dev/char/4:60' to '../tty60'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty62: Device (SEQNUM=1563, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: tty59: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty6: Preserve permissions of /dev/tty6, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty60: sd-device: Created empty file '/run/udev/data/c4:60' for '/devices/virtual/tty/tty60'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty62: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty6: Preserve already existing symlink '/dev/char/4:6' to '../tty6'
Apr 24 12:18:18 localhost systemd-udevd[164]: tty61: Handling device node '/dev/tty61', devnum=c4:61
Apr 24 12:18:18 localhost systemd-udevd[156]: tty60: Handling device node '/dev/tty60', devnum=c4:60
Apr 24 12:18:18 localhost systemd-udevd[162]: tty62: Processing device (SEQNUM=1563, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: tty62: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[164]: tty61: Setting permissions /dev/tty61, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty63: Device (SEQNUM=1564, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: tty60: Preserve permissions of /dev/tty60, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[157]: tty6: Device (SEQNUM=1560, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: tty62: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[164]: tty61: Creating symlink '/dev/char/4:61' to '../tty61'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty63: Device (SEQNUM=1564, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: tty60: Preserve already existing symlink '/dev/char/4:60' to '../tty60'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty6: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty63: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: tty63: Processing device (SEQNUM=1564, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: tty61: sd-device: Created empty file '/run/udev/data/c4:61' for '/devices/virtual/tty/tty61'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty60: Device (SEQNUM=1561, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: tty62: Handling device node '/dev/tty62', devnum=c4:62
Apr 24 12:18:18 localhost systemd-udevd[164]: tty61: Handling device node '/dev/tty61', devnum=c4:61
Apr 24 12:18:18 localhost systemd-udevd[164]: tty61: Preserve permissions of /dev/tty61, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty63: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[156]: tty60: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: tty62: Setting permissions /dev/tty62, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty7: Device (SEQNUM=1565, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: tty61: Preserve already existing symlink '/dev/char/4:61' to '../tty61'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty63: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty62: Creating symlink '/dev/char/4:62' to '../tty62'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty7: Device (SEQNUM=1565, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: tty62: sd-device: Created empty file '/run/udev/data/c4:62' for '/devices/virtual/tty/tty62'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty7: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: tty7: Processing device (SEQNUM=1565, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: tty61: Device (SEQNUM=1562, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: tty62: Handling device node '/dev/tty62', devnum=c4:62
Apr 24 12:18:18 localhost systemd-udevd[160]: tty63: Handling device node '/dev/tty63', devnum=c4:63
Apr 24 12:18:18 localhost systemd-udevd[164]: tty61: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: tty8: Device (SEQNUM=1566, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: tty7: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[162]: tty62: Preserve permissions of /dev/tty62, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty63: Setting permissions /dev/tty63, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty8: Device (SEQNUM=1566, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: tty7: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[162]: tty62: Preserve already existing symlink '/dev/char/4:62' to '../tty62'
Apr 24 12:18:18 localhost systemd-udevd[160]: tty63: Creating symlink '/dev/char/4:63' to '../tty63'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty8: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty8: Processing device (SEQNUM=1566, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: tty62: Device (SEQNUM=1563, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: tty63: sd-device: Created empty file '/run/udev/data/c4:63' for '/devices/virtual/tty/tty63'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty7: Handling device node '/dev/tty7', devnum=c4:7
Apr 24 12:18:18 localhost systemd-udevd[148]: tty9: Device (SEQNUM=1567, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: tty62: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: tty63: Handling device node '/dev/tty63', devnum=c4:63
Apr 24 12:18:18 localhost systemd-udevd[159]: tty7: Setting permissions /dev/tty7, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: tty9: Device (SEQNUM=1567, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty63: Preserve permissions of /dev/tty63, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[160]: tty63: Preserve already existing symlink '/dev/char/4:63' to '../tty63'
Apr 24 12:18:18 localhost systemd-udevd[148]: tty9: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty9: Processing device (SEQNUM=1567, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: vcs: Device (SEQNUM=1568, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: tty8: Handling device node '/dev/tty8', devnum=c4:8
Apr 24 12:18:18 localhost systemd-udevd[159]: tty7: Creating symlink '/dev/char/4:7' to '../tty7'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty7: sd-device: Created empty file '/run/udev/data/c4:7' for '/devices/virtual/tty/tty7'
Apr 24 12:18:18 localhost systemd-udevd[148]: vcs: Device (SEQNUM=1568, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: vcs: Processing device (SEQNUM=1568, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: tty8: Setting permissions /dev/tty8, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[156]: tty9: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[159]: tty7: Handling device node '/dev/tty7', devnum=c4:7
Apr 24 12:18:18 localhost systemd-udevd[148]: vcs: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: vcs1: Device (SEQNUM=1569, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: vcs: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:24 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[157]: tty8: Creating symlink '/dev/char/4:8' to '../tty8'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty9: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty7: Preserve permissions of /dev/tty7, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[148]: vcs1: Device (SEQNUM=1569, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: tty63: Device (SEQNUM=1564, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: tty8: sd-device: Created empty file '/run/udev/data/c4:8' for '/devices/virtual/tty/tty8'
Apr 24 12:18:18 localhost systemd-udevd[159]: tty7: Preserve already existing symlink '/dev/char/4:7' to '../tty7'
Apr 24 12:18:18 localhost systemd-udevd[162]: vcs: Handling device node '/dev/vcs', devnum=c7:0
Apr 24 12:18:18 localhost systemd-udevd[148]: vcs1: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: vcs1: Processing device (SEQNUM=1569, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: tty63: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty8: Handling device node '/dev/tty8', devnum=c4:8
Apr 24 12:18:18 localhost systemd-udevd[156]: tty9: Handling device node '/dev/tty9', devnum=c4:9
Apr 24 12:18:18 localhost systemd-udevd[159]: tty7: Device (SEQNUM=1565, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: vcs: Preserve permissions of /dev/vcs, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[148]: vcsa: Device (SEQNUM=1570, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: vcsa: Device (SEQNUM=1570, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: tty8: Preserve permissions of /dev/tty8, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[154]: vcsa: Processing device (SEQNUM=1570, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: tty9: Setting permissions /dev/tty9, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[159]: tty7: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: vcsa: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: tty8: Preserve already existing symlink '/dev/char/4:8' to '../tty8'
Apr 24 12:18:18 localhost systemd-udevd[164]: vcs1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:24 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[154]: vcsa: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:24 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[156]: tty9: Creating symlink '/dev/char/4:9' to '../tty9'
Apr 24 12:18:18 localhost systemd-udevd[162]: vcs: Creating symlink '/dev/char/7:0' to '../vcs'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty8: Device (SEQNUM=1566, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: vcsa1: Device (SEQNUM=1571, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: vcsa1: Device (SEQNUM=1571, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: vcs1: Handling device node '/dev/vcs1', devnum=c7:1
Apr 24 12:18:18 localhost systemd-udevd[162]: vcs: sd-device: Created empty file '/run/udev/data/c7:0' for '/devices/virtual/vc/vcs'
Apr 24 12:18:18 localhost systemd-udevd[157]: tty8: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: vcsa: Handling device node '/dev/vcsa', devnum=c7:128
Apr 24 12:18:18 localhost systemd-udevd[148]: vcsa1: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty9: sd-device: Created empty file '/run/udev/data/c4:9' for '/devices/virtual/tty/tty9'
Apr 24 12:18:18 localhost systemd-udevd[148]: vcsu: Device (SEQNUM=1572, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: vcs1: Preserve permissions of /dev/vcs1, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[162]: vcs: Handling device node '/dev/vcs', devnum=c7:0
Apr 24 12:18:18 localhost systemd-udevd[154]: vcsa: Preserve permissions of /dev/vcsa, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[156]: tty9: Handling device node '/dev/tty9', devnum=c4:9
Apr 24 12:18:18 localhost systemd-udevd[148]: vcsu: Device (SEQNUM=1572, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: vcsa1: Processing device (SEQNUM=1571, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[164]: vcs1: Creating symlink '/dev/char/7:1' to '../vcs1'
Apr 24 12:18:18 localhost systemd-udevd[160]: vcsa1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:24 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[154]: vcsa: Creating symlink '/dev/char/7:128' to '../vcsa'
Apr 24 12:18:18 localhost systemd-udevd[154]: vcsa: sd-device: Created empty file '/run/udev/data/c7:128' for '/devices/virtual/vc/vcsa'
Apr 24 12:18:18 localhost systemd-udevd[148]: vcsu: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: vcsu: Processing device (SEQNUM=1572, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: vcs: Preserve permissions of /dev/vcs, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[164]: vcs1: sd-device: Created empty file '/run/udev/data/c7:1' for '/devices/virtual/vc/vcs1'
Apr 24 12:18:18 localhost systemd-udevd[156]: tty9: Preserve permissions of /dev/tty9, uid=0, gid=0, mode=0620
Apr 24 12:18:18 localhost systemd-udevd[154]: vcsa: Handling device node '/dev/vcsa', devnum=c7:128
Apr 24 12:18:18 localhost systemd-udevd[156]: tty9: Preserve already existing symlink '/dev/char/4:9' to '../tty9'
Apr 24 12:18:18 localhost systemd-udevd[148]: vcsu1: Device (SEQNUM=1573, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: vcs: Preserve already existing symlink '/dev/char/7:0' to '../vcs'
Apr 24 12:18:18 localhost systemd-udevd[159]: vcsu: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:24 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[164]: vcs1: Handling device node '/dev/vcs1', devnum=c7:1
Apr 24 12:18:18 localhost systemd-udevd[154]: vcsa: Preserve permissions of /dev/vcsa, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[156]: tty9: Device (SEQNUM=1567, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: vcsa1: Handling device node '/dev/vcsa1', devnum=c7:129
Apr 24 12:18:18 localhost systemd-udevd[148]: vcsu1: Device (SEQNUM=1573, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: vcsu1: Processing device (SEQNUM=1573, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: vcsu1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:24 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[154]: vcsa: Preserve already existing symlink '/dev/char/7:128' to '../vcsa'
Apr 24 12:18:18 localhost systemd-udevd[154]: vcsa: Device (SEQNUM=1570, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: vcsa1: Preserve permissions of /dev/vcsa1, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[160]: vcsa1: Creating symlink '/dev/char/7:129' to '../vcsa1'
Apr 24 12:18:18 localhost systemd-udevd[159]: vcsu: Handling device node '/dev/vcsu', devnum=c7:64
Apr 24 12:18:18 localhost systemd-udevd[162]: vcs: Device (SEQNUM=1568, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[164]: vcs1: Preserve permissions of /dev/vcs1, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[154]: vcsa: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: tty9: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: vcsu1: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: vcsu1: Handling device node '/dev/vcsu1', devnum=c7:65
Apr 24 12:18:18 localhost systemd-udevd[160]: vcsa1: sd-device: Created empty file '/run/udev/data/c7:129' for '/devices/virtual/vc/vcsa1'
Apr 24 12:18:18 localhost systemd-udevd[159]: vcsu: Preserve permissions of /dev/vcsu, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[162]: vcs: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: vcs1: Preserve already existing symlink '/dev/char/7:1' to '../vcs1'
Apr 24 12:18:18 localhost systemd-udevd[148]: vtcon0: Device (SEQNUM=1574, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: vcsu1: Preserve permissions of /dev/vcsu1, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[160]: vcsa1: Handling device node '/dev/vcsa1', devnum=c7:129
Apr 24 12:18:18 localhost systemd-udevd[159]: vcsu: Creating symlink '/dev/char/7:64' to '../vcsu'
Apr 24 12:18:18 localhost systemd-udevd[164]: vcs1: Device (SEQNUM=1569, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: vcsu: sd-device: Created empty file '/run/udev/data/c7:64' for '/devices/virtual/vc/vcsu'
Apr 24 12:18:18 localhost systemd-udevd[157]: vcsu1: Creating symlink '/dev/char/7:65' to '../vcsu1'
Apr 24 12:18:18 localhost systemd-udevd[157]: vcsu1: sd-device: Created empty file '/run/udev/data/c7:65' for '/devices/virtual/vc/vcsu1'
Apr 24 12:18:18 localhost systemd-udevd[164]: vcs1: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: vcsu: Handling device node '/dev/vcsu', devnum=c7:64
Apr 24 12:18:18 localhost systemd-udevd[157]: vcsu1: Handling device node '/dev/vcsu1', devnum=c7:65
Apr 24 12:18:18 localhost systemd-udevd[148]: vtcon0: Device (SEQNUM=1574, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: vtcon0: Processing device (SEQNUM=1574, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: vcsa1: Preserve permissions of /dev/vcsa1, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[157]: vcsu1: Preserve permissions of /dev/vcsu1, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[148]: vtcon0: sd-device-monitor: Passed 163 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: vcsu: Preserve permissions of /dev/vcsu, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[160]: vcsa1: Preserve already existing symlink '/dev/char/7:129' to '../vcsa1'
Apr 24 12:18:18 localhost systemd-udevd[157]: vcsu1: Preserve already existing symlink '/dev/char/7:65' to '../vcsu1'
Apr 24 12:18:18 localhost systemd-udevd[156]: vtcon0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/90-vconsole.rules:12 RUN '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-vconsole-setup'
Apr 24 12:18:18 localhost systemd-udevd[156]: vtcon0: Running command "/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-vconsole-setup"
Apr 24 12:18:18 localhost systemd-udevd[148]: vtcon1: Device (SEQNUM=1575, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: vcsu1: Device (SEQNUM=1573, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: vcsu: Preserve already existing symlink '/dev/char/7:64' to '../vcsu'
Apr 24 12:18:18 localhost systemd-udevd[160]: vcsa1: Device (SEQNUM=1571, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: vtcon0: Starting '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-vconsole-setup'
Apr 24 12:18:18 localhost systemd-udevd[148]: vtcon1: Device (SEQNUM=1575, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: vcsu: Device (SEQNUM=1572, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: vcsu1: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: vcsa1: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: vtcon1: sd-device-monitor: Passed 163 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: vcsu: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: blkcg_punt_bio: Device (SEQNUM=1576, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: Successfully forked off '(spawn)' as PID 190.
Apr 24 12:18:18 localhost systemd-udevd[162]: vtcon1: Processing device (SEQNUM=1575, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: blkcg_punt_bio: Device (SEQNUM=1576, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: blkcg_punt_bio: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: blkcg_punt_bio: Processing device (SEQNUM=1576, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: writeback: Device (SEQNUM=1577, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: writeback: Device (SEQNUM=1577, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: vtcon1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/90-vconsole.rules:12 RUN '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-vconsole-setup'
Apr 24 12:18:18 localhost systemd-udevd[148]: writeback: sd-device-monitor: Passed 166 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: usb_common: Device (SEQNUM=1578, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: writeback: Processing device (SEQNUM=1577, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: blkcg_punt_bio: Device (SEQNUM=1576, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: usb_common: Device (SEQNUM=1578, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: usb_common: Processing device (SEQNUM=1578, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: blkcg_punt_bio: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: usb_common: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: vtcon1: Running command "/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-vconsole-setup"
Apr 24 12:18:18 localhost systemd-udevd[159]: writeback: Device (SEQNUM=1577, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: crct10dif_common: Device (SEQNUM=1579, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: vtcon1: Starting '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-vconsole-setup'
Apr 24 12:18:18 localhost systemd-udevd[157]: usb_common: Device (SEQNUM=1578, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: writeback: sd-device-monitor: Passed 166 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: crct10dif_common: Device (SEQNUM=1579, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: usb_common: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: crct10dif_common: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: crct10dif_common: Processing device (SEQNUM=1579, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: crct10dif_pclmul: Device (SEQNUM=1580, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: Successfully forked off '(spawn)' as PID 191.
Apr 24 12:18:18 localhost systemd-udevd[148]: crct10dif_pclmul: Device (SEQNUM=1580, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: crct10dif_pclmul: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: crct10dif_pclmul: Processing device (SEQNUM=1580, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: crct10dif_common: Device (SEQNUM=1579, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: crct10dif_generic: Device (SEQNUM=1581, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: crct10dif_common: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: crct10dif_generic: Device (SEQNUM=1581, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: crct10dif_generic: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: crc_t10dif: Device (SEQNUM=1582, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: crct10dif_pclmul: Device (SEQNUM=1580, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: crct10dif_generic: Processing device (SEQNUM=1581, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: crc_t10dif: Device (SEQNUM=1582, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: crct10dif_pclmul: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: crc_t10dif: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: crc_t10dif: Processing device (SEQNUM=1582, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: crct10dif_generic: Device (SEQNUM=1581, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: usb: Device (SEQNUM=1583, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: crct10dif_generic: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: usb: Device (SEQNUM=1583, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: crc_t10dif: Device (SEQNUM=1582, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: usb: sd-device-monitor: Passed 119 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: usb: Processing device (SEQNUM=1583, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: crc_t10dif: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: usbfs: Device (SEQNUM=1584, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: usbfs: SEQNUM=1584 blocked by SEQNUM=1583
Apr 24 12:18:18 localhost systemd-udevd[148]: hub: Device (SEQNUM=1585, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: hub: SEQNUM=1585 blocked by SEQNUM=1583
Apr 24 12:18:18 localhost systemd-udevd[148]: usb: Device (SEQNUM=1586, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: usb: Device (SEQNUM=1583, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: usb: SEQNUM=1586 blocked by SEQNUM=1583
Apr 24 12:18:18 localhost systemd-udevd[159]: usb: sd-device-monitor: Passed 119 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: usbcore: Device (SEQNUM=1587, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: usbcore: Device (SEQNUM=1587, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: usbcore: sd-device-monitor: Passed 129 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: usbcore: Processing device (SEQNUM=1587, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: usbfs: Device (SEQNUM=1584, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: usbfs: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: usbfs: Processing device (SEQNUM=1584, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: hub: Device (SEQNUM=1585, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: usbcore: Device (SEQNUM=1587, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: hub: sd-device-monitor: Passed 135 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: hub: Processing device (SEQNUM=1585, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: usbcore: sd-device-monitor: Passed 129 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: usb: Device (SEQNUM=1586, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: usbfs: Device (SEQNUM=1584, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: usb: sd-device-monitor: Passed 135 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: usb: Processing device (SEQNUM=1586, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: usbfs: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: hub: Device (SEQNUM=1585, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: t10_pi: Device (SEQNUM=1588, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: hub: sd-device-monitor: Passed 135 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: t10_pi: Device (SEQNUM=1588, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: usb: Device (SEQNUM=1586, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: t10_pi: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: usb: sd-device-monitor: Passed 135 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[154]: t10_pi: Processing device (SEQNUM=1588, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme-wq: Device (SEQNUM=1589, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme-wq: Device (SEQNUM=1589, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme-wq: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme-wq: Processing device (SEQNUM=1589, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme-reset-wq: Device (SEQNUM=1590, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme-reset-wq: Device (SEQNUM=1590, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[154]: t10_pi: Device (SEQNUM=1588, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme-reset-wq: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme-reset-wq: Processing device (SEQNUM=1590, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[154]: t10_pi: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme-wq: Device (SEQNUM=1589, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme-delete-wq: Device (SEQNUM=1591, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme-wq: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme-delete-wq: Device (SEQNUM=1591, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme-reset-wq: Device (SEQNUM=1590, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme-delete-wq: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: nvme-delete-wq: Processing device (SEQNUM=1591, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme-reset-wq: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: vtcon0: '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-vconsole-setup'(err) 'Sysfs UTF-8 flag enabled'
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme: Device (SEQNUM=1592, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: vtcon0: '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-vconsole-setup'(err) 'UTF-8 kbdmode enabled on /dev/tty1'
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme: Device (SEQNUM=1592, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme: Processing device (SEQNUM=1592, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme: sd-device-monitor: Passed 124 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: nvme-delete-wq: Device (SEQNUM=1591, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme-subsystem: Device (SEQNUM=1593, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: nvme-delete-wq: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme-subsystem: Device (SEQNUM=1593, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme-subsystem: Processing device (SEQNUM=1593, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: vtcon0: Process '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-vconsole-setup' succeeded.
Apr 24 12:18:18 localhost systemd-udevd[156]: vtcon0: Device (SEQNUM=1574, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme: Device (SEQNUM=1592, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme-subsystem: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme_core: Device (SEQNUM=1594, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme: sd-device-monitor: Passed 124 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme-subsystem: Device (SEQNUM=1593, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: vtcon0: sd-device-monitor: Passed 163 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme_core: Device (SEQNUM=1594, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme_core: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme-subsystem: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: vtcon1: '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-vconsole-setup'(err) 'Sysfs UTF-8 flag enabled'
Apr 24 12:18:18 localhost systemd-udevd[157]: nvme_core: Processing device (SEQNUM=1594, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: vtcon1: '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-vconsole-setup'(err) 'UTF-8 kbdmode enabled on /dev/tty1'
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme0: Device (SEQNUM=1595, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: nvme_core: Device (SEQNUM=1594, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: nvme_core: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme0: Device (SEQNUM=1595, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme0: sd-device-monitor: Passed 222 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0: Processing device (SEQNUM=1595, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: vtcon1: Process '/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-vconsole-setup' succeeded.
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3d:00.0: Device (SEQNUM=1596, ACTION=bind) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3d:00.0: SEQNUM=1596 blocked by SEQNUM=1595
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme: Device (SEQNUM=1597, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: vtcon1: Device (SEQNUM=1575, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme: Device (SEQNUM=1597, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: vtcon1: sd-device-monitor: Passed 163 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme: sd-device-monitor: Passed 136 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme: Processing device (SEQNUM=1597, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme: Device (SEQNUM=1598, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme: Device (SEQNUM=1598, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: nvme: Processing device (SEQNUM=1598, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme: sd-device-monitor: Passed 126 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0: Handling device node '/dev/nvme0', devnum=c250:0
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme: Device (SEQNUM=1597, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: xhci_hcd: Device (SEQNUM=1599, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0: Preserve permissions of /dev/nvme0, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[157]: nvme: Device (SEQNUM=1598, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme: sd-device-monitor: Passed 136 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: xhci_hcd: Device (SEQNUM=1599, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0: Creating symlink '/dev/char/250:0' to '../nvme0'
Apr 24 12:18:18 localhost systemd-udevd[157]: nvme: sd-device-monitor: Passed 126 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: xhci_hcd: sd-device-monitor: Passed 130 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0: sd-device: Created empty file '/run/udev/data/c250:0' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0'
Apr 24 12:18:18 localhost systemd-udevd[148]: xhci_pci_renesas: Device (SEQNUM=1600, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0: Handling device node '/dev/nvme0', devnum=c250:0
Apr 24 12:18:18 localhost systemd-udevd[156]: xhci_hcd: Processing device (SEQNUM=1599, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: xhci_pci_renesas: Device (SEQNUM=1600, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0: Preserve permissions of /dev/nvme0, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[148]: xhci_pci_renesas: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: pstore: Device (SEQNUM=1601, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0: Preserve already existing symlink '/dev/char/250:0' to '../nvme0'
Apr 24 12:18:18 localhost systemd-udevd[148]: pstore: Device (SEQNUM=1601, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: pstore: Processing device (SEQNUM=1601, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0: Device (SEQNUM=1595, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: pstore: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: usb1: Device (SEQNUM=1602, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0: sd-device-monitor: Passed 222 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: xhci_pci_renesas: Processing device (SEQNUM=1600, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: usb1: Device (SEQNUM=1602, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: xhci_hcd: Device (SEQNUM=1599, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: pstore: Device (SEQNUM=1601, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: usb1: sd-device-monitor: Passed 266 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: Processing device (SEQNUM=1602, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: xhci_hcd: sd-device-monitor: Passed 130 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: pstore: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3d:00.0: Device (SEQNUM=1596, ACTION=bind) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: xhci_pci_renesas: Device (SEQNUM=1600, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3d:00.0: sd-device-monitor: Passed 316 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:3d:00.0: Processing device (SEQNUM=1596, ACTION=bind)
Apr 24 12:18:18 localhost systemd-udevd[159]: xhci_pci_renesas: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 1-0:1.0: Device (SEQNUM=1603, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 1-0:1.0: SEQNUM=1603 blocked by SEQNUM=1602
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:3d:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme-subsys0: Device (SEQNUM=1604, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: hwdb modalias key: "usb:v1D6Bp0002:xHCI Host Controller"
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:3d:00.0: hwdb modalias key: "pci:v00001179d0000011Asv00001179sd00000001bc01sc08i02"
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme-subsys0: Device (SEQNUM=1604, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:48 MODE 0664
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme-subsys0: sd-device-monitor: Passed 166 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 1-0:1.0: Device (SEQNUM=1605, ACTION=bind) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 1-0:1.0: SEQNUM=1605 blocked by SEQNUM=1602
Apr 24 12:18:18 localhost systemd-udevd[148]: usb1: Device (SEQNUM=1606, ACTION=bind) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:14.0/usb1/power/control' writing 'auto'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme-subsys0: Processing device (SEQNUM=1604, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: usb1: SEQNUM=1606 blocked by SEQNUM=1602
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup27: Device (SEQNUM=1607, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup27: Device (SEQNUM=1607, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup27: sd-device-monitor: Passed 162 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:3d:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:3d:00.0' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0'
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup27: Processing device (SEQNUM=1607, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme-subsys0: Device (SEQNUM=1604, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: usb2: Device (SEQNUM=1608, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:3d:00.0: Device (SEQNUM=1596, ACTION=bind) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme-subsys0: sd-device-monitor: Passed 166 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: usb2: Device (SEQNUM=1608, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: Handling device node '/dev/bus/usb/001/001', devnum=c189:0
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:3d:00.0: sd-device-monitor: Passed 515 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: usb2: sd-device-monitor: Passed 268 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup27: Device (SEQNUM=1607, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: Setting permissions /dev/bus/usb/001/001, uid=0, gid=0, mode=0664
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup27: sd-device-monitor: Passed 162 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: Creating symlink '/dev/char/189:0' to '../bus/usb/001/001'
Apr 24 12:18:18 localhost systemd-udevd[148]: 2-0:1.0: Device (SEQNUM=1609, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: sd-device: Created db file '/run/udev/data/c189:0' for '/devices/pci0000:00/0000:00:14.0/usb1'
Apr 24 12:18:18 localhost systemd-udevd[148]: 2-0:1.0: SEQNUM=1609 blocked by SEQNUM=1608
Apr 24 12:18:18 localhost systemd-udevd[148]: 2-0:1.0: Device (SEQNUM=1610, ACTION=bind) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: 2-0:1.0: SEQNUM=1610 blocked by SEQNUM=1608
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: Handling device node '/dev/bus/usb/001/001', devnum=c189:0
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: Processing device (SEQNUM=1608, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: usb2: Device (SEQNUM=1611, ACTION=bind) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: Preserve permissions of /dev/bus/usb/001/001, uid=0, gid=0, mode=0664
Apr 24 12:18:18 localhost systemd-udevd[148]: usb2: SEQNUM=1611 blocked by SEQNUM=1608
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: Preserve already existing symlink '/dev/char/189:0' to '../bus/usb/001/001'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.0: Device (SEQNUM=1612, ACTION=bind) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: Device (SEQNUM=1602, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.0: SEQNUM=1612 blocked by SEQNUM=1602
Apr 24 12:18:18 localhost systemd-udevd[162]: usb1: sd-device-monitor: Passed 811 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[148]: usb3: Device (SEQNUM=1613, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: hwdb modalias key: "usb:v1D6Bp0003:xHCI Host Controller"
Apr 24 12:18:18 localhost systemd-udevd[148]: usb3: Device (SEQNUM=1613, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: usb3: sd-device-monitor: Passed 307 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:48 MODE 0664
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: Processing device (SEQNUM=1613, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 1-0:1.0: Device (SEQNUM=1603, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:14.0/usb2/power/control' writing 'auto'
Apr 24 12:18:18 localhost systemd-udevd[148]: 1-0:1.0: sd-device-monitor: Passed 283 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:18 localhost systemd-udevd[159]: 1-0:1.0: Processing device (SEQNUM=1603, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[159]: 1-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[148]: 1-0:1.0: SEQNUM=1605 blocked by SEQNUM=1603
Apr 24 12:18:18 localhost systemd-udevd[148]: usb1: SEQNUM=1606 blocked by SEQNUM=1603
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.0: SEQNUM=1612 blocked by SEQNUM=1603
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[159]: 1-0:1.0: hwdb modalias key: "usb:v1D6Bp0002d0510dc09dsc00dp01ic09isc00ip00in00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 3-0:1.0: Device (SEQNUM=1614, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: hwdb modalias key: "usb:v1D6Bp0002:xHCI Host Controller"
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: Handling device node '/dev/bus/usb/002/001', devnum=c189:128
Apr 24 12:18:18 localhost systemd-udevd[148]: 3-0:1.0: SEQNUM=1614 blocked by SEQNUM=1613
Apr 24 12:18:18 localhost systemd-udevd[159]: 1-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: Setting permissions /dev/bus/usb/002/001, uid=0, gid=0, mode=0664
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:48 MODE 0664
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb3/power/control' writing 'auto'
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: Creating symlink '/dev/char/189:128' to '../bus/usb/002/001'
Apr 24 12:18:18 localhost systemd-udevd[148]: 3-0:1.0: Device (SEQNUM=1615, ACTION=bind) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: 3-0:1.0: SEQNUM=1615 blocked by SEQNUM=1613
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: sd-device: Created db file '/run/udev/data/c189:128' for '/devices/pci0000:00/0000:00:14.0/usb2'
Apr 24 12:18:18 localhost systemd-udevd[148]: usb3: Device (SEQNUM=1616, ACTION=bind) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: 1-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: Handling device node '/dev/bus/usb/002/001', devnum=c189:128
Apr 24 12:18:18 localhost systemd-udevd[148]: usb3: SEQNUM=1616 blocked by SEQNUM=1613
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: Preserve permissions of /dev/bus/usb/002/001, uid=0, gid=0, mode=0664
Apr 24 12:18:18 localhost systemd-udevd[159]: 1-0:1.0: sd-device: Created db file '/run/udev/data/+usb:1-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-0:1.0'
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup28: Device (SEQNUM=1617, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: Preserve already existing symlink '/dev/char/189:128' to '../bus/usb/002/001'
Apr 24 12:18:18 localhost systemd-udevd[159]: 1-0:1.0: Running built-in command "kmod load usb:v1D6Bp0002d0510dc09dsc00dp01ic09isc00ip00in00"
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup28: Device (SEQNUM=1617, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: Device (SEQNUM=1608, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: usb:v1D6Bp0002d0510dc09dsc00dp01ic09isc00ip00in00
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: Handling device node '/dev/bus/usb/003/001', devnum=c189:256
Apr 24 12:18:18 localhost systemd-udevd[159]: Module 'usbcore' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup28: Processing device (SEQNUM=1617, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[156]: usb2: sd-device-monitor: Passed 813 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: Setting permissions /dev/bus/usb/003/001, uid=0, gid=0, mode=0664
Apr 24 12:18:18 localhost systemd-udevd[148]: wakeup28: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: Module 'usbcore' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: Creating symlink '/dev/char/189:256' to '../bus/usb/003/001'
Apr 24 12:18:18 localhost systemd-udevd[148]: 2-0:1.0: Device (SEQNUM=1609, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup28: Device (SEQNUM=1617, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: sd-device: Created db file '/run/udev/data/c189:256' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb3'
Apr 24 12:18:18 localhost systemd-udevd[148]: 2-0:1.0: sd-device-monitor: Passed 283 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 1-0:1.0: Device (SEQNUM=1603, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: 2-0:1.0: Processing device (SEQNUM=1609, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: wakeup28: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: Handling device node '/dev/bus/usb/003/001', devnum=c189:256
Apr 24 12:18:18 localhost systemd-udevd[148]: 2-0:1.0: SEQNUM=1610 blocked by SEQNUM=1609
Apr 24 12:18:18 localhost systemd-udevd[159]: 1-0:1.0: sd-device-monitor: Passed 526 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: 2-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: Preserve permissions of /dev/bus/usb/003/001, uid=0, gid=0, mode=0664
Apr 24 12:18:18 localhost systemd-udevd[148]: usb2: SEQNUM=1611 blocked by SEQNUM=1609
Apr 24 12:18:18 localhost systemd-udevd[156]: 2-0:1.0: hwdb modalias key: "usb:v1D6Bp0003d0510dc09dsc00dp03ic09isc00ip00in00"
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: Preserve already existing symlink '/dev/char/189:256' to '../bus/usb/003/001'
Apr 24 12:18:18 localhost systemd-udevd[156]: 2-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: Device (SEQNUM=1613, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: usb4: Device (SEQNUM=1618, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: sd-device-monitor: Passed 852 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: usb4: Device (SEQNUM=1618, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: usb4: sd-device-monitor: Passed 307 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 1-0:1.0: Device (SEQNUM=1605, ACTION=bind) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: Processing device (SEQNUM=1618, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 1-0:1.0: sd-device-monitor: Passed 295 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 1-0:1.0: Processing device (SEQNUM=1605, ACTION=bind)
Apr 24 12:18:18 localhost systemd-udevd[148]: usb1: SEQNUM=1606 blocked by SEQNUM=1605
Apr 24 12:18:18 localhost systemd-udevd[160]: 1-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.0: SEQNUM=1612 blocked by SEQNUM=1605
Apr 24 12:18:18 localhost systemd-udevd[160]: 1-0:1.0: hwdb modalias key: "usb:v1D6Bp0002d0510dc09dsc00dp01ic09isc00ip00in00"
Apr 24 12:18:18 localhost systemd-udevd[156]: 2-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: 3-0:1.0: Device (SEQNUM=1614, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: 1-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: 3-0:1.0: sd-device-monitor: Passed 322 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[156]: 2-0:1.0: sd-device: Created db file '/run/udev/data/+usb:2-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0'
Apr 24 12:18:18 localhost systemd-udevd[159]: 3-0:1.0: Processing device (SEQNUM=1614, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 3-0:1.0: SEQNUM=1615 blocked by SEQNUM=1614
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: hwdb modalias key: "usb:v1D6Bp0003:xHCI Host Controller"
Apr 24 12:18:18 localhost systemd-udevd[156]: 2-0:1.0: Running built-in command "kmod load usb:v1D6Bp0003d0510dc09dsc00dp03ic09isc00ip00in00"
Apr 24 12:18:18 localhost systemd-udevd[148]: usb3: SEQNUM=1616 blocked by SEQNUM=1614
Apr 24 12:18:18 localhost systemd-udevd[148]: 4-0:1.0: Device (SEQNUM=1619, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[156]: Loading module: usb:v1D6Bp0003d0510dc09dsc00dp03ic09isc00ip00in00
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:48 MODE 0664
Apr 24 12:18:18 localhost systemd-udevd[160]: 1-0:1.0: sd-device: Created db file '/run/udev/data/+usb:1-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-0:1.0'
Apr 24 12:18:18 localhost systemd-udevd[159]: 3-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[148]: 4-0:1.0: SEQNUM=1619 blocked by SEQNUM=1618
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb4/power/control' writing 'auto'
Apr 24 12:18:18 localhost systemd-udevd[160]: 1-0:1.0: Device (SEQNUM=1605, ACTION=bind) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: Module 'usbcore' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[159]: 3-0:1.0: hwdb modalias key: "usb:v1D6Bp0002d0510dc09dsc00dp01ic09isc00ip00in00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 4-0:1.0: Device (SEQNUM=1620, ACTION=bind) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[160]: 1-0:1.0: sd-device-monitor: Passed 538 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: Module 'usbcore' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[148]: 4-0:1.0: SEQNUM=1620 blocked by SEQNUM=1618
Apr 24 12:18:18 localhost systemd-udevd[159]: 3-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[156]: 2-0:1.0: Device (SEQNUM=1609, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: usb1: Device (SEQNUM=1606, ACTION=bind) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: 2-0:1.0: sd-device-monitor: Passed 486 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: usb1: sd-device-monitor: Passed 278 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: Handling device node '/dev/bus/usb/004/001', devnum=c189:384
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.0: SEQNUM=1612 blocked by SEQNUM=1606
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: Setting permissions /dev/bus/usb/004/001, uid=0, gid=0, mode=0664
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: Creating symlink '/dev/char/189:384' to '../bus/usb/004/001'
Apr 24 12:18:18 localhost systemd-udevd[148]: usb4: Device (SEQNUM=1621, ACTION=bind) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: usb1: Processing device (SEQNUM=1606, ACTION=bind)
Apr 24 12:18:18 localhost systemd-udevd[148]: usb4: SEQNUM=1621 blocked by SEQNUM=1618
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: sd-device: Created db file '/run/udev/data/c189:384' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb4'
Apr 24 12:18:18 localhost systemd-udevd[160]: usb1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:18 localhost systemd-udevd[159]: 3-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: 2-0:1.0: Device (SEQNUM=1610, ACTION=bind) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: 2-0:1.0: Processing device (SEQNUM=1610, ACTION=bind)
Apr 24 12:18:18 localhost systemd-udevd[148]: 2-0:1.0: sd-device-monitor: Passed 295 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: usb1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[159]: 3-0:1.0: sd-device: Created db file '/run/udev/data/+usb:3-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb3/3-0:1.0'
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: Handling device node '/dev/bus/usb/004/001', devnum=c189:384
Apr 24 12:18:18 localhost systemd-udevd[148]: usb2: SEQNUM=1611 blocked by SEQNUM=1610
Apr 24 12:18:18 localhost systemd-udevd[157]: 2-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[160]: usb1: hwdb modalias key: "usb:v1D6Bp0002:xHCI Host Controller"
Apr 24 12:18:18 localhost systemd-udevd[159]: 3-0:1.0: Running built-in command "kmod load usb:v1D6Bp0002d0510dc09dsc00dp01ic09isc00ip00in00"
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: Preserve permissions of /dev/bus/usb/004/001, uid=0, gid=0, mode=0664
Apr 24 12:18:18 localhost systemd-udevd[157]: 2-0:1.0: hwdb modalias key: "usb:v1D6Bp0003d0510dc09dsc00dp03ic09isc00ip00in00"
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3a:00.0: Device (SEQNUM=1622, ACTION=bind) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: 2-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[159]: Loading module: usb:v1D6Bp0002d0510dc09dsc00dp01ic09isc00ip00in00
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: Preserve already existing symlink '/dev/char/189:384' to '../bus/usb/004/001'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3a:00.0: SEQNUM=1622 blocked by SEQNUM=1614
Apr 24 12:18:18 localhost systemd-udevd[148]: xhci_hcd: Device (SEQNUM=1623, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: Module 'usbcore' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: Device (SEQNUM=1618, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: xhci_hcd: Device (SEQNUM=1623, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: usb1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[159]: Module 'usbcore' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[162]: usb4: sd-device-monitor: Passed 852 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: xhci_hcd: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 4-0:1.0: Device (SEQNUM=1619, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: 2-0:1.0: sd-device: Created db file '/run/udev/data/+usb:2-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0'
Apr 24 12:18:18 localhost systemd-udevd[159]: 3-0:1.0: Device (SEQNUM=1614, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: usb1: Handling device node '/dev/bus/usb/001/001', devnum=c189:0
Apr 24 12:18:18 localhost systemd-udevd[148]: 4-0:1.0: sd-device-monitor: Passed 322 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: Processing device (SEQNUM=1619, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: 2-0:1.0: Device (SEQNUM=1610, ACTION=bind) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[156]: xhci_hcd: Processing device (SEQNUM=1623, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: usb1: Preserve already existing symlink '/dev/char/189:0' to '../bus/usb/001/001'
Apr 24 12:18:18 localhost systemd-udevd[148]: 4-0:1.0: SEQNUM=1620 blocked by SEQNUM=1619
Apr 24 12:18:18 localhost systemd-udevd[157]: 2-0:1.0: sd-device-monitor: Passed 498 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 3-0:1.0: sd-device-monitor: Passed 565 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: hwdb modalias key: "usb:v1D6Bp0003d0510dc09dsc00dp03ic09isc00ip00in00"
Apr 24 12:18:18 localhost systemd-udevd[148]: usb4: SEQNUM=1621 blocked by SEQNUM=1619
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[156]: xhci_hcd: Device (SEQNUM=1623, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: usb1: sd-device: Created db file '/run/udev/data/c189:0' for '/devices/pci0000:00/0000:00:14.0/usb1'
Apr 24 12:18:18 localhost systemd-udevd[156]: xhci_hcd: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: xhci_pci: Device (SEQNUM=1624, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: usb1: Handling device node '/dev/bus/usb/001/001', devnum=c189:0
Apr 24 12:18:18 localhost systemd-udevd[160]: usb1: Preserve already existing symlink '/dev/char/189:0' to '../bus/usb/001/001'
Apr 24 12:18:18 localhost systemd-udevd[148]: xhci_pci: Device (SEQNUM=1624, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: xhci_pci: sd-device-monitor: Passed 130 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: usb1: Device (SEQNUM=1606, ACTION=bind) processed
Apr 24 12:18:18 localhost systemd-udevd[164]: xhci_pci: Processing device (SEQNUM=1624, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: usb1: sd-device-monitor: Passed 823 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:18 localhost systemd-udevd[148]: usb2: Device (SEQNUM=1611, ACTION=bind) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: xhci_pci: Device (SEQNUM=1624, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: usb2: sd-device-monitor: Passed 280 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 3-0:1.0: Device (SEQNUM=1615, ACTION=bind) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: xhci_pci: sd-device-monitor: Passed 130 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: usb2: Processing device (SEQNUM=1611, ACTION=bind)
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: sd-device: Created db file '/run/udev/data/+usb:4-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb4/4-0:1.0'
Apr 24 12:18:18 localhost systemd-udevd[148]: 3-0:1.0: sd-device-monitor: Passed 334 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: 3-0:1.0: Processing device (SEQNUM=1615, ACTION=bind)
Apr 24 12:18:18 localhost systemd-udevd[159]: usb2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: usb3: SEQNUM=1616 blocked by SEQNUM=1615
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: Running built-in command "kmod load usb:v1D6Bp0003d0510dc09dsc00dp03ic09isc00ip00in00"
Apr 24 12:18:18 localhost systemd-udevd[157]: 3-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3a:00.0: SEQNUM=1622 blocked by SEQNUM=1615
Apr 24 12:18:18 localhost systemd-udevd[162]: Loading module: usb:v1D6Bp0003d0510dc09dsc00dp03ic09isc00ip00in00
Apr 24 12:18:18 localhost systemd-udevd[157]: 3-0:1.0: hwdb modalias key: "usb:v1D6Bp0002d0510dc09dsc00dp01ic09isc00ip00in00"
Apr 24 12:18:18 localhost systemd-udevd[162]: Module 'usbcore' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[148]: efi_pstore: Device (SEQNUM=1625, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: usb2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[162]: Module 'usbcore' is already loaded
Apr 24 12:18:18 localhost systemd-udevd[157]: 3-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: efi_pstore: Device (SEQNUM=1625, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: usb2: hwdb modalias key: "usb:v1D6Bp0003:xHCI Host Controller"
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: Device (SEQNUM=1619, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: efi_pstore: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.0: SEQNUM=1612 blocked by SEQNUM=1611
Apr 24 12:18:18 localhost systemd-udevd[159]: usb2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: sd-device-monitor: Passed 525 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: efi_pstore: Processing device (SEQNUM=1625, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: cryptd: Device (SEQNUM=1626, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: cryptd: Device (SEQNUM=1626, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: cryptd: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: efi_pstore: Device (SEQNUM=1625, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: 3-0:1.0: sd-device: Created db file '/run/udev/data/+usb:3-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb3/3-0:1.0'
Apr 24 12:18:18 localhost systemd-udevd[160]: cryptd: Processing device (SEQNUM=1626, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 4-0:1.0: Device (SEQNUM=1620, ACTION=bind) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: efi_pstore: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: usb2: Handling device node '/dev/bus/usb/002/001', devnum=c189:128
Apr 24 12:18:18 localhost systemd-udevd[157]: 3-0:1.0: Device (SEQNUM=1615, ACTION=bind) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 4-0:1.0: sd-device-monitor: Passed 334 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: Processing device (SEQNUM=1620, ACTION=bind)
Apr 24 12:18:18 localhost systemd-udevd[159]: usb2: Preserve already existing symlink '/dev/char/189:128' to '../bus/usb/002/001'
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[157]: 3-0:1.0: sd-device-monitor: Passed 577 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: usb4: SEQNUM=1621 blocked by SEQNUM=1620
Apr 24 12:18:18 localhost systemd-udevd[148]: crypto_simd: Device (SEQNUM=1627, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: hwdb modalias key: "usb:v1D6Bp0003d0510dc09dsc00dp03ic09isc00ip00in00"
Apr 24 12:18:18 localhost systemd-udevd[160]: cryptd: Device (SEQNUM=1626, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: crypto_simd: Device (SEQNUM=1627, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: usb2: sd-device: Created db file '/run/udev/data/c189:128' for '/devices/pci0000:00/0000:00:14.0/usb2'
Apr 24 12:18:18 localhost systemd-udevd[160]: cryptd: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: crypto_simd: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: usb3: Device (SEQNUM=1616, ACTION=bind) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[164]: crypto_simd: Processing device (SEQNUM=1627, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: usb2: Handling device node '/dev/bus/usb/002/001', devnum=c189:128
Apr 24 12:18:18 localhost systemd-udevd[148]: usb3: sd-device-monitor: Passed 319 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: Processing device (SEQNUM=1616, ACTION=bind)
Apr 24 12:18:18 localhost systemd-udevd[159]: usb2: Preserve already existing symlink '/dev/char/189:128' to '../bus/usb/002/001'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3a:00.0: SEQNUM=1622 blocked by SEQNUM=1616
Apr 24 12:18:18 localhost systemd-udevd[159]: usb2: Device (SEQNUM=1611, ACTION=bind) processed
Apr 24 12:18:18 localhost systemd-udevd[164]: crypto_simd: Device (SEQNUM=1627, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: libaes: Device (SEQNUM=1628, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: sd-device: Created db file '/run/udev/data/+usb:4-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb4/4-0:1.0'
Apr 24 12:18:18 localhost systemd-udevd[159]: usb2: sd-device-monitor: Passed 825 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: crypto_simd: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: libaes: Device (SEQNUM=1628, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: Device (SEQNUM=1620, ACTION=bind) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: libaes: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: libaes: Processing device (SEQNUM=1628, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[162]: 4-0:1.0: sd-device-monitor: Passed 537 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.0: Device (SEQNUM=1612, ACTION=bind) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:00:14.0: sd-device-monitor: Passed 307 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: glue_helper: Device (SEQNUM=1629, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: hwdb modalias key: "usb:v1D6Bp0002:xHCI Host Controller"
Apr 24 12:18:18 localhost systemd-udevd[157]: libaes: Device (SEQNUM=1628, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:14.0: Processing device (SEQNUM=1612, ACTION=bind)
Apr 24 12:18:18 localhost systemd-udevd[148]: glue_helper: Device (SEQNUM=1629, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[157]: libaes: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:14.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[148]: glue_helper: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: usb4: Device (SEQNUM=1621, ACTION=bind) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: usb4: sd-device-monitor: Passed 319 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:14.0: hwdb modalias key: "pci:v00008086d00009DEDsv000017AAsd00002279bc0Csc03i30"
Apr 24 12:18:18 localhost systemd-udevd[156]: glue_helper: Processing device (SEQNUM=1629, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: Handling device node '/dev/bus/usb/003/001', devnum=c189:256
Apr 24 12:18:18 localhost systemd-udevd[157]: usb4: Processing device (SEQNUM=1621, ACTION=bind)
Apr 24 12:18:18 localhost systemd-udevd[148]: aesni_intel: Device (SEQNUM=1630, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: Preserve already existing symlink '/dev/char/189:256' to '../bus/usb/003/001'
Apr 24 12:18:18 localhost systemd-udevd[148]: aesni_intel: Device (SEQNUM=1630, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: glue_helper: Device (SEQNUM=1629, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: usb4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: sd-device: Created db file '/run/udev/data/c189:256' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb3'
Apr 24 12:18:18 localhost systemd-udevd[148]: aesni_intel: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[162]: aesni_intel: Processing device (SEQNUM=1630, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:14.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:14.0' for '/devices/pci0000:00/0000:00:14.0'
Apr 24 12:18:18 localhost systemd-udevd[156]: glue_helper: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: Handling device node '/dev/bus/usb/003/001', devnum=c189:256
Apr 24 12:18:18 localhost systemd-udevd[162]: aesni_intel: Device (SEQNUM=1630, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: hwmon0: Device (SEQNUM=1631, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:14.0: Device (SEQNUM=1612, ACTION=bind) processed
Apr 24 12:18:18 localhost systemd-udevd[162]: aesni_intel: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: usb4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:18 localhost systemd-udevd[157]: usb4: hwdb modalias key: "usb:v1D6Bp0003:xHCI Host Controller"
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: Preserve already existing symlink '/dev/char/189:256' to '../bus/usb/003/001'
Apr 24 12:18:18 localhost systemd-udevd[159]: 0000:00:14.0: sd-device-monitor: Passed 559 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: hwmon0: Device (SEQNUM=1631, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: Device (SEQNUM=1616, ACTION=bind) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: usb4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[148]: hwmon0: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[164]: hwmon0: Processing device (SEQNUM=1631, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: usb3: sd-device-monitor: Passed 864 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: crc32c_intel: Device (SEQNUM=1632, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: crc32c_intel: Device (SEQNUM=1632, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: crc32c_intel: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: crc32c_intel: Processing device (SEQNUM=1632, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3a:00.0: SEQNUM=1622 blocked by SEQNUM=1621
Apr 24 12:18:18 localhost systemd-udevd[164]: hwmon0: Device (SEQNUM=1631, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: 259:0: Device (SEQNUM=1633, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[164]: hwmon0: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: 259:0: Device (SEQNUM=1633, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[159]: crc32c_intel: Device (SEQNUM=1632, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[157]: usb4: Handling device node '/dev/bus/usb/004/001', devnum=c189:384
Apr 24 12:18:18 localhost systemd-udevd[148]: 259:0: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 259:0: Processing device (SEQNUM=1633, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[159]: crc32c_intel: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: usb4: Preserve already existing symlink '/dev/char/189:384' to '../bus/usb/004/001'
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme0n1: Device (SEQNUM=1634, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme0n1: Device (SEQNUM=1634, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[157]: usb4: sd-device: Created db file '/run/udev/data/c189:384' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb4'
Apr 24 12:18:18 localhost systemd-udevd[160]: 259:0: Device (SEQNUM=1633, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme0n1: sd-device-monitor: Passed 229 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[157]: usb4: Handling device node '/dev/bus/usb/004/001', devnum=c189:384
Apr 24 12:18:18 localhost systemd-udevd[157]: usb4: Preserve already existing symlink '/dev/char/189:384' to '../bus/usb/004/001'
Apr 24 12:18:18 localhost systemd-udevd[160]: 259:0: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme0n1p1: Device (SEQNUM=1635, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[157]: usb4: Device (SEQNUM=1621, ACTION=bind) processed
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme0n1p1: SEQNUM=1635 blocked by SEQNUM=1634
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Processing device (SEQNUM=1634, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[157]: usb4: sd-device-monitor: Passed 864 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme0n1p2: Device (SEQNUM=1636, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme0n1p2: SEQNUM=1636 blocked by SEQNUM=1634
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3a:00.0: Device (SEQNUM=1622, ACTION=bind) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:62 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[148]: 0000:3a:00.0: sd-device-monitor: Passed 346 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:3a:00.0: Processing device (SEQNUM=1622, ACTION=bind)
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:33 LINK 'disk/by-id/nvme-eui.8ce38e020003b50c'
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:3a:00.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:3a:00.0: hwdb modalias key: "pci:v00008086d000015C1sv000017AAsd00002279bc0Csc03i30"
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:41 LINK 'disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:93 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:95 LINK 'disk/by-path/pci-0000:3d:00.0-nvme-1'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:113 Importing properties from results of builtin command 'blkid'
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:3a:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:3a:00.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0'
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:3a:00.0: Device (SEQNUM=1622, ACTION=bind) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Probe /dev/nvme0n1 with raid and offset=0
Apr 24 12:18:18 localhost systemd-udevd[160]: 0000:3a:00.0: sd-device-monitor: Passed 617 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[156]: Reading EFI variable /sys/firmware/efi/efivars/LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f.
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Handling device node '/dev/nvme0n1', devnum=b259:0
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Preserve permissions of /dev/nvme0n1, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Creating symlink '/dev/block/259:0' to '../nvme0n1'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Found 'b259:0' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:3d:00.0-nvme-1'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Creating symlink '/dev/disk/by-path/pci-0000:3d:00.0-nvme-1' to '../../nvme0n1'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Found 'b259:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-eui.8ce38e020003b50c'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Creating symlink '/dev/disk/by-id/nvme-eui.8ce38e020003b50c' to '../../nvme0n1'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Found 'b259:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Creating symlink '/dev/disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ' to '../../nvme0n1'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: sd-device: Created db file '/run/udev/data/b259:0' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Handling device node '/dev/nvme0n1', devnum=b259:0
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Preserve permissions of /dev/nvme0n1, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Preserve already existing symlink '/dev/block/259:0' to '../nvme0n1'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Found 'b259:0' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:3d:00.0-nvme-1'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:3d:00.0-nvme-1' to '../../nvme0n1'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Found 'b259:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-eui.8ce38e020003b50c'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Preserve already existing symlink '/dev/disk/by-id/nvme-eui.8ce38e020003b50c' to '../../nvme0n1'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Found 'b259:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Preserve already existing symlink '/dev/disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ' to '../../nvme0n1'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Adding watch on '/dev/nvme0n1'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: sd-device: Created db file '/run/udev/data/b259:0' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1'
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: Device (SEQNUM=1634, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[156]: nvme0n1: sd-device-monitor: Passed 807 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme0n1p1: Device (SEQNUM=1635, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme0n1p1: sd-device-monitor: Passed 274 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme0n1p2: Device (SEQNUM=1636, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: nvme0n1p2: sd-device-monitor: Passed 285 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Processing device (SEQNUM=1636, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Processing device (SEQNUM=1635, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:62 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:62 GROUP 4294967295
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:34 LINK 'disk/by-id/nvme-eui.8ce38e020003b50c-part1'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:34 LINK 'disk/by-id/nvme-eui.8ce38e020003b50c-part2'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:47 LINK 'disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:96 LINK 'disk/by-path/pci-0000:3d:00.0-nvme-1-part1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:113 Importing properties from results of builtin command 'blkid'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Probe /dev/nvme0n1p1 with raid and offset=0
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:47 LINK 'disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:96 LINK 'disk/by-path/pci-0000:3d:00.0-nvme-1-part2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:113 Importing properties from results of builtin command 'blkid'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Probe /dev/nvme0n1p2 with raid and offset=0
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-nvme0n1.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:116 LINK 'disk/by-uuid/0c642ebc-2b76-43dc-b9ba-34f1125d7f16'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:124 LINK 'disk/by-partuuid/9f5a793b-d57a-4adc-a0d7-6b6db7c97031'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:125 LINK 'disk/by-partlabel/Linux\x20x86-64\x20root\x20\x28\x2f\x29'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/99-systemd.rules:22 LINK 'gpt-auto-root-luks'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Handling device node '/dev/nvme0n1p2', devnum=b259:2
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Preserve permissions of /dev/nvme0n1p2, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Creating symlink '/dev/block/259:2' to '../nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fgpt-auto-root-luks'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Creating symlink '/dev/gpt-auto-root-luks' to 'nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-partlabel\x2fLinux\x5cx20x86-64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Creating symlink '/dev/disk/by-partlabel/Linux\x20x86-64\x20root\x20\x28\x2f\x29' to '../../nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f0c642ebc-2b76-43dc-b9ba-34f1125d7f16'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Creating symlink '/dev/disk/by-uuid/0c642ebc-2b76-43dc-b9ba-34f1125d7f16' to '../../nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f9f5a793b-d57a-4adc-a0d7-6b6db7c97031'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Creating symlink '/dev/disk/by-partuuid/9f5a793b-d57a-4adc-a0d7-6b6db7c97031' to '../../nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-eui.8ce38e020003b50c-part2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Creating symlink '/dev/disk/by-id/nvme-eui.8ce38e020003b50c-part2' to '../../nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Creating symlink '/dev/disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part2' to '../../nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:3d:00.0-nvme-1-part2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Creating symlink '/dev/disk/by-path/pci-0000:3d:00.0-nvme-1-part2' to '../../nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: sd-device: Created db file '/run/udev/data/b259:2' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Handling device node '/dev/nvme0n1p2', devnum=b259:2
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Preserve permissions of /dev/nvme0n1p2, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Preserve already existing symlink '/dev/block/259:2' to '../nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fgpt-auto-root-luks'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Preserve already existing symlink '/dev/gpt-auto-root-luks' to 'nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-partlabel\x2fLinux\x5cx20x86-64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-partlabel/Linux\x20x86-64\x20root\x20\x28\x2f\x29' to '../../nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f0c642ebc-2b76-43dc-b9ba-34f1125d7f16'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-uuid/0c642ebc-2b76-43dc-b9ba-34f1125d7f16' to '../../nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f9f5a793b-d57a-4adc-a0d7-6b6db7c97031'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-partuuid/9f5a793b-d57a-4adc-a0d7-6b6db7c97031' to '../../nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-eui.8ce38e020003b50c-part2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-id/nvme-eui.8ce38e020003b50c-part2' to '../../nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part2' to '../../nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:3d:00.0-nvme-1-part2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:3d:00.0-nvme-1-part2' to '../../nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Adding watch on '/dev/nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: sd-device: Created db file '/run/udev/data/b259:2' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2'
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: Device (SEQNUM=1636, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[159]: nvme0n1p2: sd-device-monitor: Passed 1565 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:116 LINK 'disk/by-uuid/91C5-0D36'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:124 LINK 'disk/by-partuuid/1bc32aff-296f-4a18-aec0-41d72e2a9d43'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:125 LINK 'disk/by-partlabel/EFI\x20System'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Handling device node '/dev/nvme0n1p1', devnum=b259:1
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Preserve permissions of /dev/nvme0n1p1, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Creating symlink '/dev/block/259:1' to '../nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Found 'b259:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Creating symlink '/dev/disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part1' to '../../nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Found 'b259:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:3d:00.0-nvme-1-part1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Creating symlink '/dev/disk/by-path/pci-0000:3d:00.0-nvme-1-part1' to '../../nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Found 'b259:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f91C5-0D36'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Creating symlink '/dev/disk/by-uuid/91C5-0D36' to '../../nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Found 'b259:1' claiming '/run/udev/links/\x2fdisk\x2fby-partlabel\x2fEFI\x5cx20System'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Creating symlink '/dev/disk/by-partlabel/EFI\x20System' to '../../nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Found 'b259:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-eui.8ce38e020003b50c-part1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Creating symlink '/dev/disk/by-id/nvme-eui.8ce38e020003b50c-part1' to '../../nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Found 'b259:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f1bc32aff-296f-4a18-aec0-41d72e2a9d43'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Creating symlink '/dev/disk/by-partuuid/1bc32aff-296f-4a18-aec0-41d72e2a9d43' to '../../nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: sd-device: Created db file '/run/udev/data/b259:1' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Handling device node '/dev/nvme0n1p1', devnum=b259:1
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Preserve permissions of /dev/nvme0n1p1, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Preserve already existing symlink '/dev/block/259:1' to '../nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Found 'b259:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Preserve already existing symlink '/dev/disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part1' to '../../nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Found 'b259:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:3d:00.0-nvme-1-part1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:3d:00.0-nvme-1-part1' to '../../nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Found 'b259:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f91C5-0D36'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Preserve already existing symlink '/dev/disk/by-uuid/91C5-0D36' to '../../nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Found 'b259:1' claiming '/run/udev/links/\x2fdisk\x2fby-partlabel\x2fEFI\x5cx20System'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Preserve already existing symlink '/dev/disk/by-partlabel/EFI\x20System' to '../../nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Found 'b259:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-eui.8ce38e020003b50c-part1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Preserve already existing symlink '/dev/disk/by-id/nvme-eui.8ce38e020003b50c-part1' to '../../nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Found 'b259:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f1bc32aff-296f-4a18-aec0-41d72e2a9d43'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Preserve already existing symlink '/dev/disk/by-partuuid/1bc32aff-296f-4a18-aec0-41d72e2a9d43' to '../../nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Adding watch on '/dev/nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: sd-device: Created db file '/run/udev/data/b259:1' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1'
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: Device (SEQNUM=1635, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: nvme0n1p1: sd-device-monitor: Passed 1362 byte to netlink monitor
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-gpt\x2dauto\x2droot\x2dluks.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: systemd-cryptsetup@root.service: Trying to enqueue job systemd-cryptsetup@root.service/start/fail
Apr 24 12:18:18 localhost systemd[1]: Added job systemd-cryptsetup@root.service/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in system-systemd\x2dcryptsetup.slice/start from systemd-cryptsetup@root.service/start
Apr 24 12:18:18 localhost systemd[1]: Added job system-systemd\x2dcryptsetup.slice/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in system.slice/start from system-systemd\x2dcryptsetup.slice/start
Apr 24 12:18:18 localhost systemd[1]: Added job system.slice/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in -.slice/start from system.slice/start
Apr 24 12:18:18 localhost systemd[1]: Added job -.slice/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from systemd-cryptsetup@root.service/start
Apr 24 12:18:18 localhost systemd[1]: Added job dev-gpt\x2dauto\x2droot\x2dluks.device/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:18:18 localhost systemd[1]: Added job dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Added job dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:18:18 localhost systemd[1]: Added job dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:18:18 localhost systemd[1]: Added job dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:18:18 localhost systemd[1]: Added job dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Added job dev-nvme0n1p2.device/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from dev-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from dev-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from dev-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Added job sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Added job dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from dev-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from dev-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from dev-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in systemd-cryptsetup@root.service/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:18:18 localhost systemd[1]: Pulling in blockdev@dev-mapper-root.target/start from systemd-cryptsetup@root.service/start
Apr 24 12:18:18 localhost systemd[1]: Added job blockdev@dev-mapper-root.target/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in shutdown.target/stop from blockdev@dev-mapper-root.target/start
Apr 24 12:18:18 localhost systemd[1]: Added job shutdown.target/stop to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in umount.target/stop from systemd-cryptsetup@root.service/start
Apr 24 12:18:18 localhost systemd[1]: Added job umount.target/stop to transaction.
Apr 24 12:18:18 localhost systemd[1]: Found redundant job dev-gpt\x2dauto\x2droot\x2dluks.device/start, dropping from transaction.
Apr 24 12:18:18 localhost systemd[1]: Found redundant job shutdown.target/stop, dropping from transaction.
Apr 24 12:18:18 localhost systemd[1]: Found redundant job dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start, dropping from transaction.
Apr 24 12:18:18 localhost systemd[1]: Found redundant job -.slice/start, dropping from transaction.
Apr 24 12:18:18 localhost systemd[1]: Found redundant job system.slice/start, dropping from transaction.
Apr 24 12:18:18 localhost systemd[1]: Found redundant job umount.target/stop, dropping from transaction.
Apr 24 12:18:18 localhost systemd[1]: Found redundant job dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start, dropping from transaction.
Apr 24 12:18:18 localhost systemd[1]: Found redundant job dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start, dropping from transaction.
Apr 24 12:18:18 localhost systemd[1]: Keeping job dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start because of dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:18:18 localhost systemd[1]: Keeping job dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start because of dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:18:18 localhost systemd[1]: Keeping job system-systemd\x2dcryptsetup.slice/start because of systemd-cryptsetup@root.service/start
Apr 24 12:18:18 localhost systemd[1]: Keeping job sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start because of dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:18:18 localhost systemd[1]: Keeping job dev-nvme0n1p2.device/start because of dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:18:18 localhost systemd[1]: Keeping job blockdev@dev-mapper-root.target/start because of systemd-cryptsetup@root.service/start
Apr 24 12:18:18 localhost systemd[1]: Keeping job dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start because of sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:18:18 localhost systemd[1]: systemd-cryptsetup@root.service: Installed new job systemd-cryptsetup@root.service/start as 59
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device: Installed new job dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start as 67
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device: Installed new job dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start as 65
Apr 24 12:18:18 localhost systemd[1]: system-systemd\x2dcryptsetup.slice: Installed new job system-systemd\x2dcryptsetup.slice/start as 60
Apr 24 12:18:18 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device: Installed new job sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start as 70
Apr 24 12:18:18 localhost systemd[1]: dev-nvme0n1p2.device: Installed new job dev-nvme0n1p2.device/start as 69
Apr 24 12:18:18 localhost systemd[1]: blockdev@dev-mapper-root.target: Installed new job blockdev@dev-mapper-root.target/start as 72
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device: Installed new job dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start as 66
Apr 24 12:18:18 localhost systemd[1]: systemd-cryptsetup@root.service: Enqueued job systemd-cryptsetup@root.service/start as 59
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device: Job 66 dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start finished, result=done
Apr 24 12:18:18 localhost systemd[1]: Condition check resulted in KXG6AZNV256G TOSHIBA Linux\x20x86-64\x20root\x20\x28\x2f\x29 being skipped.
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device: Job 67 dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start finished, result=done
Apr 24 12:18:18 localhost systemd[1]: Condition check resulted in KXG6AZNV256G TOSHIBA Linux\x20x86-64\x20root\x20\x28\x2f\x29 being skipped.
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device: Job 65 dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start finished, result=done
Apr 24 12:18:18 localhost systemd[1]: Condition check resulted in KXG6AZNV256G TOSHIBA Linux\x20x86-64\x20root\x20\x28\x2f\x29 being skipped.
Apr 24 12:18:18 localhost systemd[1]: dev-nvme0n1p2.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-nvme0n1p2.device: Job 69 dev-nvme0n1p2.device/start finished, result=done
Apr 24 12:18:18 localhost systemd[1]: Condition check resulted in KXG6AZNV256G TOSHIBA Linux\x20x86-64\x20root\x20\x28\x2f\x29 being skipped.
Apr 24 12:18:18 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device: Job 70 sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start finished, result=done
Apr 24 12:18:18 localhost systemd[1]: Condition check resulted in KXG6AZNV256G TOSHIBA Linux\x20x86-64\x20root\x20\x28\x2f\x29 being skipped.
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart1.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart1.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2duuid-91C5\x2d0D36.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2dpartuuid-1bc32aff\x2d296f\x2d4a18\x2daec0\x2d41d72e2a9d43.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart1.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: dev-nvme0n1p1.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device: Changed dead -> plugged
Apr 24 12:18:18 localhost systemd[1]: system-systemd\x2dcryptsetup.slice changed dead -> active
Apr 24 12:18:18 localhost systemd[1]: system-systemd\x2dcryptsetup.slice: Job 60 system-systemd\x2dcryptsetup.slice/start finished, result=done
Apr 24 12:18:18 localhost systemd[1]: Created slice Cryptsetup Units Slice.
Apr 24 12:18:18 localhost systemd[1]: blockdev@dev-mapper-root.target: starting held back, waiting for: systemd-cryptsetup@root.service
Apr 24 12:18:18 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:18:18 localhost systemd[1]: systemd-cryptsetup@root.service: Passing 0 fds to service
Apr 24 12:18:18 localhost systemd[1]: systemd-cryptsetup@root.service: About to execute /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-cryptsetup attach root /dev/gpt-auto-root-luks
Apr 24 12:18:18 localhost systemd[1]: systemd-cryptsetup@root.service: Forked /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-cryptsetup as 192
Apr 24 12:18:18 localhost systemd[1]: systemd-cryptsetup@root.service: Changed dead -> start
Apr 24 12:18:18 localhost systemd[1]: Starting Cryptography Setup for root...
Apr 24 12:18:18 localhost systemd[192]: systemd-cryptsetup@root.service: Executing: /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd-cryptsetup attach root /dev/gpt-auto-root-luks
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 46 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: run root â?? /dev/gpt-auto-root-luks type= cipher=
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: Creating directory "/dev/mapper"
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: Creating device /dev/mapper/control (10, 236)
Apr 24 12:18:18 localhost systemd-udevd[148]: device-mapper: Device (SEQNUM=1637, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: device-mapper: Device (SEQNUM=1637, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[148]: device-mapper: sd-device-monitor: Passed 194 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-udevd[148]: dm_mod: Device (SEQNUM=1638, ACTION=add) is queued
Apr 24 12:18:18 localhost systemd-udevd[148]: dm_mod: Device (SEQNUM=1638, ACTION=add) ready for processing
Apr 24 12:18:18 localhost systemd-udevd[160]: device-mapper: Processing device (SEQNUM=1637, ACTION=add)
Apr 24 12:18:18 localhost systemd-udevd[148]: dm_mod: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: dm version   [ opencount flush ]   [16384] (*1)
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: dm versions   [ opencount flush ]   [16384] (*1)
Apr 24 12:18:18 localhost systemd-udevd[159]: dm_mod: Processing device (SEQNUM=1638, ACTION=add)
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: Detected dm-ioctl version 4.43.0.
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: Device-mapper backend running with UDEV support enabled.
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: dm status root  [ opencount noflush ]   [16384] (*1)
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: Trying to load any crypt type from device /dev/gpt-auto-root-luks.
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: Crypto backend (OpenSSL 1.1.1k  25 Mar 2021) initialized in cryptsetup library version 2.3.5.
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: Detected kernel Linux 5.10.30 x86_64.
Apr 24 12:18:18 localhost systemd-udevd[160]: device-mapper: Handling device node '/dev/mapper/control', devnum=c10:236
Apr 24 12:18:18 localhost systemd-udevd[160]: device-mapper: Preserve permissions of /dev/mapper/control, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[160]: device-mapper: Creating symlink '/dev/char/10:236' to '../mapper/control'
Apr 24 12:18:18 localhost systemd-udevd[159]: dm_mod: Device (SEQNUM=1638, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: device-mapper: sd-device: Created empty file '/run/udev/data/c10:236' for '/devices/virtual/misc/device-mapper'
Apr 24 12:18:18 localhost systemd-udevd[160]: device-mapper: Handling device node '/dev/mapper/control', devnum=c10:236
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: PBKDF pbkdf2-sha256, time_ms 2000 (iterations 0).
Apr 24 12:18:18 localhost systemd-udevd[159]: dm_mod: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: Reading LUKS header of size 1024 from device /dev/gpt-auto-root-luks
Apr 24 12:18:18 localhost systemd-udevd[160]: device-mapper: Preserve permissions of /dev/mapper/control, uid=0, gid=0, mode=0600
Apr 24 12:18:18 localhost systemd-udevd[160]: device-mapper: Preserve already existing symlink '/dev/char/10:236' to '../mapper/control'
Apr 24 12:18:18 localhost systemd-udevd[160]: device-mapper: Device (SEQNUM=1637, ACTION=add) processed
Apr 24 12:18:18 localhost systemd-udevd[160]: device-mapper: sd-device-monitor: Passed 194 byte to netlink monitor
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: Key length 32, device size 491727503 sectors, header size 2050 sectors.
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: Activating volume root using token -1.
Apr 24 12:18:18 localhost systemd-cryptsetup[192]: Token activation unsuccessful for device /dev/gpt-auto-root-luks: Invalid argument
Apr 24 12:18:18 localhost systemd[1]: systemd-ask-password-console.path: Got triggered.
Apr 24 12:18:18 localhost systemd[1]: systemd-ask-password-console.service: Trying to enqueue job systemd-ask-password-console.service/start/replace
Apr 24 12:18:18 localhost systemd[1]: Added job systemd-ask-password-console.service/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in system.slice/start from systemd-ask-password-console.service/start
Apr 24 12:18:18 localhost systemd[1]: Added job system.slice/start to transaction.
Apr 24 12:18:18 localhost kernel: device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@xxxxxxxxxx
Apr 24 12:18:18 localhost systemd[1]: Pulling in -.slice/start from system.slice/start
Apr 24 12:18:18 localhost systemd[1]: Added job -.slice/start to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in emergency.service/stop from systemd-ask-password-console.service/start
Apr 24 12:18:18 localhost systemd[1]: Added job emergency.service/stop to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in emergency.target/stop from emergency.service/stop
Apr 24 12:18:18 localhost systemd[1]: Added job emergency.target/stop to transaction.
Apr 24 12:18:18 localhost systemd[1]: Pulling in shutdown.target/stop from systemd-ask-password-console.service/start
Apr 24 12:18:18 localhost systemd[1]: Added job shutdown.target/stop to transaction.
Apr 24 12:18:18 localhost systemd[1]: Found redundant job system.slice/start, dropping from transaction.
Apr 24 12:18:18 localhost systemd[1]: Found redundant job -.slice/start, dropping from transaction.
Apr 24 12:18:18 localhost systemd[1]: Found redundant job emergency.target/stop, dropping from transaction.
Apr 24 12:18:18 localhost systemd[1]: Found redundant job emergency.service/stop, dropping from transaction.
Apr 24 12:18:18 localhost systemd[1]: Found redundant job shutdown.target/stop, dropping from transaction.
Apr 24 12:18:18 localhost systemd[1]: systemd-ask-password-console.service: Installed new job systemd-ask-password-console.service/start as 75
Apr 24 12:18:18 localhost systemd[1]: systemd-ask-password-console.service: Enqueued job systemd-ask-password-console.service/start as 75
Apr 24 12:18:18 localhost systemd[1]: systemd-ask-password-console.path: Changed waiting -> running
Apr 24 12:18:18 localhost systemd[1]: systemd-ask-password-console.service: ConditionPathExists=!/run/plymouth/pid succeeded.
Apr 24 12:18:18 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:18:18 localhost systemd[1]: systemd-ask-password-console.service: Passing 0 fds to service
Apr 24 12:18:18 localhost systemd[1]: systemd-ask-password-console.service: About to execute systemd-tty-ask-password-agent --watch --console
Apr 24 12:18:18 localhost systemd[1]: systemd-ask-password-console.service: Forked systemd-tty-ask-password-agent as 194
Apr 24 12:18:18 localhost systemd[1]: systemd-ask-password-console.service: Changed dead -> running
Apr 24 12:18:18 localhost systemd[1]: systemd-ask-password-console.service: Job 75 systemd-ask-password-console.service/start finished, result=done
Apr 24 12:18:18 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-ask-password-console comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:18 localhost systemd[1]: Started Dispatch Password Requests to Console.
Apr 24 12:18:18 localhost systemd[194]: systemd-ask-password-console.service: Executing: systemd-tty-ask-password-agent --watch --console
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (FDSTORE=1)
Apr 24 12:18:18 localhost systemd[1]: systemd-journald.service: Added fd 26 (n/a) to fd store.
Apr 24 12:18:18 localhost systemd-tty-ask-password-agent[194]: Successfully forked off '(sd-passwd)' as PID 195.
Apr 24 12:18:18 localhost kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3: Device (SEQNUM=1639, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3: Device (SEQNUM=1639, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3: sd-device-monitor: Passed 273 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: Processing device (SEQNUM=1639, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:19 localhost kernel: usb 1-3: New USB device found, idVendor=046d, idProduct=c07e, bcdDevice=90.03
Apr 24 12:18:19 localhost kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 24 12:18:19 localhost kernel: usb 1-3: Product: Gaming Mouse G402
Apr 24 12:18:19 localhost kernel: usb 1-3: Manufacturer: Logitech
Apr 24 12:18:19 localhost kernel: usb 1-3: SerialNumber: 497511573130
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3: Device (SEQNUM=1640, ACTION=change) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3: SEQNUM=1640 blocked by SEQNUM=1639
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.0: Device (SEQNUM=1641, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.0: SEQNUM=1641 blocked by SEQNUM=1639
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.1: Device (SEQNUM=1642, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.1: SEQNUM=1642 blocked by SEQNUM=1639
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: hwdb modalias key: "usb:v046DpC07E:Gaming Mouse G402"
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3: Device (SEQNUM=1643, ACTION=bind) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3: SEQNUM=1643 blocked by SEQNUM=1639
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:48 MODE 0664
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: Handling device node '/dev/bus/usb/001/002', devnum=c189:1
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: Setting permissions /dev/bus/usb/001/002, uid=0, gid=0, mode=0664
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: Creating symlink '/dev/char/189:1' to '../bus/usb/001/002'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: sd-device: Created db file '/run/udev/data/c189:1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: Handling device node '/dev/bus/usb/001/002', devnum=c189:1
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: Preserve permissions of /dev/bus/usb/001/002, uid=0, gid=0, mode=0664
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: Preserve already existing symlink '/dev/char/189:1' to '../bus/usb/001/002'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: Device (SEQNUM=1639, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: sd-device-monitor: Passed 778 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3: Device (SEQNUM=1640, ACTION=change) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.0: SEQNUM=1641 blocked by SEQNUM=1640
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.1: SEQNUM=1642 blocked by SEQNUM=1640
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3: SEQNUM=1643 blocked by SEQNUM=1640
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: Processing device (SEQNUM=1640, ACTION=change)
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: hwdb modalias key: "usb:v046DpC07E:Gaming Mouse G402"
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: Handling device node '/dev/bus/usb/001/002', devnum=c189:1
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: Preserve already existing symlink '/dev/char/189:1' to '../bus/usb/001/002'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: sd-device: Created db file '/run/udev/data/c189:1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: Handling device node '/dev/bus/usb/001/002', devnum=c189:1
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: Preserve already existing symlink '/dev/char/189:1' to '../bus/usb/001/002'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: Device (SEQNUM=1640, ACTION=change) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3: sd-device-monitor: Passed 792 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.0: Device (SEQNUM=1641, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.0: sd-device-monitor: Passed 290 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.1: Device (SEQNUM=1642, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.1: sd-device-monitor: Passed 290 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3: SEQNUM=1643 blocked by SEQNUM=1641
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: Processing device (SEQNUM=1641, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: Processing device (SEQNUM=1642, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: hwdb modalias key: "usb:v046DpC07Ed9003dc00dsc00dp00ic03isc01ip02in00"
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: hwdb modalias key: "usb:v046DpC07Ed9003dc00dsc00dp00ic03isc00ip00in01"
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: sd-device: Created db file '/run/udev/data/+usb:1-3:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: Running built-in command "kmod load usb:v046DpC07Ed9003dc00dsc00dp00ic03isc01ip02in00"
Apr 24 12:18:19 localhost systemd-udevd[160]: Loading module: usb:v046DpC07Ed9003dc00dsc00dp00ic03isc01ip02in00
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: sd-device: Created db file '/run/udev/data/+usb:1-3:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1'
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: Running built-in command "kmod load usb:v046DpC07Ed9003dc00dsc00dp00ic03isc00ip00in01"
Apr 24 12:18:19 localhost systemd-udevd[159]: Loading module: usb:v046DpC07Ed9003dc00dsc00dp00ic03isc00ip00in01
Apr 24 12:18:19 localhost systemd-udevd[148]: hid: Device (SEQNUM=1644, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: hid: Device (SEQNUM=1644, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: hid: sd-device-monitor: Passed 119 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[157]: hid: Processing device (SEQNUM=1644, ACTION=add)
Apr 24 12:18:19 localhost kernel: hid: raw HID events driver (C) Jiri Kosina
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw: Device (SEQNUM=1645, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw: Device (SEQNUM=1645, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw: sd-device-monitor: Passed 126 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: hid: Device (SEQNUM=1646, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: hid: Device (SEQNUM=1646, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: hid: sd-device-monitor: Passed 125 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[156]: hidraw: Processing device (SEQNUM=1645, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[162]: hid: Processing device (SEQNUM=1646, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[157]: hid: Device (SEQNUM=1644, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[157]: hid: sd-device-monitor: Passed 119 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[156]: hidraw: Device (SEQNUM=1645, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[162]: hid: Device (SEQNUM=1646, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[156]: hidraw: sd-device-monitor: Passed 126 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[162]: hid: sd-device-monitor: Passed 125 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0001: Device (SEQNUM=1647, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0001: SEQNUM=1647 blocked by SEQNUM=1641
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.0: Device (SEQNUM=1648, ACTION=bind) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.0: SEQNUM=1648 blocked by SEQNUM=1641
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0002: Device (SEQNUM=1649, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[160]: Inserted module 'usbhid'
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0002: SEQNUM=1649 blocked by SEQNUM=1642
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: Device (SEQNUM=1641, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: sd-device-monitor: Passed 448 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.1: Device (SEQNUM=1650, ACTION=bind) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.1: SEQNUM=1650 blocked by SEQNUM=1642
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3: SEQNUM=1643 blocked by SEQNUM=1642
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0001: SEQNUM=1647 blocked by SEQNUM=1643
Apr 24 12:18:19 localhost systemd-udevd[159]: Inserted module 'usbhid'
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.0: SEQNUM=1648 blocked by SEQNUM=1643
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: Device (SEQNUM=1642, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[148]: usbhid: Device (SEQNUM=1651, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: usbhid: Device (SEQNUM=1651, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: sd-device-monitor: Passed 448 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: usbhid: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3: Device (SEQNUM=1643, ACTION=bind) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3: sd-device-monitor: Passed 285 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0002: SEQNUM=1649 blocked by SEQNUM=1643
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.1: SEQNUM=1650 blocked by SEQNUM=1643
Apr 24 12:18:19 localhost systemd-udevd[148]: usbhid: Device (SEQNUM=1652, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: usbhid: Device (SEQNUM=1652, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[160]: usbhid: Processing device (SEQNUM=1651, ACTION=add)
Apr 24 12:18:19 localhost kernel: usbcore: registered new interface driver usbhid
Apr 24 12:18:19 localhost kernel: usbhid: USB HID core driver
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3: Processing device (SEQNUM=1643, ACTION=bind)
Apr 24 12:18:19 localhost systemd-udevd[148]: usbhid: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[157]: usbhid: Processing device (SEQNUM=1652, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: usbhid: Device (SEQNUM=1651, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[157]: usbhid: Device (SEQNUM=1652, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: usbhid: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[157]: usbhid: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3: hwdb modalias key: "usb:v046DpC07E:Gaming Mouse G402"
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3: Handling device node '/dev/bus/usb/001/002', devnum=c189:1
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3: Preserve already existing symlink '/dev/char/189:1' to '../bus/usb/001/002'
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3: sd-device: Created db file '/run/udev/data/c189:1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3'
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3: Handling device node '/dev/bus/usb/001/002', devnum=c189:1
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3: Preserve already existing symlink '/dev/char/189:1' to '../bus/usb/001/002'
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3: Device (SEQNUM=1643, ACTION=bind) processed
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3: sd-device-monitor: Passed 790 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0001: Device (SEQNUM=1647, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0001: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.0: SEQNUM=1648 blocked by SEQNUM=1647
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0002: Device (SEQNUM=1649, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0002: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.1: SEQNUM=1650 blocked by SEQNUM=1649
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: Processing device (SEQNUM=1649, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: Processing device (SEQNUM=1647, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: hwdb modalias key: "hid:b0003g0001v0000046Dp0000C07E"
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: hwdb modalias key: "hid:b0003g0001v0000046Dp0000C07E"
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: Running built-in command "kmod load hid:b0003g0001v0000046Dp0000C07E"
Apr 24 12:18:19 localhost systemd-udevd[160]: Loading module: hid:b0003g0001v0000046Dp0000C07E
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: Running built-in command "kmod load hid:b0003g0001v0000046Dp0000C07E"
Apr 24 12:18:19 localhost systemd-udevd[159]: Loading module: hid:b0003g0001v0000046Dp0000C07E
Apr 24 12:18:19 localhost systemd-udevd[148]: input0: Device (SEQNUM=1653, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: input0: SEQNUM=1653 blocked by SEQNUM=1647
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw0: Device (SEQNUM=1654, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw0: SEQNUM=1654 blocked by SEQNUM=1647
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0001: Device (SEQNUM=1655, ACTION=bind) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0001: SEQNUM=1655 blocked by SEQNUM=1647
Apr 24 12:18:19 localhost systemd-udevd[148]: input1: Device (SEQNUM=1656, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: input1: SEQNUM=1656 blocked by SEQNUM=1649
Apr 24 12:18:19 localhost kernel: input: Logitech Gaming Mouse G402 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C07E.0001/input/input0
Apr 24 12:18:19 localhost kernel: hid-generic 0003:046D:C07E.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech Gaming Mouse G402] on usb-0000:00:14.0-3/input0
Apr 24 12:18:19 localhost kernel: input: Logitech Gaming Mouse G402 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C07E.0002/input/input1
Apr 24 12:18:19 localhost kernel: tsc: Refined TSC clocksource calibration: 1991.995 MHz
Apr 24 12:18:19 localhost kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d48bcfa5, max_idle_ns: 881590611924 ns
Apr 24 12:18:19 localhost kernel: clocksource: Switched to clocksource tsc
Apr 24 12:18:19 localhost systemd-udevd[148]: input2: Device (SEQNUM=1657, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: input2: SEQNUM=1657 blocked by SEQNUM=1649
Apr 24 12:18:19 localhost systemd-udevd[148]: input3: Device (SEQNUM=1658, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: input3: SEQNUM=1658 blocked by SEQNUM=1649
Apr 24 12:18:19 localhost kernel: input: Logitech Gaming Mouse G402 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C07E.0002/input/input2
Apr 24 12:18:19 localhost kernel: input: Logitech Gaming Mouse G402 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C07E.0002/input/input3
Apr 24 12:18:19 localhost kernel: hid-generic 0003:046D:C07E.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [Logitech Gaming Mouse G402] on usb-0000:00:14.0-3/input1
Apr 24 12:18:19 localhost systemd-udevd[148]: usbmisc: Device (SEQNUM=1659, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: usbmisc: Device (SEQNUM=1659, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[160]: Inserted module 'hid_generic'
Apr 24 12:18:19 localhost systemd-udevd[148]: usbmisc: sd-device-monitor: Passed 127 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[159]: Inserted module 'hid_generic'
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: Device (SEQNUM=1647, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: Device (SEQNUM=1649, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[157]: usbmisc: Processing device (SEQNUM=1659, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[148]: hiddev0: Device (SEQNUM=1660, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: hiddev0: SEQNUM=1660 blocked by SEQNUM=1650
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.0: Device (SEQNUM=1648, ACTION=bind) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.0: sd-device-monitor: Passed 305 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.1: Device (SEQNUM=1650, ACTION=bind) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-3:1.1: sd-device-monitor: Passed 305 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: Processing device (SEQNUM=1648, ACTION=bind)
Apr 24 12:18:19 localhost systemd-udevd[148]: input0: SEQNUM=1653 blocked by SEQNUM=1648
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw0: SEQNUM=1654 blocked by SEQNUM=1648
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0001: SEQNUM=1655 blocked by SEQNUM=1648
Apr 24 12:18:19 localhost systemd-udevd[148]: input1: SEQNUM=1656 blocked by SEQNUM=1650
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: Processing device (SEQNUM=1650, ACTION=bind)
Apr 24 12:18:19 localhost systemd-udevd[148]: input2: SEQNUM=1657 blocked by SEQNUM=1650
Apr 24 12:18:19 localhost systemd-udevd[148]: input3: SEQNUM=1658 blocked by SEQNUM=1650
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw1: Device (SEQNUM=1661, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw1: SEQNUM=1661 blocked by SEQNUM=1650
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: hwdb modalias key: "usb:v046DpC07Ed9003dc00dsc00dp00ic03isc01ip02in00"
Apr 24 12:18:19 localhost systemd-udevd[157]: usbmisc: Device (SEQNUM=1659, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0002: Device (SEQNUM=1662, ACTION=bind) is queued
Apr 24 12:18:19 localhost systemd-udevd[157]: usbmisc: sd-device-monitor: Passed 127 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: hwdb modalias key: "usb:v046DpC07Ed9003dc00dsc00dp00ic03isc00ip00in01"
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0002: SEQNUM=1662 blocked by SEQNUM=1650
Apr 24 12:18:19 localhost systemd-udevd[148]: hid-generic: Device (SEQNUM=1663, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: hid-generic: Device (SEQNUM=1663, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[148]: hid-generic: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[157]: hid-generic: Processing device (SEQNUM=1663, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[148]: hid_generic: Device (SEQNUM=1664, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: hid_generic: Device (SEQNUM=1664, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: hid_generic: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[156]: hid_generic: Processing device (SEQNUM=1664, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[157]: hid-generic: Device (SEQNUM=1663, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[157]: hid-generic: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: sd-device: Created db file '/run/udev/data/+usb:1-3:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0'
Apr 24 12:18:19 localhost systemd-udevd[156]: hid_generic: Device (SEQNUM=1664, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: Device (SEQNUM=1648, ACTION=bind) processed
Apr 24 12:18:19 localhost systemd-udevd[156]: hid_generic: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: sd-device-monitor: Passed 463 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: input0: Device (SEQNUM=1653, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: input0: sd-device-monitor: Passed 487 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw0: Device (SEQNUM=1654, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw0: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0001: SEQNUM=1655 blocked by SEQNUM=1653
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: sd-device: Created db file '/run/udev/data/+usb:1-3:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1'
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: Device (SEQNUM=1650, ACTION=bind) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: Processing device (SEQNUM=1653, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw0: Processing device (SEQNUM=1654, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: sd-device-monitor: Passed 463 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: input1: Device (SEQNUM=1656, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: input1: sd-device-monitor: Passed 575 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:18:19 localhost systemd-udevd[148]: input2: Device (SEQNUM=1657, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,2,4,k110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,r0,1,6,8,B,C,am4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Apr 24 12:18:19 localhost systemd-udevd[148]: input2: sd-device-monitor: Passed 993 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: Processing device (SEQNUM=1656, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[148]: input3: Device (SEQNUM=1658, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw0: Starting 'fido_id'
Apr 24 12:18:19 localhost systemd-udevd[148]: input3: sd-device-monitor: Passed 429 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: hiddev0: Device (SEQNUM=1660, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: hiddev0: sd-device-monitor: Passed 224 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw1: Device (SEQNUM=1661, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw1: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0002: SEQNUM=1662 blocked by SEQNUM=1656
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:18:19 localhost systemd-udevd[164]: hiddev0: Processing device (SEQNUM=1660, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: Processing device (SEQNUM=1658, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[154]: hidraw1: Processing device (SEQNUM=1661, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,4,k74,8E,8F,ram4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[154]: hidraw1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Apr 24 12:18:19 localhost systemd-udevd[154]: hidraw1: Starting 'fido_id'
Apr 24 12:18:19 localhost systemd-udevd[157]: Successfully forked off '(spawn)' as PID 197.
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:18:19 localhost systemd-udevd[164]: hiddev0: Handling device node '/dev/usb/hiddev0', devnum=c180:96
Apr 24 12:18:19 localhost systemd-udevd[154]: Successfully forked off '(spawn)' as PID 198.
Apr 24 12:18:19 localhost systemd-udevd[164]: hiddev0: Preserve permissions of /dev/usb/hiddev0, uid=0, gid=0, mode=0600
Apr 24 12:18:19 localhost systemd-udevd[164]: hiddev0: Creating symlink '/dev/char/180:96' to '../usb/hiddev0'
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: capabilities/ev raw kernel attribute: 17
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:18:19 localhost systemd-udevd[164]: hiddev0: sd-device: Created empty file '/run/udev/data/c180:96' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/usbmisc/hiddev0'
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: capabilities/abs raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[164]: hiddev0: Handling device node '/dev/usb/hiddev0', devnum=c180:96
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: Processing device (SEQNUM=1657, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:18:19 localhost systemd-udevd[164]: hiddev0: Preserve permissions of /dev/usb/hiddev0, uid=0, gid=0, mode=0600
Apr 24 12:18:19 localhost systemd-udevd[164]: hiddev0: Preserve already existing symlink '/dev/char/180:96' to '../usb/hiddev0'
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: capabilities/rel raw kernel attribute: 1943
Apr 24 12:18:19 localhost systemd-udevd[164]: hiddev0: Device (SEQNUM=1660, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[164]: hiddev0: sd-device-monitor: Passed 224 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: capabilities/key raw kernel attribute: ffff0000 0 0 0 0
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B5,B6,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E5,E6,E7,E8,E9,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,250,251,r6,C,a20,m4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: properties raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: test_key: checking bit block 0 for any keys; found=0
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: test_key: checking bit block 64 for any keys; found=0
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: test_key: checking bit block 128 for any keys; found=0
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: test_key: checking bit block 192 for any keys; found=0
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: capabilities/ev raw kernel attribute: 100013
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,2,4,k110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,r0,1,6,8,B,C,am4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: capabilities/abs raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: capabilities/rel raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: capabilities/key raw kernel attribute: 1000000000007 ff800000000007ff febeffdfffefffff fffffffffffffffe
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: capabilities/ev raw kernel attribute: 13
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-3:1.0: if_class:3 protocol:0
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: properties raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: capabilities/abs raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: test_key: checking bit block 0 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: test_key: checking bit block 64 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: test_key: checking bit block 128 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: capabilities/rel raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: capabilities/key raw kernel attribute: c000 10000000000000 0
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: properties raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: test_key: checking bit block 0 for any keys; found=0
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: test_key: checking bit block 64 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: test_key: checking bit block 128 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,4,k74,8E,8F,ram4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-3:1.1: if_class:3 protocol:0
Apr 24 12:18:19 localhost systemd-udevd[162]: 1-3:1.1: if_class:3 protocol:0
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: capabilities/ev raw kernel attribute: 1f
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: capabilities/abs raw kernel attribute: 100000000
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: sd-device: Created db file '/run/udev/data/+input:input0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C07E.0001/input/input0'
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: Running built-in command "kmod load input:b0003v046DpC07Ee0111-e0,1,2,4,k110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,r0,1,6,8,B,C,am4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[160]: Loading module: input:b0003v046DpC07Ee0111-e0,1,2,4,k110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,r0,1,6,8,B,C,am4,lsfw
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: capabilities/rel raw kernel attribute: 1040
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: capabilities/key raw kernel attribute: 300ff 0 0 483ffff17aff32d bfd4444600000000 1 130ff38b17c000 677bfad9415fed 9ed68000004400 10000002
Apr 24 12:18:19 localhost systemd-udevd[160]: Failed to find module 'input:b0003v046DpC07Ee0111-e0,1,2,4,k110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,r0,1,6,8,B,C,am4,lsfw'
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: Device (SEQNUM=1653, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: properties raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[160]: input0: sd-device-monitor: Passed 1030 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: test_key: checking bit block 0 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: test_key: checking bit block 64 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: test_key: checking bit block 128 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0001: SEQNUM=1655 blocked by SEQNUM=1654
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B5,B6,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E5,E6,E7,E8,E9,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,250,251,r6,C,a20,m4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[156]: 1-3:1.1: if_class:3 protocol:0
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: sd-device: Created db file '/run/udev/data/+input:input1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C07E.0002/input/input1'
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: Running built-in command "kmod load input:b0003v046DpC07Ee0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[159]: Loading module: input:b0003v046DpC07Ee0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: sd-device: Created db file '/run/udev/data/+input:input3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C07E.0002/input/input3'
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: Running built-in command "kmod load input:b0003v046DpC07Ee0111-e0,1,4,k74,8E,8F,ram4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[162]: Loading module: input:b0003v046DpC07Ee0111-e0,1,4,k74,8E,8F,ram4,lsfw
Apr 24 12:18:19 localhost systemd-udevd[159]: Failed to find module 'input:b0003v046DpC07Ee0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw'
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: Device (SEQNUM=1656, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[162]: Failed to find module 'input:b0003v046DpC07Ee0111-e0,1,4,k74,8E,8F,ram4,lsfw'
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: Device (SEQNUM=1658, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[159]: input1: sd-device-monitor: Passed 1134 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[162]: input3: sd-device-monitor: Passed 951 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0002: SEQNUM=1662 blocked by SEQNUM=1657
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: sd-device: Created db file '/run/udev/data/+input:input2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C07E.0002/input/input2'
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: Running built-in command "kmod load input:b0003v046DpC07Ee0111-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B5,B6,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E5,E6,E7,E8,E9,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,250,251,r6,C,a20,m4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[156]: Loading module: input:b0003v046DpC07Ee0111-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B5,B6,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E5,E6,E7,E8,E9,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,250,251,r6,C,a20,m4,lsfw
Apr 24 12:18:19 localhost systemd-udevd[156]: Failed to find module 'input:b0003v046DpC07Ee0111-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B5,B6,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E5,E6,E7,E8,E9,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,250,251,r6,C,a20,m4,lsfw'
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: Device (SEQNUM=1657, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[156]: input2: sd-device-monitor: Passed 1515 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0002: SEQNUM=1662 blocked by SEQNUM=1661
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw0: Process 'fido_id' succeeded.
Apr 24 12:18:19 localhost systemd-udevd[154]: hidraw1: Process 'fido_id' succeeded.
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw0: Handling device node '/dev/hidraw0', devnum=c249:0
Apr 24 12:18:19 localhost systemd-udevd[154]: hidraw1: Handling device node '/dev/hidraw1', devnum=c249:1
Apr 24 12:18:19 localhost systemd-udevd[154]: hidraw1: Preserve permissions of /dev/hidraw1, uid=0, gid=0, mode=0600
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw0: Preserve permissions of /dev/hidraw0, uid=0, gid=0, mode=0600
Apr 24 12:18:19 localhost systemd-udevd[154]: hidraw1: Creating symlink '/dev/char/249:1' to '../hidraw1'
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw0: Creating symlink '/dev/char/249:0' to '../hidraw0'
Apr 24 12:18:19 localhost systemd-udevd[154]: hidraw1: sd-device: Created empty file '/run/udev/data/c249:1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C07E.0002/hidraw/hidraw1'
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw0: sd-device: Created empty file '/run/udev/data/c249:0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C07E.0001/hidraw/hidraw0'
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw0: Handling device node '/dev/hidraw0', devnum=c249:0
Apr 24 12:18:19 localhost systemd-udevd[154]: hidraw1: Handling device node '/dev/hidraw1', devnum=c249:1
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw0: Preserve permissions of /dev/hidraw0, uid=0, gid=0, mode=0600
Apr 24 12:18:19 localhost systemd-udevd[154]: hidraw1: Preserve permissions of /dev/hidraw1, uid=0, gid=0, mode=0600
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw0: Preserve already existing symlink '/dev/char/249:0' to '../hidraw0'
Apr 24 12:18:19 localhost systemd-udevd[154]: hidraw1: Preserve already existing symlink '/dev/char/249:1' to '../hidraw1'
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw0: Device (SEQNUM=1654, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[154]: hidraw1: Device (SEQNUM=1661, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw0: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[154]: hidraw1: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0001: Device (SEQNUM=1655, ACTION=bind) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0001: sd-device-monitor: Passed 365 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0002: Device (SEQNUM=1662, ACTION=bind) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:046D:C07E.0002: sd-device-monitor: Passed 365 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: Processing device (SEQNUM=1655, ACTION=bind)
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: Processing device (SEQNUM=1662, ACTION=bind)
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: hwdb modalias key: "hid:b0003g0001v0000046Dp0000C07E"
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: hwdb modalias key: "hid:b0003g0001v0000046Dp0000C07E"
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: Device (SEQNUM=1655, ACTION=bind) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:046D:C07E.0001: sd-device-monitor: Passed 365 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: Device (SEQNUM=1662, ACTION=bind) processed
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:046D:C07E.0002: sd-device-monitor: Passed 365 byte to netlink monitor
Apr 24 12:18:19 localhost kernel: usb 1-4: new full-speed USB device number 3 using xhci_hcd
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: Device (SEQNUM=1665, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: Device (SEQNUM=1665, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: sd-device-monitor: Passed 269 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Processing device (SEQNUM=1665, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:19 localhost kernel: usb 1-4: New USB device found, idVendor=2516, idProduct=0027, bcdDevice= 0.01
Apr 24 12:18:19 localhost kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 24 12:18:19 localhost kernel: usb 1-4: Product: Coolermaster Novatouch TKL
Apr 24 12:18:19 localhost kernel: usb 1-4: Manufacturer: CM Storm
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: Device (SEQNUM=1666, ACTION=change) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: SEQNUM=1666 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.0: Device (SEQNUM=1667, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.0: SEQNUM=1667 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0003: Device (SEQNUM=1668, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0003: SEQNUM=1668 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost systemd-udevd[148]: wakeup29: Device (SEQNUM=1669, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: wakeup29: SEQNUM=1669 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost systemd-udevd[148]: input6: Device (SEQNUM=1670, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: input6: SEQNUM=1670 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost kernel: input: CM Storm Coolermaster Novatouch TKL as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:2516:0027.0003/input/input6
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw2: Device (SEQNUM=1671, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw2: SEQNUM=1671 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0003: Device (SEQNUM=1672, ACTION=bind) is queued
Apr 24 12:18:19 localhost kernel: hid-generic 0003:2516:0027.0003: input,hidraw2: USB HID v1.11 Keyboard [CM Storm Coolermaster Novatouch TKL] on usb-0000:00:14.0-4/input0
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0003: SEQNUM=1672 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.0: Device (SEQNUM=1673, ACTION=bind) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.0: SEQNUM=1673 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.1: Device (SEQNUM=1674, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.1: SEQNUM=1674 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0004: Device (SEQNUM=1675, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0004: SEQNUM=1675 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost systemd-udevd[148]: input7: Device (SEQNUM=1676, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: input7: SEQNUM=1676 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost kernel: input: CM Storm Coolermaster Novatouch TKL Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:2516:0027.0004/input/input7
Apr 24 12:18:19 localhost systemd-udevd[148]: input8: Device (SEQNUM=1677, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: input8: SEQNUM=1677 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw3: Device (SEQNUM=1678, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw3: SEQNUM=1678 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0004: Device (SEQNUM=1679, ACTION=bind) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0004: SEQNUM=1679 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost kernel: input: CM Storm Coolermaster Novatouch TKL Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:2516:0027.0004/input/input8
Apr 24 12:18:19 localhost kernel: hid-generic 0003:2516:0027.0004: input,hidraw3: USB HID v1.11 Keyboard [CM Storm Coolermaster Novatouch TKL] on usb-0000:00:14.0-4/input1
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: hwdb modalias key: "usb:v2516p0027:Coolermaster Novatouch TKL"
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.1: Device (SEQNUM=1680, ACTION=bind) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.1: SEQNUM=1680 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:48 MODE 0664
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: Device (SEQNUM=1681, ACTION=bind) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: SEQNUM=1681 blocked by SEQNUM=1665
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Handling device node '/dev/bus/usb/001/003', devnum=c189:2
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Setting permissions /dev/bus/usb/001/003, uid=0, gid=0, mode=0664
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Creating symlink '/dev/char/189:2' to '../bus/usb/001/003'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: sd-device: Created db file '/run/udev/data/c189:2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Handling device node '/dev/bus/usb/001/003', devnum=c189:2
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Preserve permissions of /dev/bus/usb/001/003, uid=0, gid=0, mode=0664
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Preserve already existing symlink '/dev/char/189:2' to '../bus/usb/001/003'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Device (SEQNUM=1665, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: sd-device-monitor: Passed 789 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: Device (SEQNUM=1666, ACTION=change) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: sd-device-monitor: Passed 283 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.0: SEQNUM=1667 blocked by SEQNUM=1666
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0003: SEQNUM=1668 blocked by SEQNUM=1666
Apr 24 12:18:19 localhost systemd-udevd[148]: wakeup29: SEQNUM=1669 blocked by SEQNUM=1666
Apr 24 12:18:19 localhost systemd-udevd[148]: input6: SEQNUM=1670 blocked by SEQNUM=1666
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Processing device (SEQNUM=1666, ACTION=change)
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw2: SEQNUM=1671 blocked by SEQNUM=1666
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0003: SEQNUM=1672 blocked by SEQNUM=1666
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.0: SEQNUM=1673 blocked by SEQNUM=1666
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.1: SEQNUM=1674 blocked by SEQNUM=1666
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0004: SEQNUM=1675 blocked by SEQNUM=1666
Apr 24 12:18:19 localhost systemd-udevd[148]: input7: SEQNUM=1676 blocked by SEQNUM=1666
Apr 24 12:18:19 localhost systemd-udevd[148]: input8: SEQNUM=1677 blocked by SEQNUM=1666
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw3: SEQNUM=1678 blocked by SEQNUM=1666
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0004: SEQNUM=1679 blocked by SEQNUM=1666
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.1: SEQNUM=1680 blocked by SEQNUM=1666
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: SEQNUM=1681 blocked by SEQNUM=1666
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: hwdb modalias key: "usb:v2516p0027:Coolermaster Novatouch TKL"
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Handling device node '/dev/bus/usb/001/003', devnum=c189:2
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Preserve already existing symlink '/dev/char/189:2' to '../bus/usb/001/003'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: sd-device: Created db file '/run/udev/data/c189:2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Handling device node '/dev/bus/usb/001/003', devnum=c189:2
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Preserve already existing symlink '/dev/char/189:2' to '../bus/usb/001/003'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Device (SEQNUM=1666, ACTION=change) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: sd-device-monitor: Passed 803 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.0: Device (SEQNUM=1667, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.0: sd-device-monitor: Passed 286 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0003: SEQNUM=1668 blocked by SEQNUM=1667
Apr 24 12:18:19 localhost systemd-udevd[148]: wakeup29: Device (SEQNUM=1669, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: Processing device (SEQNUM=1667, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[148]: wakeup29: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: input6: SEQNUM=1670 blocked by SEQNUM=1667
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw2: SEQNUM=1671 blocked by SEQNUM=1667
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0003: SEQNUM=1672 blocked by SEQNUM=1667
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.0: SEQNUM=1673 blocked by SEQNUM=1667
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.1: Device (SEQNUM=1674, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[159]: wakeup29: Processing device (SEQNUM=1669, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.1: sd-device-monitor: Passed 286 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0004: SEQNUM=1675 blocked by SEQNUM=1674
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: hwdb modalias key: "usb:v2516p0027d0001dc00dsc00dp00ic03isc01ip01in00"
Apr 24 12:18:19 localhost systemd-udevd[148]: input7: SEQNUM=1676 blocked by SEQNUM=1674
Apr 24 12:18:19 localhost systemd-udevd[148]: input8: SEQNUM=1677 blocked by SEQNUM=1674
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw3: SEQNUM=1678 blocked by SEQNUM=1674
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0004: SEQNUM=1679 blocked by SEQNUM=1674
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.1: SEQNUM=1680 blocked by SEQNUM=1674
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: SEQNUM=1681 blocked by SEQNUM=1667
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[157]: 1-4:1.1: Processing device (SEQNUM=1674, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[157]: 1-4:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:19 localhost systemd-udevd[157]: 1-4:1.1: hwdb modalias key: "usb:v2516p0027d0001dc00dsc00dp00ic03isc00ip00in01"
Apr 24 12:18:19 localhost systemd-udevd[157]: 1-4:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: sd-device: Created db file '/run/udev/data/+usb:1-4:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0'
Apr 24 12:18:19 localhost systemd-udevd[159]: wakeup29: Device (SEQNUM=1669, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: Running built-in command "kmod load usb:v2516p0027d0001dc00dsc00dp00ic03isc01ip01in00"
Apr 24 12:18:19 localhost systemd-udevd[160]: Loading module: usb:v2516p0027d0001dc00dsc00dp00ic03isc01ip01in00
Apr 24 12:18:19 localhost systemd-udevd[159]: wakeup29: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[157]: 1-4:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:19 localhost systemd-udevd[160]: Module 'usbhid' is already loaded
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: Device (SEQNUM=1667, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: sd-device-monitor: Passed 471 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[157]: 1-4:1.1: sd-device: Created db file '/run/udev/data/+usb:1-4:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1'
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0003: Device (SEQNUM=1668, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[157]: 1-4:1.1: Running built-in command "kmod load usb:v2516p0027d0001dc00dsc00dp00ic03isc00ip00in01"
Apr 24 12:18:19 localhost systemd-udevd[157]: Loading module: usb:v2516p0027d0001dc00dsc00dp00ic03isc00ip00in01
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0003: sd-device-monitor: Passed 342 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: input6: SEQNUM=1670 blocked by SEQNUM=1668
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw2: SEQNUM=1671 blocked by SEQNUM=1668
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0003: SEQNUM=1672 blocked by SEQNUM=1668
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: Processing device (SEQNUM=1668, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.0: SEQNUM=1673 blocked by SEQNUM=1668
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: SEQNUM=1681 blocked by SEQNUM=1668
Apr 24 12:18:19 localhost systemd-udevd[157]: Module 'usbhid' is already loaded
Apr 24 12:18:19 localhost systemd-udevd[157]: 1-4:1.1: Device (SEQNUM=1674, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[157]: 1-4:1.1: sd-device-monitor: Passed 471 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: hwdb modalias key: "hid:b0003g0001v00002516p00000027"
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0004: Device (SEQNUM=1675, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0004: sd-device-monitor: Passed 342 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: input7: SEQNUM=1676 blocked by SEQNUM=1675
Apr 24 12:18:19 localhost systemd-udevd[148]: input8: SEQNUM=1677 blocked by SEQNUM=1675
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw3: SEQNUM=1678 blocked by SEQNUM=1675
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0004: SEQNUM=1679 blocked by SEQNUM=1675
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: Processing device (SEQNUM=1675, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.1: SEQNUM=1680 blocked by SEQNUM=1675
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: hwdb modalias key: "hid:b0003g0001v00002516p00000027"
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: Running built-in command "kmod load hid:b0003g0001v00002516p00000027"
Apr 24 12:18:19 localhost systemd-udevd[160]: Loading module: hid:b0003g0001v00002516p00000027
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:19 localhost systemd-udevd[160]: Module 'hid_generic' is already loaded
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: Device (SEQNUM=1668, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: sd-device-monitor: Passed 342 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: Running built-in command "kmod load hid:b0003g0001v00002516p00000027"
Apr 24 12:18:19 localhost systemd-udevd[159]: Loading module: hid:b0003g0001v00002516p00000027
Apr 24 12:18:19 localhost systemd-udevd[148]: input6: Device (SEQNUM=1670, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: input6: sd-device-monitor: Passed 633 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw2: Device (SEQNUM=1671, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw2: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0003: SEQNUM=1672 blocked by SEQNUM=1670
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: Processing device (SEQNUM=1670, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.0: SEQNUM=1673 blocked by SEQNUM=1670
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: SEQNUM=1681 blocked by SEQNUM=1670
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw2: Processing device (SEQNUM=1671, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: hwdb modalias key: "input:b0003v2516p0027e0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw"
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw2: Starting 'fido_id'
Apr 24 12:18:19 localhost systemd-udevd[159]: Module 'hid_generic' is already loaded
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: Device (SEQNUM=1675, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: sd-device-monitor: Passed 342 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:18:19 localhost systemd-udevd[148]: input7: Device (SEQNUM=1676, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:18:19 localhost systemd-udevd[157]: Successfully forked off '(spawn)' as PID 199.
Apr 24 12:18:19 localhost systemd-udevd[148]: input7: sd-device-monitor: Passed 444 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: input8: Device (SEQNUM=1677, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: input8: sd-device-monitor: Passed 577 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: Processing device (SEQNUM=1676, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw3: Device (SEQNUM=1678, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: hidraw3: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0004: SEQNUM=1679 blocked by SEQNUM=1676
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.1: SEQNUM=1680 blocked by SEQNUM=1676
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: Processing device (SEQNUM=1677, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[162]: hidraw3: Processing device (SEQNUM=1678, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: capabilities/ev raw kernel attribute: 120013
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: hwdb modalias key: "input:b0003v2516p0027e0111-e0,1,4,k71,72,73,A3,A4,A5,A6,ram4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: capabilities/abs raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: hwdb modalias key: "input:b0003v2516p0027e0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: capabilities/rel raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: capabilities/key raw kernel attribute: 1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: properties raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: test_key: checking bit block 0 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[162]: hidraw3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: test_key: checking bit block 64 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: test_key: checking bit block 128 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[162]: hidraw3: Starting 'fido_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: hwdb modalias key: "input:b0003v2516p0027e0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw"
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: if_class:3 protocol:0
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[162]: Successfully forked off '(spawn)' as PID 200.
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: capabilities/ev raw kernel attribute: 100013
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: capabilities/abs raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: capabilities/rel raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: capabilities/key raw kernel attribute: 1000000000007 ff980000000007ff febeffdfffefffff fffffffffffffffe
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: capabilities/ev raw kernel attribute: 13
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: properties raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: sd-device: Created db file '/run/udev/data/+input:input6' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:2516:0027.0003/input/input6'
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: Running built-in command "kmod load input:b0003v2516p0027e0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw"
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: test_key: checking bit block 0 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: test_key: checking bit block 64 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[160]: Loading module: input:b0003v2516p0027e0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: capabilities/abs raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: test_key: checking bit block 128 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: capabilities/rel raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[160]: Failed to find module 'input:b0003v2516p0027e0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw'
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: hwdb modalias key: "input:b0003v2516p0027e0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: Device (SEQNUM=1670, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:18:19 localhost systemd-udevd[160]: input6: sd-device-monitor: Passed 1180 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: capabilities/key raw kernel attribute: 7800000000 e000000000000 0
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0003: SEQNUM=1672 blocked by SEQNUM=1671
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: properties raw kernel attribute: 0
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.0: SEQNUM=1673 blocked by SEQNUM=1671
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: SEQNUM=1681 blocked by SEQNUM=1671
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: test_key: checking bit block 0 for any keys; found=0
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: test_key: checking bit block 64 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: test_key: checking bit block 128 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: hwdb modalias key: "input:b0003v2516p0027e0111-e0,1,4,k71,72,73,A3,A4,A5,A6,ram4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:18:19 localhost systemd-udevd[156]: 1-4:1.1: if_class:3 protocol:0
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:19 localhost systemd-udevd[159]: 1-4:1.1: if_class:3 protocol:0
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: sd-device: Created db file '/run/udev/data/+input:input8' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:2516:0027.0004/input/input8'
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: Running built-in command "kmod load input:b0003v2516p0027e0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:19 localhost systemd-udevd[156]: Loading module: input:b0003v2516p0027e0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw
Apr 24 12:18:19 localhost systemd-udevd[156]: Failed to find module 'input:b0003v2516p0027e0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw'
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: Device (SEQNUM=1677, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[156]: input8: sd-device-monitor: Passed 1124 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: sd-device: Created db file '/run/udev/data/+input:input7' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:2516:0027.0004/input/input7'
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: Running built-in command "kmod load input:b0003v2516p0027e0111-e0,1,4,k71,72,73,A3,A4,A5,A6,ram4,lsfw"
Apr 24 12:18:19 localhost systemd-udevd[159]: Loading module: input:b0003v2516p0027e0111-e0,1,4,k71,72,73,A3,A4,A5,A6,ram4,lsfw
Apr 24 12:18:19 localhost systemd-udevd[159]: Failed to find module 'input:b0003v2516p0027e0111-e0,1,4,k71,72,73,A3,A4,A5,A6,ram4,lsfw'
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: Device (SEQNUM=1676, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[159]: input7: sd-device-monitor: Passed 954 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0004: SEQNUM=1679 blocked by SEQNUM=1678
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.1: SEQNUM=1680 blocked by SEQNUM=1678
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw2: Process 'fido_id' succeeded.
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw2: Handling device node '/dev/hidraw2', devnum=c249:2
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw2: Preserve permissions of /dev/hidraw2, uid=0, gid=0, mode=0600
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw2: Creating symlink '/dev/char/249:2' to '../hidraw2'
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw2: sd-device: Created empty file '/run/udev/data/c249:2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:2516:0027.0003/hidraw/hidraw2'
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw2: Handling device node '/dev/hidraw2', devnum=c249:2
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw2: Preserve permissions of /dev/hidraw2, uid=0, gid=0, mode=0600
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw2: Preserve already existing symlink '/dev/char/249:2' to '../hidraw2'
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw2: Device (SEQNUM=1671, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[157]: hidraw2: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[162]: hidraw3: Process 'fido_id' succeeded.
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0003: Device (SEQNUM=1672, ACTION=bind) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0003: sd-device-monitor: Passed 362 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.0: SEQNUM=1673 blocked by SEQNUM=1672
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: SEQNUM=1681 blocked by SEQNUM=1672
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: Processing device (SEQNUM=1672, ACTION=bind)
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: hwdb modalias key: "hid:b0003g0001v00002516p00000027"
Apr 24 12:18:19 localhost systemd-udevd[162]: hidraw3: Handling device node '/dev/hidraw3', devnum=c249:3
Apr 24 12:18:19 localhost systemd-udevd[162]: hidraw3: Preserve permissions of /dev/hidraw3, uid=0, gid=0, mode=0600
Apr 24 12:18:19 localhost systemd-udevd[162]: hidraw3: Creating symlink '/dev/char/249:3' to '../hidraw3'
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:18:19 localhost systemd-udevd[162]: hidraw3: sd-device: Created empty file '/run/udev/data/c249:3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:2516:0027.0004/hidraw/hidraw3'
Apr 24 12:18:19 localhost systemd-udevd[162]: hidraw3: Handling device node '/dev/hidraw3', devnum=c249:3
Apr 24 12:18:19 localhost systemd-udevd[162]: hidraw3: Preserve permissions of /dev/hidraw3, uid=0, gid=0, mode=0600
Apr 24 12:18:19 localhost systemd-udevd[162]: hidraw3: Preserve already existing symlink '/dev/char/249:3' to '../hidraw3'
Apr 24 12:18:19 localhost systemd-udevd[162]: hidraw3: Device (SEQNUM=1678, ACTION=add) processed
Apr 24 12:18:19 localhost systemd-udevd[162]: hidraw3: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: Device (SEQNUM=1672, ACTION=bind) processed
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0004: Device (SEQNUM=1679, ACTION=bind) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[160]: 0003:2516:0027.0003: sd-device-monitor: Passed 362 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 0003:2516:0027.0004: sd-device-monitor: Passed 362 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.1: SEQNUM=1680 blocked by SEQNUM=1679
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.0: Device (SEQNUM=1673, ACTION=bind) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: Processing device (SEQNUM=1679, ACTION=bind)
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.0: sd-device-monitor: Passed 301 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: SEQNUM=1681 blocked by SEQNUM=1673
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: Processing device (SEQNUM=1673, ACTION=bind)
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: hwdb modalias key: "hid:b0003g0001v00002516p00000027"
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: hwdb modalias key: "usb:v2516p0027d0001dc00dsc00dp00ic03isc01ip01in00"
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: No entry found from hwdb.
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: sd-device: Created db file '/run/udev/data/+usb:1-4:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: Device (SEQNUM=1673, ACTION=bind) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.0: sd-device-monitor: Passed 486 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: Device (SEQNUM=1679, ACTION=bind) processed
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: SEQNUM=1681 blocked by SEQNUM=1679
Apr 24 12:18:19 localhost systemd-udevd[159]: 0003:2516:0027.0004: sd-device-monitor: Passed 362 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.1: Device (SEQNUM=1680, ACTION=bind) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4:1.1: sd-device-monitor: Passed 301 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: SEQNUM=1681 blocked by SEQNUM=1680
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.1: Processing device (SEQNUM=1680, ACTION=bind)
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.1: hwdb modalias key: "usb:v2516p0027d0001dc00dsc00dp00ic03isc00ip00in01"
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.1: sd-device: Created db file '/run/udev/data/+usb:1-4:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.1: Device (SEQNUM=1680, ACTION=bind) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4:1.1: sd-device-monitor: Passed 486 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: Device (SEQNUM=1681, ACTION=bind) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-4: sd-device-monitor: Passed 281 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Processing device (SEQNUM=1681, ACTION=bind)
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: hwdb modalias key: "usb:v2516p0027:Coolermaster Novatouch TKL"
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Handling device node '/dev/bus/usb/001/003', devnum=c189:2
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Preserve already existing symlink '/dev/char/189:2' to '../bus/usb/001/003'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: sd-device: Created db file '/run/udev/data/c189:2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Handling device node '/dev/bus/usb/001/003', devnum=c189:2
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Preserve already existing symlink '/dev/char/189:2' to '../bus/usb/001/003'
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: Device (SEQNUM=1681, ACTION=bind) processed
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-4: sd-device-monitor: Passed 801 byte to netlink monitor
Apr 24 12:18:19 localhost kernel: usb 1-5: new full-speed USB device number 4 using xhci_hcd
Apr 24 12:18:19 localhost kernel: usb 1-5: New USB device found, idVendor=1395, idProduct=00cb, bcdDevice= 0.18
Apr 24 12:18:19 localhost kernel: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 24 12:18:19 localhost kernel: usb 1-5: Product: Sennheiser SC 1x5 USB
Apr 24 12:18:19 localhost kernel: usb 1-5: Manufacturer: Sennheiser
Apr 24 12:18:19 localhost kernel: usb 1-5: SerialNumber: A002740204508952
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-5: Device (SEQNUM=1682, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-5: Device (SEQNUM=1682, ACTION=add) ready for processing
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-5: sd-device-monitor: Passed 270 byte to netlink monitor
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-5: Processing device (SEQNUM=1682, ACTION=add)
Apr 24 12:18:19 localhost systemd-udevd[160]: 1-5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-5: Device (SEQNUM=1683, ACTION=change) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-5: SEQNUM=1683 blocked by SEQNUM=1682
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-5:1.0: Device (SEQNUM=1684, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-5:1.0: SEQNUM=1684 blocked by SEQNUM=1682
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-5:1.1: Device (SEQNUM=1685, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-5:1.1: SEQNUM=1685 blocked by SEQNUM=1682
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-5:1.2: Device (SEQNUM=1686, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-5:1.2: SEQNUM=1686 blocked by SEQNUM=1682
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-5:1.3: Device (SEQNUM=1687, ACTION=add) is queued
Apr 24 12:18:19 localhost systemd-udevd[148]: 1-5:1.3: SEQNUM=1687 blocked by SEQNUM=1682
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: Device (SEQNUM=1688, ACTION=add) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: SEQNUM=1688 blocked by SEQNUM=1682
Apr 24 12:18:20 localhost systemd-udevd[148]: input9: Device (SEQNUM=1689, ACTION=add) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: input9: SEQNUM=1689 blocked by SEQNUM=1682
Apr 24 12:18:20 localhost kernel: input: Sennheiser Sennheiser SC 1x5 USB Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/0003:1395:00CB.0005/input/input9
Apr 24 12:18:20 localhost systemd-udevd[148]: input10: Device (SEQNUM=1690, ACTION=add) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: input10: SEQNUM=1690 blocked by SEQNUM=1682
Apr 24 12:18:20 localhost systemd-udevd[148]: input11: Device (SEQNUM=1691, ACTION=add) is queued
Apr 24 12:18:20 localhost kernel: input: Sennheiser Sennheiser SC 1x5 USB as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/0003:1395:00CB.0005/input/input10
Apr 24 12:18:20 localhost kernel: input: Sennheiser Sennheiser SC 1x5 USB as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/0003:1395:00CB.0005/input/input11
Apr 24 12:18:20 localhost kernel: hid-generic 0003:1395:00CB.0005: input,hiddev97,hidraw4: USB HID v1.11 Device [Sennheiser Sennheiser SC 1x5 USB] on usb-0000:00:14.0-5/input3
Apr 24 12:18:20 localhost systemd-udevd[148]: input11: SEQNUM=1691 blocked by SEQNUM=1682
Apr 24 12:18:20 localhost systemd-udevd[148]: hiddev1: Device (SEQNUM=1692, ACTION=add) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: hiddev1: SEQNUM=1692 blocked by SEQNUM=1682
Apr 24 12:18:20 localhost systemd-udevd[148]: hidraw4: Device (SEQNUM=1693, ACTION=add) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: hidraw4: SEQNUM=1693 blocked by SEQNUM=1682
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: Device (SEQNUM=1694, ACTION=bind) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: SEQNUM=1694 blocked by SEQNUM=1682
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.3: Device (SEQNUM=1695, ACTION=bind) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.3: SEQNUM=1695 blocked by SEQNUM=1682
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: hwdb modalias key: "usb:v1395p00CB:Sennheiser SC 1x5 USB"
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5: Device (SEQNUM=1696, ACTION=bind) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5: SEQNUM=1696 blocked by SEQNUM=1682
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:48 MODE 0664
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Handling device node '/dev/bus/usb/001/004', devnum=c189:3
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Setting permissions /dev/bus/usb/001/004, uid=0, gid=0, mode=0664
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Creating symlink '/dev/char/189:3' to '../bus/usb/001/004'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: sd-device: Created db file '/run/udev/data/c189:3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Handling device node '/dev/bus/usb/001/004', devnum=c189:3
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Preserve permissions of /dev/bus/usb/001/004, uid=0, gid=0, mode=0664
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Preserve already existing symlink '/dev/char/189:3' to '../bus/usb/001/004'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Device (SEQNUM=1682, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: sd-device-monitor: Passed 781 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5: Device (SEQNUM=1683, ACTION=change) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5: sd-device-monitor: Passed 284 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.0: SEQNUM=1684 blocked by SEQNUM=1683
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.1: SEQNUM=1685 blocked by SEQNUM=1683
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.2: SEQNUM=1686 blocked by SEQNUM=1683
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.3: SEQNUM=1687 blocked by SEQNUM=1683
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Processing device (SEQNUM=1683, ACTION=change)
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: SEQNUM=1688 blocked by SEQNUM=1683
Apr 24 12:18:20 localhost systemd-udevd[148]: input9: SEQNUM=1689 blocked by SEQNUM=1683
Apr 24 12:18:20 localhost systemd-udevd[148]: input10: SEQNUM=1690 blocked by SEQNUM=1683
Apr 24 12:18:20 localhost systemd-udevd[148]: input11: SEQNUM=1691 blocked by SEQNUM=1683
Apr 24 12:18:20 localhost systemd-udevd[148]: hiddev1: SEQNUM=1692 blocked by SEQNUM=1683
Apr 24 12:18:20 localhost systemd-udevd[148]: hidraw4: SEQNUM=1693 blocked by SEQNUM=1683
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: SEQNUM=1694 blocked by SEQNUM=1683
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.3: SEQNUM=1695 blocked by SEQNUM=1683
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5: SEQNUM=1696 blocked by SEQNUM=1683
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: hwdb modalias key: "usb:v1395p00CB:Sennheiser SC 1x5 USB"
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Handling device node '/dev/bus/usb/001/004', devnum=c189:3
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Preserve already existing symlink '/dev/char/189:3' to '../bus/usb/001/004'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: sd-device: Created db file '/run/udev/data/c189:3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Handling device node '/dev/bus/usb/001/004', devnum=c189:3
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Preserve already existing symlink '/dev/char/189:3' to '../bus/usb/001/004'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Device (SEQNUM=1683, ACTION=change) processed
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: sd-device-monitor: Passed 795 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.0: Device (SEQNUM=1684, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.0: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.1: Device (SEQNUM=1685, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.0: Processing device (SEQNUM=1684, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.1: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.2: Device (SEQNUM=1686, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.2: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.3: Device (SEQNUM=1687, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.3: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-5:1.1: Processing device (SEQNUM=1685, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: SEQNUM=1688 blocked by SEQNUM=1687
Apr 24 12:18:20 localhost systemd-udevd[148]: input9: SEQNUM=1689 blocked by SEQNUM=1687
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.0: hwdb modalias key: "usb:v1395p00CBd0018dc00dsc00dp00ic01isc01ip00in00"
Apr 24 12:18:20 localhost systemd-udevd[148]: input10: SEQNUM=1690 blocked by SEQNUM=1687
Apr 24 12:18:20 localhost systemd-udevd[148]: input11: SEQNUM=1691 blocked by SEQNUM=1687
Apr 24 12:18:20 localhost systemd-udevd[148]: hiddev1: SEQNUM=1692 blocked by SEQNUM=1687
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-5:1.2: Processing device (SEQNUM=1686, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[148]: hidraw4: SEQNUM=1693 blocked by SEQNUM=1687
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: SEQNUM=1694 blocked by SEQNUM=1687
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.3: SEQNUM=1695 blocked by SEQNUM=1687
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5: SEQNUM=1696 blocked by SEQNUM=1684
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-5:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-5:1.3: Processing device (SEQNUM=1687, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-5:1.1: hwdb modalias key: "usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in01"
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-5:1.2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-5:1.2: hwdb modalias key: "usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in02"
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-5:1.3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-5:1.3: hwdb modalias key: "usb:v1395p00CBd0018dc00dsc00dp00ic03isc00ip00in03"
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-5:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-5:1.2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-5:1.3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.0: sd-device: Created db file '/run/udev/data/+usb:1-5:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.0: Running built-in command "kmod load usb:v1395p00CBd0018dc00dsc00dp00ic01isc01ip00in00"
Apr 24 12:18:20 localhost systemd-udevd[160]: Loading module: usb:v1395p00CBd0018dc00dsc00dp00ic01isc01ip00in00
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-5:1.2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:20 localhost systemd-udevd[160]: Failed to find module 'usb:v1395p00CBd0018dc00dsc00dp00ic01isc01ip00in00'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.0: Device (SEQNUM=1684, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.0: sd-device-monitor: Passed 415 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-5:1.3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-5:1.2: sd-device: Created db file '/run/udev/data/+usb:1-5:1.2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2'
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-5:1.2: Running built-in command "kmod load usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in02"
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5: SEQNUM=1696 blocked by SEQNUM=1685
Apr 24 12:18:20 localhost systemd-udevd[157]: Loading module: usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in02
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-5:1.3: sd-device: Created db file '/run/udev/data/+usb:1-5:1.3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3'
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-5:1.3: Running built-in command "kmod load usb:v1395p00CBd0018dc00dsc00dp00ic03isc00ip00in03"
Apr 24 12:18:20 localhost systemd-udevd[156]: Loading module: usb:v1395p00CBd0018dc00dsc00dp00ic03isc00ip00in03
Apr 24 12:18:20 localhost systemd-udevd[157]: Failed to find module 'usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in02'
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-5:1.2: Device (SEQNUM=1686, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-5:1.2: sd-device-monitor: Passed 415 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-5:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:20 localhost systemd-udevd[156]: Module 'usbhid' is already loaded
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-5:1.3: Device (SEQNUM=1687, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-5:1.3: sd-device-monitor: Passed 415 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: Device (SEQNUM=1688, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: sd-device-monitor: Passed 355 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-5:1.1: sd-device: Created db file '/run/udev/data/+usb:1-5:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1'
Apr 24 12:18:20 localhost systemd-udevd[148]: input9: SEQNUM=1689 blocked by SEQNUM=1688
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-5:1.1: Running built-in command "kmod load usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in01"
Apr 24 12:18:20 localhost systemd-udevd[148]: input10: SEQNUM=1690 blocked by SEQNUM=1688
Apr 24 12:18:20 localhost systemd-udevd[159]: Loading module: usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in01
Apr 24 12:18:20 localhost systemd-udevd[148]: input11: SEQNUM=1691 blocked by SEQNUM=1688
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: Processing device (SEQNUM=1688, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[148]: hiddev1: Device (SEQNUM=1692, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: hiddev1: sd-device-monitor: Passed 224 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: hidraw4: SEQNUM=1693 blocked by SEQNUM=1688
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: SEQNUM=1694 blocked by SEQNUM=1688
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.3: SEQNUM=1695 blocked by SEQNUM=1688
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:18:20 localhost systemd-udevd[159]: Failed to find module 'usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in01'
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: hwdb modalias key: "hid:b0003g0001v00001395p000000CB"
Apr 24 12:18:20 localhost systemd-udevd[157]: hiddev1: Processing device (SEQNUM=1692, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-5:1.1: Device (SEQNUM=1685, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-5:1.1: sd-device-monitor: Passed 415 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5: SEQNUM=1696 blocked by SEQNUM=1688
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: No entry found from hwdb.
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:18:20 localhost systemd-udevd[157]: hiddev1: Handling device node '/dev/usb/hiddev1', devnum=c180:97
Apr 24 12:18:20 localhost systemd-udevd[157]: hiddev1: Preserve permissions of /dev/usb/hiddev1, uid=0, gid=0, mode=0600
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:20 localhost systemd-udevd[157]: hiddev1: Creating symlink '/dev/char/180:97' to '../usb/hiddev1'
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: Running built-in command "kmod load hid:b0003g0001v00001395p000000CB"
Apr 24 12:18:20 localhost systemd-udevd[160]: Loading module: hid:b0003g0001v00001395p000000CB
Apr 24 12:18:20 localhost systemd-udevd[157]: hiddev1: sd-device: Created empty file '/run/udev/data/c180:97' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/usbmisc/hiddev1'
Apr 24 12:18:20 localhost systemd-udevd[157]: hiddev1: Handling device node '/dev/usb/hiddev1', devnum=c180:97
Apr 24 12:18:20 localhost systemd-udevd[157]: hiddev1: Preserve permissions of /dev/usb/hiddev1, uid=0, gid=0, mode=0600
Apr 24 12:18:20 localhost systemd-udevd[157]: hiddev1: Preserve already existing symlink '/dev/char/180:97' to '../usb/hiddev1'
Apr 24 12:18:20 localhost systemd-udevd[157]: hiddev1: Device (SEQNUM=1692, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[157]: hiddev1: sd-device-monitor: Passed 224 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[160]: Module 'hid_generic' is already loaded
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: Device (SEQNUM=1688, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: sd-device-monitor: Passed 355 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: input9: Device (SEQNUM=1689, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: input9: sd-device-monitor: Passed 452 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: input10: Device (SEQNUM=1690, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: input10: sd-device-monitor: Passed 439 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: Processing device (SEQNUM=1689, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[148]: input11: Device (SEQNUM=1691, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: input11: sd-device-monitor: Passed 407 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: hidraw4: Device (SEQNUM=1693, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: Processing device (SEQNUM=1690, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[148]: hidraw4: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: Processing device (SEQNUM=1691, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: SEQNUM=1694 blocked by SEQNUM=1689
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.3: SEQNUM=1695 blocked by SEQNUM=1689
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5: SEQNUM=1696 blocked by SEQNUM=1689
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: hwdb modalias key: "input:b0003v1395p00CBe0111-e0,1,4,k72,73,246,ram4,lsfw"
Apr 24 12:18:20 localhost systemd-udevd[156]: hidraw4: Processing device (SEQNUM=1693, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: hwdb modalias key: "input:b0003v1395p00CBe0111-e0,1,4,k100,ram4,lsfw"
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: hwdb modalias key: "input:b0003v1395p00CBe0111-e0,1,4,11,kF8,100,ram4,l7,sfw"
Apr 24 12:18:20 localhost systemd-udevd[156]: hidraw4: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Apr 24 12:18:20 localhost systemd-udevd[156]: hidraw4: Starting 'fido_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: No entry found from hwdb.
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: No entry found from hwdb.
Apr 24 12:18:20 localhost systemd-udevd[156]: Successfully forked off '(spawn)' as PID 202.
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: capabilities/ev raw kernel attribute: 13
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: capabilities/ev raw kernel attribute: 13
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: capabilities/abs raw kernel attribute: 0
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: capabilities/abs raw kernel attribute: 0
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: capabilities/rel raw kernel attribute: 0
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: capabilities/rel raw kernel attribute: 0
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: capabilities/key raw kernel attribute: 40 0 0 0 0 0 0 0 c000000000000 0
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: No entry found from hwdb.
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: capabilities/key raw kernel attribute: 1 0 0 0 0
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: properties raw kernel attribute: 0
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: test_key: checking bit block 0 for any keys; found=0
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: test_key: checking bit block 64 for any keys; found=1
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: test_key: checking bit block 128 for any keys; found=1
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: properties raw kernel attribute: 0
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: test_key: checking bit block 0 for any keys; found=0
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: test_key: checking bit block 64 for any keys; found=0
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: test_key: checking bit block 128 for any keys; found=0
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: hwdb modalias key: "input:b0003v1395p00CBe0111-e0,1,4,k72,73,246,ram4,lsfw"
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: test_key: checking bit block 192 for any keys; found=0
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: No entry found from hwdb.
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: hwdb modalias key: "input:b0003v1395p00CBe0111-e0,1,4,k100,ram4,lsfw"
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: No entry found from hwdb.
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.3: if_class:3 protocol:0
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: capabilities/ev raw kernel attribute: 20013
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-5:1.3: if_class:3 protocol:0
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: capabilities/abs raw kernel attribute: 0
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: capabilities/rel raw kernel attribute: 0
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: capabilities/key raw kernel attribute: 1 100000000000000 0 0 0
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: properties raw kernel attribute: 0
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: test_key: checking bit block 0 for any keys; found=0
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: test_key: checking bit block 64 for any keys; found=0
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: test_key: checking bit block 128 for any keys; found=0
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: hwdb modalias key: "input:b0003v1395p00CBe0111-e0,1,4,11,kF8,100,ram4,l7,sfw"
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: No entry found from hwdb.
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-5:1.3: if_class:3 protocol:0
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: sd-device: Created db file '/run/udev/data/+input:input9' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/0003:1395:00CB.0005/input/input9'
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: Running built-in command "kmod load input:b0003v1395p00CBe0111-e0,1,4,k72,73,246,ram4,lsfw"
Apr 24 12:18:20 localhost systemd-udevd[160]: Loading module: input:b0003v1395p00CBe0111-e0,1,4,k72,73,246,ram4,lsfw
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: sd-device: Created db file '/run/udev/data/+input:input11' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/0003:1395:00CB.0005/input/input11'
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: Running built-in command "kmod load input:b0003v1395p00CBe0111-e0,1,4,k100,ram4,lsfw"
Apr 24 12:18:20 localhost systemd-udevd[157]: Loading module: input:b0003v1395p00CBe0111-e0,1,4,k100,ram4,lsfw
Apr 24 12:18:20 localhost systemd-udevd[160]: Failed to find module 'input:b0003v1395p00CBe0111-e0,1,4,k72,73,246,ram4,lsfw'
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: Device (SEQNUM=1689, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[160]: input9: sd-device-monitor: Passed 1010 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[157]: Failed to find module 'input:b0003v1395p00CBe0111-e0,1,4,k100,ram4,lsfw'
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: Device (SEQNUM=1691, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[157]: input11: sd-device-monitor: Passed 950 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: SEQNUM=1694 blocked by SEQNUM=1690
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.3: SEQNUM=1695 blocked by SEQNUM=1690
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5: SEQNUM=1696 blocked by SEQNUM=1690
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: sd-device: Created db file '/run/udev/data/+input:input10' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/0003:1395:00CB.0005/input/input10'
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: Running built-in command "kmod load input:b0003v1395p00CBe0111-e0,1,4,11,kF8,100,ram4,l7,sfw"
Apr 24 12:18:20 localhost systemd-udevd[159]: Loading module: input:b0003v1395p00CBe0111-e0,1,4,11,kF8,100,ram4,l7,sfw
Apr 24 12:18:20 localhost systemd-udevd[159]: Failed to find module 'input:b0003v1395p00CBe0111-e0,1,4,11,kF8,100,ram4,l7,sfw'
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: Device (SEQNUM=1690, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[159]: input10: sd-device-monitor: Passed 997 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: SEQNUM=1694 blocked by SEQNUM=1693
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.3: SEQNUM=1695 blocked by SEQNUM=1693
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5: SEQNUM=1696 blocked by SEQNUM=1693
Apr 24 12:18:20 localhost systemd-udevd[156]: hidraw4: Process 'fido_id' succeeded.
Apr 24 12:18:20 localhost systemd-udevd[156]: hidraw4: Handling device node '/dev/hidraw4', devnum=c249:4
Apr 24 12:18:20 localhost systemd-udevd[156]: hidraw4: Preserve permissions of /dev/hidraw4, uid=0, gid=0, mode=0600
Apr 24 12:18:20 localhost systemd-udevd[156]: hidraw4: Creating symlink '/dev/char/249:4' to '../hidraw4'
Apr 24 12:18:20 localhost systemd-udevd[156]: hidraw4: sd-device: Created empty file '/run/udev/data/c249:4' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/0003:1395:00CB.0005/hidraw/hidraw4'
Apr 24 12:18:20 localhost systemd-udevd[156]: hidraw4: Handling device node '/dev/hidraw4', devnum=c249:4
Apr 24 12:18:20 localhost systemd-udevd[156]: hidraw4: Preserve permissions of /dev/hidraw4, uid=0, gid=0, mode=0600
Apr 24 12:18:20 localhost systemd-udevd[156]: hidraw4: Preserve already existing symlink '/dev/char/249:4' to '../hidraw4'
Apr 24 12:18:20 localhost systemd-udevd[156]: hidraw4: Device (SEQNUM=1693, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[156]: hidraw4: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: Device (SEQNUM=1694, ACTION=bind) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 0003:1395:00CB.0005: sd-device-monitor: Passed 375 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.3: SEQNUM=1695 blocked by SEQNUM=1694
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5: SEQNUM=1696 blocked by SEQNUM=1694
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: Processing device (SEQNUM=1694, ACTION=bind)
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: hwdb modalias key: "hid:b0003g0001v00001395p000000CB"
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: No entry found from hwdb.
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: Device (SEQNUM=1694, ACTION=bind) processed
Apr 24 12:18:20 localhost systemd-udevd[160]: 0003:1395:00CB.0005: sd-device-monitor: Passed 375 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.3: Device (SEQNUM=1695, ACTION=bind) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5:1.3: sd-device-monitor: Passed 302 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5: SEQNUM=1696 blocked by SEQNUM=1695
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.3: Processing device (SEQNUM=1695, ACTION=bind)
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.3: hwdb modalias key: "usb:v1395p00CBd0018dc00dsc00dp00ic03isc00ip00in03"
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.3: sd-device: Created db file '/run/udev/data/+usb:1-5:1.3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.3: Device (SEQNUM=1695, ACTION=bind) processed
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5:1.3: sd-device-monitor: Passed 430 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5: Device (SEQNUM=1696, ACTION=bind) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-5: sd-device-monitor: Passed 282 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Processing device (SEQNUM=1696, ACTION=bind)
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: hwdb modalias key: "usb:v1395p00CB:Sennheiser SC 1x5 USB"
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Handling device node '/dev/bus/usb/001/004', devnum=c189:3
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Preserve already existing symlink '/dev/char/189:3' to '../bus/usb/001/004'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: sd-device: Created db file '/run/udev/data/c189:3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Handling device node '/dev/bus/usb/001/004', devnum=c189:3
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Preserve already existing symlink '/dev/char/189:3' to '../bus/usb/001/004'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: Device (SEQNUM=1696, ACTION=bind) processed
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-5: sd-device-monitor: Passed 793 byte to netlink monitor
Apr 24 12:18:20 localhost kernel: usb 1-8: new high-speed USB device number 5 using xhci_hcd
Apr 24 12:18:20 localhost kernel: usb 1-8: New USB device found, idVendor=04f2, idProduct=b681, bcdDevice=67.23
Apr 24 12:18:20 localhost kernel: usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Apr 24 12:18:20 localhost kernel: usb 1-8: Product: Integrated Camera
Apr 24 12:18:20 localhost kernel: usb 1-8: Manufacturer: Chicony Electronics Co.,Ltd.
Apr 24 12:18:20 localhost kernel: usb 1-8: SerialNumber: 0001
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8: Device (SEQNUM=1697, ACTION=add) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8: Device (SEQNUM=1697, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8: sd-device-monitor: Passed 275 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: Processing device (SEQNUM=1697, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.0: Device (SEQNUM=1698, ACTION=add) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.0: SEQNUM=1698 blocked by SEQNUM=1697
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.1: Device (SEQNUM=1699, ACTION=add) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.1: SEQNUM=1699 blocked by SEQNUM=1697
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.2: Device (SEQNUM=1700, ACTION=add) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.2: SEQNUM=1700 blocked by SEQNUM=1697
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.3: Device (SEQNUM=1701, ACTION=add) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.3: SEQNUM=1701 blocked by SEQNUM=1697
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8: Device (SEQNUM=1702, ACTION=bind) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8: SEQNUM=1702 blocked by SEQNUM=1697
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: hwdb modalias key: "usb:v04F2pB681:Integrated Camera"
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:48 MODE 0664
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: Handling device node '/dev/bus/usb/001/005', devnum=c189:4
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: Setting permissions /dev/bus/usb/001/005, uid=0, gid=0, mode=0664
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: Creating symlink '/dev/char/189:4' to '../bus/usb/001/005'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: sd-device: Created db file '/run/udev/data/c189:4' for '/devices/pci0000:00/0000:00:14.0/usb1/1-8'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: Handling device node '/dev/bus/usb/001/005', devnum=c189:4
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: Preserve permissions of /dev/bus/usb/001/005, uid=0, gid=0, mode=0664
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: Preserve already existing symlink '/dev/char/189:4' to '../bus/usb/001/005'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: Device (SEQNUM=1697, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: sd-device-monitor: Passed 774 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.0: Device (SEQNUM=1698, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.0: sd-device-monitor: Passed 293 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.1: Device (SEQNUM=1699, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.1: sd-device-monitor: Passed 293 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8:1.0: Processing device (SEQNUM=1698, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.2: Device (SEQNUM=1700, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.2: sd-device-monitor: Passed 293 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.3: Device (SEQNUM=1701, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8:1.3: sd-device-monitor: Passed 293 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-8:1.1: Processing device (SEQNUM=1699, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8: SEQNUM=1702 blocked by SEQNUM=1698
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-8:1.2: Processing device (SEQNUM=1700, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8:1.0: hwdb modalias key: "usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in00"
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-8:1.3: Processing device (SEQNUM=1701, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-8:1.2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-8:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-8:1.2: hwdb modalias key: "usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in02"
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-8:1.1: hwdb modalias key: "usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in01"
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-8:1.3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-8:1.3: hwdb modalias key: "usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in03"
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-8:1.2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-8:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-8:1.3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8:1.0: sd-device: Created db file '/run/udev/data/+usb:1-8:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8:1.0: Running built-in command "kmod load usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in00"
Apr 24 12:18:20 localhost systemd-udevd[160]: Loading module: usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in00
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-8:1.2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:20 localhost systemd-udevd[160]: Failed to find module 'usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in00'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8:1.0: Device (SEQNUM=1698, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-8:1.2: sd-device: Created db file '/run/udev/data/+usb:1-8:1.2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2'
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-8:1.3: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-8:1.2: Running built-in command "kmod load usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in02"
Apr 24 12:18:20 localhost systemd-udevd[157]: Loading module: usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in02
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8:1.0: sd-device-monitor: Passed 568 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-8:1.3: sd-device: Created db file '/run/udev/data/+usb:1-8:1.3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.3'
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8: SEQNUM=1702 blocked by SEQNUM=1699
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-8:1.3: Running built-in command "kmod load usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in03"
Apr 24 12:18:20 localhost systemd-udevd[157]: Failed to find module 'usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in02'
Apr 24 12:18:20 localhost systemd-udevd[156]: Loading module: usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in03
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-8:1.2: Device (SEQNUM=1700, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-8:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:20 localhost systemd-udevd[157]: 1-8:1.2: sd-device-monitor: Passed 568 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[156]: Failed to find module 'usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in03'
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-8:1.3: Device (SEQNUM=1701, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[156]: 1-8:1.3: sd-device-monitor: Passed 568 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-8:1.1: sd-device: Created db file '/run/udev/data/+usb:1-8:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1'
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-8:1.1: Running built-in command "kmod load usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in01"
Apr 24 12:18:20 localhost systemd-udevd[159]: Loading module: usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in01
Apr 24 12:18:20 localhost systemd-udevd[159]: Failed to find module 'usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in01'
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-8:1.1: Device (SEQNUM=1699, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-8:1.1: sd-device-monitor: Passed 568 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8: Device (SEQNUM=1702, ACTION=bind) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-8: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: Processing device (SEQNUM=1702, ACTION=bind)
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: hwdb modalias key: "usb:v04F2pB681:Integrated Camera"
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: Handling device node '/dev/bus/usb/001/005', devnum=c189:4
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: Preserve already existing symlink '/dev/char/189:4' to '../bus/usb/001/005'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: sd-device: Created db file '/run/udev/data/c189:4' for '/devices/pci0000:00/0000:00:14.0/usb1/1-8'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: Handling device node '/dev/bus/usb/001/005', devnum=c189:4
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: Preserve already existing symlink '/dev/char/189:4' to '../bus/usb/001/005'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: Device (SEQNUM=1702, ACTION=bind) processed
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-8: sd-device-monitor: Passed 786 byte to netlink monitor
Apr 24 12:18:20 localhost kernel: usb 1-10: new full-speed USB device number 6 using xhci_hcd
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10: Device (SEQNUM=1703, ACTION=add) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10: Device (SEQNUM=1703, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10: sd-device-monitor: Passed 273 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Processing device (SEQNUM=1703, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:20 localhost kernel: usb 1-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
Apr 24 12:18:20 localhost kernel: usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10: Device (SEQNUM=1704, ACTION=change) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10: SEQNUM=1704 blocked by SEQNUM=1703
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10:1.0: Device (SEQNUM=1705, ACTION=add) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10:1.0: SEQNUM=1705 blocked by SEQNUM=1703
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10:1.1: Device (SEQNUM=1706, ACTION=add) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10:1.1: SEQNUM=1706 blocked by SEQNUM=1703
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: hwdb modalias key: "usb:v8087p0AAA:"
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10: Device (SEQNUM=1707, ACTION=bind) is queued
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10: SEQNUM=1707 blocked by SEQNUM=1703
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:48 MODE 0664
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/power/control' writing 'auto'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Handling device node '/dev/bus/usb/001/006', devnum=c189:5
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Setting permissions /dev/bus/usb/001/006, uid=0, gid=0, mode=0664
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Creating symlink '/dev/char/189:5' to '../bus/usb/001/006'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: sd-device: Created db file '/run/udev/data/c189:5' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Handling device node '/dev/bus/usb/001/006', devnum=c189:5
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Preserve permissions of /dev/bus/usb/001/006, uid=0, gid=0, mode=0664
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Preserve already existing symlink '/dev/char/189:5' to '../bus/usb/001/006'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Device (SEQNUM=1703, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: sd-device-monitor: Passed 638 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10: Device (SEQNUM=1704, ACTION=change) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10:1.0: SEQNUM=1705 blocked by SEQNUM=1704
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10:1.1: SEQNUM=1706 blocked by SEQNUM=1704
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10: SEQNUM=1707 blocked by SEQNUM=1704
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Processing device (SEQNUM=1704, ACTION=change)
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: hwdb modalias key: "usb:v8087p0AAA:"
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Handling device node '/dev/bus/usb/001/006', devnum=c189:5
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Preserve already existing symlink '/dev/char/189:5' to '../bus/usb/001/006'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: sd-device: Created db file '/run/udev/data/c189:5' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Handling device node '/dev/bus/usb/001/006', devnum=c189:5
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Preserve already existing symlink '/dev/char/189:5' to '../bus/usb/001/006'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Device (SEQNUM=1704, ACTION=change) processed
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: sd-device-monitor: Passed 652 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10:1.0: Device (SEQNUM=1705, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10:1.0: sd-device-monitor: Passed 293 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10:1.1: Device (SEQNUM=1706, ACTION=add) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10:1.1: sd-device-monitor: Passed 293 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10:1.0: Processing device (SEQNUM=1705, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10: SEQNUM=1707 blocked by SEQNUM=1705
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-10:1.1: Processing device (SEQNUM=1706, ACTION=add)
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10:1.0: hwdb modalias key: "usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in00"
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-10:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-10:1.1: hwdb modalias key: "usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in01"
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-10:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10:1.0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10:1.0: sd-device: Created db file '/run/udev/data/+usb:1-10:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10:1.0: Running built-in command "kmod load usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in00"
Apr 24 12:18:20 localhost systemd-udevd[160]: Loading module: usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in00
Apr 24 12:18:20 localhost systemd-udevd[160]: Failed to find module 'usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in00'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10:1.0: Device (SEQNUM=1705, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10:1.0: sd-device-monitor: Passed 612 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10: SEQNUM=1707 blocked by SEQNUM=1706
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-10:1.1: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-10:1.1: sd-device: Created db file '/run/udev/data/+usb:1-10:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1'
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-10:1.1: Running built-in command "kmod load usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in01"
Apr 24 12:18:20 localhost systemd-udevd[159]: Loading module: usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in01
Apr 24 12:18:20 localhost systemd-udevd[159]: Failed to find module 'usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in01'
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-10:1.1: Device (SEQNUM=1706, ACTION=add) processed
Apr 24 12:18:20 localhost systemd-udevd[159]: 1-10:1.1: sd-device-monitor: Passed 612 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10: Device (SEQNUM=1707, ACTION=bind) ready for processing
Apr 24 12:18:20 localhost systemd-udevd[148]: 1-10: sd-device-monitor: Passed 285 byte to netlink monitor
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Processing device (SEQNUM=1707, ACTION=bind)
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: hwdb modalias key: "usb:v8087p0AAA:"
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Handling device node '/dev/bus/usb/001/006', devnum=c189:5
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Preserve already existing symlink '/dev/char/189:5' to '../bus/usb/001/006'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: sd-device: Created db file '/run/udev/data/c189:5' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Handling device node '/dev/bus/usb/001/006', devnum=c189:5
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Preserve already existing symlink '/dev/char/189:5' to '../bus/usb/001/006'
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: Device (SEQNUM=1707, ACTION=bind) processed
Apr 24 12:18:20 localhost systemd-udevd[160]: 1-10: sd-device-monitor: Passed 650 byte to netlink monitor
Apr 24 12:18:24 localhost systemd-udevd[148]: Cleanup idle workers
Apr 24 12:18:24 localhost systemd-udevd[165]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[150]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[154]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[153]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[150]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[165]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[153]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[162]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[154]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[157]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[160]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[162]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[160]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[157]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[163]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[159]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[155]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[155]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[156]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[159]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[163]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[156]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[164]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[164]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[152]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[158]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [150] exited
Apr 24 12:18:24 localhost systemd-udevd[152]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[158]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [153] exited
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [154] exited
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [157] exited
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [160] exited
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [162] exited
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [165] exited
Apr 24 12:18:24 localhost systemd-udevd[161]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[161]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [163] exited
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [155] exited
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [159] exited
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [152] exited
Apr 24 12:18:24 localhost systemd-udevd[151]: Unload module index
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [158] exited
Apr 24 12:18:24 localhost systemd-udevd[151]: Unloaded link configuration context.
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [164] exited
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [161] exited
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [156] exited
Apr 24 12:18:24 localhost systemd-udevd[148]: Worker [151] exited
Apr 24 12:18:43 localhost systemd-cryptsetup[192]: Added key to kernel keyring as 616502304.
Apr 24 12:18:43 localhost systemd-cryptsetup[192]: Set cipher aes, mode xts-plain64, key size 256 bits for device /dev/gpt-auto-root-luks.
Apr 24 12:18:43 localhost systemd-cryptsetup[192]: Activating volume root [keyslot -1] using passphrase.
Apr 24 12:18:43 localhost systemd-cryptsetup[192]: dm versions   [ opencount flush ]   [16384] (*1)
Apr 24 12:18:43 localhost systemd-cryptsetup[192]: dm status root  [ opencount noflush ]   [16384] (*1)
Apr 24 12:18:43 localhost systemd-cryptsetup[192]: Trying to open key slot 0 [ACTIVE].
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: Reading key slot 0 area.
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: Using userspace crypto wrapper to access keyslot area.
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: Reusing open ro fd on device /dev/gpt-auto-root-luks
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: dm versions   [ opencount flush ]   [16384] (*1)
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: dm status root  [ opencount noflush ]   [16384] (*1)
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: Calculated device size is 491723407 sectors (RW), offset 4096.
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: dm target-version crypt  [ opencount flush ]   [16384] (*1)
Apr 24 12:18:46 localhost systemd-udevd[148]: nvme0n1p2: Inotify event: 8 for /dev/nvme0n1p2
Apr 24 12:18:46 localhost systemd-udevd[148]: nvme0n1p2: device is closed, synthesising 'change' on /sys/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Apr 24 12:18:46 localhost systemd-udevd[148]: nvme0n1p2: Device (SEQNUM=1708, ACTION=change) is queued
Apr 24 12:18:46 localhost systemd-udevd[148]: Validate module index
Apr 24 12:18:46 localhost systemd-udevd[148]: Check if link configuration needs reloading.
Apr 24 12:18:46 localhost systemd-udevd[148]: nvme0n1p2: Device (SEQNUM=1708, ACTION=change) ready for processing
Apr 24 12:18:46 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 205.
Apr 24 12:18:46 localhost systemd-udevd[148]: nvme0n1p2: Worker [205] is forked for processing SEQNUM=1708.
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Processing device (SEQNUM=1708, ACTION=change)
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Removing watch
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:34 LINK 'disk/by-id/nvme-eui.8ce38e020003b50c-part2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:47 LINK 'disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:96 LINK 'disk/by-path/pci-0000:3d:00.0-nvme-1-part2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:113 Importing properties from results of builtin command 'blkid'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Probe /dev/nvme0n1p2 with raid and offset=0
Apr 24 12:18:46 localhost systemd-udevd[148]: hw_random: Device (SEQNUM=1709, ACTION=add) is queued
Apr 24 12:18:46 localhost systemd-udevd[148]: hw_random: Device (SEQNUM=1709, ACTION=add) ready for processing
Apr 24 12:18:46 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 206.
Apr 24 12:18:46 localhost systemd-udevd[148]: hw_random: Worker [206] is forked for processing SEQNUM=1709.
Apr 24 12:18:46 localhost systemd-udevd[148]: rng_core: Device (SEQNUM=1710, ACTION=add) is queued
Apr 24 12:18:46 localhost systemd-udevd[148]: rng_core: Device (SEQNUM=1710, ACTION=add) ready for processing
Apr 24 12:18:46 localhost systemd-udevd[206]: hw_random: Processing device (SEQNUM=1709, ACTION=add)
Apr 24 12:18:46 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 207.
Apr 24 12:18:46 localhost systemd-udevd[148]: rng_core: Worker [207] is forked for processing SEQNUM=1710.
Apr 24 12:18:46 localhost systemd-udevd[206]: hw_random: Handling device node '/dev/hwrng', devnum=c10:183
Apr 24 12:18:46 localhost systemd-udevd[207]: rng_core: Processing device (SEQNUM=1710, ACTION=add)
Apr 24 12:18:46 localhost systemd-udevd[206]: hw_random: Preserve permissions of /dev/hwrng, uid=0, gid=0, mode=0600
Apr 24 12:18:46 localhost systemd-udevd[206]: hw_random: Creating symlink '/dev/char/10:183' to '../hwrng'
Apr 24 12:18:46 localhost systemd-udevd[206]: hw_random: sd-device: Created empty file '/run/udev/data/c10:183' for '/devices/virtual/misc/hw_random'
Apr 24 12:18:46 localhost systemd-udevd[206]: hw_random: Handling device node '/dev/hwrng', devnum=c10:183
Apr 24 12:18:46 localhost systemd-udevd[206]: hw_random: Preserve permissions of /dev/hwrng, uid=0, gid=0, mode=0600
Apr 24 12:18:46 localhost systemd-udevd[206]: hw_random: Preserve already existing symlink '/dev/char/10:183' to '../hwrng'
Apr 24 12:18:46 localhost systemd-udevd[206]: hw_random: Device (SEQNUM=1709, ACTION=add) processed
Apr 24 12:18:46 localhost systemd-udevd[206]: hw_random: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[207]: rng_core: Device (SEQNUM=1710, ACTION=add) processed
Apr 24 12:18:46 localhost systemd-udevd[207]: rng_core: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:116 LINK 'disk/by-uuid/0c642ebc-2b76-43dc-b9ba-34f1125d7f16'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:124 LINK 'disk/by-partuuid/9f5a793b-d57a-4adc-a0d7-6b6db7c97031'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/60-persistent-storage.rules:125 LINK 'disk/by-partlabel/Linux\x20x86-64\x20root\x20\x28\x2f\x29'
Apr 24 12:18:46 localhost systemd-udevd[148]: tpm: Device (SEQNUM=1711, ACTION=add) is queued
Apr 24 12:18:46 localhost systemd-udevd[148]: tpm: Device (SEQNUM=1711, ACTION=add) ready for processing
Apr 24 12:18:46 localhost systemd-udevd[148]: tpm: sd-device-monitor: Passed 124 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/99-systemd.rules:22 LINK 'gpt-auto-root-luks'
Apr 24 12:18:46 localhost systemd-udevd[207]: tpm: Processing device (SEQNUM=1711, ACTION=add)
Apr 24 12:18:46 localhost systemd-udevd[148]: tpmrm: Device (SEQNUM=1712, ACTION=add) is queued
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Handling device node '/dev/nvme0n1p2', devnum=b259:2
Apr 24 12:18:46 localhost systemd-udevd[148]: tpmrm: Device (SEQNUM=1712, ACTION=add) ready for processing
Apr 24 12:18:46 localhost systemd-udevd[148]: tpmrm: sd-device-monitor: Passed 126 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/block/259:2' to '../nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[206]: tpmrm: Processing device (SEQNUM=1712, ACTION=add)
Apr 24 12:18:46 localhost systemd-udevd[148]: tpm: Device (SEQNUM=1713, ACTION=add) is queued
Apr 24 12:18:46 localhost systemd-udevd[148]: tpm: Device (SEQNUM=1713, ACTION=add) ready for processing
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part2' to '../../nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f0c642ebc-2b76-43dc-b9ba-34f1125d7f16'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-uuid/0c642ebc-2b76-43dc-b9ba-34f1125d7f16' to '../../nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[207]: tpm: Device (SEQNUM=1711, ACTION=add) processed
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:3d:00.0-nvme-1-part2'
Apr 24 12:18:46 localhost systemd-udevd[207]: tpm: sd-device-monitor: Passed 124 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:3d:00.0-nvme-1-part2' to '../../nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[206]: tpmrm: Device (SEQNUM=1712, ACTION=add) processed
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-eui.8ce38e020003b50c-part2'
Apr 24 12:18:46 localhost systemd-udevd[206]: tpmrm: sd-device-monitor: Passed 126 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-id/nvme-eui.8ce38e020003b50c-part2' to '../../nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f9f5a793b-d57a-4adc-a0d7-6b6db7c97031'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-partuuid/9f5a793b-d57a-4adc-a0d7-6b6db7c97031' to '../../nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[148]: Successfully forked off 'n/a' as PID 209.
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-partlabel\x2fLinux\x5cx20x86-64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29'
Apr 24 12:18:46 localhost systemd-udevd[148]: tpm: Worker [209] is forked for processing SEQNUM=1713.
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-partlabel/Linux\x20x86-64\x20root\x20\x28\x2f\x29' to '../../nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fgpt-auto-root-luks'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/gpt-auto-root-luks' to 'nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: sd-device: Created db file '/run/udev/data/b259:2' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Handling device node '/dev/nvme0n1p2', devnum=b259:2
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/block/259:2' to '../nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part2'
Apr 24 12:18:46 localhost systemd-udevd[209]: tpm: Processing device (SEQNUM=1713, ACTION=add)
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part2' to '../../nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f0c642ebc-2b76-43dc-b9ba-34f1125d7f16'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-uuid/0c642ebc-2b76-43dc-b9ba-34f1125d7f16' to '../../nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:3d:00.0-nvme-1-part2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:3d:00.0-nvme-1-part2' to '../../nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-eui.8ce38e020003b50c-part2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-id/nvme-eui.8ce38e020003b50c-part2' to '../../nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f9f5a793b-d57a-4adc-a0d7-6b6db7c97031'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-partuuid/9f5a793b-d57a-4adc-a0d7-6b6db7c97031' to '../../nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-partlabel\x2fLinux\x5cx20x86-64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-partlabel/Linux\x20x86-64\x20root\x20\x28\x2f\x29' to '../../nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fgpt-auto-root-luks'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Preserve already existing symlink '/dev/gpt-auto-root-luks' to 'nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Adding watch on '/dev/nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[209]: tpm: Device (SEQNUM=1713, ACTION=add) processed
Apr 24 12:18:46 localhost systemd-udevd[209]: tpm: sd-device-monitor: Passed 126 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: sd-device: Created db file '/run/udev/data/b259:2' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2'
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: Device (SEQNUM=1708, ACTION=change) processed
Apr 24 12:18:46 localhost systemd-udevd[205]: nvme0n1p2: sd-device-monitor: Passed 1581 byte to netlink monitor
Apr 24 12:18:46 localhost systemd[1]: Added job dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/nop to transaction.
Apr 24 12:18:46 localhost systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device: Installed new job dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/nop as 81
Apr 24 12:18:46 localhost systemd[1]: Added job dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/nop to transaction.
Apr 24 12:18:46 localhost systemd[1]: dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device: Installed new job dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/nop as 82
Apr 24 12:18:46 localhost systemd[1]: Added job dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/nop to transaction.
Apr 24 12:18:46 localhost systemd[1]: dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device: Installed new job dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/nop as 83
Apr 24 12:18:46 localhost systemd[1]: Added job dev-gpt\x2dauto\x2droot\x2dluks.device/nop to transaction.
Apr 24 12:18:46 localhost systemd[1]: dev-gpt\x2dauto\x2droot\x2dluks.device: Installed new job dev-gpt\x2dauto\x2droot\x2dluks.device/nop as 84
Apr 24 12:18:46 localhost systemd[1]: Added job dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/nop to transaction.
Apr 24 12:18:46 localhost systemd[1]: dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device: Installed new job dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/nop as 85
Apr 24 12:18:46 localhost systemd[1]: Added job dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/nop to transaction.
Apr 24 12:18:46 localhost systemd[1]: dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device: Installed new job dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/nop as 86
Apr 24 12:18:46 localhost systemd[1]: Added job dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/nop to transaction.
Apr 24 12:18:46 localhost systemd[1]: dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device: Installed new job dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/nop as 87
Apr 24 12:18:46 localhost systemd[1]: Added job dev-nvme0n1p2.device/nop to transaction.
Apr 24 12:18:46 localhost systemd[1]: dev-nvme0n1p2.device: Installed new job dev-nvme0n1p2.device/nop as 88
Apr 24 12:18:46 localhost systemd[1]: Added job sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/nop to transaction.
Apr 24 12:18:46 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device: Installed new job sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/nop as 89
Apr 24 12:18:46 localhost systemd[1]: dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device: Job 83 dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/nop finished, result=done
Apr 24 12:18:46 localhost systemd[1]: dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device: Job 82 dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/nop finished, result=done
Apr 24 12:18:46 localhost systemd[1]: dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device: Job 85 dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/nop finished, result=done
Apr 24 12:18:46 localhost systemd[1]: dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device: Job 87 dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/nop finished, result=done
Apr 24 12:18:46 localhost systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device: Job 81 dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/nop finished, result=done
Apr 24 12:18:46 localhost systemd[1]: dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device: Job 86 dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/nop finished, result=done
Apr 24 12:18:46 localhost systemd[1]: dev-gpt\x2dauto\x2droot\x2dluks.device: Job 84 dev-gpt\x2dauto\x2droot\x2dluks.device/nop finished, result=done
Apr 24 12:18:46 localhost systemd[1]: dev-nvme0n1p2.device: Job 88 dev-nvme0n1p2.device/nop finished, result=done
Apr 24 12:18:46 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device: Job 89 sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/nop finished, result=done
Apr 24 12:18:46 localhost systemd-udevd[148]: trusted: Device (SEQNUM=1714, ACTION=add) is queued
Apr 24 12:18:46 localhost systemd-udevd[148]: trusted: Device (SEQNUM=1714, ACTION=add) ready for processing
Apr 24 12:18:46 localhost systemd-udevd[148]: trusted: sd-device-monitor: Passed 130 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[209]: trusted: Processing device (SEQNUM=1714, ACTION=add)
Apr 24 12:18:46 localhost systemd-udevd[209]: trusted: Device (SEQNUM=1714, ACTION=add) processed
Apr 24 12:18:46 localhost systemd-udevd[209]: trusted: sd-device-monitor: Passed 130 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[148]: cbc: Device (SEQNUM=1715, ACTION=add) is queued
Apr 24 12:18:46 localhost systemd-udevd[148]: cbc: Device (SEQNUM=1715, ACTION=add) ready for processing
Apr 24 12:18:46 localhost systemd-udevd[148]: cbc: sd-device-monitor: Passed 126 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[209]: cbc: Processing device (SEQNUM=1715, ACTION=add)
Apr 24 12:18:46 localhost systemd-udevd[148]: encrypted_keys: Device (SEQNUM=1716, ACTION=add) is queued
Apr 24 12:18:46 localhost systemd-udevd[148]: encrypted_keys: Device (SEQNUM=1716, ACTION=add) ready for processing
Apr 24 12:18:46 localhost systemd-udevd[148]: encrypted_keys: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[207]: encrypted_keys: Processing device (SEQNUM=1716, ACTION=add)
Apr 24 12:18:46 localhost systemd-udevd[209]: cbc: Device (SEQNUM=1715, ACTION=add) processed
Apr 24 12:18:46 localhost systemd-udevd[209]: cbc: sd-device-monitor: Passed 126 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[207]: encrypted_keys: Device (SEQNUM=1716, ACTION=add) processed
Apr 24 12:18:46 localhost systemd-udevd[207]: encrypted_keys: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:18:46 localhost kernel: Key type encrypted registered
Apr 24 12:18:46 localhost systemd-udevd[148]: dm_crypt: Device (SEQNUM=1717, ACTION=add) is queued
Apr 24 12:18:46 localhost systemd-udevd[148]: dm_crypt: Device (SEQNUM=1717, ACTION=add) ready for processing
Apr 24 12:18:46 localhost systemd-udevd[148]: dm_crypt: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[209]: dm_crypt: Processing device (SEQNUM=1717, ACTION=add)
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: dm versions   [ opencount flush ]   [16384] (*1)
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: Detected dm-crypt version 1.22.0.
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: DM-UUID is CRYPT-LUKS1-0c642ebc2b7643dcb9ba34f1125d7f16-root
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: Udev cookie 0xd4d6864 (semid 0) created
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: Udev cookie 0xd4d6864 (semid 0) incremented to 1
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: Udev cookie 0xd4d6864 (semid 0) incremented to 2
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: Udev cookie 0xd4d6864 (semid 0) assigned to CREATE task(0) with flags DISABLE_LIBRARY_FALLBACK         (0x20)
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: dm create root CRYPT-LUKS1-0c642ebc2b7643dcb9ba34f1125d7f16-root [ opencount flush ]   [16384] (*1)
Apr 24 12:18:46 localhost systemd-udevd[209]: dm_crypt: Device (SEQNUM=1717, ACTION=add) processed
Apr 24 12:18:46 localhost systemd-udevd[209]: dm_crypt: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[148]: 254:0: Device (SEQNUM=1718, ACTION=add) is queued
Apr 24 12:18:46 localhost systemd-udevd[148]: 254:0: Device (SEQNUM=1718, ACTION=add) ready for processing
Apr 24 12:18:46 localhost systemd-udevd[148]: 254:0: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[209]: 254:0: Processing device (SEQNUM=1718, ACTION=add)
Apr 24 12:18:46 localhost systemd-udevd[148]: dm-0: Device (SEQNUM=1719, ACTION=add) is queued
Apr 24 12:18:46 localhost systemd-udevd[148]: dm-0: Device (SEQNUM=1719, ACTION=add) ready for processing
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: dm reload   (254:0) [ opencount flush securedata ]   [16384] (*1)
Apr 24 12:18:46 localhost systemd-udevd[148]: dm-0: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[207]: dm-0: Processing device (SEQNUM=1719, ACTION=add)
Apr 24 12:18:46 localhost systemd-udevd[207]: dm-0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/50-udev-default.rules:62 GROUP 4294967295
Apr 24 12:18:46 localhost systemd-udevd[209]: 254:0: Device (SEQNUM=1718, ACTION=add) processed
Apr 24 12:18:46 localhost systemd-udevd[209]: 254:0: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[207]: dm-0: Handling device node '/dev/dm-0', devnum=b254:0
Apr 24 12:18:46 localhost systemd-udevd[207]: dm-0: Preserve permissions of /dev/dm-0, uid=0, gid=0, mode=0600
Apr 24 12:18:46 localhost systemd-udevd[207]: dm-0: Creating symlink '/dev/block/254:0' to '../dm-0'
Apr 24 12:18:46 localhost systemd-udevd[207]: dm-0: sd-device: Created db file '/run/udev/data/b254:0' for '/devices/virtual/block/dm-0'
Apr 24 12:18:46 localhost systemd-udevd[207]: dm-0: Handling device node '/dev/dm-0', devnum=b254:0
Apr 24 12:18:46 localhost systemd-udevd[207]: dm-0: Preserve permissions of /dev/dm-0, uid=0, gid=0, mode=0600
Apr 24 12:18:46 localhost systemd-udevd[207]: dm-0: Preserve already existing symlink '/dev/block/254:0' to '../dm-0'
Apr 24 12:18:46 localhost systemd-udevd[207]: dm-0: Device (SEQNUM=1719, ACTION=add) processed
Apr 24 12:18:46 localhost systemd-udevd[207]: dm-0: sd-device-monitor: Passed 352 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: dm resume root  [ opencount flush securedata ]   [16384] (*1)
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: root: Stacking NODE_ADD (254,0) 0:0 0600 [trust_udev]
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: root: Stacking NODE_READ_AHEAD 256 (flags=1)
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: Udev cookie 0xd4d6864 (semid 0) decremented to 1
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: Udev cookie 0xd4d6864 (semid 0) waiting for zero
Apr 24 12:18:46 localhost systemd-udevd[148]: dm-0: Device (SEQNUM=1720, ACTION=change) is queued
Apr 24 12:18:46 localhost systemd-udevd[148]: dm-0: Device (SEQNUM=1720, ACTION=change) ready for processing
Apr 24 12:18:46 localhost systemd-udevd[148]: dm-0: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Processing device (SEQNUM=1720, ACTION=change)
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/10-dm.rules:53 Importing properties from results of '/nix/store/kmiqc3yvx0qlwfnvm6gxns5xnj3p1pnh-lvm2-2.03.11-bin/bin/dmsetup udevflags 6318180'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Starting '/nix/store/kmiqc3yvx0qlwfnvm6gxns5xnj3p1pnh-lvm2-2.03.11-bin/bin/dmsetup udevflags 6318180'
Apr 24 12:18:46 localhost systemd-udevd[209]: Successfully forked off '(spawn)' as PID 223.
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: '/nix/store/kmiqc3yvx0qlwfnvm6gxns5xnj3p1pnh-lvm2-2.03.11-bin/bin/dmsetup udevflags 6318180'(out) 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG='1''
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: '/nix/store/kmiqc3yvx0qlwfnvm6gxns5xnj3p1pnh-lvm2-2.03.11-bin/bin/dmsetup udevflags 6318180'(out) 'DM_UDEV_PRIMARY_SOURCE_FLAG='1''
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Process '/nix/store/kmiqc3yvx0qlwfnvm6gxns5xnj3p1pnh-lvm2-2.03.11-bin/bin/dmsetup udevflags 6318180' succeeded.
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/10-dm.rules:135 LINK 'mapper/root'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/13-dm-disk.rules:17 LINK 'disk/by-id/dm-name-root'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/13-dm-disk.rules:18 LINK 'disk/by-id/dm-uuid-CRYPT-LUKS1-0c642ebc2b7643dcb9ba34f1125d7f16-root'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/13-dm-disk.rules:23 Importing properties from results of builtin command 'blkid'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Probe /dev/dm-0 with raid and offset=0
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/13-dm-disk.rules:25 LINK 'disk/by-uuid/5cb38441-7012-4aaf-a70c-b11aaaa212d3'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/64-btrfs.rules:9 Importing properties from results of builtin command 'btrfs ready /dev/dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/95-dm-notify.rules:12 RUN '/nix/store/kmiqc3yvx0qlwfnvm6gxns5xnj3p1pnh-lvm2-2.03.11-bin/bin/dmsetup udevcomplete $env{DM_COOKIE}'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: /nix/store/a7zdcscbq26wy3lm79cvjzmcava8lrfv-rules/lib/udev/rules.d/99-systemd.rules:23 LINK 'gpt-auto-root'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Handling device node '/dev/dm-0', devnum=b254:0
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Preserve already existing symlink '/dev/block/254:0' to '../dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Found 'b254:0' claiming '/run/udev/links/\x2fgpt-auto-root'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Creating symlink '/dev/gpt-auto-root' to 'dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Found 'b254:0' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f5cb38441-7012-4aaf-a70c-b11aaaa212d3'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Creating symlink '/dev/disk/by-uuid/5cb38441-7012-4aaf-a70c-b11aaaa212d3' to '../../dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Found 'b254:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fdm-uuid-CRYPT-LUKS1-0c642ebc2b7643dcb9ba34f1125d7f16-root'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Creating symlink '/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-0c642ebc2b7643dcb9ba34f1125d7f16-root' to '../../dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Found 'b254:0' claiming '/run/udev/links/\x2fmapper\x2froot'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Creating symlink '/dev/mapper/root' to '../dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Found 'b254:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fdm-name-root'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Creating symlink '/dev/disk/by-id/dm-name-root' to '../../dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: sd-device: Created db file '/run/udev/data/b254:0' for '/devices/virtual/block/dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Handling device node '/dev/dm-0', devnum=b254:0
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Preserve already existing symlink '/dev/block/254:0' to '../dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Found 'b254:0' claiming '/run/udev/links/\x2fgpt-auto-root'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Preserve already existing symlink '/dev/gpt-auto-root' to 'dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Found 'b254:0' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f5cb38441-7012-4aaf-a70c-b11aaaa212d3'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Preserve already existing symlink '/dev/disk/by-uuid/5cb38441-7012-4aaf-a70c-b11aaaa212d3' to '../../dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Found 'b254:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fdm-uuid-CRYPT-LUKS1-0c642ebc2b7643dcb9ba34f1125d7f16-root'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Preserve already existing symlink '/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-0c642ebc2b7643dcb9ba34f1125d7f16-root' to '../../dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Found 'b254:0' claiming '/run/udev/links/\x2fmapper\x2froot'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Preserve already existing symlink '/dev/mapper/root' to '../dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Found 'b254:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fdm-name-root'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Preserve already existing symlink '/dev/disk/by-id/dm-name-root' to '../../dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Running command "/nix/store/kmiqc3yvx0qlwfnvm6gxns5xnj3p1pnh-lvm2-2.03.11-bin/bin/dmsetup udevcomplete 6318180"
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Starting '/nix/store/kmiqc3yvx0qlwfnvm6gxns5xnj3p1pnh-lvm2-2.03.11-bin/bin/dmsetup udevcomplete 6318180'
Apr 24 12:18:46 localhost systemd-udevd[209]: Successfully forked off '(spawn)' as PID 224.
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: Udev cookie 0xd4d6864 (semid 0) destroyed
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: root: Skipping NODE_ADD (254,0) 0:0 0600 [trust_udev]
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: root: Processing NODE_READ_AHEAD 256 (flags=1)
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: root (254:0): read ahead is 256
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: '/nix/store/kmiqc3yvx0qlwfnvm6gxns5xnj3p1pnh-lvm2-2.03.11-bin/bin/dmsetup udevcomplete 6318180'(out) 'DM_COOKIE_COMPLETED=0x606864    '
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: root: retaining kernel read ahead of 256 (requested 256)
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: Releasing crypt device /dev/gpt-auto-root-luks context.
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: Releasing device-mapper backend.
Apr 24 12:18:46 localhost systemd-cryptsetup[192]: Closing read only fd for /dev/gpt-auto-root-luks.
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Process '/nix/store/kmiqc3yvx0qlwfnvm6gxns5xnj3p1pnh-lvm2-2.03.11-bin/bin/dmsetup udevcomplete 6318180' succeeded.
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Adding watch on '/dev/dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: sd-device: Created db file '/run/udev/data/b254:0' for '/devices/virtual/block/dm-0'
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: Device (SEQNUM=1720, ACTION=change) processed
Apr 24 12:18:46 localhost systemd-udevd[209]: dm-0: sd-device-monitor: Passed 947 byte to netlink monitor
Apr 24 12:18:46 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 46 (stored), closing.
Apr 24 12:18:46 localhost systemd[1]: Received SIGCHLD from PID 192 (systemd-cryptse).
Apr 24 12:18:46 localhost systemd[1]: Child 192 (systemd-cryptse) died (code=exited, status=0/SUCCESS)
Apr 24 12:18:46 localhost systemd[1]: systemd-cryptsetup@root.service: Child 192 belongs to systemd-cryptsetup@root.service.
Apr 24 12:18:46 localhost systemd[1]: systemd-cryptsetup@root.service: Main process exited, code=exited, status=0/SUCCESS
Apr 24 12:18:46 localhost systemd[1]: systemd-cryptsetup@root.service: Changed start -> exited
Apr 24 12:18:46 localhost systemd[1]: systemd-cryptsetup@root.service: Job 59 systemd-cryptsetup@root.service/start finished, result=done
Apr 24 12:18:46 localhost systemd[1]: Finished Cryptography Setup for root.
Apr 24 12:18:46 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-cryptsetup@root comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:46 localhost systemd[1]: systemd-cryptsetup@root.service: Control group is empty.
Apr 24 12:18:46 localhost systemd[1]: blockdev@dev-mapper-root.target changed dead -> active
Apr 24 12:18:46 localhost systemd[1]: blockdev@dev-mapper-root.target: Job 72 blockdev@dev-mapper-root.target/start finished, result=done
Apr 24 12:18:46 localhost systemd[1]: Reached target Block Device Preparation for /dev/mapper/root.
Apr 24 12:18:46 localhost kernel: kauditd_printk_skb: 4 callbacks suppressed
Apr 24 12:18:46 localhost kernel: audit: type=1130 audit(1619266726.241:15): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-cryptsetup@root comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:18:50 localhost systemd-udevd[148]: Cleanup idle workers
Apr 24 12:18:50 localhost systemd-udevd[207]: Unload module index
Apr 24 12:18:50 localhost systemd-udevd[209]: Unload module index
Apr 24 12:18:50 localhost systemd-udevd[205]: Unload module index
Apr 24 12:18:50 localhost systemd-udevd[206]: Unload module index
Apr 24 12:18:50 localhost systemd-udevd[207]: Unloaded link configuration context.
Apr 24 12:18:50 localhost systemd-udevd[209]: Unloaded link configuration context.
Apr 24 12:18:50 localhost systemd-udevd[205]: Unloaded link configuration context.
Apr 24 12:18:50 localhost systemd-udevd[206]: Unloaded link configuration context.
Apr 24 12:18:50 localhost systemd-udevd[148]: Worker [205] exited
Apr 24 12:18:50 localhost systemd-udevd[148]: Worker [206] exited
Apr 24 12:18:50 localhost systemd-udevd[148]: Worker [207] exited
Apr 24 12:18:50 localhost systemd-udevd[148]: Worker [209] exited
Apr 24 12:19:48 localhost systemd[1]: dev-gpt\x2dauto\x2droot.device: Job dev-gpt\x2dauto\x2droot.device/start timed out.
Apr 24 12:19:48 localhost systemd[1]: dev-gpt\x2dauto\x2droot.device: Job 56 dev-gpt\x2dauto\x2droot.device/start finished, result=timeout
Apr 24 12:19:48 localhost systemd[1]: Timed out waiting for device /dev/gpt-auto-root.
Apr 24 12:19:48 localhost systemd[1]: initrd-root-device.target: Job 57 initrd-root-device.target/start finished, result=dependency
Apr 24 12:19:48 localhost systemd[1]: Dependency failed for Initrd Root Device.
Apr 24 12:19:48 localhost systemd[1]: initrd-root-device.target: Job initrd-root-device.target/start failed with result 'dependency'.
Apr 24 12:19:48 localhost systemd[1]: initrd-root-device.target: Triggering OnFailure= dependencies.
Apr 24 12:19:48 localhost systemd[1]: emergency.target: Trying to enqueue job emergency.target/start/replace-irreversibly
Apr 24 12:19:48 localhost systemd[1]: Added job emergency.target/start to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in emergency.service/start from emergency.target/start
Apr 24 12:19:48 localhost systemd[1]: Added job emergency.service/start to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in system.slice/start from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job system.slice/start to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in -.slice/start from system.slice/start
Apr 24 12:19:48 localhost systemd[1]: Added job -.slice/start to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in rescue.service/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job rescue.service/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in rescue.target/stop from rescue.service/stop
Apr 24 12:19:48 localhost systemd[1]: Added job rescue.target/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in shutdown.target/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job shutdown.target/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in syslog.socket/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job syslog.socket/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in sysinit.target/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job sysinit.target/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in basic.target/stop from sysinit.target/stop
Apr 24 12:19:48 localhost systemd[1]: Added job basic.target/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in initrd.target/stop from basic.target/stop
Apr 24 12:19:48 localhost systemd[1]: Added job initrd.target/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in rescue.target/stop from sysinit.target/stop
Apr 24 12:19:48 localhost systemd[1]: Pulling in systemd-ask-password-console.service/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job systemd-ask-password-console.service/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in systemd-ask-password-console.path/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job systemd-ask-password-console.path/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in shutdown.target/stop from emergency.target/start
Apr 24 12:19:48 localhost systemd[1]: Pulling in sysinit.target/stop from emergency.target/start
Apr 24 12:19:48 localhost systemd[1]: Found redundant job shutdown.target/stop, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job rescue.target/stop, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job -.slice/start, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job system.slice/start, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job syslog.socket/stop, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job rescue.service/stop, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Keeping job systemd-ask-password-console.service/stop because of emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Keeping job emergency.service/start because of emergency.target/start
Apr 24 12:19:48 localhost systemd[1]: Keeping job initrd.target/stop because of basic.target/stop
Apr 24 12:19:48 localhost systemd[1]: Keeping job basic.target/stop because of sysinit.target/stop
Apr 24 12:19:48 localhost systemd[1]: Keeping job systemd-ask-password-console.path/stop because of emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Keeping job sysinit.target/stop because of emergency.target/start
Apr 24 12:19:48 localhost systemd[1]: emergency.target: Installed new job emergency.target/start as 90
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.service: Installed new job systemd-ask-password-console.service/stop as 101
Apr 24 12:19:48 localhost systemd[1]: emergency.service: Installed new job emergency.service/start as 91
Apr 24 12:19:48 localhost systemd[1]: initrd.target: Job 1 initrd.target/start finished, result=canceled
Apr 24 12:19:48 localhost systemd[1]: initrd.target: Installed new job initrd.target/stop as 100
Apr 24 12:19:48 localhost systemd[1]: basic.target: Installed new job basic.target/stop as 99
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.path: Installed new job systemd-ask-password-console.path/stop as 102
Apr 24 12:19:48 localhost systemd[1]: sysinit.target: Installed new job sysinit.target/stop as 98
Apr 24 12:19:48 localhost systemd[1]: emergency.target: Enqueued job emergency.target/start as 90
Apr 24 12:19:48 localhost systemd[1]: sysroot.mount: Job 54 sysroot.mount/start finished, result=dependency
Apr 24 12:19:48 localhost systemd[1]: Dependency failed for Root Partition.
Apr 24 12:19:48 localhost systemd[1]: initrd-root-fs.target: Job 53 initrd-root-fs.target/start finished, result=dependency
Apr 24 12:19:48 localhost systemd[1]: Dependency failed for Initrd Root File System.
Apr 24 12:19:48 localhost systemd[1]: initrd-parse-etc.service: Job 52 initrd-parse-etc.service/start finished, result=dependency
Apr 24 12:19:48 localhost systemd[1]: Dependency failed for Reload Configuration from the Real Root.
Apr 24 12:19:48 localhost systemd[1]: initrd-parse-etc.service: Job initrd-parse-etc.service/start failed with result 'dependency'.
Apr 24 12:19:48 localhost systemd[1]: initrd-parse-etc.service: Triggering OnFailure= dependencies.
Apr 24 12:19:48 localhost systemd[1]: emergency.target: Trying to enqueue job emergency.target/start/replace-irreversibly
Apr 24 12:19:48 localhost systemd[1]: Added job emergency.target/start to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in emergency.service/start from emergency.target/start
Apr 24 12:19:48 localhost systemd[1]: Added job emergency.service/start to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in system.slice/start from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job system.slice/start to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in -.slice/start from system.slice/start
Apr 24 12:19:48 localhost systemd[1]: Added job -.slice/start to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in rescue.service/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job rescue.service/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in rescue.target/stop from rescue.service/stop
Apr 24 12:19:48 localhost systemd[1]: Added job rescue.target/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in shutdown.target/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job shutdown.target/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in syslog.socket/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job syslog.socket/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in sysinit.target/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job sysinit.target/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in basic.target/stop from sysinit.target/stop
Apr 24 12:19:48 localhost systemd[1]: Added job basic.target/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in initrd.target/stop from basic.target/stop
Apr 24 12:19:48 localhost systemd[1]: Added job initrd.target/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in rescue.target/stop from sysinit.target/stop
Apr 24 12:19:48 localhost systemd[1]: Pulling in systemd-ask-password-console.service/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job systemd-ask-password-console.service/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in systemd-ask-password-console.path/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job systemd-ask-password-console.path/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in shutdown.target/stop from emergency.target/start
Apr 24 12:19:48 localhost systemd[1]: Pulling in sysinit.target/stop from emergency.target/start
Apr 24 12:19:48 localhost systemd[1]: Found redundant job shutdown.target/stop, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job system.slice/start, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job syslog.socket/stop, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job initrd.target/stop, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job rescue.target/stop, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job -.slice/start, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job rescue.service/stop, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Keeping job basic.target/stop because of sysinit.target/stop
Apr 24 12:19:48 localhost systemd[1]: Keeping job emergency.service/start because of emergency.target/start
Apr 24 12:19:48 localhost systemd[1]: Keeping job sysinit.target/stop because of emergency.target/start
Apr 24 12:19:48 localhost systemd[1]: Keeping job systemd-ask-password-console.path/stop because of emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Keeping job systemd-ask-password-console.service/stop because of emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: basic.target: Merged basic.target/stop into installed job basic.target/stop as 99
Apr 24 12:19:48 localhost systemd[1]: emergency.service: Merged emergency.service/start into installed job emergency.service/start as 91
Apr 24 12:19:48 localhost systemd[1]: sysinit.target: Merged sysinit.target/stop into installed job sysinit.target/stop as 98
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.path: Merged systemd-ask-password-console.path/stop into installed job systemd-ask-password-console.path/stop as 102
Apr 24 12:19:48 localhost systemd[1]: emergency.target: Merged emergency.target/start into installed job emergency.target/start as 90
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.service: Merged systemd-ask-password-console.service/stop into installed job systemd-ask-password-console.service/stop as 101
Apr 24 12:19:48 localhost systemd[1]: emergency.target: Enqueued job emergency.target/start as 90
Apr 24 12:19:48 localhost systemd[1]: initrd-root-fs.target: Job initrd-root-fs.target/start failed with result 'dependency'.
Apr 24 12:19:48 localhost systemd[1]: initrd-root-fs.target: Triggering OnFailure= dependencies.
Apr 24 12:19:48 localhost systemd[1]: emergency.target: Trying to enqueue job emergency.target/start/replace-irreversibly
Apr 24 12:19:48 localhost systemd[1]: Added job emergency.target/start to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in emergency.service/start from emergency.target/start
Apr 24 12:19:48 localhost systemd[1]: Added job emergency.service/start to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in system.slice/start from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job system.slice/start to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in -.slice/start from system.slice/start
Apr 24 12:19:48 localhost systemd[1]: Added job -.slice/start to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in rescue.service/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job rescue.service/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in rescue.target/stop from rescue.service/stop
Apr 24 12:19:48 localhost systemd[1]: Added job rescue.target/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in shutdown.target/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job shutdown.target/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in syslog.socket/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job syslog.socket/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in sysinit.target/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job sysinit.target/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in basic.target/stop from sysinit.target/stop
Apr 24 12:19:48 localhost systemd[1]: Added job basic.target/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in initrd.target/stop from basic.target/stop
Apr 24 12:19:48 localhost systemd[1]: Added job initrd.target/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in rescue.target/stop from sysinit.target/stop
Apr 24 12:19:48 localhost systemd[1]: Pulling in systemd-ask-password-console.service/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job systemd-ask-password-console.service/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in systemd-ask-password-console.path/stop from emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Added job systemd-ask-password-console.path/stop to transaction.
Apr 24 12:19:48 localhost systemd[1]: Pulling in shutdown.target/stop from emergency.target/start
Apr 24 12:19:48 localhost systemd[1]: Pulling in sysinit.target/stop from emergency.target/start
Apr 24 12:19:48 localhost systemd[1]: Found redundant job initrd.target/stop, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job rescue.service/stop, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job -.slice/start, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job syslog.socket/stop, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job shutdown.target/stop, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job rescue.target/stop, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Found redundant job system.slice/start, dropping from transaction.
Apr 24 12:19:48 localhost systemd[1]: Keeping job emergency.service/start because of emergency.target/start
Apr 24 12:19:48 localhost systemd[1]: Keeping job systemd-ask-password-console.path/stop because of emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Keeping job systemd-ask-password-console.service/stop because of emergency.service/start
Apr 24 12:19:48 localhost systemd[1]: Keeping job sysinit.target/stop because of emergency.target/start
Apr 24 12:19:48 localhost systemd[1]: Keeping job basic.target/stop because of sysinit.target/stop
Apr 24 12:19:48 localhost systemd[1]: emergency.service: Merged emergency.service/start into installed job emergency.service/start as 91
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.path: Merged systemd-ask-password-console.path/stop into installed job systemd-ask-password-console.path/stop as 102
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.service: Merged systemd-ask-password-console.service/stop into installed job systemd-ask-password-console.service/stop as 101
Apr 24 12:19:48 localhost systemd[1]: sysinit.target: Merged sysinit.target/stop into installed job sysinit.target/stop as 98
Apr 24 12:19:48 localhost systemd[1]: basic.target: Merged basic.target/stop into installed job basic.target/stop as 99
Apr 24 12:19:48 localhost systemd[1]: emergency.target: Merged emergency.target/start into installed job emergency.target/start as 90
Apr 24 12:19:48 localhost systemd[1]: emergency.target: Enqueued job emergency.target/start as 90
Apr 24 12:19:48 localhost systemd[1]: sysroot.mount: Job sysroot.mount/start failed with result 'dependency'.
Apr 24 12:19:48 localhost systemd[1]: dev-gpt\x2dauto\x2droot.device: Job dev-gpt\x2dauto\x2droot.device/start failed with result 'timeout'.
Apr 24 12:19:48 localhost systemd[1]: systemd-journald.service: Got notification message from PID 132 (WATCHDOG=1)
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.path: stopping held back, waiting for: systemd-ask-password-console.service
Apr 24 12:19:48 localhost systemd[1]: basic.target: stopping held back, waiting for: initrd.target
Apr 24 12:19:48 localhost systemd[1]: emergency.target: starting held back, waiting for: emergency.service
Apr 24 12:19:48 localhost systemd[1]: initrd-fs.target: stopping held back, waiting for: initrd.target
Apr 24 12:19:48 localhost systemd[1]: initrd.target: Job 100 initrd.target/stop finished, result=done
Apr 24 12:19:48 localhost systemd[1]: basic.target changed active -> dead
Apr 24 12:19:48 localhost systemd[1]: basic.target: Job 99 basic.target/stop finished, result=done
Apr 24 12:19:48 localhost systemd[1]: Stopped target Basic System.
Apr 24 12:19:48 localhost systemd[1]: initrd-fs.target: AssertPathExists=/etc/initrd-release succeeded.
Apr 24 12:19:48 localhost systemd[1]: initrd-fs.target changed dead -> active
Apr 24 12:19:48 localhost systemd[1]: initrd-fs.target: Job 58 initrd-fs.target/start finished, result=done
Apr 24 12:19:48 localhost systemd[1]: Reached target Initrd File Systems.
Apr 24 12:19:48 localhost systemd[1]: sysinit.target changed active -> dead
Apr 24 12:19:48 localhost systemd[1]: sysinit.target: Job 98 sysinit.target/stop finished, result=done
Apr 24 12:19:48 localhost systemd[1]: Stopped target System Initialization.
Apr 24 12:19:48 localhost systemd[1]: emergency.target: starting held back, waiting for: emergency.service
Apr 24 12:19:48 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:19:48 localhost systemd[1]: emergency.service: About to execute /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/bin/plymouth --wait quit
Apr 24 12:19:48 localhost systemd[1]: emergency.service: Forked /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/bin/plymouth as 226
Apr 24 12:19:48 localhost systemd[1]: emergency.service: Changed dead -> start-pre
Apr 24 12:19:48 localhost systemd[1]: emergency.service: Job 91 emergency.service/start finished, result=done
Apr 24 12:19:48 localhost systemd[1]: Started Emergency Shell.
Apr 24 12:19:48 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=emergency comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:19:48 localhost systemd[1]: emergency.target changed dead -> active
Apr 24 12:19:48 localhost systemd[1]: emergency.target: Job 90 emergency.target/start finished, result=done
Apr 24 12:19:48 localhost systemd[1]: Reached target Emergency Mode.
Apr 24 12:19:48 localhost kernel: audit: type=1130 audit(1619266788.402:16): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=emergency comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.service: Changed running -> stop-sigterm
Apr 24 12:19:48 localhost systemd[1]: Stopping Dispatch Password Requests to Console...
Apr 24 12:19:48 localhost systemd[1]: systemd-repart.service: ConditionDirectoryNotEmpty=|/run/repart.d failed.
Apr 24 12:19:48 localhost systemd[1]: systemd-repart.service: ConditionDirectoryNotEmpty=|/etc/repart.d failed.
Apr 24 12:19:48 localhost systemd[1]: systemd-repart.service: ConditionDirectoryNotEmpty=|/usr/local/lib/repart.d failed.
Apr 24 12:19:48 localhost systemd[1]: systemd-repart.service: ConditionDirectoryNotEmpty=|/usr/lib/repart.d failed.
Apr 24 12:19:48 localhost systemd[1]: systemd-repart.service: ConditionVirtualization=!container succeeded.
Apr 24 12:19:48 localhost systemd[1]: systemd-repart.service: Starting requested but condition failed. Not starting unit.
Apr 24 12:19:48 localhost systemd[1]: systemd-repart.service: Job 31 systemd-repart.service/start finished, result=done
Apr 24 12:19:48 localhost systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Apr 24 12:19:48 localhost systemd[1]: Received SIGCHLD from PID 194 (systemd-tty-ask).
Apr 24 12:19:48 localhost systemd[1]: Child 194 (systemd-tty-ask) died (code=killed, status=15/TERM)
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.service: Child 194 belongs to systemd-ask-password-console.service.
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.service: Main process exited, code=killed, status=15/TERM
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.service: Succeeded.
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.service: Service restart not allowed.
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.service: Changed stop-sigterm -> dead
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.service: Job 101 systemd-ask-password-console.service/stop finished, result=done
Apr 24 12:19:48 localhost systemd[1]: Stopped Dispatch Password Requests to Console.
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.path: Got notified about unit deactivation.
Apr 24 12:19:48 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-ask-password-console comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.path: Changed running -> waiting
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.service: Consumed 6ms CPU time.
Apr 24 12:19:48 localhost systemd[1]: Child 195 (systemd-tty-ask) died (code=exited, status=0/SUCCESS)
Apr 24 12:19:48 localhost systemd[1]: system.slice: Child 195 belongs to system.slice.
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.service: Control group is empty.
Apr 24 12:19:48 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 26 (stored), closing.
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.path: Succeeded.
Apr 24 12:19:48 localhost kernel: audit: type=1131 audit(1619266788.404:17): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-ask-password-console comm="systemd" exe="/nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.path: Changed waiting -> dead
Apr 24 12:19:48 localhost systemd[1]: systemd-ask-password-console.path: Job 102 systemd-ask-password-console.path/stop finished, result=done
Apr 24 12:19:48 localhost systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Apr 24 12:19:48 localhost systemd[1]: Startup finished in 7.094s (firmware) + 1.298s (loader) + 2.235s (kernel) + 0 (initrd) + 1min 30.303s (userspace) = 1min 40.931s.
Apr 24 12:19:48 localhost systemd[226]: emergency.service: Executable /nix/store/ixpwj1cxl4rp2qbyn0s2h4k5zj731q7c-systemd-247.6/bin/plymouth missing, skipping: No such file or directory
Apr 24 12:19:48 localhost systemd[1]: Received SIGCHLD from PID 226 ((plymouth)).
Apr 24 12:19:48 localhost systemd[1]: Child 226 ((plymouth)) died (code=exited, status=0/SUCCESS)
Apr 24 12:19:48 localhost systemd[1]: emergency.service: Child 226 belongs to emergency.service.
Apr 24 12:19:48 localhost systemd[1]: emergency.service: Control process exited, code=exited, status=0/SUCCESS
Apr 24 12:19:48 localhost systemd[1]: emergency.service: Got final SIGCHLD for state start-pre.
Apr 24 12:19:48 localhost systemd[1]: emergency.service: Passing 0 fds to service
Apr 24 12:19:48 localhost systemd[1]: emergency.service: About to execute /nix/store/0xrjvxvh3wvdbf8pc2850jry1fcx292g-busybox-1.32.1/bin/ash
Apr 24 12:19:48 localhost systemd[1]: emergency.service: Forked /nix/store/0xrjvxvh3wvdbf8pc2850jry1fcx292g-busybox-1.32.1/bin/ash as 227
Apr 24 12:19:48 localhost systemd[1]: emergency.service: Changed start-pre -> running
Apr 24 12:19:48 localhost systemd[1]: emergency.service: Control group is empty.
Apr 24 12:19:48 localhost systemd[227]: emergency.service: Executing: /nix/store/0xrjvxvh3wvdbf8pc2850jry1fcx292g-busybox-1.32.1/bin/ash
-- Logs begin at Sat 2021-04-24 12:44:25 UTC, end at Sat 2021-04-24 12:53:08 UTC. --
Apr 24 12:44:25 localhost kernel: Linux version 5.4.111 (nixbld@localhost) (gcc version 9.3.0 (GCC)) #1-NixOS SMP Sat Apr 10 11:34:32 UTC 2021
Apr 24 12:44:25 localhost kernel: Command line: initrd=\efi\nixos\rfl0nsgm2ins5cypiy4aj5ahyz1m3xdx-initrd-initrd.efi systemConfig=/nix/store/qx4dnhikx4sfdayj2zd7gf5l05nv8rmw-nixos-system-t490s-20.09.20210422.4263ba5 init=/nix/store/qx4dnhikx4sfdayj2zd7gf5l05nv8rmw-nixos-system-t490s-20.09.20210422.4263ba5/init rd.udev.log_priority=debug systemd.log_level=debug loglevel=4
Apr 24 12:44:25 localhost kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Apr 24 12:44:25 localhost kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Apr 24 12:44:25 localhost kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Apr 24 12:44:25 localhost kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Apr 24 12:44:25 localhost kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Apr 24 12:44:25 localhost kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Apr 24 12:44:25 localhost kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Apr 24 12:44:25 localhost kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Apr 24 12:44:25 localhost kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Apr 24 12:44:25 localhost kernel: BIOS-provided physical RAM map:
Apr 24 12:44:25 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Apr 24 12:44:25 localhost kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Apr 24 12:44:25 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x000000005b27bfff] usable
Apr 24 12:44:25 localhost kernel: BIOS-e820: [mem 0x000000005b27c000-0x000000005fa6dfff] reserved
Apr 24 12:44:25 localhost kernel: BIOS-e820: [mem 0x000000005fa6e000-0x000000005fca9fff] ACPI NVS
Apr 24 12:44:25 localhost kernel: BIOS-e820: [mem 0x000000005fcaa000-0x000000005fd0efff] ACPI data
Apr 24 12:44:25 localhost kernel: BIOS-e820: [mem 0x000000005fd0f000-0x000000005fd0ffff] usable
Apr 24 12:44:25 localhost kernel: BIOS-e820: [mem 0x000000005fd10000-0x0000000067ffffff] reserved
Apr 24 12:44:25 localhost kernel: BIOS-e820: [mem 0x0000000068000000-0x00000000687fffff] usable
Apr 24 12:44:25 localhost kernel: BIOS-e820: [mem 0x0000000068800000-0x000000006f7fffff] reserved
Apr 24 12:44:25 localhost kernel: BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
Apr 24 12:44:25 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000048e7fffff] usable
Apr 24 12:44:25 localhost kernel: NX (Execute Disable) protection: active
Apr 24 12:44:25 localhost kernel: efi: EFI v2.60 by Lenovo
Apr 24 12:44:25 localhost kernel: efi:  TPMFinalLog=0x5fca2000  SMBIOS=0x5de94000  SMBIOS 3.0=0x5de87000  ACPI=0x5fd0e000  ACPI 2.0=0x5fd0e014  MEMATTR=0x57e02018  ESRT=0x5c327000  TPMEventLog=0x51cea018 
Apr 24 12:44:25 localhost kernel: SMBIOS 3.1.1 present.
Apr 24 12:44:25 localhost kernel: DMI: LENOVO 20N2CTO1WW/20N2CTO1WW, BIOS N2IET29W (1.07 ) 02/19/2019
Apr 24 12:44:25 localhost kernel: tsc: Detected 2000.000 MHz processor
Apr 24 12:44:25 localhost kernel: tsc: Detected 1999.968 MHz TSC
Apr 24 12:44:25 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Apr 24 12:44:25 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Apr 24 12:44:25 localhost kernel: last_pfn = 0x48e800 max_arch_pfn = 0x400000000
Apr 24 12:44:25 localhost kernel: MTRR default type: write-back
Apr 24 12:44:25 localhost kernel: MTRR fixed ranges enabled:
Apr 24 12:44:25 localhost kernel:   00000-9FFFF write-back
Apr 24 12:44:25 localhost kernel:   A0000-BFFFF uncachable
Apr 24 12:44:25 localhost kernel:   C0000-FFFFF write-protect
Apr 24 12:44:25 localhost kernel: MTRR variable ranges enabled:
Apr 24 12:44:25 localhost kernel:   0 base 0080000000 mask 7F80000000 uncachable
Apr 24 12:44:25 localhost kernel:   1 base 0070000000 mask 7FF0000000 uncachable
Apr 24 12:44:25 localhost kernel:   2 base 006C000000 mask 7FFC000000 uncachable
Apr 24 12:44:25 localhost kernel:   3 base 006B000000 mask 7FFF000000 uncachable
Apr 24 12:44:25 localhost kernel:   4 base 2000000000 mask 6000000000 uncachable
Apr 24 12:44:25 localhost kernel:   5 base 1000000000 mask 7000000000 uncachable
Apr 24 12:44:25 localhost kernel:   6 base 0800000000 mask 7800000000 uncachable
Apr 24 12:44:25 localhost kernel:   7 base 4000000000 mask 4000000000 uncachable
Apr 24 12:44:25 localhost kernel:   8 disabled
Apr 24 12:44:25 localhost kernel:   9 disabled
Apr 24 12:44:25 localhost kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Apr 24 12:44:25 localhost kernel: last_pfn = 0x68800 max_arch_pfn = 0x400000000
Apr 24 12:44:25 localhost kernel: esrt: Reserving ESRT space from 0x000000005c327000 to 0x000000005c3270d8.
Apr 24 12:44:25 localhost kernel: check: Scanning 1 areas for low memory corruption
Apr 24 12:44:25 localhost kernel: Using GB pages for direct mapping
Apr 24 12:44:25 localhost kernel: Secure boot disabled
Apr 24 12:44:25 localhost kernel: RAMDISK: [mem 0x4be95000-0x512abfff]
Apr 24 12:44:25 localhost kernel: ACPI: Early table checksum verification disabled
Apr 24 12:44:25 localhost kernel: ACPI: RSDP 0x000000005FD0E014 000024 (v02 LENOVO)
Apr 24 12:44:25 localhost kernel: ACPI: XSDT 0x000000005FD0C188 000114 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: FACP 0x000000005DD44000 000114 (v06 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: DSDT 0x000000005DD1C000 023EA9 (v02 LENOVO CFL      20170001 INTL 20160422)
Apr 24 12:44:25 localhost kernel: ACPI: FACS 0x000000005FB04000 000040
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0x000000005DD99000 001B1C (v02 LENOVO CpuSsdt  00003000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0x000000005DD98000 00056D (v02 LENOVO CtdpB    00001000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0x000000005DD5F000 003884 (v02 LENOVO DptfTabl 00001000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0x000000005DD49000 00313D (v02 LENOVO SaSsdt   00003000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0x000000005DD48000 000612 (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: TPM2 0x000000005DD47000 000034 (v04 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: UEFI 0x000000005FB23000 000042 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0x000000005DD45000 000530 (v02 LENOVO PerfTune 00001000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: HPET 0x000000005DD43000 000038 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: APIC 0x000000005DD42000 00012C (v03 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: MCFG 0x000000005DD41000 00003C (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: ECDT 0x000000005DD40000 000053 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0x000000005DD1A000 0015EF (v02 LENOVO WHL_Tbt_ 00001000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0x000000005DD17000 00230C (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: BOOT 0x000000005DD16000 000028 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: SLIC 0x000000005DD15000 000176 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0x000000005DD14000 000CE3 (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: LPIT 0x000000005DD13000 000094 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: WSMT 0x000000005DD12000 000028 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0x000000005DD10000 001667 (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: DBGP 0x000000005DD0F000 000034 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: DBG2 0x000000005DD0E000 000054 (v00 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: MSDM 0x000000005DD0D000 000055 (v03 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: BATB 0x000000005DB30000 00004A (v02 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: DMAR 0x000000005C329000 0000A8 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: NHLT 0x000000005C328000 00002D (v00 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: FPDT 0x000000005C326000 000044 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: BGRT 0x000000005C325000 000038 (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: UEFI 0x000000005FAB8000 00012A (v01 LENOVO TP-N2I   00001070 PTEC 00000002)
Apr 24 12:44:25 localhost kernel: ACPI: Local APIC address 0xfee00000
Apr 24 12:44:25 localhost kernel: No NUMA configuration found
Apr 24 12:44:25 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000048e7fffff]
Apr 24 12:44:25 localhost kernel: NODE_DATA(0) allocated [mem 0x48e7fb000-0x48e7fffff]
Apr 24 12:44:25 localhost kernel: Zone ranges:
Apr 24 12:44:25 localhost kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Apr 24 12:44:25 localhost kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Apr 24 12:44:25 localhost kernel:   Normal   [mem 0x0000000100000000-0x000000048e7fffff]
Apr 24 12:44:25 localhost kernel:   Device   empty
Apr 24 12:44:25 localhost kernel: Movable zone start for each node
Apr 24 12:44:25 localhost kernel: Early memory node ranges
Apr 24 12:44:25 localhost kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Apr 24 12:44:25 localhost kernel:   node   0: [mem 0x0000000000100000-0x000000005b27bfff]
Apr 24 12:44:25 localhost kernel:   node   0: [mem 0x000000005fd0f000-0x000000005fd0ffff]
Apr 24 12:44:25 localhost kernel:   node   0: [mem 0x0000000068000000-0x00000000687fffff]
Apr 24 12:44:25 localhost kernel:   node   0: [mem 0x0000000100000000-0x000000048e7fffff]
Apr 24 12:44:25 localhost kernel: Zeroed struct page in unavailable ranges: 56805 pages
Apr 24 12:44:25 localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000048e7fffff]
Apr 24 12:44:25 localhost kernel: On node 0 totalpages: 4104731
Apr 24 12:44:25 localhost kernel:   DMA zone: 64 pages used for memmap
Apr 24 12:44:25 localhost kernel:   DMA zone: 21 pages reserved
Apr 24 12:44:25 localhost kernel:   DMA zone: 3998 pages, LIFO batch:0
Apr 24 12:44:25 localhost kernel:   DMA32 zone: 5802 pages used for memmap
Apr 24 12:44:25 localhost kernel:   DMA32 zone: 371325 pages, LIFO batch:63
Apr 24 12:44:25 localhost kernel:   Normal zone: 58272 pages used for memmap
Apr 24 12:44:25 localhost kernel:   Normal zone: 3729408 pages, LIFO batch:63
Apr 24 12:44:25 localhost kernel: Reserving Intel graphics memory at [mem 0x6b800000-0x6f7fffff]
Apr 24 12:44:25 localhost kernel: ACPI: PM-Timer IO Port: 0x1808
Apr 24 12:44:25 localhost kernel: ACPI: Local APIC address 0xfee00000
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Apr 24 12:44:25 localhost kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Apr 24 12:44:25 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 24 12:44:25 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 24 12:44:25 localhost kernel: ACPI: IRQ0 used by override.
Apr 24 12:44:25 localhost kernel: ACPI: IRQ9 used by override.
Apr 24 12:44:25 localhost kernel: Using ACPI (MADT) for SMP configuration information
Apr 24 12:44:25 localhost kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Apr 24 12:44:25 localhost kernel: e820: update [mem 0x57c5c000-0x57cecfff] usable ==> reserved
Apr 24 12:44:25 localhost kernel: TSC deadline timer available
Apr 24 12:44:25 localhost kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Apr 24 12:44:25 localhost kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 24 12:44:25 localhost kernel: PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Apr 24 12:44:25 localhost kernel: PM: Registered nosave memory: [mem 0x57c5c000-0x57cecfff]
Apr 24 12:44:25 localhost kernel: PM: Registered nosave memory: [mem 0x5b27c000-0x5fa6dfff]
Apr 24 12:44:25 localhost kernel: PM: Registered nosave memory: [mem 0x5fa6e000-0x5fca9fff]
Apr 24 12:44:25 localhost kernel: PM: Registered nosave memory: [mem 0x5fcaa000-0x5fd0efff]
Apr 24 12:44:25 localhost kernel: PM: Registered nosave memory: [mem 0x5fd10000-0x67ffffff]
Apr 24 12:44:25 localhost kernel: PM: Registered nosave memory: [mem 0x68800000-0x6f7fffff]
Apr 24 12:44:25 localhost kernel: PM: Registered nosave memory: [mem 0x6f800000-0xfe00ffff]
Apr 24 12:44:25 localhost kernel: PM: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
Apr 24 12:44:25 localhost kernel: PM: Registered nosave memory: [mem 0xfe011000-0xffffffff]
Apr 24 12:44:25 localhost kernel: [mem 0x6f800000-0xfe00ffff] available for PCI devices
Apr 24 12:44:25 localhost kernel: Booting paravirtualized kernel on bare hardware
Apr 24 12:44:25 localhost kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Apr 24 12:44:25 localhost kernel: setup_percpu: NR_CPUS:384 nr_cpumask_bits:384 nr_cpu_ids:8 nr_node_ids:1
Apr 24 12:44:25 localhost kernel: percpu: Embedded 53 pages/cpu s176920 r8192 d31976 u262144
Apr 24 12:44:25 localhost kernel: pcpu-alloc: s176920 r8192 d31976 u262144 alloc=1*2097152
Apr 24 12:44:25 localhost kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Apr 24 12:44:25 localhost kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4040572
Apr 24 12:44:25 localhost kernel: Policy zone: Normal
Apr 24 12:44:25 localhost kernel: Kernel command line: initrd=\efi\nixos\rfl0nsgm2ins5cypiy4aj5ahyz1m3xdx-initrd-initrd.efi systemConfig=/nix/store/qx4dnhikx4sfdayj2zd7gf5l05nv8rmw-nixos-system-t490s-20.09.20210422.4263ba5 init=/nix/store/qx4dnhikx4sfdayj2zd7gf5l05nv8rmw-nixos-system-t490s-20.09.20210422.4263ba5/init rd.udev.log_priority=debug systemd.log_level=debug loglevel=4
Apr 24 12:44:25 localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Apr 24 12:44:25 localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Apr 24 12:44:25 localhost kernel: mem auto-init: stack:off, heap alloc:off, heap free:off
Apr 24 12:44:25 localhost kernel: Calgary: detecting Calgary via BIOS EBDA area
Apr 24 12:44:25 localhost kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Apr 24 12:44:25 localhost kernel: Memory: 15916460K/16418924K available (10243K kernel code, 1137K rwdata, 2172K rodata, 1548K init, 2424K bss, 502464K reserved, 0K cma-reserved)
Apr 24 12:44:25 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Apr 24 12:44:25 localhost kernel: ftrace: allocating 31885 entries in 125 pages
Apr 24 12:44:25 localhost kernel: rcu: Hierarchical RCU implementation.
Apr 24 12:44:25 localhost kernel: rcu:         RCU event tracing is enabled.
Apr 24 12:44:25 localhost kernel: rcu:         RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=8.
Apr 24 12:44:25 localhost kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Apr 24 12:44:25 localhost kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Apr 24 12:44:25 localhost kernel: NR_IRQS: 24832, nr_irqs: 2048, preallocated irqs: 16
Apr 24 12:44:25 localhost kernel: random: get_random_bytes called from start_kernel+0x325/0x4fb with crng_init=0
Apr 24 12:44:25 localhost kernel: Console: colour dummy device 80x25
Apr 24 12:44:25 localhost kernel: printk: console [tty0] enabled
Apr 24 12:44:25 localhost kernel: ACPI: Core revision 20190816
Apr 24 12:44:25 localhost kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Apr 24 12:44:25 localhost kernel: APIC: Switch to symmetric I/O mode setup
Apr 24 12:44:25 localhost kernel: DMAR: Host address width 39
Apr 24 12:44:25 localhost kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Apr 24 12:44:25 localhost kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Apr 24 12:44:25 localhost kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Apr 24 12:44:25 localhost kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Apr 24 12:44:25 localhost kernel: DMAR: RMRR base: 0x0000005fa2a000 end: 0x0000005fa49fff
Apr 24 12:44:25 localhost kernel: DMAR: RMRR base: 0x0000006b000000 end: 0x0000006f7fffff
Apr 24 12:44:25 localhost kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Apr 24 12:44:25 localhost kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Apr 24 12:44:25 localhost kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Apr 24 12:44:25 localhost kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Apr 24 12:44:25 localhost kernel: x2apic enabled
Apr 24 12:44:25 localhost kernel: Switched APIC routing to cluster x2apic.
Apr 24 12:44:25 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 24 12:44:25 localhost kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39a8208cdd2, max_idle_ns: 881590748921 ns
Apr 24 12:44:25 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3999.93 BogoMIPS (lpj=1999968)
Apr 24 12:44:25 localhost kernel: pid_max: default: 32768 minimum: 301
Apr 24 12:44:25 localhost kernel: LSM: Security Framework initializing
Apr 24 12:44:25 localhost kernel: Yama: becoming mindful.
Apr 24 12:44:25 localhost kernel: SELinux:  Initializing.
Apr 24 12:44:25 localhost kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 24 12:44:25 localhost kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 24 12:44:25 localhost kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Apr 24 12:44:25 localhost kernel: process: using mwait in idle threads
Apr 24 12:44:25 localhost kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Apr 24 12:44:25 localhost kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Apr 24 12:44:25 localhost kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr 24 12:44:25 localhost kernel: Spectre V2 : Mitigation: Full generic retpoline
Apr 24 12:44:25 localhost kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Apr 24 12:44:25 localhost kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Apr 24 12:44:25 localhost kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Apr 24 12:44:25 localhost kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Apr 24 12:44:25 localhost kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Apr 24 12:44:25 localhost kernel: SRBDS: Vulnerable: No microcode
Apr 24 12:44:25 localhost kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Apr 24 12:44:25 localhost kernel: Freeing SMP alternatives memory: 28K
Apr 24 12:44:25 localhost kernel: smpboot: CPU0: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xb)
Apr 24 12:44:25 localhost kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Apr 24 12:44:25 localhost kernel: ... version:                4
Apr 24 12:44:25 localhost kernel: ... bit width:              48
Apr 24 12:44:25 localhost kernel: ... generic registers:      4
Apr 24 12:44:25 localhost kernel: ... value mask:             0000ffffffffffff
Apr 24 12:44:25 localhost kernel: ... max period:             00007fffffffffff
Apr 24 12:44:25 localhost kernel: ... fixed-purpose events:   3
Apr 24 12:44:25 localhost kernel: ... event mask:             000000070000000f
Apr 24 12:44:25 localhost kernel: rcu: Hierarchical SRCU implementation.
Apr 24 12:44:25 localhost kernel: smp: Bringing up secondary CPUs ...
Apr 24 12:44:25 localhost kernel: x86: Booting SMP configuration:
Apr 24 12:44:25 localhost kernel: .... node  #0, CPUs:      #1 #2 #3 #4
Apr 24 12:44:25 localhost 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.
Apr 24 12:44:25 localhost kernel:  #5 #6 #7
Apr 24 12:44:25 localhost kernel: smp: Brought up 1 node, 8 CPUs
Apr 24 12:44:25 localhost kernel: smpboot: Max logical packages: 1
Apr 24 12:44:25 localhost kernel: smpboot: Total of 8 processors activated (31999.48 BogoMIPS)
Apr 24 12:44:25 localhost kernel: devtmpfs: initialized
Apr 24 12:44:25 localhost kernel: x86/mm: Memory block size: 128MB
Apr 24 12:44:25 localhost kernel: PM: Registering ACPI NVS region [mem 0x5fa6e000-0x5fca9fff] (2342912 bytes)
Apr 24 12:44:25 localhost kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Apr 24 12:44:25 localhost kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Apr 24 12:44:25 localhost kernel: pinctrl core: initialized pinctrl subsystem
Apr 24 12:44:25 localhost kernel: NET: Registered protocol family 16
Apr 24 12:44:25 localhost kernel: audit: initializing netlink subsys (disabled)
Apr 24 12:44:25 localhost kernel: audit: type=2000 audit(1619268263.024:1): state=initialized audit_enabled=0 res=1
Apr 24 12:44:25 localhost kernel: cpuidle: using governor menu
Apr 24 12:44:25 localhost kernel: Simple Boot Flag at 0x47 set to 0x1
Apr 24 12:44:25 localhost kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Apr 24 12:44:25 localhost kernel: ACPI: bus type PCI registered
Apr 24 12:44:25 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 24 12:44:25 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Apr 24 12:44:25 localhost kernel: PCI: not using MMCONFIG
Apr 24 12:44:25 localhost kernel: PCI: Using configuration type 1 for base access
Apr 24 12:44:25 localhost kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Apr 24 12:44:25 localhost kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Apr 24 12:44:25 localhost kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Apr 24 12:44:25 localhost kernel: ACPI: Added _OSI(Module Device)
Apr 24 12:44:25 localhost kernel: ACPI: Added _OSI(Processor Device)
Apr 24 12:44:25 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 24 12:44:25 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
Apr 24 12:44:25 localhost kernel: ACPI: Added _OSI(Linux-Dell-Video)
Apr 24 12:44:25 localhost kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Apr 24 12:44:25 localhost kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Apr 24 12:44:25 localhost kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
Apr 24 12:44:25 localhost kernel: ACPI: EC: EC started
Apr 24 12:44:25 localhost kernel: ACPI: EC: interrupt blocked
Apr 24 12:44:25 localhost kernel: ACPI: \: Used as first EC
Apr 24 12:44:25 localhost kernel: ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 24 12:44:25 localhost kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Apr 24 12:44:25 localhost kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Apr 24 12:44:25 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0xFFFF8EC4BBE04900 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Apr 24 12:44:25 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0xFFFF8EC4BBE0B400 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0xFFFF8EC4BBE1E800 0005D8 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0xFFFF8EC4BBE02600 00011B (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0xFFFF8EC4BBE1F000 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0xFFFF8EC4BBE1A000 0005FC (v02 PmRef  ApIst    00003000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0xFFFF8EC4BBE0B800 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0xFFFF8EC4BBE12000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: Dynamic OEM Table Load:
Apr 24 12:44:25 localhost kernel: ACPI: SSDT 0xFFFF8EC4BBE0BC00 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
Apr 24 12:44:25 localhost kernel: ACPI: Interpreter enabled
Apr 24 12:44:25 localhost kernel: ACPI: (supports S0 S3 S4 S5)
Apr 24 12:44:25 localhost kernel: ACPI: Using IOAPIC for interrupt routing
Apr 24 12:44:25 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Apr 24 12:44:25 localhost kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
Apr 24 12:44:25 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 24 12:44:25 localhost kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Apr 24 12:44:25 localhost kernel: ACPI: Power Resource [PUBS] (on)
Apr 24 12:44:25 localhost kernel: ACPI: Power Resource [USBC] (on)
Apr 24 12:44:25 localhost kernel: ACPI: Power Resource [PXP] (on)
Apr 24 12:44:25 localhost kernel: ACPI: Power Resource [V0PR] (on)
Apr 24 12:44:25 localhost kernel: ACPI: Power Resource [V1PR] (on)
Apr 24 12:44:25 localhost kernel: ACPI: Power Resource [V2PR] (on)
Apr 24 12:44:25 localhost kernel: ACPI: Power Resource [WRST] (on)
Apr 24 12:44:25 localhost kernel: ACPI: Power Resource [PIN] (off)
Apr 24 12:44:25 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Apr 24 12:44:25 localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Apr 24 12:44:25 localhost kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Apr 24 12:44:25 localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
Apr 24 12:44:25 localhost kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Apr 24 12:44:25 localhost kernel: PCI host bridge to bus 0000:00
Apr 24 12:44:25 localhost kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x6f800000-0xdfffffff window]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Apr 24 12:44:25 localhost kernel: pci 0000:00:00.0: [8086:3e34] type 00 class 0x060000
Apr 24 12:44:25 localhost kernel: pci 0000:00:02.0: [8086:3ea0] type 00 class 0x030000
Apr 24 12:44:25 localhost kernel: pci 0000:00:02.0: reg 0x10: [mem 0xc7000000-0xc7ffffff 64bit]
Apr 24 12:44:25 localhost kernel: pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
Apr 24 12:44:25 localhost kernel: pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
Apr 24 12:44:25 localhost kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Apr 24 12:44:25 localhost kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
Apr 24 12:44:25 localhost kernel: pci 0000:00:04.0: reg 0x10: [mem 0xc9730000-0xc9737fff 64bit]
Apr 24 12:44:25 localhost kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
Apr 24 12:44:25 localhost kernel: pci 0000:00:08.0: reg 0x10: [mem 0xc9742000-0xc9742fff 64bit]
Apr 24 12:44:25 localhost kernel: pci 0000:00:12.0: [8086:9df9] type 00 class 0x118000
Apr 24 12:44:25 localhost kernel: pci 0000:00:12.0: reg 0x10: [mem 0xc9743000-0xc9743fff 64bit]
Apr 24 12:44:25 localhost kernel: pci 0000:00:14.0: [8086:9ded] type 00 class 0x0c0330
Apr 24 12:44:25 localhost kernel: pci 0000:00:14.0: reg 0x10: [mem 0xc9720000-0xc972ffff 64bit]
Apr 24 12:44:25 localhost kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Apr 24 12:44:25 localhost kernel: pci 0000:00:14.2: [8086:9def] type 00 class 0x050000
Apr 24 12:44:25 localhost kernel: pci 0000:00:14.2: reg 0x10: [mem 0xc9740000-0xc9741fff 64bit]
Apr 24 12:44:25 localhost kernel: pci 0000:00:14.2: reg 0x18: [mem 0xc9744000-0xc9744fff 64bit]
Apr 24 12:44:25 localhost kernel: pci 0000:00:14.3: [8086:9df0] type 00 class 0x028000
Apr 24 12:44:25 localhost kernel: pci 0000:00:14.3: reg 0x10: [mem 0xc9738000-0xc973bfff 64bit]
Apr 24 12:44:25 localhost kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Apr 24 12:44:25 localhost kernel: pci 0000:00:15.0: [8086:9de8] type 00 class 0x0c8000
Apr 24 12:44:25 localhost kernel: pci 0000:00:15.0: reg 0x10: [mem 0xc9745000-0xc9745fff 64bit]
Apr 24 12:44:25 localhost kernel: pci 0000:00:16.0: [8086:9de0] type 00 class 0x078000
Apr 24 12:44:25 localhost kernel: pci 0000:00:16.0: reg 0x10: [mem 0xc9746000-0xc9746fff 64bit]
Apr 24 12:44:25 localhost kernel: pci 0000:00:16.0: PME# supported from D3hot
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.0: [8086:9db8] type 01 class 0x060400
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.4: [8086:9dbc] type 01 class 0x060400
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.0: [8086:9db0] type 01 class 0x060400
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.4: [8086:9db4] type 01 class 0x060400
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
Apr 24 12:44:25 localhost kernel: pci 0000:00:1f.0: [8086:9d84] type 00 class 0x060100
Apr 24 12:44:25 localhost kernel: pci 0000:00:1f.3: [8086:9dc8] type 00 class 0x040380
Apr 24 12:44:25 localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xc973c000-0xc973ffff 64bit]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xc8a00000-0xc8afffff 64bit]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Apr 24 12:44:25 localhost kernel: pci 0000:00:1f.4: [8086:9da3] type 00 class 0x0c0500
Apr 24 12:44:25 localhost kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xc9747000-0xc97470ff 64bit]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1f.5: [8086:9da4] type 00 class 0x0c8000
Apr 24 12:44:25 localhost kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1f.6: [8086:15be] type 00 class 0x020000
Apr 24 12:44:25 localhost kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xc9700000-0xc971ffff]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Apr 24 12:44:25 localhost kernel: pci 0000:01:00.0: [17a0:9750] type 00 class 0xff0000
Apr 24 12:44:25 localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0xc9600000-0xc9600fff]
Apr 24 12:44:25 localhost kernel: pci 0000:01:00.0: supports D1 D2
Apr 24 12:44:25 localhost kernel: pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.0:   bridge window [mem 0xc9600000-0xc96fffff]
Apr 24 12:44:25 localhost kernel: pci 0000:02:00.0: [8086:15c0] type 01 class 0x060400
Apr 24 12:44:25 localhost kernel: pci 0000:02:00.0: enabling Extended Tags
Apr 24 12:44:25 localhost kernel: pci 0000:02:00.0: supports D1 D2
Apr 24 12:44:25 localhost kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.4:   bridge window [mem 0xb0000000-0xc60fffff]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.4:   bridge window [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:44:25 localhost kernel: pci 0000:03:00.0: [8086:15c0] type 01 class 0x060400
Apr 24 12:44:25 localhost kernel: pci 0000:03:00.0: enabling Extended Tags
Apr 24 12:44:25 localhost kernel: pci 0000:03:00.0: supports D1 D2
Apr 24 12:44:25 localhost kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 24 12:44:25 localhost kernel: pci 0000:03:01.0: [8086:15c0] type 01 class 0x060400
Apr 24 12:44:25 localhost kernel: pci 0000:03:01.0: enabling Extended Tags
Apr 24 12:44:25 localhost kernel: pci 0000:03:01.0: supports D1 D2
Apr 24 12:44:25 localhost kernel: pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 24 12:44:25 localhost kernel: pci 0000:03:02.0: [8086:15c0] type 01 class 0x060400
Apr 24 12:44:25 localhost kernel: pci 0000:03:02.0: enabling Extended Tags
Apr 24 12:44:25 localhost kernel: pci 0000:03:02.0: supports D1 D2
Apr 24 12:44:25 localhost kernel: pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 24 12:44:25 localhost kernel: pci 0000:02:00.0: PCI bridge to [bus 03-3a]
Apr 24 12:44:25 localhost kernel: pci 0000:02:00.0:   bridge window [mem 0xb0000000-0xc60fffff]
Apr 24 12:44:25 localhost kernel: pci 0000:02:00.0:   bridge window [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:44:25 localhost kernel: pci 0000:04:00.0: [8086:15bf] type 00 class 0x088000
Apr 24 12:44:25 localhost kernel: pci 0000:04:00.0: reg 0x10: [mem 0xc6000000-0xc603ffff]
Apr 24 12:44:25 localhost kernel: pci 0000:04:00.0: reg 0x14: [mem 0xc6040000-0xc6040fff]
Apr 24 12:44:25 localhost kernel: pci 0000:04:00.0: enabling Extended Tags
Apr 24 12:44:25 localhost kernel: pci 0000:04:00.0: supports D1 D2
Apr 24 12:44:25 localhost kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 24 12:44:25 localhost kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Apr 24 12:44:25 localhost kernel: pci 0000:03:00.0:   bridge window [mem 0xc6000000-0xc60fffff]
Apr 24 12:44:25 localhost kernel: pci 0000:03:01.0: PCI bridge to [bus 05-39]
Apr 24 12:44:25 localhost kernel: pci 0000:03:01.0:   bridge window [mem 0xb0000000-0xc5efffff]
Apr 24 12:44:25 localhost kernel: pci 0000:03:01.0:   bridge window [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:44:25 localhost kernel: pci 0000:3a:00.0: [8086:15c1] type 00 class 0x0c0330
Apr 24 12:44:25 localhost kernel: pci 0000:3a:00.0: reg 0x10: [mem 0xc5f00000-0xc5f0ffff]
Apr 24 12:44:25 localhost kernel: pci 0000:3a:00.0: enabling Extended Tags
Apr 24 12:44:25 localhost kernel: pci 0000:3a:00.0: supports D1 D2
Apr 24 12:44:25 localhost kernel: pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 24 12:44:25 localhost kernel: pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8 GT/s x4 link)
Apr 24 12:44:25 localhost kernel: pci 0000:03:02.0: PCI bridge to [bus 3a]
Apr 24 12:44:25 localhost kernel: pci 0000:03:02.0:   bridge window [mem 0xc5f00000-0xc5ffffff]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.0: PCI bridge to [bus 3c]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.0:   bridge window [io  0x2000-0x2fff]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.0:   bridge window [mem 0xc8c00000-0xc95fffff]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.0:   bridge window [mem 0xc8000000-0xc89fffff 64bit pref]
Apr 24 12:44:25 localhost kernel: pci 0000:3d:00.0: [1179:011a] type 00 class 0x010802
Apr 24 12:44:25 localhost kernel: pci 0000:3d:00.0: reg 0x10: [mem 0xc8b00000-0xc8b03fff 64bit]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.4: PCI bridge to [bus 3d]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.4:   bridge window [mem 0xc8b00000-0xc8bfffff]
Apr 24 12:44:25 localhost kernel: ACPI: EC: interrupt unblocked
Apr 24 12:44:25 localhost kernel: ACPI: EC: event unblocked
Apr 24 12:44:25 localhost kernel: ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 24 12:44:25 localhost kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events
Apr 24 12:44:25 localhost kernel: iommu: Default domain type: Translated 
Apr 24 12:44:25 localhost kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
Apr 24 12:44:25 localhost kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Apr 24 12:44:25 localhost kernel: pci 0000:00:02.0: vgaarb: setting as boot device
Apr 24 12:44:25 localhost kernel: vgaarb: loaded
Apr 24 12:44:25 localhost kernel: Registered efivars operations
Apr 24 12:44:25 localhost kernel: PCI: Using ACPI for IRQ routing
Apr 24 12:44:25 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
Apr 24 12:44:25 localhost kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Apr 24 12:44:25 localhost kernel: e820: reserve RAM buffer [mem 0x57c5c000-0x57ffffff]
Apr 24 12:44:25 localhost kernel: e820: reserve RAM buffer [mem 0x5b27c000-0x5bffffff]
Apr 24 12:44:25 localhost kernel: e820: reserve RAM buffer [mem 0x5fd10000-0x5fffffff]
Apr 24 12:44:25 localhost kernel: e820: reserve RAM buffer [mem 0x68800000-0x6bffffff]
Apr 24 12:44:25 localhost kernel: e820: reserve RAM buffer [mem 0x48e800000-0x48fffffff]
Apr 24 12:44:25 localhost kernel: NetLabel: Initializing
Apr 24 12:44:25 localhost kernel: NetLabel:  domain hash size = 128
Apr 24 12:44:25 localhost kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Apr 24 12:44:25 localhost kernel: NetLabel:  unlabeled traffic allowed by default
Apr 24 12:44:25 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Apr 24 12:44:25 localhost kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Apr 24 12:44:25 localhost kernel: clocksource: Switched to clocksource tsc-early
Apr 24 12:44:25 localhost kernel: VFS: Disk quotas dquot_6.6.0
Apr 24 12:44:25 localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 24 12:44:25 localhost kernel: pnp: PnP ACPI init
Apr 24 12:44:25 localhost kernel: system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 24 12:44:25 localhost kernel: system 00:01: [io  0x1800-0x18fe] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:01: [mem 0xfd6b0000-0xfd6cffff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:01: [mem 0xff000000-0xffffffff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 24 12:44:25 localhost kernel: system 00:02: [io  0xff00-0xfffe] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 24 12:44:25 localhost kernel: system 00:03: [io  0x0680-0x069f] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:03: [io  0x164e-0x164f] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 24 12:44:25 localhost kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
Apr 24 12:44:25 localhost kernel: system 00:05: [io  0x1854-0x1857] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Apr 24 12:44:25 localhost kernel: pnp 00:06: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
Apr 24 12:44:25 localhost kernel: pnp 00:07: Plug and Play ACPI device, IDs LEN205b PNP0f13 (active)
Apr 24 12:44:25 localhost kernel: system 00:08: [io  0x1800-0x189f] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [io  0x0800-0x087f] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [io  0x0880-0x08ff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [io  0x0900-0x097f] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [io  0x0980-0x09ff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [io  0x0a00-0x0a7f] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [io  0x0a80-0x0aff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [io  0x0b00-0x0b7f] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [io  0x0b80-0x0bff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [io  0x15e0-0x15ef] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [io  0x1600-0x167f] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [io  0x1640-0x165f] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 24 12:44:25 localhost kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 24 12:44:25 localhost kernel: system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:0a: [mem 0xfed90000-0xfed93fff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved
Apr 24 12:44:25 localhost kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 24 12:44:25 localhost kernel: system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:0b: [mem 0x000c0000-0x000c3fff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:0b: [mem 0x000c8000-0x000cbfff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:0b: [mem 0x000d0000-0x000d3fff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:0b: [mem 0x000d8000-0x000dbfff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:0b: [mem 0x000e0000-0x000e3fff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:0b: [mem 0x000e8000-0x000ebfff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:0b: [mem 0x00100000-0x6f7fffff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved
Apr 24 12:44:25 localhost kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr 24 12:44:25 localhost kernel: pnp: PnP ACPI: found 12 devices
Apr 24 12:44:25 localhost kernel: thermal_sys: Registered thermal governor 'bang_bang'
Apr 24 12:44:25 localhost kernel: thermal_sys: Registered thermal governor 'step_wise'
Apr 24 12:44:25 localhost kernel: thermal_sys: Registered thermal governor 'user_space'
Apr 24 12:44:25 localhost kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 24 12:44:25 localhost kernel: pci 0000:03:01.0: bridge window [io  0x1000-0x0fff] to [bus 05-39] add_size 1000
Apr 24 12:44:25 localhost kernel: pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to [bus 03-3a] add_size 1000
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 02-3a] add_size 2000
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.4: BAR 13: assigned [io  0x4000-0x5fff]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.0:   bridge window [mem 0xc9600000-0xc96fffff]
Apr 24 12:44:25 localhost kernel: pci 0000:02:00.0: BAR 13: assigned [io  0x4000-0x4fff]
Apr 24 12:44:25 localhost kernel: pci 0000:03:01.0: BAR 13: assigned [io  0x4000-0x4fff]
Apr 24 12:44:25 localhost kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Apr 24 12:44:25 localhost kernel: pci 0000:03:00.0:   bridge window [mem 0xc6000000-0xc60fffff]
Apr 24 12:44:25 localhost kernel: pci 0000:03:01.0: PCI bridge to [bus 05-39]
Apr 24 12:44:25 localhost kernel: pci 0000:03:01.0:   bridge window [io  0x4000-0x4fff]
Apr 24 12:44:25 localhost kernel: pci 0000:03:01.0:   bridge window [mem 0xb0000000-0xc5efffff]
Apr 24 12:44:25 localhost kernel: pci 0000:03:01.0:   bridge window [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:44:25 localhost kernel: pci 0000:03:02.0: PCI bridge to [bus 3a]
Apr 24 12:44:25 localhost kernel: pci 0000:03:02.0:   bridge window [mem 0xc5f00000-0xc5ffffff]
Apr 24 12:44:25 localhost kernel: pci 0000:02:00.0: PCI bridge to [bus 03-3a]
Apr 24 12:44:25 localhost kernel: pci 0000:02:00.0:   bridge window [io  0x4000-0x4fff]
Apr 24 12:44:25 localhost kernel: pci 0000:02:00.0:   bridge window [mem 0xb0000000-0xc60fffff]
Apr 24 12:44:25 localhost kernel: pci 0000:02:00.0:   bridge window [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.4:   bridge window [io  0x4000-0x5fff]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.4:   bridge window [mem 0xb0000000-0xc60fffff]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1c.4:   bridge window [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.0: PCI bridge to [bus 3c]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.0:   bridge window [io  0x2000-0x2fff]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.0:   bridge window [mem 0xc8c00000-0xc95fffff]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.0:   bridge window [mem 0xc8000000-0xc89fffff 64bit pref]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.4: PCI bridge to [bus 3d]
Apr 24 12:44:25 localhost kernel: pci 0000:00:1d.4:   bridge window [mem 0xc8b00000-0xc8bfffff]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x6f800000-0xdfffffff window]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xc9600000-0xc96fffff]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:02: resource 0 [io  0x4000-0x5fff]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:02: resource 1 [mem 0xb0000000-0xc60fffff]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:02: resource 2 [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:03: resource 1 [mem 0xb0000000-0xc60fffff]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:03: resource 2 [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:04: resource 1 [mem 0xc6000000-0xc60fffff]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:05: resource 1 [mem 0xb0000000-0xc5efffff]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:05: resource 2 [mem 0x70000000-0x91ffffff 64bit pref]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:3a: resource 1 [mem 0xc5f00000-0xc5ffffff]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:3c: resource 0 [io  0x2000-0x2fff]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:3c: resource 1 [mem 0xc8c00000-0xc95fffff]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:3c: resource 2 [mem 0xc8000000-0xc89fffff 64bit pref]
Apr 24 12:44:25 localhost kernel: pci_bus 0000:3d: resource 1 [mem 0xc8b00000-0xc8bfffff]
Apr 24 12:44:25 localhost kernel: NET: Registered protocol family 2
Apr 24 12:44:25 localhost kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Apr 24 12:44:25 localhost kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Apr 24 12:44:25 localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Apr 24 12:44:25 localhost kernel: TCP: Hash tables configured (established 131072 bind 65536)
Apr 24 12:44:25 localhost kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Apr 24 12:44:25 localhost kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Apr 24 12:44:25 localhost kernel: NET: Registered protocol family 1
Apr 24 12:44:25 localhost kernel: NET: Registered protocol family 44
Apr 24 12:44:25 localhost kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Apr 24 12:44:25 localhost kernel: PCI: CLS 128 bytes, default 64
Apr 24 12:44:25 localhost kernel: Trying to unpack rootfs image as initramfs...
Apr 24 12:44:25 localhost kernel: Freeing initrd memory: 86108K
Apr 24 12:44:25 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 24 12:44:25 localhost kernel: software IO TLB: mapped [mem 0x47e95000-0x4be95000] (64MB)
Apr 24 12:44:25 localhost kernel: check: Scanning for low memory corruption every 60 seconds
Apr 24 12:44:25 localhost kernel: Initialise system trusted keyrings
Apr 24 12:44:25 localhost kernel: workingset: timestamp_bits=40 max_order=22 bucket_order=0
Apr 24 12:44:25 localhost kernel: zbud: loaded
Apr 24 12:44:25 localhost kernel: Key type asymmetric registered
Apr 24 12:44:25 localhost kernel: Asymmetric key parser 'x509' registered
Apr 24 12:44:25 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
Apr 24 12:44:25 localhost kernel: io scheduler mq-deadline registered
Apr 24 12:44:25 localhost kernel: io scheduler kyber registered
Apr 24 12:44:25 localhost kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
Apr 24 12:44:25 localhost kernel: pcieport 0000:00:1c.4: PME: Signaling with IRQ 123
Apr 24 12:44:25 localhost kernel: pcieport 0000:00:1c.4: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Apr 24 12:44:25 localhost kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 124
Apr 24 12:44:25 localhost kernel: pcieport 0000:00:1d.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Apr 24 12:44:25 localhost kernel: pcieport 0000:00:1d.4: PME: Signaling with IRQ 125
Apr 24 12:44:25 localhost kernel: pcieport 0000:03:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Apr 24 12:44:25 localhost kernel: efifb: probing for efifb
Apr 24 12:44:25 localhost kernel: efifb: showing boot graphics
Apr 24 12:44:25 localhost kernel: efifb: framebuffer at 0xa0000000, using 8100k, total 8100k
Apr 24 12:44:25 localhost kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Apr 24 12:44:25 localhost kernel: efifb: scrolling: redraw
Apr 24 12:44:25 localhost kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Apr 24 12:44:25 localhost kernel: fbcon: Deferring console take-over
Apr 24 12:44:25 localhost kernel: fb0: EFI VGA frame buffer device
Apr 24 12:44:25 localhost kernel: intel_idle: MWAIT substates: 0x11142120
Apr 24 12:44:25 localhost kernel: intel_idle: v0.4.1 model 0x8E
Apr 24 12:44:25 localhost kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Apr 24 12:44:25 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Apr 24 12:44:25 localhost kernel: brd: module loaded
Apr 24 12:44:25 localhost kernel: intel_pstate: Intel P-state driver initializing
Apr 24 12:44:25 localhost kernel: intel_pstate: HWP enabled
Apr 24 12:44:25 localhost kernel: drop_monitor: Initializing network drop monitor service
Apr 24 12:44:25 localhost kernel: NET: Registered protocol family 10
Apr 24 12:44:25 localhost kernel: Segment Routing with IPv6
Apr 24 12:44:25 localhost kernel: microcode: sig=0x806eb, pf=0x80, revision=0xa4
Apr 24 12:44:25 localhost kernel: microcode: Microcode Update Driver: v2.2.
Apr 24 12:44:25 localhost kernel: IPI shorthand broadcast: enabled
Apr 24 12:44:25 localhost kernel: sched_clock: Marking stable (2540920801, 7671730)->(2556933231, -8340700)
Apr 24 12:44:25 localhost kernel: registered taskstats version 1
Apr 24 12:44:25 localhost kernel: Loading compiled-in X.509 certificates
Apr 24 12:44:25 localhost kernel: zswap: loaded using pool lzo/zbud
Apr 24 12:44:25 localhost kernel: Key type ._fscrypt registered
Apr 24 12:44:25 localhost kernel: Key type .fscrypt registered
Apr 24 12:44:25 localhost kernel: Freeing unused kernel image memory: 1548K
Apr 24 12:44:25 localhost kernel: Write protecting the kernel read-only data: 16384k
Apr 24 12:44:25 localhost kernel: Freeing unused kernel image memory: 2012K
Apr 24 12:44:25 localhost kernel: Freeing unused kernel image memory: 1924K
Apr 24 12:44:25 localhost kernel: Run /init as init process
Apr 24 12:44:25 localhost systemd[1]: Inserted module 'autofs4'
Apr 24 12:44:25 localhost kernel: random: crng init done
Apr 24 12:44:25 localhost systemd[1]: Successfully credited entropy passed from boot loader.
Apr 24 12:44:25 localhost systemd[1]: systemd 246 running in system mode. (+PAM +AUDIT -SELINUX +IMA +APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ +LZ4 -ZSTD +SECCOMP +BLKID -ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Apr 24 12:44:25 localhost systemd[1]: No virtualization found in DMI
Apr 24 12:44:25 localhost systemd[1]: No virtualization found in CPUID
Apr 24 12:44:25 localhost systemd[1]: Virtualization XEN not found, /proc/xen does not exist
Apr 24 12:44:25 localhost systemd[1]: This platform does not support /proc/device-tree
Apr 24 12:44:25 localhost systemd[1]: UML virtualization not found in /proc/cpuinfo.
Apr 24 12:44:25 localhost systemd[1]: This platform does not support /proc/sysinfo
Apr 24 12:44:25 localhost systemd[1]: Found VM virtualization none
Apr 24 12:44:25 localhost systemd[1]: Detected architecture x86-64.
Apr 24 12:44:25 localhost systemd[1]: Running in initial RAM disk.
Apr 24 12:44:25 localhost systemd[1]: Mounting cgroup to /sys/fs/cgroup/rdma of type cgroup with options rdma.
Apr 24 12:44:25 localhost systemd[1]: Mounting cgroup to /sys/fs/cgroup/perf_event of type cgroup with options perf_event.
Apr 24 12:44:25 localhost systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
Apr 24 12:44:25 localhost systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
Apr 24 12:44:25 localhost systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
Apr 24 12:44:25 localhost systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
Apr 24 12:44:25 localhost systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
Apr 24 12:44:25 localhost systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls,net_prio of type cgroup with options net_cls,net_prio.
Apr 24 12:44:25 localhost systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
Apr 24 12:44:25 localhost systemd[1]: Mounting cgroup to /sys/fs/cgroup/pids of type cgroup with options pids.
Apr 24 12:44:25 localhost systemd[1]: Mounting cgroup to /sys/fs/cgroup/hugetlb of type cgroup with options hugetlb.
Apr 24 12:44:25 localhost systemd[1]: Failed to read os-release file, ignoring: No such file or directory
Apr 24 12:44:25 localhost kernel: fbcon: Taking over console
Apr 24 12:44:25 localhost systemd[1]: No hostname configured.
Apr 24 12:44:25 localhost systemd[1]: Set hostname to <localhost>.
Apr 24 12:44:25 localhost systemd[1]: Initializing machine ID from random generator.
Apr 24 12:44:25 localhost systemd[1]: Successfully added address 127.0.0.1 to loopback interface
Apr 24 12:44:25 localhost systemd[1]: Successfully added address ::1 to loopback interface
Apr 24 12:44:25 localhost systemd[1]: Successfully brought loopback interface up
Apr 24 12:44:25 localhost systemd[1]: Setting 'fs/file-max' to '9223372036854775807'.
Apr 24 12:44:25 localhost systemd[1]: Setting 'fs/nr_open' to '2147483640'.
Apr 24 12:44:25 localhost systemd[1]: Couldn't write fs.nr_open as 2147483640, halving it.
Apr 24 12:44:25 localhost systemd[1]: Setting 'fs/nr_open' to '1073741816'.
Apr 24 12:44:25 localhost systemd[1]: Successfully bumped fs.nr_open to 1073741816
Apr 24 12:44:25 localhost systemd[1]: Found cgroup2 on /sys/fs/cgroup/unified, unified hierarchy for systemd controller
Apr 24 12:44:25 localhost systemd[1]: Found cgroup2 on /sys/fs/cgroup/unified, unified hierarchy for systemd controller
Apr 24 12:44:25 localhost systemd[1]: Unified cgroup hierarchy is located at /sys/fs/cgroup/unified. Controllers are on legacy hierarchies.
Apr 24 12:44:25 localhost systemd[1]: Got EBADF when using BPF_F_ALLOW_MULTI, which indicates it is supported. Yay!
Apr 24 12:44:25 localhost systemd[1]: Controller 'cpu' supported: yes
Apr 24 12:44:25 localhost systemd[1]: Controller 'cpuacct' supported: yes
Apr 24 12:44:25 localhost systemd[1]: Controller 'cpuset' supported: no
Apr 24 12:44:25 localhost systemd[1]: Controller 'io' supported: no
Apr 24 12:44:25 localhost systemd[1]: Controller 'blkio' supported: yes
Apr 24 12:44:25 localhost systemd[1]: Controller 'memory' supported: yes
Apr 24 12:44:25 localhost systemd[1]: Controller 'devices' supported: yes
Apr 24 12:44:25 localhost systemd[1]: Controller 'pids' supported: yes
Apr 24 12:44:25 localhost systemd[1]: Controller 'bpf-firewall' supported: yes
Apr 24 12:44:25 localhost systemd[1]: Controller 'bpf-devices' supported: yes
Apr 24 12:44:25 localhost systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
Apr 24 12:44:25 localhost systemd[1]: Failed to stat /etc/localtime, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd[1]: /etc/localtime doesn't exist yet, watching /etc instead.
Apr 24 12:44:25 localhost kernel: Console: switching to colour frame buffer device 240x67
Apr 24 12:44:25 localhost systemd[1]: Enabling (yes) showing of status (commandline).
Apr 24 12:44:25 localhost systemd[1]: Successfully forked off '(sd-executor)' as PID 103.
Apr 24 12:44:25 localhost systemd[103]: Successfully forked off '(direxec)' as PID 104.
Apr 24 12:44:25 localhost systemd[103]: Successfully forked off '(direxec)' as PID 105.
Apr 24 12:44:25 localhost systemd[103]: Successfully forked off '(direxec)' as PID 106.
Apr 24 12:44:25 localhost systemd[103]: Successfully forked off '(direxec)' as PID 107.
Apr 24 12:44:25 localhost systemd[103]: Successfully forked off '(direxec)' as PID 108.
Apr 24 12:44:25 localhost systemd[103]: Successfully forked off '(direxec)' as PID 109.
Apr 24 12:44:25 localhost systemd[103]: Successfully forked off '(direxec)' as PID 110.
Apr 24 12:44:25 localhost systemd[103]: Successfully forked off '(direxec)' as PID 111.
Apr 24 12:44:25 localhost systemd[103]: Successfully forked off '(direxec)' as PID 112.
Apr 24 12:44:25 localhost systemd[103]: Successfully forked off '(direxec)' as PID 113.
Apr 24 12:44:25 localhost systemd[103]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-hibernate-resume-generator succeeded.
Apr 24 12:44:25 localhost systemd[103]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-fstab-generator succeeded.
Apr 24 12:44:25 localhost systemd[103]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
Apr 24 12:44:25 localhost systemd[103]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
Apr 24 12:44:25 localhost systemd[103]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-run-generator succeeded.
Apr 24 12:44:25 localhost systemd[103]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-debug-generator succeeded.
Apr 24 12:44:25 localhost systemd[103]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-system-update-generator succeeded.
Apr 24 12:44:25 localhost systemd[103]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-veritysetup-generator succeeded.
Apr 24 12:44:25 localhost systemd[103]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-bless-boot-generator succeeded.
Apr 24 12:44:25 localhost systemd[103]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-getty-generator succeeded.
Apr 24 12:44:25 localhost systemd[1]: (sd-executor) succeeded.
Apr 24 12:44:25 localhost systemd[1]: Looking for unit files in (higher priority first):
Apr 24 12:44:25 localhost systemd[1]:         /etc/systemd/system.control
Apr 24 12:44:25 localhost systemd[1]:         /run/systemd/system.control
Apr 24 12:44:25 localhost systemd[1]:         /run/systemd/transient
Apr 24 12:44:25 localhost systemd[1]:         /run/systemd/generator.early
Apr 24 12:44:25 localhost systemd[1]:         /etc/systemd/system
Apr 24 12:44:25 localhost systemd[1]:         /etc/systemd-mutable/system
Apr 24 12:44:25 localhost systemd[1]:         /nix/var/nix/profiles/default/lib/systemd/system
Apr 24 12:44:25 localhost systemd[1]:         /etc/systemd/system.attached
Apr 24 12:44:25 localhost systemd[1]:         /run/systemd/system
Apr 24 12:44:25 localhost systemd[1]:         /run/systemd/system.attached
Apr 24 12:44:25 localhost systemd[1]:         /run/systemd/generator
Apr 24 12:44:25 localhost systemd[1]:         /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system
Apr 24 12:44:25 localhost systemd[1]:         /run/systemd/generator.late
Apr 24 12:44:25 localhost systemd[1]: Modification times have changed, need to update cache.
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/kbrequest.target â?? /nix/store/hd381zglfv2wkirh6srclxwc108kldvi-system-units/rescue.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/ctrl-alt-del.target â?? /nix/store/hd381zglfv2wkirh6srclxwc108kldvi-system-units/reboot.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/default.target â?? /nix/store/hd381zglfv2wkirh6srclxwc108kldvi-system-units/initrd.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/modprobe-init.service â?? /nix/store/31gy3h08l6qryyrihz1xacjxvh07c3cr-unit-modprobe-init.service/modprobe-init.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-cleanup.service â?? /dev/null
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/usb-gadget.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/usb-gadget.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/umount.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/umount.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/tmp.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/tmp.mount
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/timers.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/timers.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/time-sync.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/time-sync.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/time-set.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/time-set.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-volatile-root.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-volatile-root.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-vconsole-setup.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-vconsole-setup.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-update-utmp.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-update-utmp.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-udevd.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-udevd.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-udevd-kernel.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-udevd-kernel.socket
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-udevd-control.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-udevd-control.socket
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-udev-trigger.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-udev-trigger.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-udev-settle.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-udev-settle.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-tmpfiles-setup.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-tmpfiles-setup.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-tmpfiles-setup-dev.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-tmpfiles-setup-dev.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-tmpfiles-clean.timer â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-tmpfiles-clean.timer
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-tmpfiles-clean.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-tmpfiles-clean.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-sysctl.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-sysctl.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-suspend.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-suspend.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-suspend-then-hibernate.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-suspend-then-hibernate.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-rfkill.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-rfkill.socket
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-rfkill.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-rfkill.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-resolved.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-resolved.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-repart.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-repart.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-remount-fs.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-remount-fs.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-reboot.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-reboot.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-random-seed.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-random-seed.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-pstore.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-pstore.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-poweroff.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-poweroff.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-modules-load.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-modules-load.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-machine-id-commit.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-machine-id-commit.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-kexec.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-kexec.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald@.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journald@.socket
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journald@.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journald.socket
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journald.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald-varlink@.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journald-varlink@.socket
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald-dev-log.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journald-dev-log.socket
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald-audit.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journald-audit.socket
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journal-flush.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journal-flush.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journal-catalog-update.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journal-catalog-update.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-importd.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-importd.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-hybrid-sleep.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-hybrid-sleep.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-hwdb-update.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-hwdb-update.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-hostnamed.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-hostnamed.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-hibernate.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-hibernate.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-hibernate-resume@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-hibernate-resume@.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-halt.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-halt.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-fsck@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-fsck@.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-fsck-root.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-fsck-root.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-exit.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-exit.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-coredump@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-coredump@.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-coredump.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-coredump.socket
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-binfmt.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-binfmt.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-backlight@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-backlight@.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-ask-password-wall.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-ask-password-wall.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-ask-password-wall.path â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-ask-password-wall.path
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-ask-password-console.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-ask-password-console.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-ask-password-console.path â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-ask-password-console.path
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/system-systemd\x2dcryptsetup.slice â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/system-systemd\x2dcryptsetup.slice
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/syslog.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/syslog.socket
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sysinit.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sysinit.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sys-kernel-tracing.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sys-kernel-tracing.mount
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sys-kernel-debug.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sys-kernel-debug.mount
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sys-kernel-config.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sys-kernel-config.mount
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sys-fs-fuse-connections.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sys-fs-fuse-connections.mount
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/swap.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/swap.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/suspend.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/suspend.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/suspend-then-hibernate.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/suspend-then-hibernate.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sound.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sound.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sockets.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sockets.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/smartcard.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/smartcard.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/slices.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/slices.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sleep.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sleep.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sigpwr.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sigpwr.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/shutdown.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/shutdown.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/serial-getty@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/serial-getty@.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/rpcbind.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/rpcbind.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/rescue.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/rescue.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/rescue.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/rescue.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/reboot.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/reboot.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/proc-sys-fs-binfmt_misc.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/proc-sys-fs-binfmt_misc.mount
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/proc-sys-fs-binfmt_misc.automount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/proc-sys-fs-binfmt_misc.automount
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/printer.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/printer.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/poweroff.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/poweroff.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/paths.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/paths.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/nss-user-lookup.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/nss-user-lookup.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/nss-lookup.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/nss-lookup.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/modprobe@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/modprobe@.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/local-fs.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/local-fs.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/local-fs-pre.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/local-fs-pre.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/kmod-static-nodes.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/kmod-static-nodes.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/kexec.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/kexec.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-udevadm-cleanup-db.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd-udevadm-cleanup-db.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-switch-root.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd-switch-root.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-switch-root.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd-switch-root.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-root-fs.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd-root-fs.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-root-device.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd-root-device.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-parse-etc.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd-parse-etc.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-fs.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd-fs.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/hybrid-sleep.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/hybrid-sleep.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/hibernate.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/hibernate.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/halt.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/halt.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/getty@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/getty@.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/getty.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/getty.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/getty-pre.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/getty-pre.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/final.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/final.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/exit.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/exit.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/emergency.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/emergency.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/emergency.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/emergency.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/dev-mqueue.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/dev-mqueue.mount
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/dev-hugepages.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/dev-hugepages.mount
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/debug-shell.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/debug-shell.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/cryptsetup.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/cryptsetup.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/cryptsetup-pre.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/cryptsetup-pre.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/console-getty.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/console-getty.service
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/boot-complete.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/boot-complete.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/blockdev@.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/blockdev@.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/basic.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/basic.target
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator.late/sysroot.mount
Apr 24 12:44:25 localhost systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator.late/systemd-cryptsetup@root.service
Apr 24 12:44:25 localhost systemd[1]: Using notification socket /run/systemd/notify
Apr 24 12:44:25 localhost systemd[1]: Successfully created private D-Bus server.
Apr 24 12:44:25 localhost kernel: audit: type=1130 audit(1619268265.426:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd-journald[121]: Journal started
Apr 24 12:44:25 localhost systemd-journald[121]: Runtime Journal (/run/log/journal/12738df867ce40b894cb38cf3c09732b) is 8.0M, max 313.4M, 305.4M free.
Apr 24 12:44:25 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd[114]: dev-hugepages.mount: Executing: /nix/store/wcbrp1x2xfmqdpg4vs759irmm1k74c0s-util-linux-2.36-bin/bin/mount hugetlbfs /dev/hugepages -t hugetlbfs
Apr 24 12:44:25 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd[115]: dev-mqueue.mount: Executing: /nix/store/wcbrp1x2xfmqdpg4vs759irmm1k74c0s-util-linux-2.36-bin/bin/mount mqueue /dev/mqueue -t mqueue -o nosuid,nodev,noexec
Apr 24 12:44:25 localhost systemd[116]: sys-kernel-debug.mount: Executing: /nix/store/wcbrp1x2xfmqdpg4vs759irmm1k74c0s-util-linux-2.36-bin/bin/mount debugfs /sys/kernel/debug -t debugfs -o nosuid,nodev,noexec
Apr 24 12:44:25 localhost systemd[117]: sys-kernel-tracing.mount: Executing: /nix/store/wcbrp1x2xfmqdpg4vs759irmm1k74c0s-util-linux-2.36-bin/bin/mount tracefs /sys/kernel/tracing -t tracefs -o nosuid,nodev,noexec
Apr 24 12:44:25 localhost systemd[118]: tmp.mount: Executing: /nix/store/wcbrp1x2xfmqdpg4vs759irmm1k74c0s-util-linux-2.36-bin/bin/mount tmpfs /tmp -t tmpfs -o mode=1777,strictatime,nosuid,nodev,size=50%,nr_inodes=400k
Apr 24 12:44:25 localhost systemd[119]: modprobe-init.service: Executing: /nix/store/cgvsmcmbxv1aszhhzy8b86gmas58bvbr-busybox-1.31.1/bin/ash -c 'echo /nix/store/3j97kzjn4zncnv6qxz5886qjzwyywp6f-kmod-27/bin/modprobe > /proc/sys/kernel/modprobe'
Apr 24 12:44:25 localhost systemd[120]: systemd-hwdb-update.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemd-hwdb update
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/70-touchpad.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/70-pointingstick.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/70-mouse.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/70-joystick.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/60-sensor.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/60-keyboard.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/60-input-id.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/60-evdev.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/60-autosuspend.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/60-autosuspend-chromiumos.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/20-vmbus-class.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/20-usb-vendor-model.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/20-usb-classes.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/20-sdio-vendor-model.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/20-sdio-classes.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/20-pci-vendor-model.hwdb'.
Apr 24 12:44:25 localhost systemd[122]: systemd-modules-load.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-modules-load
Apr 24 12:44:25 localhost kernel: audit: type=1130 audit(1619268265.427:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/20-pci-classes.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/20-net-ifname.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/20-bluetooth-vendor-product.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/20-acpi-vendor.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/hwdb.d/20-OUI.hwdb'.
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/20-OUI.hwdb"
Apr 24 12:44:25 localhost systemd[123]: systemd-random-seed.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-random-seed load
Apr 24 12:44:25 localhost systemd[124]: systemd-udev-trigger.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/udevadm trigger --type=subsystems --action=add
Apr 24 12:44:25 localhost systemd-modules-load[122]: apply: /etc/modules-load.d/modules.conf
Apr 24 12:44:25 localhost systemd-random-seed[123]: Seed file /var/lib/systemd/random-seed not yet initialized, proceeding.
Apr 24 12:44:25 localhost systemd-random-seed[123]: Failed to mark seed file as creditable, ignoring: Operation not supported
Apr 24 12:44:25 localhost systemd[125]: systemd-sysctl.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-sysctl
Apr 24 12:44:25 localhost systemd-sysctl[125]: Parsing /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/sysctl.d/50-coredump.conf
Apr 24 12:44:25 localhost systemd-sysctl[125]: Parsing /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/sysctl.d/50-default.conf
Apr 24 12:44:25 localhost systemd-sysctl[125]: Parsing /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/sysctl.d/50-pid-max.conf
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'kernel/core_pattern' to '|/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-coredump %P %u %g %s %t %c %h'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'fs/suid_dumpable' to '2'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'kernel/sysrq' to '16'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'kernel/core_uses_pid' to '1'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'net/ipv4/conf/default/rp_filter' to '2'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Apr 24 12:44:25 localhost systemd-sysctl[125]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'net/ipv4/conf/lo/rp_filter' to '2'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'net/ipv4/conf/default/accept_source_route' to '0'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Apr 24 12:44:25 localhost systemd-sysctl[125]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'net/ipv4/conf/lo/accept_source_route' to '0'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'net/ipv4/conf/default/promote_secondaries' to '1'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Apr 24 12:44:25 localhost systemd-sysctl[125]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'net/ipv4/conf/lo/promote_secondaries' to '1'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'net/ipv4/ping_group_range' to '0 2147483647'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'net/core/default_qdisc' to 'fq_codel'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Couldn't write 'fq_codel' to 'net/core/default_qdisc', ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'fs/protected_hardlinks' to '1'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'fs/protected_symlinks' to '1'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'fs/protected_regular' to '1'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'fs/protected_fifos' to '1'.
Apr 24 12:44:25 localhost systemd-sysctl[125]: Setting 'kernel/pid_max' to '4194304'.
Apr 24 12:44:25 localhost systemd[127]: systemd-udev-trigger.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/udevadm trigger --type=devices --action=add
Apr 24 12:44:25 localhost systemd[121]: systemd-journald.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-journald
Apr 24 12:44:25 localhost systemd[1]: systemd-journald-dev-log.socket: Changed listening -> running
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (WATCHDOG=1)
Apr 24 12:44:25 localhost systemd[1]: sysinit.target: starting held back, waiting for: systemd-udevd.service
Apr 24 12:44:25 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-flush.service: Passing 0 fds to service
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-flush.service: About to execute: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/journalctl --flush
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-flush.service: Forked /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/journalctl as 128
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-flush.service: Changed dead -> start
Apr 24 12:44:25 localhost systemd[1]: Starting Flush Journal to Persistent Storage...
Apr 24 12:44:25 localhost systemd[1]: systemd-tmpfiles-setup.service: starting held back, waiting for: systemd-journal-flush.service
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 40 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 41 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 42 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 43 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 44 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd[128]: systemd-journal-flush.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/journalctl --flush
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 45 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 40 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 41 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 42 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 43 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 44 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 45 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 40 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 41 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 41 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 41 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 41 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 41 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 41 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 41 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 41 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 41 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 41 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 41 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd-journald[121]: Runtime Journal (/run/log/journal/12738df867ce40b894cb38cf3c09732b) is 8.0M, max 313.4M, 305.4M free.
Apr 24 12:44:25 localhost systemd[1]: Received SIGCHLD from PID 128 (journalctl).
Apr 24 12:44:25 localhost systemd[1]: Child 128 (journalctl) died (code=exited, status=0/SUCCESS)
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-flush.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-flush.service: Child 128 belongs to systemd-journal-flush.service.
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-flush.service: Main process exited, code=exited, status=0/SUCCESS
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-flush.service: Changed start -> exited
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-flush.service: Job 32 systemd-journal-flush.service/start finished, result=done
Apr 24 12:44:25 localhost systemd[1]: Finished Flush Journal to Persistent Storage.
Apr 24 12:44:25 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journal-flush comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost kernel: audit: type=1130 audit(1619268265.432:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journal-flush comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 41 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:25 localhost systemd[1]: systemd-tmpfiles-setup.service: Passing 0 fds to service
Apr 24 12:44:25 localhost systemd[1]: systemd-tmpfiles-setup.service: About to execute: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
Apr 24 12:44:25 localhost systemd[1]: systemd-tmpfiles-setup.service: Forked /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemd-tmpfiles as 129
Apr 24 12:44:25 localhost systemd[1]: systemd-tmpfiles-setup.service: Changed dead -> start
Apr 24 12:44:25 localhost systemd[1]: Starting Create Volatile Files and Directories...
Apr 24 12:44:25 localhost systemd[129]: systemd-tmpfiles-setup.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 41 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Looking for configuration files in (higher priority first):
Apr 24 12:44:25 localhost systemd-tmpfiles[129]:         /etc/tmpfiles.d
Apr 24 12:44:25 localhost systemd-tmpfiles[129]:         /run/tmpfiles.d
Apr 24 12:44:25 localhost systemd-tmpfiles[129]:         /usr/local/lib/tmpfiles.d
Apr 24 12:44:25 localhost systemd-tmpfiles[129]:         /usr/lib/tmpfiles.d
Apr 24 12:44:25 localhost systemd-tmpfiles[129]:         /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/tmpfiles.d
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Reading config file "/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/etc.conf"â?¦
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Reading config file "/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/home.conf"â?¦
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Reading config file "/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/journal-nocow.conf"â?¦
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Reading config file "/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/static-nodes-permissions.conf"â?¦
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Entry "/dev/snd/seq" matches exclude prefix "/dev", skipping.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Entry "/dev/snd/timer" matches exclude prefix "/dev", skipping.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Entry "/dev/loop-control" matches exclude prefix "/dev", skipping.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Entry "/dev/net/tun" matches exclude prefix "/dev", skipping.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Entry "/dev/fuse" matches exclude prefix "/dev", skipping.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Entry "/dev/kvm" matches exclude prefix "/dev", skipping.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Reading config file "/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/systemd-nologin.conf"â?¦
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Reading config file "/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/systemd-nspawn.conf"â?¦
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Reading config file "/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/systemd-pstore.conf"â?¦
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Reading config file "/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/systemd-tmp.conf"â?¦
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Reading config file "/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/systemd.conf"â?¦
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/systemd.conf:11: Failed to resolve group 'utmp'.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/systemd.conf:19: Failed to resolve user 'systemd-network': No such process
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/systemd.conf:20: Failed to resolve user 'systemd-network': No such process
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/systemd.conf:21: Failed to resolve user 'systemd-network': No such process
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/systemd.conf:22: Failed to resolve user 'systemd-network': No such process
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/systemd.conf:26: Failed to resolve group 'systemd-journal'.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/systemd.conf:27: Failed to resolve group 'systemd-journal'.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to parse ACL "d:group::r-x,d:group:adm:r-x,d:group:wheel:r-x,group::r-x,group:adm:r-x,group:wheel:r-x": No such file or directory. Ignoring
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x,group:adm:r-x,group:wheel:r-x": No such file or directory. Ignoring
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to parse ACL "group:adm:r--,group:wheel:r--": No such file or directory. Ignoring
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/systemd.conf:33: Failed to resolve group 'systemd-journal'.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/systemd.conf:34: Failed to resolve group 'systemd-journal'.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/systemd.conf:35: Failed to resolve group 'systemd-journal'.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to parse ACL "d:group::r-x,d:group:adm:r-x,d:group:wheel:r-x,group::r-x,group:adm:r-x,group:wheel:r-x": No such file or directory. Ignoring
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x,group:adm:r-x,group:wheel:r-x": No such file or directory. Ignoring
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to parse ACL "group:adm:r--,group:wheel:r--": No such file or directory. Ignoring
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Reading config file "/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/tmp.conf"â?¦
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Reading config file "/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/var.conf"â?¦
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/var.conf:15: Failed to resolve group 'utmp'.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/var.conf:16: Failed to resolve group 'utmp'.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/var.conf:17: Failed to resolve group 'utmp'.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Reading config file "/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/tmpfiles.d/x11.conf"â?¦
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/etc/os-release' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry L /etc/os-release
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/etc/mtab' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry L /etc/mtab
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/etc/resolv.conf' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry L /etc/resolv.conf
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/etc/nsswitch.conf' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry C /etc/nsswitch.conf
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/etc/pam.d' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry C /etc/pam.d
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/etc/issue' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry C /etc/issue
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/home' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry Q /home
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/srv' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry q /srv
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/nologin' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry F /run/nologin
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/lib/machines/.#*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry R /var/lib/machines/.#*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Cannot open directory "/var/lib/machines": No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/lib/machines' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry Q /var/lib/machines
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/lib/systemd/pstore' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /var/lib/systemd/pstore
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/user' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /run/user
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /run/systemd/ask-password
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/systemd/seats' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /run/systemd/seats
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/systemd/sessions' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /run/systemd/sessions
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/systemd/users' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /run/systemd/users
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/systemd/machines' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /run/systemd/machines
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/systemd/shutdown' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /run/systemd/shutdown
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/log/journal/12738df867ce40b894cb38cf3c09732b/*.journal*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry a /run/log/journal/12738df867ce40b894cb38cf3c09732b/*.journal*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry a /run/log/journal/12738df867ce40b894cb38cf3c09732b
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry a /run/log/journal
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /run/log
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/lib/systemd/coredump/.#*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry r /var/lib/systemd/coredump/.#*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Cannot open directory "/var/lib/systemd/coredump": No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/lib/systemd/coredump/.#core*.a17831edd11449c693482718960b8c03*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry x /var/lib/systemd/coredump/.#core*.a17831edd11449c693482718960b8c03*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/lib/systemd/coredump' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /var/lib/systemd/coredump
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /var/lib/systemd
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/lib/private' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /var/lib/private
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log/private' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /var/log/private
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/cache/private' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /var/cache/private
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/.X11-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry D /tmp/.X11-unix
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: rm -rf "/tmp/.X11-unix"
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/.XIM-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry D /tmp/.XIM-unix
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: rm -rf "/tmp/.XIM-unix"
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/.Test-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry D /tmp/.Test-unix
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: rm -rf "/tmp/.Test-unix"
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/.X[0-9]*-lock' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry r /tmp/.X[0-9]*-lock
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/.font-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry D /tmp/.font-unix
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: rm -rf "/tmp/.font-unix"
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/.ICE-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry D /tmp/.ICE-unix
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: rm -rf "/tmp/.ICE-unix"
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/systemd-private-a17831edd11449c693482718960b8c03-*/tmp' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry X /tmp/systemd-private-a17831edd11449c693482718960b8c03-*/tmp
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/systemd-private-a17831edd11449c693482718960b8c03-*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry x /tmp/systemd-private-a17831edd11449c693482718960b8c03-*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/systemd-private-*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry R /tmp/systemd-private-*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry q /tmp
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/tmp/systemd-private-a17831edd11449c693482718960b8c03-*/tmp' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry X /var/tmp/systemd-private-a17831edd11449c693482718960b8c03-*/tmp
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/tmp/systemd-private-a17831edd11449c693482718960b8c03-*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry x /var/tmp/systemd-private-a17831edd11449c693482718960b8c03-*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/tmp/systemd-private-*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry R /var/tmp/systemd-private-*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Cannot open directory "/var/tmp": No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/tmp' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry q /var/tmp
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/run' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry L /var/run
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log/journal/remote' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry h /var/log/journal/remote
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log/journal/12738df867ce40b894cb38cf3c09732b/system.journal' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry a /var/log/journal/12738df867ce40b894cb38cf3c09732b/system.journal
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log/journal/12738df867ce40b894cb38cf3c09732b' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry a /var/log/journal/12738df867ce40b894cb38cf3c09732b
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log/journal/12738df867ce40b894cb38cf3c09732b' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry h /var/log/journal/12738df867ce40b894cb38cf3c09732b
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log/journal' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry a /var/log/journal
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log/journal' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry h /var/log/journal
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /var/log
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /var/lib
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/spool' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /var/spool
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/cache' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry d /var/cache
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry q /var
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/.#machine.*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry R /.#machine.*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running remove action for entry w /sys/module/kernel/parameters/crash_kexec_post_notifiers
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/etc/os-release' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry L /etc/os-release
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Created symlink "/etc/os-release".
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/etc/mtab' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry L /etc/mtab
Apr 24 12:44:25 localhost systemd[1]: inotify event for /etc/localtime
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Created symlink "/etc/mtab".
Apr 24 12:44:25 localhost systemd[1]: Failed to stat /etc/localtime, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd[1]: inotify event for /etc/localtime
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/etc/resolv.conf' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry L /etc/resolv.conf
Apr 24 12:44:25 localhost systemd[1]: Failed to stat /etc/localtime, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Created symlink "/etc/resolv.conf".
Apr 24 12:44:25 localhost systemd[1]: inotify event for /etc/localtime
Apr 24 12:44:25 localhost systemd[1]: Failed to stat /etc/localtime, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/etc/nsswitch.conf' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry C /etc/nsswitch.conf
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Copying tree "/usr/share/factory/etc/nsswitch.conf" to "/etc/nsswitch.conf".
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to copy files to /etc/nsswitch.conf: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/etc/pam.d' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry C /etc/pam.d
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Copying tree "/usr/share/factory/etc/pam.d" to "/etc/pam.d".
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to copy files to /etc/pam.d: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/etc/issue' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry C /etc/issue
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Copying tree "/usr/share/factory/etc/issue" to "/etc/issue".
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to copy files to /etc/issue: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/home' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry Q /home
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Created directory "/home".
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Couldn't adjust quota for subvolume "/home" (unsupported fs or dir not a subvolume): Inappropriate ioctl for device
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: "/home" matches mode 755 already.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/srv' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry q /srv
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Created directory "/srv".
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Couldn't adjust quota for subvolume "/srv" (unsupported fs or dir not a subvolume): Inappropriate ioctl for device
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: "/srv" matches mode 755 already.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/nologin' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry F /run/nologin
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /run during canonicalization of /run.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry q /var
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Found existing directory "/var".
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: "/var" matches mode 755 already.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /var/lib
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /var during canonicalization of /var.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/lib/machines' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry Q /var/lib/machines
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /var during canonicalization of /var/lib.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /var/lib/systemd
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /var during canonicalization of /var/lib.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/lib/systemd/pstore' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /var/lib/systemd/pstore
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /var during canonicalization of /var/lib/systemd.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/user' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /run/user
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /run during canonicalization of /run.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /run/systemd/ask-password
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /run during canonicalization of /run/systemd.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/systemd/seats' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /run/systemd/seats
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /run during canonicalization of /run/systemd.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/systemd/sessions' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /run/systemd/sessions
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /run during canonicalization of /run/systemd.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/systemd/users' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /run/systemd/users
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /run during canonicalization of /run/systemd.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/systemd/machines' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /run/systemd/machines
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /run during canonicalization of /run/systemd.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/systemd/shutdown' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /run/systemd/shutdown
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /run during canonicalization of /run/systemd.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /run/log
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /run during canonicalization of /run.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/lib/systemd/coredump' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /var/lib/systemd/coredump
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /var during canonicalization of /var/lib/systemd.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/lib/private' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /var/lib/private
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /var during canonicalization of /var/lib.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /var/log
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /var during canonicalization of /var.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log/private' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /var/log/private
Apr 24 12:44:25 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /var during canonicalization of /var/log.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/cache' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /var/cache
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /var during canonicalization of /var.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/cache/private' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /var/cache/private
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /var during canonicalization of /var/cache.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry q /tmp
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Found existing directory "/tmp".
Apr 24 12:44:25 localhost kernel: audit: type=1130 audit(1619268265.440:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: "/tmp" matches mode 1777 already.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/tmp' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry q /var/tmp
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /var during canonicalization of /var.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/run' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry L /var/run
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Created symlink "/var/run".
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/spool' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry d /var/spool
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /var during canonicalization of /var.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/.X11-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry D /tmp/.X11-unix
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /tmp during canonicalization of /tmp.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/.ICE-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry D /tmp/.ICE-unix
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /tmp during canonicalization of /tmp.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/.XIM-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry D /tmp/.XIM-unix
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /tmp during canonicalization of /tmp.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/.font-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry D /tmp/.font-unix
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /tmp during canonicalization of /tmp.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/.Test-unix' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry D /tmp/.Test-unix
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /tmp during canonicalization of /tmp.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log/journal' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry a /var/log/journal
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log/journal' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry h /var/log/journal
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log/journal/12738df867ce40b894cb38cf3c09732b' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry a /var/log/journal/12738df867ce40b894cb38cf3c09732b
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log/journal/12738df867ce40b894cb38cf3c09732b' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry h /var/log/journal/12738df867ce40b894cb38cf3c09732b
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log/journal/remote' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry h /var/log/journal/remote
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/lib/machines/.#*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry R /var/lib/machines/.#*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/.#machine.*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry R /.#machine.*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry w /sys/module/kernel/parameters/crash_kexec_post_notifiers
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /sys during canonicalization of /sys/module/kernel/parameters.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/systemd-private-a17831edd11449c693482718960b8c03-*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry x /tmp/systemd-private-a17831edd11449c693482718960b8c03-*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/systemd-private-a17831edd11449c693482718960b8c03-*/tmp' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry X /tmp/systemd-private-a17831edd11449c693482718960b8c03-*/tmp
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/tmp/systemd-private-a17831edd11449c693482718960b8c03-*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry x /var/tmp/systemd-private-a17831edd11449c693482718960b8c03-*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/tmp/systemd-private-a17831edd11449c693482718960b8c03-*/tmp' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry X /var/tmp/systemd-private-a17831edd11449c693482718960b8c03-*/tmp
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/systemd-private-*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry R /tmp/systemd-private-*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/tmp/systemd-private-*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry R /var/tmp/systemd-private-*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/lib/systemd/coredump/.#core*.a17831edd11449c693482718960b8c03*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry x /var/lib/systemd/coredump/.#core*.a17831edd11449c693482718960b8c03*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/lib/systemd/coredump/.#*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry r /var/lib/systemd/coredump/.#*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry a /run/log/journal
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /run during canonicalization of /run/log/journal.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry a /run/log/journal/12738df867ce40b894cb38cf3c09732b
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /run during canonicalization of /run/log/journal/12738df867ce40b894cb38cf3c09732b.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/run/log/journal/12738df867ce40b894cb38cf3c09732b/*.journal*' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry a /run/log/journal/12738df867ce40b894cb38cf3c09732b/*.journal*
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Detected unsafe path transition / â?? /run during canonicalization of /run/log/journal/12738df867ce40b894cb38cf3c09732b/system.journal.
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/var/log/journal/12738df867ce40b894cb38cf3c09732b/system.journal' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry a /var/log/journal/12738df867ce40b894cb38cf3c09732b/system.journal
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Failed to determine whether '/tmp/.X[0-9]*-lock' is below autofs, ignoring: No such file or directory
Apr 24 12:44:25 localhost systemd-tmpfiles[129]: Running create action for entry r /tmp/.X[0-9]*-lock
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 41 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: Received SIGCHLD from PID 129 (systemd-tmpfile).
Apr 24 12:44:25 localhost systemd[1]: Child 129 (systemd-tmpfile) died (code=exited, status=65/DATAERR)
Apr 24 12:44:25 localhost systemd[1]: systemd-tmpfiles-setup.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Apr 24 12:44:25 localhost systemd[1]: systemd-tmpfiles-setup.service: Child 129 belongs to systemd-tmpfiles-setup.service.
Apr 24 12:44:25 localhost systemd[1]: systemd-tmpfiles-setup.service: Main process exited, code=exited, status=65/DATAERR
Apr 24 12:44:25 localhost systemd[1]: systemd-tmpfiles-setup.service: Changed start -> exited
Apr 24 12:44:25 localhost systemd[1]: systemd-tmpfiles-setup.service: Job 43 systemd-tmpfiles-setup.service/start finished, result=done
Apr 24 12:44:25 localhost systemd[1]: Finished Create Volatile Files and Directories.
Apr 24 12:44:25 localhost systemd[1]: sysinit.target: starting held back, waiting for: systemd-udevd.service
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-catalog-update.service: ConditionNeedsUpdate=/var succeeded.
Apr 24 12:44:25 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-catalog-update.service: Passing 0 fds to service
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-catalog-update.service: About to execute: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/journalctl --update-catalog
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-catalog-update.service: Forked /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/journalctl as 130
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-catalog-update.service: Changed dead -> start
Apr 24 12:44:25 localhost systemd[1]: Starting Rebuild Journal Catalog...
Apr 24 12:44:25 localhost systemd[130]: systemd-journal-catalog-update.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/journalctl --update-catalog
Apr 24 12:44:25 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:25 localhost systemd[1]: systemd-update-utmp.service: Passing 0 fds to service
Apr 24 12:44:25 localhost systemd[1]: systemd-update-utmp.service: About to execute: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-update-utmp reboot
Apr 24 12:44:25 localhost systemd[1]: systemd-update-utmp.service: Forked /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-update-utmp as 131
Apr 24 12:44:25 localhost systemd[1]: systemd-update-utmp.service: Changed dead -> start
Apr 24 12:44:25 localhost systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 41 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd[131]: systemd-update-utmp.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-update-utmp reboot
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 42 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd-update-utmp[131]: Bus n/a: changing state UNSET â?? OPENING
Apr 24 12:44:25 localhost audit[131]: SYSTEM_BOOT pid=131 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg=' comm="systemd-update-utmp" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd-update-utmp[131]: Bus n/a: changing state OPENING â?? AUTHENTICATING
Apr 24 12:44:25 localhost systemd[1]: Bus private-bus-connection: changing state UNSET â?? OPENING
Apr 24 12:44:25 localhost systemd[1]: Bus private-bus-connection: changing state OPENING â?? AUTHENTICATING
Apr 24 12:44:25 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1 iface=org.freedesktop.systemd1.Manager
Apr 24 12:44:25 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/job iface=org.freedesktop.systemd1.Job
Apr 24 12:44:25 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Unit
Apr 24 12:44:25 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Automount
Apr 24 12:44:25 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Device
Apr 24 12:44:25 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Mount
Apr 24 12:44:25 localhost kernel: audit: type=1127 audit(1619268265.445:6): pid=131 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg=' comm="systemd-update-utmp" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Path
Apr 24 12:44:25 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Scope
Apr 24 12:44:25 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Service
Apr 24 12:44:25 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Slice
Apr 24 12:44:25 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Socket
Apr 24 12:44:25 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Swap
Apr 24 12:44:25 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Target
Apr 24 12:44:25 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Timer
Apr 24 12:44:25 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/LogControl1 iface=org.freedesktop.LogControl1
Apr 24 12:44:25 localhost systemd[1]: Accepted new private connection.
Apr 24 12:44:25 localhost systemd-update-utmp[131]: Bus n/a: changing state AUTHENTICATING â?? RUNNING
Apr 24 12:44:25 localhost systemd-update-utmp[131]: Sent 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
Apr 24 12:44:25 localhost systemd[1]: Bus private-bus-connection: changing state AUTHENTICATING â?? RUNNING
Apr 24 12:44:25 localhost 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
Apr 24 12:44:25 localhost 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
Apr 24 12:44:25 localhost systemd-update-utmp[131]: Got 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
Apr 24 12:44:25 localhost systemd-update-utmp[131]: Not writing utmp: No such file or directory
Apr 24 12:44:25 localhost systemd-update-utmp[131]: Not writing wtmp: No such file or directory
Apr 24 12:44:25 localhost systemd-update-utmp[131]: Bus n/a: changing state RUNNING â?? CLOSED
Apr 24 12:44:25 localhost systemd[1]: Bus private-bus-connection: changing state RUNNING â?? CLOSING
Apr 24 12:44:25 localhost systemd[1]: Bus private-bus-connection: changing state CLOSING â?? CLOSED
Apr 24 12:44:25 localhost systemd[1]: Got disconnect on private connection.
Apr 24 12:44:25 localhost systemd[1]: Received SIGCHLD from PID 131 (systemd-update-).
Apr 24 12:44:25 localhost systemd[1]: Child 131 (systemd-update-) died (code=exited, status=0/SUCCESS)
Apr 24 12:44:25 localhost systemd[1]: systemd-update-utmp.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Apr 24 12:44:25 localhost systemd[1]: systemd-update-utmp.service: Child 131 belongs to systemd-update-utmp.service.
Apr 24 12:44:25 localhost systemd[1]: systemd-update-utmp.service: Main process exited, code=exited, status=0/SUCCESS
Apr 24 12:44:25 localhost systemd[1]: systemd-update-utmp.service: Changed start -> exited
Apr 24 12:44:25 localhost systemd[1]: systemd-update-utmp.service: Job 37 systemd-update-utmp.service/start finished, result=done
Apr 24 12:44:25 localhost systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Apr 24 12:44:25 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-update-utmp comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 42 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: sysinit.target: starting held back, waiting for: systemd-udevd.service
Apr 24 12:44:25 localhost kernel: audit: type=1130 audit(1619268265.448:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-update-utmp comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 41 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: Received SIGCHLD from PID 130 (journalctl).
Apr 24 12:44:25 localhost systemd[1]: Child 130 (journalctl) died (code=exited, status=0/SUCCESS)
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-catalog-update.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-catalog-update.service: Child 130 belongs to systemd-journal-catalog-update.service.
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-catalog-update.service: Main process exited, code=exited, status=0/SUCCESS
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-catalog-update.service: Changed start -> exited
Apr 24 12:44:25 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journal-catalog-update comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd[1]: systemd-journal-catalog-update.service: Job 33 systemd-journal-catalog-update.service/start finished, result=done
Apr 24 12:44:25 localhost systemd[1]: Finished Rebuild Journal Catalog.
Apr 24 12:44:25 localhost systemd[1]: sysinit.target: starting held back, waiting for: systemd-udevd.service
Apr 24 12:44:25 localhost kernel: audit: type=1130 audit(1619268265.450:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journal-catalog-update comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/20-acpi-vendor.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/20-bluetooth-vendor-product.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/20-net-ifname.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/20-pci-classes.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/20-pci-vendor-model.hwdb"
Apr 24 12:44:25 localhost kernel: mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 1)
Apr 24 12:44:25 localhost kernel: mce: CPU5: Core temperature above threshold, cpu clock throttled (total events = 1)
Apr 24 12:44:25 localhost kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
Apr 24 12:44:25 localhost kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
Apr 24 12:44:25 localhost kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
Apr 24 12:44:25 localhost kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
Apr 24 12:44:25 localhost kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
Apr 24 12:44:25 localhost kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
Apr 24 12:44:25 localhost kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
Apr 24 12:44:25 localhost kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
Apr 24 12:44:25 localhost kernel: mce: CPU1: Core temperature/speed normal
Apr 24 12:44:25 localhost kernel: mce: CPU5: Core temperature/speed normal
Apr 24 12:44:25 localhost kernel: mce: CPU1: Package temperature/speed normal
Apr 24 12:44:25 localhost kernel: mce: CPU5: Package temperature/speed normal
Apr 24 12:44:25 localhost kernel: mce: CPU6: Package temperature/speed normal
Apr 24 12:44:25 localhost kernel: mce: CPU4: Package temperature/speed normal
Apr 24 12:44:25 localhost kernel: mce: CPU0: Package temperature/speed normal
Apr 24 12:44:25 localhost kernel: mce: CPU2: Package temperature/speed normal
Apr 24 12:44:25 localhost kernel: mce: CPU3: Package temperature/speed normal
Apr 24 12:44:25 localhost kernel: mce: CPU7: Package temperature/speed normal
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/20-sdio-classes.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/20-sdio-vendor-model.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/20-usb-classes.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/20-usb-vendor-model.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/20-vmbus-class.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/60-autosuspend-chromiumos.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/60-autosuspend.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/60-evdev.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/60-input-id.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/60-keyboard.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/60-sensor.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/70-joystick.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/70-mouse.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/70-pointingstick.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: Reading file "/nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/hwdb.d/70-touchpad.hwdb"
Apr 24 12:44:25 localhost systemd-hwdb[120]: === trie in-memory ===
Apr 24 12:44:25 localhost systemd-hwdb[120]: nodes:             5149520 bytes (  128738)
Apr 24 12:44:25 localhost systemd-hwdb[120]: children arrays:   2059792 bytes (  128737)
Apr 24 12:44:25 localhost systemd-hwdb[120]: values arrays:     3132960 bytes (   97905)
Apr 24 12:44:25 localhost systemd-hwdb[120]: strings:           2278281 bytes
Apr 24 12:44:25 localhost systemd-hwdb[120]: strings incoming: 13605455 bytes (  422458)
Apr 24 12:44:25 localhost systemd-hwdb[120]: strings dedup'ed: 11408533 bytes (  341100)
Apr 24 12:44:25 localhost systemd-hwdb[120]: === trie on-disk ===
Apr 24 12:44:25 localhost systemd-hwdb[120]: size:             10560825 bytes
Apr 24 12:44:25 localhost systemd-hwdb[120]: header:                 80 bytes
Apr 24 12:44:25 localhost systemd-hwdb[120]: nodes:             3089712 bytes (  128738)
Apr 24 12:44:25 localhost systemd-hwdb[120]: child pointers:    2059792 bytes (  128737)
Apr 24 12:44:25 localhost systemd-hwdb[120]: value pointers:    3132960 bytes (   97905)
Apr 24 12:44:25 localhost systemd-hwdb[120]: string store:      2278281 bytes
Apr 24 12:44:25 localhost systemd-hwdb[120]: strings start:     8282544
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 40 (stored), closing.
Apr 24 12:44:25 localhost systemd[1]: Received SIGCHLD from PID 120 (systemd-hwdb).
Apr 24 12:44:25 localhost systemd[1]: Child 120 (systemd-hwdb) died (code=exited, status=0/SUCCESS)
Apr 24 12:44:25 localhost systemd[1]: systemd-hwdb-update.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Apr 24 12:44:25 localhost systemd[1]: systemd-hwdb-update.service: Child 120 belongs to systemd-hwdb-update.service.
Apr 24 12:44:25 localhost systemd[1]: systemd-hwdb-update.service: Main process exited, code=exited, status=0/SUCCESS
Apr 24 12:44:25 localhost systemd[1]: systemd-hwdb-update.service: Changed start -> exited
Apr 24 12:44:25 localhost systemd[1]: systemd-hwdb-update.service: Job 26 systemd-hwdb-update.service/start finished, result=done
Apr 24 12:44:25 localhost systemd[1]: Finished Rebuild Hardware Database.
Apr 24 12:44:25 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-hwdb-update comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd[1]: systemd-hwdb-update.service: Control group is empty.
Apr 24 12:44:25 localhost systemd[1]: sysinit.target: starting held back, waiting for: systemd-udevd.service
Apr 24 12:44:25 localhost systemd[1]: systemd-udevd.service: ConditionPathIsReadWrite=/sys succeeded.
Apr 24 12:44:25 localhost systemd[1]: bpf_devices_allow_list_device: /dev/null rwm
Apr 24 12:44:25 localhost systemd[1]: bpf_devices_allow_list_device: /dev/zero rwm
Apr 24 12:44:25 localhost systemd[1]: bpf_devices_allow_list_device: /dev/full rwm
Apr 24 12:44:25 localhost systemd[1]: bpf_devices_allow_list_device: /dev/random rwm
Apr 24 12:44:25 localhost systemd[1]: bpf_devices_allow_list_device: /dev/urandom rwm
Apr 24 12:44:25 localhost systemd[1]: bpf_devices_allow_list_device: /dev/tty rwm
Apr 24 12:44:25 localhost systemd[1]: bpf_devices_allow_list_device: /dev/ptmx rwm
Apr 24 12:44:25 localhost systemd[1]: bpf_devices_allow_list_device: /run/systemd/inaccessible/chr rwm
Apr 24 12:44:25 localhost systemd[1]: bpf_devices_allow_list_device: /run/systemd/inaccessible/blk rwm
Apr 24 12:44:25 localhost kernel: audit: type=1130 audit(1619268265.592:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-hwdb-update comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd[1]: systemd-udevd.service: Passing 2 fds to service
Apr 24 12:44:25 localhost systemd[1]: systemd-udevd.service: About to execute: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-udevd
Apr 24 12:44:25 localhost systemd[1]: systemd-udevd.service: Forked /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-udevd as 133
Apr 24 12:44:25 localhost systemd[1]: systemd-udevd.service: Changed dead -> start
Apr 24 12:44:25 localhost systemd[1]: Starting Rule-based Manager for Device Events and Files...
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 42 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd[133]: Applying namespace mount on /run/systemd/unit-root/proc/sys/kernel/domainname
Apr 24 12:44:25 localhost systemd[133]: Successfully mounted /run/systemd/unit-root/proc/sys/kernel/domainname to /run/systemd/unit-root/proc/sys/kernel/domainname
Apr 24 12:44:25 localhost systemd[133]: Applying namespace mount on /run/systemd/unit-root/proc/sys/kernel/hostname
Apr 24 12:44:25 localhost systemd[133]: Successfully mounted /run/systemd/unit-root/proc/sys/kernel/hostname to /run/systemd/unit-root/proc/sys/kernel/hostname
Apr 24 12:44:25 localhost systemd[133]: Remounted /run/systemd/unit-root/proc/sys/kernel/domainname read-only.
Apr 24 12:44:25 localhost systemd[133]: Remounted /run/systemd/unit-root/proc/sys/kernel/hostname read-only.
Apr 24 12:44:25 localhost systemd[133]: Failed to apply hostname restrictions for architecture x32, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Failed to apply hostname restrictions for architecture x86-64, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Operating on architecture: x86
Apr 24 12:44:25 localhost systemd[133]: Operating on architecture: x32
Apr 24 12:44:25 localhost systemd[133]: Operating on architecture: x86-64
Apr 24 12:44:25 localhost systemd[133]: Failed to install socket family rules for architecture x86-64, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Operating on architecture: x86
Apr 24 12:44:25 localhost systemd[133]: Failed to install MemoryDenyWriteExecute= rule for architecture x86, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Operating on architecture: x32
Apr 24 12:44:25 localhost systemd[133]: Failed to install MemoryDenyWriteExecute= rule for architecture x32, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Operating on architecture: x86-64
Apr 24 12:44:25 localhost systemd[133]: Failed to install MemoryDenyWriteExecute= rule for architecture x86-64, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Operating on architecture: x86
Apr 24 12:44:25 localhost systemd[133]: Failed to install realtime protection rules for architecture x86, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Operating on architecture: x32
Apr 24 12:44:25 localhost systemd[133]: Failed to install realtime protection rules for architecture x32, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Operating on architecture: x86-64
Apr 24 12:44:25 localhost systemd[133]: Failed to install realtime protection rules for architecture x86-64, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Failed to apply suid/sgid restrictions for architecture x86, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Failed to apply suid/sgid restrictions for architecture x32, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Failed to apply suid/sgid restrictions for architecture x86-64, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Operating on architecture: x86
Apr 24 12:44:25 localhost systemd[133]: Failed to install filter set for architecture x86, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Operating on architecture: x32
Apr 24 12:44:25 localhost systemd[133]: Failed to install filter set for architecture x32, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Operating on architecture: x86-64
Apr 24 12:44:25 localhost systemd[133]: Failed to install filter set for architecture x86-64, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Failed to restrict system call architectures, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Failed to enable personality lock for architecture x86, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Failed to enable personality lock for architecture x32, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Failed to enable personality lock for architecture x86-64, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Operating on architecture: x86
Apr 24 12:44:25 localhost systemd[133]: Failed to install filter set for architecture x86, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Operating on architecture: x32
Apr 24 12:44:25 localhost systemd[133]: Failed to install filter set for architecture x32, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: Operating on architecture: x86-64
Apr 24 12:44:25 localhost systemd[133]: Failed to install filter set for architecture x86-64, skipping: Operation canceled
Apr 24 12:44:25 localhost systemd[133]: systemd-udevd.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-udevd
Apr 24 12:44:25 localhost systemd-udevd[133]: Found cgroup2 on /sys/fs/cgroup/unified, unified hierarchy for systemd controller
Apr 24 12:44:25 localhost systemd-udevd[133]: Set children_max to 32
Apr 24 12:44:25 localhost systemd-udevd[133]: Trying to open "/etc/udev/hwdb.bin"...
Apr 24 12:44:25 localhost systemd-udevd[133]: === trie on-disk ===
Apr 24 12:44:25 localhost systemd-udevd[133]: tool version:          246
Apr 24 12:44:25 localhost systemd-udevd[133]: file size:        10560825 bytes
Apr 24 12:44:25 localhost systemd-udevd[133]: header size             80 bytes
Apr 24 12:44:25 localhost systemd-udevd[133]: strings            2278281 bytes
Apr 24 12:44:25 localhost systemd-udevd[133]: nodes              8282464 bytes
Apr 24 12:44:25 localhost systemd[1]: systemd-udevd.service: Got notification message from PID 133 (WATCHDOG=1)
Apr 24 12:44:25 localhost systemd-udevd[133]: Load module index
Apr 24 12:44:25 localhost systemd-udevd[133]: timestamp of '/etc/systemd/network' changed
Apr 24 12:44:25 localhost systemd-udevd[133]: Parsed configuration file /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/network/99-default.link
Apr 24 12:44:25 localhost systemd-udevd[133]: Created link configuration context.
Apr 24 12:44:25 localhost systemd-udevd[133]: timestamp of '/etc/udev/rules.d' changed
Apr 24 12:44:25 localhost systemd-udevd[133]: timestamp of '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d' changed
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/99-systemd.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/90-vconsole.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/80-net-setup-link.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/80-drivers.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/78-sound-card.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/75-probe_mtd.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/75-net-description.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/73-seat-late.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/71-seat.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/70-uaccess.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/70-touchpad.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/70-power-switch.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/70-mouse.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/70-joystick.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/64-btrfs.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/60-serial.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/60-sensor.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/60-persistent-v4l.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/60-persistent-storage.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/60-persistent-storage-tape.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/60-persistent-input.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/60-persistent-alsa.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/60-input-id.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/60-fido-id.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/60-evdev.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/60-drm.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/60-cdrom_id.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/60-block.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/60-autosuspend.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Skipping overridden file '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/udev/rules.d/50-udev-default.rules'.
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/10-dm.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/11-dm-lvm.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/13-dm-disk.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:19 Unknown group 'tty', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:20 Unknown group 'tty', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 Unknown group 'tty', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:22 Unknown group 'tty', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:23 Unknown group 'tty', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:24 Unknown group 'tty', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:25 Unknown group 'tty', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:26 Unknown group 'dialout', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:28 Unknown group 'kmem', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:30 Unknown group 'input', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:33 Unknown group 'video', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:34 Unknown group 'video', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:35 Unknown group 'video', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:36 Unknown group 'video', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:37 Unknown group 'video', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:38 Unknown group 'video', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:40 Unknown group 'render', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:41 Unknown group 'render', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:47 Unknown group 'audio', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:51 Unknown group 'video', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:52 Unknown group 'video', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:53 Unknown group 'video', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:54 Unknown group 'video', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:56 Unknown group 'lp', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:57 Unknown group 'lp', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:58 Unknown group 'lp', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:59 Unknown group 'lp', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:60 Unknown group 'lp', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:61 Unknown group 'lp', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 Unknown group 'disk', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:64 Unknown group 'cdrom', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:65 Unknown group 'cdrom', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:66 Unknown group 'cdrom', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:67 Unknown group 'cdrom', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:68 Unknown group 'cdrom', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:70 Unknown group 'tape', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:71 Unknown group 'disk', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:72 Unknown group 'disk', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:73 Unknown group 'disk', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:74 Unknown group 'disk', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:75 Unknown group 'disk', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:76 Unknown group 'disk', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:77 Unknown group 'disk', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:86 Unknown group 'kvm', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:88 Unknown group 'kvm', ignoring
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-autosuspend.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-block.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-cdrom_id.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-evdev.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-fido-id.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-alsa.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage-tape.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-v4l.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-sensor.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-serial.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/64-btrfs.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/69-dm-lvm-metad.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/70-joystick.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/70-mouse.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/70-power-switch.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/70-touchpad.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/70-uaccess.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/71-seat.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/73-seat-late.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/75-net-description.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/75-probe_mtd.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/78-sound-card.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-net-setup-link.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/90-vconsole.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/95-dm-notify.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: Reading rules file: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/99-systemd.rules
Apr 24 12:44:25 localhost systemd-udevd[133]: acpi: Device (SEQNUM=1020, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd[1]: systemd-udevd.service: Got notification message from PID 133 (READY=1, STATUS=Processing with 32 children at max)
Apr 24 12:44:25 localhost systemd[1]: systemd-udevd.service: Changed start -> running
Apr 24 12:44:25 localhost systemd[1]: systemd-udevd.service: Job 15 systemd-udevd.service/start finished, result=done
Apr 24 12:44:25 localhost systemd-udevd[133]: Validate module index
Apr 24 12:44:25 localhost systemd[1]: Started Rule-based Manager for Device Events and Files.
Apr 24 12:44:25 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd-udevd[133]: Check if link configuration needs reloading.
Apr 24 12:44:25 localhost systemd-udevd[133]: acpi: Device (SEQNUM=1020, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd[1]: systemd-udevd-control.socket: Changed listening -> running
Apr 24 12:44:25 localhost systemd[1]: sysinit.target changed dead -> active
Apr 24 12:44:25 localhost systemd[1]: sysinit.target: Job 3 sysinit.target/start finished, result=done
Apr 24 12:44:25 localhost systemd[1]: Reached target System Initialization.
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 134.
Apr 24 12:44:25 localhost systemd[1]: basic.target changed dead -> active
Apr 24 12:44:25 localhost systemd[1]: basic.target: Job 2 basic.target/start finished, result=done
Apr 24 12:44:25 localhost systemd[1]: Reached target Basic System.
Apr 24 12:44:25 localhost systemd-udevd[133]: acpi: Worker [134] is forked for processing SEQNUM=1020.
Apr 24 12:44:25 localhost systemd-udevd[133]: ec: Device (SEQNUM=1021, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: ec: SEQNUM=1021 blocked by SEQNUM=1020
Apr 24 12:44:25 localhost systemd-udevd[133]: hpet: Device (SEQNUM=1022, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: hpet: SEQNUM=1022 blocked by SEQNUM=1020
Apr 24 12:44:25 localhost systemd[1]: initrd.target: starting held back, waiting for: initrd-root-device.target
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevents: Device (SEQNUM=1023, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevents: Device (SEQNUM=1023, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[134]: acpi: Processing device (SEQNUM=1020, ACTION=add)
Apr 24 12:44:25 localhost kernel: audit: type=1130 audit(1619268265.615:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 135.
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevents: Worker [135] is forked for processing SEQNUM=1023.
Apr 24 12:44:25 localhost systemd-udevd[133]: clocksource: Device (SEQNUM=1024, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: clocksource: Device (SEQNUM=1024, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[134]: acpi: Device (SEQNUM=1020, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: acpi: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: clockevents: Processing device (SEQNUM=1023, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 136.
Apr 24 12:44:25 localhost systemd-udevd[133]: clocksource: Worker [136] is forked for processing SEQNUM=1024.
Apr 24 12:44:25 localhost systemd-udevd[133]: ec: Device (SEQNUM=1021, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: ec: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: hpet: Device (SEQNUM=1022, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[134]: ec: Processing device (SEQNUM=1021, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[135]: clockevents: Device (SEQNUM=1023, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: clockevents: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: clocksource: Processing device (SEQNUM=1024, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 137.
Apr 24 12:44:25 localhost systemd-udevd[134]: ec: Device (SEQNUM=1021, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: ec: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: hpet: Worker [137] is forked for processing SEQNUM=1022.
Apr 24 12:44:25 localhost systemd-udevd[133]: container: Device (SEQNUM=1025, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: container: Device (SEQNUM=1025, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[137]: hpet: Processing device (SEQNUM=1022, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 138.
Apr 24 12:44:25 localhost systemd-udevd[136]: clocksource: Device (SEQNUM=1024, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: container: Worker [138] is forked for processing SEQNUM=1025.
Apr 24 12:44:25 localhost systemd-udevd[136]: clocksource: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu: Device (SEQNUM=1026, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu: Device (SEQNUM=1026, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: processor: Device (SEQNUM=1027, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: processor: SEQNUM=1027 blocked by SEQNUM=1026
Apr 24 12:44:25 localhost systemd-udevd[136]: cpu: Processing device (SEQNUM=1026, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[137]: hpet: Device (SEQNUM=1022, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: dax: Device (SEQNUM=1028, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: dax: Device (SEQNUM=1028, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: dax: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: hpet: sd-device-monitor: Passed 150 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: event_source: Device (SEQNUM=1029, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[134]: dax: Processing device (SEQNUM=1028, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: event_source: Device (SEQNUM=1029, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[138]: container: Processing device (SEQNUM=1025, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: event_source: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: gpio: Device (SEQNUM=1030, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: gpio: Device (SEQNUM=1030, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[135]: event_source: Processing device (SEQNUM=1029, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: gpio: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: isa: Device (SEQNUM=1031, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: isa: Device (SEQNUM=1031, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[137]: gpio: Processing device (SEQNUM=1030, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[135]: event_source: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-evdev.rules:8 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Apr 24 12:44:25 localhost systemd-udevd[136]: cpu: Device (SEQNUM=1026, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[136]: cpu: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: dax: Device (SEQNUM=1028, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: event_source: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[135]: event_source: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-evdev.rules:8 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Apr 24 12:44:25 localhost systemd-udevd[134]: dax: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: gpio: Device (SEQNUM=1030, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[137]: gpio: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 139.
Apr 24 12:44:25 localhost systemd-udevd[138]: container: Device (SEQNUM=1025, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: isa: Worker [139] is forked for processing SEQNUM=1031.
Apr 24 12:44:25 localhost systemd-udevd[135]: event_source: Device (SEQNUM=1029, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[138]: container: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: event_source: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: processor: Device (SEQNUM=1027, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: processor: sd-device-monitor: Passed 154 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck: Device (SEQNUM=1032, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck: Device (SEQNUM=1032, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory: Device (SEQNUM=1033, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[136]: machinecheck: Processing device (SEQNUM=1032, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[135]: processor: Processing device (SEQNUM=1027, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory: Device (SEQNUM=1033, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory: sd-device-monitor: Passed 135 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: mipi-dsi: Device (SEQNUM=1034, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[137]: memory: Processing device (SEQNUM=1033, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: mipi-dsi: Device (SEQNUM=1034, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[139]: isa: Processing device (SEQNUM=1031, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: mipi-dsi: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: node: Device (SEQNUM=1035, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: node: Device (SEQNUM=1035, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[138]: mipi-dsi: Processing device (SEQNUM=1034, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: node: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: node: Processing device (SEQNUM=1035, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: nvmem: Device (SEQNUM=1036, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: nvmem: Device (SEQNUM=1036, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[136]: machinecheck: Device (SEQNUM=1032, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[136]: machinecheck: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: memory: Device (SEQNUM=1033, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: processor: Device (SEQNUM=1027, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[137]: memory: sd-device-monitor: Passed 135 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: processor: sd-device-monitor: Passed 154 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[138]: mipi-dsi: Device (SEQNUM=1034, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[138]: mipi-dsi: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: node: Device (SEQNUM=1035, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[139]: isa: Device (SEQNUM=1031, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: node: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: isa: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 140.
Apr 24 12:44:25 localhost systemd-udevd[133]: nvmem: Worker [140] is forked for processing SEQNUM=1036.
Apr 24 12:44:25 localhost systemd-udevd[133]: pci: Device (SEQNUM=1037, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: pci: Device (SEQNUM=1037, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: pci: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: pci: Processing device (SEQNUM=1037, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: iosf_mbi_pci: Device (SEQNUM=1038, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[140]: nvmem: Processing device (SEQNUM=1036, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: iosf_mbi_pci: SEQNUM=1038 blocked by SEQNUM=1037
Apr 24 12:44:25 localhost systemd-udevd[133]: pcieport: Device (SEQNUM=1039, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: pcieport: SEQNUM=1039 blocked by SEQNUM=1037
Apr 24 12:44:25 localhost systemd-udevd[133]: xen-platform-pci: Device (SEQNUM=1040, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: xen-platform-pci: SEQNUM=1040 blocked by SEQNUM=1037
Apr 24 12:44:25 localhost systemd-udevd[133]: pci_express: Device (SEQNUM=1041, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: pci_express: Device (SEQNUM=1041, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: pci_express: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: pci: Device (SEQNUM=1037, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: pci: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: aer: Device (SEQNUM=1042, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: aer: SEQNUM=1042 blocked by SEQNUM=1041
Apr 24 12:44:25 localhost systemd-udevd[133]: iosf_mbi_pci: Device (SEQNUM=1038, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[136]: pci_express: Processing device (SEQNUM=1041, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[140]: nvmem: Device (SEQNUM=1036, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: iosf_mbi_pci: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: pcieport: Device (SEQNUM=1039, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[140]: nvmem: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: pcieport: sd-device-monitor: Passed 153 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: iosf_mbi_pci: Processing device (SEQNUM=1038, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: xen-platform-pci: Device (SEQNUM=1040, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: xen-platform-pci: sd-device-monitor: Passed 161 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: pcieport: Processing device (SEQNUM=1039, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: pcie_pme: Device (SEQNUM=1043, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: pcie_pme: SEQNUM=1043 blocked by SEQNUM=1041
Apr 24 12:44:25 localhost systemd-udevd[137]: xen-platform-pci: Processing device (SEQNUM=1040, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[136]: pci_express: Device (SEQNUM=1041, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: pciehp: Device (SEQNUM=1044, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: pciehp: SEQNUM=1044 blocked by SEQNUM=1041
Apr 24 12:44:25 localhost systemd-udevd[136]: pci_express: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: platform: Device (SEQNUM=1045, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: platform: Device (SEQNUM=1045, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: platform: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: aer: Device (SEQNUM=1042, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[134]: iosf_mbi_pci: Device (SEQNUM=1038, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: iosf_mbi_pci: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: aer: sd-device-monitor: Passed 156 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: pcie_pme: Device (SEQNUM=1043, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[137]: xen-platform-pci: Device (SEQNUM=1040, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: pcie_pme: sd-device-monitor: Passed 161 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: pciehp: Device (SEQNUM=1044, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[139]: pcieport: Device (SEQNUM=1039, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: pciehp: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: xen-platform-pci: sd-device-monitor: Passed 161 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: pcieport: sd-device-monitor: Passed 153 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[138]: pcie_pme: Processing device (SEQNUM=1043, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[136]: aer: Processing device (SEQNUM=1042, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[135]: platform: Processing device (SEQNUM=1045, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[140]: pciehp: Processing device (SEQNUM=1044, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: acpi-ged: Device (SEQNUM=1046, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: acpi-ged: SEQNUM=1046 blocked by SEQNUM=1045
Apr 24 12:44:25 localhost systemd-udevd[133]: alarmtimer: Device (SEQNUM=1047, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: alarmtimer: SEQNUM=1047 blocked by SEQNUM=1045
Apr 24 12:44:25 localhost systemd-udevd[133]: byt_gpio: Device (SEQNUM=1048, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: byt_gpio: SEQNUM=1048 blocked by SEQNUM=1045
Apr 24 12:44:25 localhost systemd-udevd[138]: pcie_pme: Device (SEQNUM=1043, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[138]: pcie_pme: sd-device-monitor: Passed 161 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: clk-lpt: Device (SEQNUM=1049, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: clk-lpt: SEQNUM=1049 blocked by SEQNUM=1045
Apr 24 12:44:25 localhost systemd-udevd[135]: platform: Device (SEQNUM=1045, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[136]: aer: Device (SEQNUM=1042, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[140]: pciehp: Device (SEQNUM=1044, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: platform: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: aer: sd-device-monitor: Passed 156 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: clk-pmc-atom: Device (SEQNUM=1050, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[140]: pciehp: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: clk-pmc-atom: SEQNUM=1050 blocked by SEQNUM=1045
Apr 24 12:44:25 localhost systemd-udevd[133]: acpi-ged: Device (SEQNUM=1046, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: acpi-ged: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: alarmtimer: Device (SEQNUM=1047, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: alarmtimer: sd-device-monitor: Passed 160 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: acpi-ged: Processing device (SEQNUM=1046, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: byt_gpio: Device (SEQNUM=1048, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: byt_gpio: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: clk-lpt: Device (SEQNUM=1049, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: clk-lpt: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: clk-pmc-atom: Device (SEQNUM=1050, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[139]: byt_gpio: Processing device (SEQNUM=1048, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: clk-pmc-atom: sd-device-monitor: Passed 162 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: clk-pmc-atom: Processing device (SEQNUM=1050, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[136]: alarmtimer: Processing device (SEQNUM=1047, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[137]: clk-lpt: Processing device (SEQNUM=1049, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: clk-st: Device (SEQNUM=1051, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: clk-st: Device (SEQNUM=1051, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: clk-st: sd-device-monitor: Passed 156 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[138]: clk-st: Processing device (SEQNUM=1051, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: efi-framebuffer: Device (SEQNUM=1052, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: efi-framebuffer: Device (SEQNUM=1052, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: efi-framebuffer: sd-device-monitor: Passed 165 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: acpi-ged: Device (SEQNUM=1046, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: gpio-clk: Device (SEQNUM=1053, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[134]: acpi-ged: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: gpio-clk: Device (SEQNUM=1053, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[139]: byt_gpio: Device (SEQNUM=1048, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[140]: efi-framebuffer: Processing device (SEQNUM=1052, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[139]: byt_gpio: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: clk-lpt: Device (SEQNUM=1049, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[137]: clk-lpt: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: alarmtimer: Device (SEQNUM=1047, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: clk-pmc-atom: Device (SEQNUM=1050, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[138]: clk-st: Device (SEQNUM=1051, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[138]: clk-st: sd-device-monitor: Passed 156 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: clk-pmc-atom: sd-device-monitor: Passed 162 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: alarmtimer: sd-device-monitor: Passed 160 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[140]: efi-framebuffer: Device (SEQNUM=1052, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 141.
Apr 24 12:44:25 localhost systemd-udevd[140]: efi-framebuffer: sd-device-monitor: Passed 165 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: gpio-clk: Worker [141] is forked for processing SEQNUM=1053.
Apr 24 12:44:25 localhost systemd-udevd[133]: reg-dummy: Device (SEQNUM=1054, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: reg-dummy: Device (SEQNUM=1054, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: reg-dummy: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: gpio-clk: Processing device (SEQNUM=1053, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[134]: reg-dummy: Processing device (SEQNUM=1054, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: serial8250: Device (SEQNUM=1055, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: serial8250: Device (SEQNUM=1055, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: serial8250: sd-device-monitor: Passed 160 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: syscon: Device (SEQNUM=1056, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: syscon: Device (SEQNUM=1056, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: syscon: sd-device-monitor: Passed 156 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: serial8250: Processing device (SEQNUM=1055, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[139]: syscon: Processing device (SEQNUM=1056, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: vesa-framebuffer: Device (SEQNUM=1057, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: vesa-framebuffer: Device (SEQNUM=1057, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: vesa-framebuffer: sd-device-monitor: Passed 166 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: vesa-framebuffer: Processing device (SEQNUM=1057, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: pnp: Device (SEQNUM=1058, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[134]: reg-dummy: Device (SEQNUM=1054, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: pnp: Device (SEQNUM=1058, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: pnp: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: reg-dummy: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: gpio-clk: Device (SEQNUM=1053, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: pnp: Processing device (SEQNUM=1058, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: serial: Device (SEQNUM=1059, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[141]: gpio-clk: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: serial: SEQNUM=1059 blocked by SEQNUM=1058
Apr 24 12:44:25 localhost systemd-udevd[133]: system: Device (SEQNUM=1060, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[136]: serial8250: Device (SEQNUM=1055, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: system: SEQNUM=1060 blocked by SEQNUM=1058
Apr 24 12:44:25 localhost systemd-udevd[136]: serial8250: sd-device-monitor: Passed 160 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: spi: Device (SEQNUM=1061, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[139]: syscon: Device (SEQNUM=1056, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: spi: Device (SEQNUM=1061, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: spi: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: syscon: sd-device-monitor: Passed 156 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: vesa-framebuffer: Device (SEQNUM=1057, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: spi: Processing device (SEQNUM=1061, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[137]: vesa-framebuffer: sd-device-monitor: Passed 166 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: workqueue: Device (SEQNUM=1062, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[135]: pnp: Device (SEQNUM=1058, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: workqueue: Device (SEQNUM=1062, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: workqueue: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: pnp: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: workqueue: Processing device (SEQNUM=1062, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: serial: Device (SEQNUM=1059, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: serial: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: system: Device (SEQNUM=1060, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: system: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: system: Processing device (SEQNUM=1060, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: xen: Device (SEQNUM=1063, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: xen: Device (SEQNUM=1063, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: xen: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: serial: Processing device (SEQNUM=1059, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[134]: spi: Device (SEQNUM=1061, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: spi: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: xen: Processing device (SEQNUM=1063, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[136]: workqueue: Device (SEQNUM=1062, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: xen-backend: Device (SEQNUM=1064, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: xen-backend: Device (SEQNUM=1064, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[136]: workqueue: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: xen-backend: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: xen-backend: Processing device (SEQNUM=1064, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 8250: Device (SEQNUM=1065, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 8250: Device (SEQNUM=1065, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 8250: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: 8250: Processing device (SEQNUM=1065, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 8250_core: Device (SEQNUM=1066, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 8250_core: Device (SEQNUM=1066, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 8250_core: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: 8250_core: Processing device (SEQNUM=1066, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[139]: system: Device (SEQNUM=1060, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: acpi: Device (SEQNUM=1067, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: acpi: Device (SEQNUM=1067, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[139]: system: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: acpi: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: xen: Device (SEQNUM=1063, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: xen-backend: Device (SEQNUM=1064, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: xen-backend: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: xen: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[138]: acpi: Processing device (SEQNUM=1067, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: acpiphp: Device (SEQNUM=1068, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: acpiphp: Device (SEQNUM=1068, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: acpiphp: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: 8250: Device (SEQNUM=1065, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[139]: acpiphp: Processing device (SEQNUM=1068, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[134]: 8250: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: 8250_core: Device (SEQNUM=1066, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: apparmor: Device (SEQNUM=1069, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[136]: 8250_core: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: apparmor: Device (SEQNUM=1069, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: apparmor: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: apparmor: Processing device (SEQNUM=1069, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: autofs4: Device (SEQNUM=1070, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: autofs4: Device (SEQNUM=1070, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[138]: acpi: Device (SEQNUM=1067, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: autofs4: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[138]: acpi: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: autofs4: Processing device (SEQNUM=1070, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: blk_cgroup: Device (SEQNUM=1071, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: blk_cgroup: Device (SEQNUM=1071, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[141]: serial: Device (SEQNUM=1059, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: blk_cgroup: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: serial: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: acpiphp: Device (SEQNUM=1068, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: block: Device (SEQNUM=1072, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[136]: blk_cgroup: Processing device (SEQNUM=1071, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[139]: acpiphp: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: block: Device (SEQNUM=1072, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: block: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: block: Processing device (SEQNUM=1072, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[137]: apparmor: Device (SEQNUM=1069, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[137]: apparmor: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: brd: Device (SEQNUM=1073, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: brd: Device (SEQNUM=1073, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: brd: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: autofs4: Device (SEQNUM=1070, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[141]: brd: Processing device (SEQNUM=1073, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[134]: autofs4: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: block: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-block.rules:5 ATTR '/sys/module/block/parameters/events_dfl_poll_msecs' writing '2000'
Apr 24 12:44:25 localhost systemd-udevd[133]: cpufreq: Device (SEQNUM=1074, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: cpufreq: Device (SEQNUM=1074, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: cpufreq: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: cpufreq: Processing device (SEQNUM=1074, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[136]: blk_cgroup: Device (SEQNUM=1071, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: cpuidle: Device (SEQNUM=1075, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: cpuidle: Device (SEQNUM=1075, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[136]: blk_cgroup: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: cpuidle: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: cpuidle: Processing device (SEQNUM=1075, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[141]: brd: Device (SEQNUM=1073, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: crc_t10dif: Device (SEQNUM=1076, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: crc_t10dif: Device (SEQNUM=1076, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[141]: brd: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: block: Device (SEQNUM=1072, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: crc_t10dif: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: block: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: crc_t10dif: Processing device (SEQNUM=1076, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: cryptomgr: Device (SEQNUM=1077, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: cryptomgr: Device (SEQNUM=1077, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: cryptomgr: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: cpufreq: Device (SEQNUM=1074, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[141]: cryptomgr: Processing device (SEQNUM=1077, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[139]: cpufreq: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: cpuidle: Device (SEQNUM=1075, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: cpuidle: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dynamic_debug: Device (SEQNUM=1078, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: dynamic_debug: Device (SEQNUM=1078, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: dynamic_debug: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: dynamic_debug: Processing device (SEQNUM=1078, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: efivarfs: Device (SEQNUM=1079, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: efivarfs: Device (SEQNUM=1079, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: efivarfs: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: efivarfs: Processing device (SEQNUM=1079, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[136]: crc_t10dif: Device (SEQNUM=1076, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: fb: Device (SEQNUM=1080, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[136]: crc_t10dif: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: fb: Device (SEQNUM=1080, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[141]: cryptomgr: Device (SEQNUM=1077, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: fb: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: cryptomgr: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: fb: Processing device (SEQNUM=1080, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: firmware_class: Device (SEQNUM=1081, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: firmware_class: Device (SEQNUM=1081, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[137]: dynamic_debug: Device (SEQNUM=1078, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: firmware_class: sd-device-monitor: Passed 149 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: dynamic_debug: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: firmware_class: Processing device (SEQNUM=1081, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: fscrypto: Device (SEQNUM=1082, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: fscrypto: Device (SEQNUM=1082, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: fscrypto: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: efivarfs: Device (SEQNUM=1079, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: efivarfs: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: gpiolib_acpi: Device (SEQNUM=1083, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: gpiolib_acpi: Device (SEQNUM=1083, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: gpiolib_acpi: sd-device-monitor: Passed 147 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: fscrypto: Processing device (SEQNUM=1082, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[136]: firmware_class: Device (SEQNUM=1081, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[139]: fb: Device (SEQNUM=1080, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[137]: gpiolib_acpi: Processing device (SEQNUM=1083, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[136]: firmware_class: sd-device-monitor: Passed 149 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: intel_idle: Device (SEQNUM=1084, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: intel_idle: Device (SEQNUM=1084, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[139]: fb: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: intel_idle: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: intel_idle: Processing device (SEQNUM=1084, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: ipv6: Device (SEQNUM=1085, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: ipv6: Device (SEQNUM=1085, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: ipv6: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: ipv6: Processing device (SEQNUM=1085, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: kernel: Device (SEQNUM=1086, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: kernel: Device (SEQNUM=1086, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: kernel: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: kernel: Processing device (SEQNUM=1086, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: keyboard: Device (SEQNUM=1087, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: keyboard: Device (SEQNUM=1087, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[141]: fscrypto: Device (SEQNUM=1082, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[137]: gpiolib_acpi: Device (SEQNUM=1083, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: keyboard: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: intel_idle: Device (SEQNUM=1084, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[137]: gpiolib_acpi: sd-device-monitor: Passed 147 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: fscrypto: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: keyboard: Processing device (SEQNUM=1087, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[134]: intel_idle: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: module: Device (SEQNUM=1088, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[136]: ipv6: Device (SEQNUM=1085, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: module: Device (SEQNUM=1088, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: module: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: ipv6: sd-device-monitor: Passed 139 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[138]: module: Processing device (SEQNUM=1088, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: netpoll: Device (SEQNUM=1089, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: netpoll: Device (SEQNUM=1089, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: netpoll: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: netpoll: Processing device (SEQNUM=1089, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: pci_hotplug: Device (SEQNUM=1090, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: pci_hotplug: Device (SEQNUM=1090, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: pci_hotplug: sd-device-monitor: Passed 146 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: kernel: Device (SEQNUM=1086, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: keyboard: Device (SEQNUM=1087, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[136]: pci_hotplug: Processing device (SEQNUM=1090, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[135]: keyboard: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: kernel: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: pcie_aspm: Device (SEQNUM=1091, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: pcie_aspm: Device (SEQNUM=1091, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[138]: module: Device (SEQNUM=1088, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: pcie_aspm: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[138]: module: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: pcie_aspm: Processing device (SEQNUM=1091, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: pciehp: Device (SEQNUM=1092, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: pciehp: Device (SEQNUM=1092, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: pciehp: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: netpoll: Device (SEQNUM=1089, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: netpoll: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: pciehp: Processing device (SEQNUM=1092, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: pnp: Device (SEQNUM=1093, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: pnp: Device (SEQNUM=1093, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: pnp: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: pci_hotplug: Device (SEQNUM=1090, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[137]: pnp: Processing device (SEQNUM=1093, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: printk: Device (SEQNUM=1094, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[136]: pci_hotplug: sd-device-monitor: Passed 146 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: printk: Device (SEQNUM=1094, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: printk: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: printk: Processing device (SEQNUM=1094, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[141]: pcie_aspm: Device (SEQNUM=1091, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: processor: Device (SEQNUM=1095, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[141]: pcie_aspm: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: processor: Device (SEQNUM=1095, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: processor: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: processor: Processing device (SEQNUM=1095, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[137]: pnp: Device (SEQNUM=1093, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[139]: pciehp: Device (SEQNUM=1092, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: random: Device (SEQNUM=1096, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[137]: pnp: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: random: Device (SEQNUM=1096, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[139]: pciehp: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: random: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: random: Processing device (SEQNUM=1096, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: rcupdate: Device (SEQNUM=1097, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: rcupdate: Device (SEQNUM=1097, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[134]: printk: Device (SEQNUM=1094, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: rcupdate: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: printk: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: rcupdate: Processing device (SEQNUM=1097, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[136]: processor: Device (SEQNUM=1095, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: rcutree: Device (SEQNUM=1098, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: rcutree: Device (SEQNUM=1098, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: rcutree: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: processor: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: rcutree: Processing device (SEQNUM=1098, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: spurious: Device (SEQNUM=1099, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: spurious: Device (SEQNUM=1099, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: spurious: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: random: Device (SEQNUM=1096, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: spurious: Processing device (SEQNUM=1099, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[141]: random: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: srcutree: Device (SEQNUM=1100, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: srcutree: Device (SEQNUM=1100, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: srcutree: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: srcutree: Processing device (SEQNUM=1100, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[137]: rcutree: Device (SEQNUM=1098, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: suspend: Device (SEQNUM=1101, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: suspend: Device (SEQNUM=1101, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[137]: rcutree: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: suspend: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: rcupdate: Device (SEQNUM=1097, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[139]: rcupdate: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: suspend: Processing device (SEQNUM=1101, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: sysrq: Device (SEQNUM=1102, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: sysrq: Device (SEQNUM=1102, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: sysrq: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: spurious: Device (SEQNUM=1099, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: spurious: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: srcutree: Device (SEQNUM=1100, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tcp_cubic: Device (SEQNUM=1103, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: tcp_cubic: Device (SEQNUM=1103, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[136]: srcutree: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tcp_cubic: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: sysrq: Processing device (SEQNUM=1102, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[139]: tcp_cubic: Processing device (SEQNUM=1103, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: vt: Device (SEQNUM=1104, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: vt: Device (SEQNUM=1104, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[141]: suspend: Device (SEQNUM=1101, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: vt: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: suspend: sd-device-monitor: Passed 142 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: vt: Processing device (SEQNUM=1104, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: workqueue: Device (SEQNUM=1105, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: workqueue: Device (SEQNUM=1105, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: workqueue: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: workqueue: Processing device (SEQNUM=1105, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: xen: Device (SEQNUM=1106, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: xen: Device (SEQNUM=1106, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[137]: sysrq: Device (SEQNUM=1102, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: xen: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: sysrq: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: xen: Processing device (SEQNUM=1106, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: xz_dec: Device (SEQNUM=1107, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[139]: tcp_cubic: Device (SEQNUM=1103, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: xz_dec: Device (SEQNUM=1107, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[139]: tcp_cubic: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: xz_dec: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: vt: Device (SEQNUM=1104, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: vt: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: workqueue: Device (SEQNUM=1105, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: zswap: Device (SEQNUM=1108, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: zswap: Device (SEQNUM=1108, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[136]: workqueue: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: zswap: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: xz_dec: Processing device (SEQNUM=1107, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[139]: zswap: Processing device (SEQNUM=1108, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXSYSTM:00: Device (SEQNUM=1109, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXSYSTM:00: Device (SEQNUM=1109, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[141]: xen: Device (SEQNUM=1106, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXSYSTM:00: sd-device-monitor: Passed 169 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: xen: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: LNXSYSTM:00: Processing device (SEQNUM=1109, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3420:00: Device (SEQNUM=1110, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3420:00: SEQNUM=1110 blocked by SEQNUM=1109
Apr 24 12:44:25 localhost systemd-udevd[134]: LNXSYSTM:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:07: Device (SEQNUM=1111, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:07: SEQNUM=1111 blocked by SEQNUM=1109
Apr 24 12:44:25 localhost systemd-udevd[134]: LNXSYSTM:00: hwdb modalias key: "acpi:LNXSYSTM:"
Apr 24 12:44:25 localhost systemd-udevd[135]: xz_dec: Device (SEQNUM=1107, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPWRBN:00: Device (SEQNUM=1112, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[135]: xz_dec: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPWRBN:00: SEQNUM=1112 blocked by SEQNUM=1109
Apr 24 12:44:25 localhost systemd-udevd[139]: zswap: Device (SEQNUM=1108, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[139]: zswap: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup24: Device (SEQNUM=1113, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup24: SEQNUM=1113 blocked by SEQNUM=1109
Apr 24 12:44:25 localhost systemd-udevd[134]: LNXSYSTM:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXSYBUS:00: Device (SEQNUM=1114, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXSYBUS:00: SEQNUM=1114 blocked by SEQNUM=1109
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI000C:00: Device (SEQNUM=1115, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI000C:00: SEQNUM=1115 blocked by SEQNUM=1109
Apr 24 12:44:25 localhost systemd-udevd[134]: LNXSYSTM:00: sd-device: Created db file '/run/udev/data/+acpi:LNXSYSTM:00' for '/devices/LNXSYSTM:00'
Apr 24 12:44:25 localhost systemd-udevd[134]: LNXSYSTM:00: Running built-in command "kmod load acpi:LNXSYSTM:"
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI000E:00: Device (SEQNUM=1116, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[134]: Loading module: acpi:LNXSYSTM:
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI000E:00: SEQNUM=1116 blocked by SEQNUM=1109
Apr 24 12:44:25 localhost systemd-udevd[133]: INT0E0C:00: Device (SEQNUM=1117, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: INT0E0C:00: SEQNUM=1117 blocked by SEQNUM=1109
Apr 24 12:44:25 localhost systemd-udevd[134]: Failed to find module 'acpi:LNXSYSTM:'
Apr 24 12:44:25 localhost systemd-udevd[134]: LNXSYSTM:00: Device (SEQNUM=1109, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3394:00: Device (SEQNUM=1118, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3394:00: SEQNUM=1118 blocked by SEQNUM=1109
Apr 24 12:44:25 localhost systemd-udevd[134]: LNXSYSTM:00: sd-device-monitor: Passed 214 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3400:00: Device (SEQNUM=1119, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3400:00: SEQNUM=1119 blocked by SEQNUM=1109
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3420:00: Device (SEQNUM=1110, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3420:00: sd-device-monitor: Passed 166 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:07: Device (SEQNUM=1111, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[134]: INT3420:00: Processing device (SEQNUM=1110, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:07: sd-device-monitor: Passed 167 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPWRBN:00: Device (SEQNUM=1112, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[136]: LNXPOWER:07: Processing device (SEQNUM=1111, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPWRBN:00: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup24: SEQNUM=1113 blocked by SEQNUM=1112
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXSYBUS:00: Device (SEQNUM=1114, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[141]: LNXPWRBN:00: Processing device (SEQNUM=1112, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXSYBUS:00: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI000C:00: SEQNUM=1115 blocked by SEQNUM=1114
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI000E:00: SEQNUM=1116 blocked by SEQNUM=1114
Apr 24 12:44:25 localhost systemd-udevd[133]: INT0E0C:00: SEQNUM=1117 blocked by SEQNUM=1114
Apr 24 12:44:25 localhost systemd-udevd[139]: LNXSYBUS:00: Processing device (SEQNUM=1114, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3394:00: SEQNUM=1118 blocked by SEQNUM=1114
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3400:00: SEQNUM=1119 blocked by SEQNUM=1114
Apr 24 12:44:25 localhost systemd-udevd[141]: LNXPWRBN:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3519:00: Device (SEQNUM=1120, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3519:00: SEQNUM=1120 blocked by SEQNUM=1114
Apr 24 12:44:25 localhost systemd-udevd[139]: LNXSYBUS:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[141]: LNXPWRBN:00: hwdb modalias key: "acpi:LNXPWRBN:"
Apr 24 12:44:25 localhost systemd-udevd[139]: LNXSYBUS:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:00: Device (SEQNUM=1121, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:00: SEQNUM=1121 blocked by SEQNUM=1114
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:01: Device (SEQNUM=1122, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[134]: INT3420:00: Device (SEQNUM=1110, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:01: SEQNUM=1122 blocked by SEQNUM=1114
Apr 24 12:44:25 localhost systemd-udevd[134]: INT3420:00: sd-device-monitor: Passed 166 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: LNXPOWER:07: Device (SEQNUM=1111, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[136]: LNXPOWER:07: sd-device-monitor: Passed 167 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:02: Device (SEQNUM=1123, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:02: SEQNUM=1123 blocked by SEQNUM=1114
Apr 24 12:44:25 localhost systemd-udevd[141]: LNXPWRBN:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:03: Device (SEQNUM=1124, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:03: SEQNUM=1124 blocked by SEQNUM=1114
Apr 24 12:44:25 localhost systemd-udevd[139]: LNXSYBUS:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:04: Device (SEQNUM=1125, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:04: SEQNUM=1125 blocked by SEQNUM=1114
Apr 24 12:44:25 localhost systemd-udevd[141]: LNXPWRBN:00: sd-device: Created db file '/run/udev/data/+acpi:LNXPWRBN:00' for '/devices/LNXSYSTM:00/LNXPWRBN:00'
Apr 24 12:44:25 localhost systemd-udevd[141]: LNXPWRBN:00: Running built-in command "kmod load acpi:LNXPWRBN:"
Apr 24 12:44:25 localhost systemd-udevd[141]: Loading module: acpi:LNXPWRBN:
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:05: Device (SEQNUM=1126, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:05: SEQNUM=1126 blocked by SEQNUM=1114
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:06: Device (SEQNUM=1127, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[139]: LNXSYBUS:00: sd-device: Created db file '/run/udev/data/+acpi:LNXSYBUS:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:06: SEQNUM=1127 blocked by SEQNUM=1114
Apr 24 12:44:25 localhost systemd-udevd[139]: LNXSYBUS:00: Running built-in command "kmod load acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[141]: Failed to find module 'acpi:LNXPWRBN:'
Apr 24 12:44:25 localhost systemd-udevd[139]: Loading module: acpi:LNXSYBUS:
Apr 24 12:44:25 localhost systemd-udevd[141]: LNXPWRBN:00: Device (SEQNUM=1112, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:07: Device (SEQNUM=1128, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[141]: LNXPWRBN:00: sd-device-monitor: Passed 226 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:07: SEQNUM=1128 blocked by SEQNUM=1114
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup24: Device (SEQNUM=1113, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup24: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: wakeup24: Processing device (SEQNUM=1113, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[139]: Failed to find module 'acpi:LNXSYBUS:'
Apr 24 12:44:25 localhost systemd-udevd[139]: LNXSYBUS:00: Device (SEQNUM=1114, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:08: Device (SEQNUM=1129, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[139]: LNXSYBUS:00: sd-device-monitor: Passed 226 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:08: SEQNUM=1129 blocked by SEQNUM=1114
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI000C:00: Device (SEQNUM=1115, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI000C:00: sd-device-monitor: Passed 193 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI000E:00: Device (SEQNUM=1116, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI000E:00: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: ACPI000C:00: Processing device (SEQNUM=1115, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: INT0E0C:00: Device (SEQNUM=1117, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: INT0E0C:00: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: ACPI000E:00: Processing device (SEQNUM=1116, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3394:00: Device (SEQNUM=1118, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3394:00: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: INT0E0C:00: Processing device (SEQNUM=1117, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3400:00: Device (SEQNUM=1119, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[136]: ACPI000C:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3400:00: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3519:00: Device (SEQNUM=1120, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[136]: ACPI000C:00: hwdb modalias key: "acpi:ACPI000C:"
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3519:00: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:00: Device (SEQNUM=1121, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[139]: INT0E0C:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[139]: INT0E0C:00: hwdb modalias key: "acpi:INT0E0C:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:01: Device (SEQNUM=1122, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[138]: INT3519:00: Processing device (SEQNUM=1120, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[137]: INT3394:00: Processing device (SEQNUM=1118, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[134]: wakeup24: Device (SEQNUM=1113, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: wakeup24: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: ACPI000C:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[137]: INT3394:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[141]: ACPI000E:00: Device (SEQNUM=1116, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[140]: LNXCPU:00: Processing device (SEQNUM=1121, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[137]: INT3394:00: hwdb modalias key: "acpi:INT3394:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[141]: ACPI000E:00: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: ACPI000C:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[139]: INT0E0C:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[140]: LNXCPU:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[140]: LNXCPU:00: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[136]: ACPI000C:00: sd-device: Created db file '/run/udev/data/+acpi:ACPI000C:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000C:00'
Apr 24 12:44:25 localhost systemd-udevd[136]: ACPI000C:00: Running built-in command "kmod load acpi:ACPI000C:"
Apr 24 12:44:25 localhost systemd-udevd[136]: Loading module: acpi:ACPI000C:
Apr 24 12:44:25 localhost systemd-udevd[139]: INT0E0C:00: sd-device: Created db file '/run/udev/data/+acpi:INT0E0C:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/INT0E0C:00'
Apr 24 12:44:25 localhost systemd-udevd[139]: INT0E0C:00: Running built-in command "kmod load acpi:INT0E0C:"
Apr 24 12:44:25 localhost systemd-udevd[139]: Loading module: acpi:INT0E0C:
Apr 24 12:44:25 localhost systemd-udevd[138]: INT3519:00: Device (SEQNUM=1120, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[136]: Failed to find module 'acpi:ACPI000C:'
Apr 24 12:44:25 localhost systemd-udevd[136]: ACPI000C:00: Device (SEQNUM=1115, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[138]: INT3519:00: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: INT3394:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 142.
Apr 24 12:44:25 localhost systemd-udevd[136]: ACPI000C:00: sd-device-monitor: Passed 238 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: Failed to find module 'acpi:INT0E0C:'
Apr 24 12:44:25 localhost systemd-udevd[140]: LNXCPU:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[135]: INT3400:00: Processing device (SEQNUM=1119, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:01: Worker [142] is forked for processing SEQNUM=1122.
Apr 24 12:44:25 localhost systemd-udevd[137]: INT3394:00: sd-device: Created db file '/run/udev/data/+acpi:INT3394:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/INT3394:00'
Apr 24 12:44:25 localhost systemd-udevd[139]: INT0E0C:00: Device (SEQNUM=1117, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:02: Device (SEQNUM=1123, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:01: Processing device (SEQNUM=1122, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[140]: LNXCPU:00: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:00'
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[135]: INT3400:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[139]: INT0E0C:00: sd-device-monitor: Passed 238 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[140]: LNXCPU:00: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[137]: INT3394:00: Running built-in command "kmod load acpi:INT3394:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:01: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[135]: INT3400:00: hwdb modalias key: "acpi:INT3400:"
Apr 24 12:44:25 localhost systemd-udevd[140]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 143.
Apr 24 12:44:25 localhost systemd-udevd[137]: Loading module: acpi:INT3394:PNP0C02:
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:02: Worker [143] is forked for processing SEQNUM=1123.
Apr 24 12:44:25 localhost systemd-udevd[140]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[140]: LNXCPU:00: Device (SEQNUM=1121, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[137]: Failed to find module 'acpi:INT3394:PNP0C02:'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:03: Device (SEQNUM=1124, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[135]: INT3400:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:02: Processing device (SEQNUM=1123, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[140]: LNXCPU:00: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:01: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:01'
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:02: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[135]: INT3400:00: sd-device: Created db file '/run/udev/data/+acpi:INT3400:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/INT3400:00'
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:01: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[137]: INT3394:00: Device (SEQNUM=1118, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:02: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[135]: INT3400:00: Running built-in command "kmod load acpi:INT3400:"
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 144.
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[137]: INT3394:00: sd-device-monitor: Passed 246 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: Loading module: acpi:INT3400:
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:03: Worker [144] is forked for processing SEQNUM=1124.
Apr 24 12:44:25 localhost systemd-udevd[135]: Failed to find module 'acpi:INT3400:'
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:02: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:04: Device (SEQNUM=1125, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[144]: LNXCPU:03: Processing device (SEQNUM=1124, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[135]: INT3400:00: Device (SEQNUM=1119, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:01: Device (SEQNUM=1122, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:02: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:02'
Apr 24 12:44:25 localhost systemd-udevd[135]: INT3400:00: sd-device-monitor: Passed 238 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:01: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[144]: LNXCPU:03: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:02: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[144]: LNXCPU:03: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[143]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 145.
Apr 24 12:44:25 localhost systemd-udevd[143]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:02: Device (SEQNUM=1123, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:04: Worker [145] is forked for processing SEQNUM=1125.
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:02: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:05: Device (SEQNUM=1126, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:04: Processing device (SEQNUM=1125, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[144]: LNXCPU:03: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:04: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:04: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[144]: LNXCPU:03: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:03'
Apr 24 12:44:25 localhost systemd-udevd[144]: LNXCPU:03: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[144]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 146.
Apr 24 12:44:25 localhost systemd-udevd[144]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:05: Worker [146] is forked for processing SEQNUM=1126.
Apr 24 12:44:25 localhost systemd-udevd[144]: LNXCPU:03: Device (SEQNUM=1124, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:04: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:06: Device (SEQNUM=1127, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[144]: LNXCPU:03: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:04: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:04'
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:04: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[145]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:05: Processing device (SEQNUM=1126, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 147.
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:06: Worker [147] is forked for processing SEQNUM=1127.
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:05: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:05: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:07: Device (SEQNUM=1128, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:04: Device (SEQNUM=1125, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:04: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: LNXCPU:06: Processing device (SEQNUM=1127, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[147]: LNXCPU:06: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:05: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[147]: LNXCPU:06: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 148.
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:05: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:05'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:07: Worker [148] is forked for processing SEQNUM=1128.
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:05: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:08: Device (SEQNUM=1129, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[147]: LNXCPU:06: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[146]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:05: Device (SEQNUM=1126, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[147]: LNXCPU:06: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:06'
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:07: Processing device (SEQNUM=1128, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:05: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 149.
Apr 24 12:44:25 localhost systemd-udevd[147]: LNXCPU:06: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:07: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:08: Worker [149] is forked for processing SEQNUM=1129.
Apr 24 12:44:25 localhost systemd-udevd[147]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:08: Processing device (SEQNUM=1129, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:07: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:09: Device (SEQNUM=1130, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[147]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:08: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:09: Device (SEQNUM=1130, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[147]: LNXCPU:06: Device (SEQNUM=1127, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:08: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[147]: LNXCPU:06: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:07: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:07: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:07' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:07'
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:08: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:07: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 150.
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:08: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:08' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:08'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:09: Worker [150] is forked for processing SEQNUM=1130.
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:08: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:07: Device (SEQNUM=1128, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[150]: LNXCPU:09: Processing device (SEQNUM=1130, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0a: Device (SEQNUM=1131, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:07: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0a: Device (SEQNUM=1131, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:08: Device (SEQNUM=1129, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[150]: LNXCPU:09: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0a: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:0a: Processing device (SEQNUM=1131, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:08: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[150]: LNXCPU:09: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0b: Device (SEQNUM=1132, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:0a: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0b: Device (SEQNUM=1132, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:0a: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0b: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:0b: Processing device (SEQNUM=1132, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[150]: LNXCPU:09: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0c: Device (SEQNUM=1133, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:0b: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0c: Device (SEQNUM=1133, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:0a: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[150]: LNXCPU:09: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:09' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:09'
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:0b: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0c: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:0c: Processing device (SEQNUM=1133, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[150]: LNXCPU:09: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:0b: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0d: Device (SEQNUM=1134, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[150]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:0c: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:0a: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:0a' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0a'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0d: Device (SEQNUM=1134, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:0b: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:0b' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0b'
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:0c: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[150]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:0a: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0d: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:0b: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:0d: Processing device (SEQNUM=1134, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[150]: LNXCPU:09: Device (SEQNUM=1130, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[150]: LNXCPU:09: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:0c: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[145]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0e: Device (SEQNUM=1135, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:0d: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:0c: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:0c' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0c'
Apr 24 12:44:25 localhost systemd-udevd[145]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0e: Device (SEQNUM=1135, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:0d: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:0c: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:0b: Device (SEQNUM=1132, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0e: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:0e: Processing device (SEQNUM=1135, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:0a: Device (SEQNUM=1131, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXCPU:0b: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:0d: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0f: Device (SEQNUM=1136, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:0d: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:0d' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0d'
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXCPU:0a: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0f: Device (SEQNUM=1136, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:0e: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:0d: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:0c: Device (SEQNUM=1133, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXCPU:0f: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:0f: Processing device (SEQNUM=1136, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:0e: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[146]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[146]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0A08:00: Device (SEQNUM=1137, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:0f: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXCPU:0c: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:0d: Device (SEQNUM=1134, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0A08:00: Device (SEQNUM=1137, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:0e: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:0f: hwdb modalias key: "acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0A08:00: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXCPU:0d: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0A08:00: Processing device (SEQNUM=1137, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:0e: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:0e' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0e'
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:0f: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:0f: sd-device: Created db file '/run/udev/data/+acpi:LNXCPU:0f' for '/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0f'
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:0f: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:0e: Running built-in command "kmod load acpi:LNXCPU:"
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B0:00: Device (SEQNUM=1138, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:0e: Device (SEQNUM=1135, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: LNXCPU:0e: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B0:00: SEQNUM=1138 blocked by SEQNUM=1137
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B1:00: Device (SEQNUM=1139, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0A08:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B1:00: SEQNUM=1139 blocked by SEQNUM=1137
Apr 24 12:44:25 localhost systemd-udevd[143]: Loading module: acpi:LNXCPU:
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0A08:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B3:00: Device (SEQNUM=1140, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: Failed to find module 'acpi:LNXCPU:'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B3:00: SEQNUM=1140 blocked by SEQNUM=1137
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:0f: Device (SEQNUM=1136, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0A08:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B4:00: Device (SEQNUM=1141, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: LNXCPU:0f: sd-device-monitor: Passed 234 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B4:00: SEQNUM=1141 blocked by SEQNUM=1137
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0A08:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B5:00: Device (SEQNUM=1142, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B5:00: SEQNUM=1142 blocked by SEQNUM=1137
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B6:00: Device (SEQNUM=1143, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0A08:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0A08:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B6:00: SEQNUM=1143 blocked by SEQNUM=1137
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B7:00: Device (SEQNUM=1144, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0A08:00: Running built-in command "kmod load acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B7:00: SEQNUM=1144 blocked by SEQNUM=1137
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: acpi:PNP0A08:PNP0A03:
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B8:00: Device (SEQNUM=1145, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B8:00: SEQNUM=1145 blocked by SEQNUM=1137
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'acpi:PNP0A08:PNP0A03:'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B9:00: Device (SEQNUM=1146, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0A08:00: Device (SEQNUM=1137, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B9:00: SEQNUM=1146 blocked by SEQNUM=1137
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0A08:00: sd-device-monitor: Passed 244 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34BA:00: Device (SEQNUM=1147, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34BA:00: SEQNUM=1147 blocked by SEQNUM=1137
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B0:00: Device (SEQNUM=1138, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B0:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B1:00: Device (SEQNUM=1139, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: INT34B1:00: Processing device (SEQNUM=1139, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B1:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B3:00: Device (SEQNUM=1140, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: INT34B3:00: Processing device (SEQNUM=1140, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B3:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B4:00: Device (SEQNUM=1141, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: INT34B4:00: Processing device (SEQNUM=1141, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B4:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: INT34B1:00: Device (SEQNUM=1139, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B5:00: Device (SEQNUM=1142, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: INT34B3:00: Device (SEQNUM=1140, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: INT34B1:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B5:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: INT34B5:00: Processing device (SEQNUM=1142, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: INT34B3:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: INT34B4:00: Device (SEQNUM=1141, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: INT34B0:00: Processing device (SEQNUM=1138, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B6:00: Device (SEQNUM=1143, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: INT34B4:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B6:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: INT34B6:00: Processing device (SEQNUM=1143, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: INT34B5:00: Device (SEQNUM=1142, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B7:00: Device (SEQNUM=1144, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: INT34B0:00: Device (SEQNUM=1138, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: INT34B5:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B7:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: INT34B7:00: Processing device (SEQNUM=1144, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: INT34B0:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: INT34B6:00: Device (SEQNUM=1143, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B8:00: Device (SEQNUM=1145, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: INT34B6:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B8:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: INT34B8:00: Processing device (SEQNUM=1145, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[147]: INT34B7:00: Device (SEQNUM=1144, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B9:00: Device (SEQNUM=1146, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[147]: INT34B7:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34B9:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: INT34B8:00: Device (SEQNUM=1145, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34BA:00: Device (SEQNUM=1147, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[150]: INT34B9:00: Processing device (SEQNUM=1146, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[139]: INT34B8:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34BA:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[140]: INT34BA:00: Processing device (SEQNUM=1147, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34BB:00: Device (SEQNUM=1148, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34BB:00: Device (SEQNUM=1148, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[150]: INT34B9:00: Device (SEQNUM=1146, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34BB:00: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[150]: INT34B9:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: INT34BB:00: Processing device (SEQNUM=1148, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[140]: INT34BA:00: Device (SEQNUM=1147, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34BC:00: Device (SEQNUM=1149, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[140]: INT34BA:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: INT34BB:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34BC:00: Device (SEQNUM=1149, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[135]: INT34BB:00: hwdb modalias key: "acpi:INT34BB:"
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34BC:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: INT34BC:00: Processing device (SEQNUM=1149, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:00: Device (SEQNUM=1150, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:00: Device (SEQNUM=1150, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:00: sd-device-monitor: Passed 204 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:01: Device (SEQNUM=1151, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[135]: INT34BB:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:01: Device (SEQNUM=1151, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:00: Processing device (SEQNUM=1150, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:01: sd-device-monitor: Passed 204 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: INT34BC:00: Device (SEQNUM=1149, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: INT34BB:00: sd-device: Created db file '/run/udev/data/+acpi:INT34BB:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT34BB:00'
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:01: Processing device (SEQNUM=1151, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:02: Device (SEQNUM=1152, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: INT34BC:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: INT34BB:00: Running built-in command "kmod load acpi:INT34BB:"
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:00: hwdb modalias key: "acpi:LNXPOWER:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:02: Device (SEQNUM=1152, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[135]: Loading module: acpi:INT34BB:
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:02: Processing device (SEQNUM=1152, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:01: hwdb modalias key: "acpi:LNXPOWER:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:02: sd-device-monitor: Passed 204 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: Failed to find module 'acpi:INT34BB:'
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:00: sd-device: Created db file '/run/udev/data/+acpi:LNXPOWER:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:00'
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[135]: INT34BB:00: Device (SEQNUM=1148, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXVIDEO:00: Device (SEQNUM=1153, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:00: Running built-in command "kmod load acpi:LNXPOWER:"
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:02: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[135]: INT34BB:00: sd-device-monitor: Passed 249 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:01: sd-device: Created db file '/run/udev/data/+acpi:LNXPOWER:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:01'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXVIDEO:00: Device (SEQNUM=1153, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: acpi:LNXPOWER:
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:02: hwdb modalias key: "acpi:LNXPOWER:"
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:01: Running built-in command "kmod load acpi:LNXPOWER:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXVIDEO:00: sd-device-monitor: Passed 204 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXVIDEO:00: Processing device (SEQNUM=1153, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'acpi:LNXPOWER:'
Apr 24 12:44:25 localhost systemd-udevd[145]: Loading module: acpi:LNXPOWER:
Apr 24 12:44:25 localhost systemd-udevd[133]: device:06: Device (SEQNUM=1154, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:00: Device (SEQNUM=1150, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXVIDEO:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:02: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: device:06: SEQNUM=1154 blocked by SEQNUM=1153
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:02: sd-device: Created db file '/run/udev/data/+acpi:LNXPOWER:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:02'
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:00: sd-device-monitor: Passed 249 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXVIDEO:00: hwdb modalias key: "acpi:LNXVIDEO:"
Apr 24 12:44:25 localhost systemd-udevd[145]: Failed to find module 'acpi:LNXPOWER:'
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:02: Running built-in command "kmod load acpi:LNXPOWER:"
Apr 24 12:44:25 localhost systemd-udevd[133]: device:07: Device (SEQNUM=1155, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:01: Device (SEQNUM=1151, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[146]: Loading module: acpi:LNXPOWER:
Apr 24 12:44:25 localhost systemd-udevd[133]: device:07: SEQNUM=1155 blocked by SEQNUM=1153
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXVIDEO:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:01: sd-device-monitor: Passed 249 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: Failed to find module 'acpi:LNXPOWER:'
Apr 24 12:44:25 localhost systemd-udevd[133]: device:08: Device (SEQNUM=1156, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXVIDEO:00: sd-device: Created db file '/run/udev/data/+acpi:LNXVIDEO:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00'
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:02: Device (SEQNUM=1152, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:08: SEQNUM=1156 blocked by SEQNUM=1153
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXVIDEO:00: Running built-in command "kmod load acpi:LNXVIDEO:"
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:02: sd-device-monitor: Passed 249 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:09: Device (SEQNUM=1157, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:LNXVIDEO:
Apr 24 12:44:25 localhost systemd-udevd[133]: device:09: SEQNUM=1157 blocked by SEQNUM=1153
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:LNXVIDEO:'
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXVIDEO:00: Device (SEQNUM=1153, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0a: Device (SEQNUM=1158, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXVIDEO:00: sd-device-monitor: Passed 249 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0a: SEQNUM=1158 blocked by SEQNUM=1153
Apr 24 12:44:25 localhost systemd-udevd[133]: device:06: Device (SEQNUM=1154, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:06: Processing device (SEQNUM=1154, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:06: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:07: Device (SEQNUM=1155, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: device:07: Processing device (SEQNUM=1155, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:07: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:08: Device (SEQNUM=1156, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:06: Device (SEQNUM=1154, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:08: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:08: Processing device (SEQNUM=1156, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: device:06: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:09: Device (SEQNUM=1157, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: device:09: Processing device (SEQNUM=1157, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:09: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:07: Device (SEQNUM=1155, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0a: Device (SEQNUM=1158, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:08: Device (SEQNUM=1156, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: device:07: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0a: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: device:0a: Processing device (SEQNUM=1158, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: device:08: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: device:09: Device (SEQNUM=1157, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0b: Device (SEQNUM=1159, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: device:09: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0b: Device (SEQNUM=1159, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0b: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: device:0b: Processing device (SEQNUM=1159, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: device:0a: Device (SEQNUM=1158, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0c: Device (SEQNUM=1160, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: device:0a: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0c: Device (SEQNUM=1160, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0c: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0d: Device (SEQNUM=1161, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: device:0b: Device (SEQNUM=1159, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: device:0b: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0d: Device (SEQNUM=1161, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0d: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:0c: Processing device (SEQNUM=1160, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0e: Device (SEQNUM=1162, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:0d: Processing device (SEQNUM=1161, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0e: Device (SEQNUM=1162, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0e: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:0e: Processing device (SEQNUM=1162, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0f: Device (SEQNUM=1163, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0f: Device (SEQNUM=1163, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: device:0f: Processing device (SEQNUM=1163, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: device:0d: Device (SEQNUM=1161, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: device:0c: Device (SEQNUM=1160, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:0f: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:0d: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:0e: Device (SEQNUM=1162, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: device:0c: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:10: Device (SEQNUM=1164, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:0e: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: device:0f: Device (SEQNUM=1163, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:10: Device (SEQNUM=1164, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: device:10: Processing device (SEQNUM=1164, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:10: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: device:0f: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:11: Device (SEQNUM=1165, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:11: Device (SEQNUM=1165, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:11: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:12: Device (SEQNUM=1166, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: device:10: Device (SEQNUM=1164, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: device:11: Processing device (SEQNUM=1165, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:12: Device (SEQNUM=1166, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: device:10: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:12: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:13: Device (SEQNUM=1167, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:12: Processing device (SEQNUM=1166, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:13: Device (SEQNUM=1167, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:11: Device (SEQNUM=1165, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:13: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:13: Processing device (SEQNUM=1167, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: device:11: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:14: Device (SEQNUM=1168, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:12: Device (SEQNUM=1166, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:14: Device (SEQNUM=1168, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:13: Device (SEQNUM=1167, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:14: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: device:14: Processing device (SEQNUM=1168, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: device:12: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:13: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:15: Device (SEQNUM=1169, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:15: Device (SEQNUM=1169, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:15: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:15: Processing device (SEQNUM=1169, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: device:14: Device (SEQNUM=1168, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:16: Device (SEQNUM=1170, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: device:14: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:16: Device (SEQNUM=1170, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:16: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:16: Processing device (SEQNUM=1170, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: device:15: Device (SEQNUM=1169, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup0: Device (SEQNUM=1171, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:15: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup0: Device (SEQNUM=1171, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup0: sd-device-monitor: Passed 197 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup0: Processing device (SEQNUM=1171, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: device:16: Device (SEQNUM=1170, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:00: Device (SEQNUM=1172, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:16: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:00: Device (SEQNUM=1172, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C02:00: Processing device (SEQNUM=1172, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:00: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup0: Device (SEQNUM=1171, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C02:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:01: Device (SEQNUM=1173, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup0: sd-device-monitor: Passed 197 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C02:00: hwdb modalias key: "acpi:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:01: Device (SEQNUM=1173, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:01: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:01: Processing device (SEQNUM=1173, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C02:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:02: Device (SEQNUM=1174, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:02: Device (SEQNUM=1174, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C02:02: Processing device (SEQNUM=1174, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:01: hwdb modalias key: "acpi:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:02: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C02:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C02:02: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C02:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:01: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C02:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0C02:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:05: Device (SEQNUM=1175, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C02:02: hwdb modalias key: "acpi:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C02:00: Running built-in command "kmod load acpi:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:05: Device (SEQNUM=1175, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:01: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:PNP0C02:
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C02:02: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:05: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C02:02: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:PNP0C02:'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:06: Device (SEQNUM=1176, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:05: Processing device (SEQNUM=1175, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C02:02: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C02:00: Device (SEQNUM=1172, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:01: sd-device: Created db file '/run/udev/data/+acpi:PNP0C02:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:01'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:06: Device (SEQNUM=1176, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:05: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C02:00: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C02:02: sd-device: Created db file '/run/udev/data/+acpi:PNP0C02:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:02'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:01: Running built-in command "kmod load acpi:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:06: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C02:06: Processing device (SEQNUM=1176, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:05: hwdb modalias key: "acpi:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C02:02: Running built-in command "kmod load acpi:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: acpi:PNP0C02:
Apr 24 12:44:25 localhost systemd-udevd[133]: device:00: Device (SEQNUM=1177, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C02:06: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[145]: Loading module: acpi:PNP0C02:
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:05: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[133]: device:00: Device (SEQNUM=1177, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:00: Processing device (SEQNUM=1177, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C02:06: hwdb modalias key: "acpi:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[145]: Failed to find module 'acpi:PNP0C02:'
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:05: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[133]: device:00: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:01: Device (SEQNUM=1178, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C02:02: Device (SEQNUM=1174, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C02:06: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[149]: device:00: Device (SEQNUM=1177, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:05: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'acpi:PNP0C02:'
Apr 24 12:44:25 localhost systemd-udevd[133]: device:01: SEQNUM=1178 blocked by SEQNUM=1177
Apr 24 12:44:25 localhost systemd-udevd[133]: device:02: Device (SEQNUM=1179, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:00: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C02:06: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C02:06: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:01: Device (SEQNUM=1173, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C02:02: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C02:06: sd-device: Created db file '/run/udev/data/+acpi:PNP0C02:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:06'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C02:06: Running built-in command "kmod load acpi:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[133]: device:02: Device (SEQNUM=1179, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:05: sd-device: Created db file '/run/udev/data/+acpi:PNP0C02:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:05'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:01: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: acpi:PNP0C02:
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'acpi:PNP0C02:'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C02:06: Device (SEQNUM=1176, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:05: Running built-in command "kmod load acpi:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[146]: Loading module: acpi:PNP0C02:
Apr 24 12:44:25 localhost systemd-udevd[133]: device:02: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:01: Device (SEQNUM=1178, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C02:06: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:01: Processing device (SEQNUM=1178, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:01: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: device:02: Processing device (SEQNUM=1179, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: Failed to find module 'acpi:PNP0C02:'
Apr 24 12:44:25 localhost systemd-udevd[133]: device:03: Device (SEQNUM=1180, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:01: Device (SEQNUM=1178, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:05: Device (SEQNUM=1175, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:03: SEQNUM=1180 blocked by SEQNUM=1179
Apr 24 12:44:25 localhost systemd-udevd[149]: device:01: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:05: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: device:02: Device (SEQNUM=1179, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:04: Device (SEQNUM=1181, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: device:02: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:04: Device (SEQNUM=1181, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:04: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:04: Processing device (SEQNUM=1181, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:03: Device (SEQNUM=1180, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:03: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:05: Device (SEQNUM=1182, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:03: Processing device (SEQNUM=1180, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:05: SEQNUM=1182 blocked by SEQNUM=1181
Apr 24 12:44:25 localhost systemd-udevd[142]: device:04: Device (SEQNUM=1181, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: device:04: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:17: Device (SEQNUM=1183, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:17: Device (SEQNUM=1183, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:17: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:05: Device (SEQNUM=1182, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:17: Processing device (SEQNUM=1183, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:05: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:03: Device (SEQNUM=1180, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: device:05: Processing device (SEQNUM=1182, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup1: Device (SEQNUM=1184, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:03: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:17: Device (SEQNUM=1183, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup1: SEQNUM=1184 blocked by SEQNUM=1183
Apr 24 12:44:25 localhost systemd-udevd[133]: device:18: Device (SEQNUM=1185, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:18: Device (SEQNUM=1185, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: device:05: Device (SEQNUM=1182, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:18: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:18: Processing device (SEQNUM=1185, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: device:17: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:05: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:19: Device (SEQNUM=1186, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:18: Device (SEQNUM=1185, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:19: Device (SEQNUM=1186, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: device:19: Processing device (SEQNUM=1186, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:19: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup1: Device (SEQNUM=1184, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:18: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup1: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3F0D:00: Device (SEQNUM=1187, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: device:19: Device (SEQNUM=1186, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup1: Processing device (SEQNUM=1184, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3F0D:00: SEQNUM=1187 blocked by SEQNUM=1186
Apr 24 12:44:25 localhost systemd-udevd[146]: device:19: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0071:00: Device (SEQNUM=1188, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0071:00: SEQNUM=1188 blocked by SEQNUM=1186
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3F0D:00: Device (SEQNUM=1187, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup1: Device (SEQNUM=1184, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3F0D:00: sd-device-monitor: Passed 220 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: INT3F0D:00: Processing device (SEQNUM=1187, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup1: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0071:00: Device (SEQNUM=1188, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: INT3F0D:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0071:00: sd-device-monitor: Passed 220 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN205B:00: Device (SEQNUM=1189, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: INT3F0D:00: hwdb modalias key: "acpi:INT3F0D:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN205B:00: Device (SEQNUM=1189, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: LEN205B:00: Processing device (SEQNUM=1189, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN205B:00: sd-device-monitor: Passed 220 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: INT3F0D:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[145]: LEN0071:00: Processing device (SEQNUM=1188, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: LEN205B:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0000:00: Device (SEQNUM=1190, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: LEN205B:00: hwdb modalias key: "acpi:LEN205B:PNP0F13:"
Apr 24 12:44:25 localhost systemd-udevd[149]: INT3F0D:00: sd-device: Created db file '/run/udev/data/+acpi:INT3F0D:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/INT3F0D:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0000:00: Device (SEQNUM=1190, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LEN0071:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[149]: INT3F0D:00: Running built-in command "kmod load acpi:INT3F0D:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0000:00: sd-device-monitor: Passed 212 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0000:00: Processing device (SEQNUM=1190, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: LEN0071:00: hwdb modalias key: "acpi:LEN0071:PNP0303:"
Apr 24 12:44:25 localhost systemd-udevd[146]: LEN205B:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:INT3F0D:PNP0C02:
Apr 24 12:44:25 localhost systemd-udevd[146]: LEN205B:00: sd-device: Created db file '/run/udev/data/+acpi:LEN205B:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/LEN205B:00'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0000:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0100:00: Device (SEQNUM=1191, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: LEN205B:00: Running built-in command "kmod load acpi:LEN205B:PNP0F13:"
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:INT3F0D:PNP0C02:'
Apr 24 12:44:25 localhost systemd-udevd[145]: LEN0071:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0000:00: hwdb modalias key: "acpi:PNP0000:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0100:00: Device (SEQNUM=1191, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: Loading module: acpi:LEN205B:PNP0F13:
Apr 24 12:44:25 localhost systemd-udevd[149]: INT3F0D:00: Device (SEQNUM=1187, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: LEN0071:00: sd-device: Created db file '/run/udev/data/+acpi:LEN0071:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/LEN0071:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0100:00: sd-device-monitor: Passed 212 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0103:00: Device (SEQNUM=1192, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0000:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[146]: Failed to find module 'acpi:LEN205B:PNP0F13:'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0000:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[145]: LEN0071:00: Running built-in command "kmod load acpi:LEN0071:PNP0303:"
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0000:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0103:00: Device (SEQNUM=1192, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: LEN205B:00: Device (SEQNUM=1189, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: INT3F0D:00: sd-device-monitor: Passed 267 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Loading module: acpi:LEN0071:PNP0303:
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0100:00: Processing device (SEQNUM=1191, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0103:00: sd-device-monitor: Passed 212 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0800:00: Device (SEQNUM=1193, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0103:00: Processing device (SEQNUM=1192, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: LEN205B:00: sd-device-monitor: Passed 265 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Failed to find module 'acpi:LEN0071:PNP0303:'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0100:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0000:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0000:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0000:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0800:00: Device (SEQNUM=1193, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LEN0071:00: Device (SEQNUM=1188, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0103:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0800:00: Processing device (SEQNUM=1193, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0000:00: Running built-in command "kmod load acpi:PNP0000:"
Apr 24 12:44:25 localhost systemd-udevd[145]: LEN0071:00: sd-device-monitor: Passed 265 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0800:00: sd-device-monitor: Passed 212 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0800:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0800:00: hwdb modalias key: "acpi:PNP0800:"
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: acpi:PNP0000:
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'acpi:PNP0000:'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0100:00: hwdb modalias key: "acpi:PNP0100:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0B00:00: Device (SEQNUM=1194, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0000:00: Device (SEQNUM=1190, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0800:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0103:00: hwdb modalias key: "acpi:PNP0103:"
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0800:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0000:00: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0100:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0B00:00: Device (SEQNUM=1194, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0103:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0800:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0103:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0100:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0B00:00: Processing device (SEQNUM=1194, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0B00:00: sd-device-monitor: Passed 212 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0800:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0800:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0800:00'
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0103:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0100:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0B00:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0800:00: Running built-in command "kmod load acpi:PNP0800:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:03: Device (SEQNUM=1195, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0103:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0103:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0103:00'
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0B00:00: hwdb modalias key: "acpi:PNP0B00:"
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0100:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0100:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0100:00'
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:PNP0800:
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:03: Device (SEQNUM=1195, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0103:00: Running built-in command "kmod load acpi:PNP0103:"
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0100:00: Running built-in command "kmod load acpi:PNP0100:"
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0B00:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:03: sd-device-monitor: Passed 212 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:PNP0800:'
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: acpi:PNP0100:
Apr 24 12:44:25 localhost systemd-udevd[143]: Loading module: acpi:PNP0103:
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:03: Processing device (SEQNUM=1195, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0B00:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:04: Device (SEQNUM=1196, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0B00:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'acpi:PNP0100:'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:04: Device (SEQNUM=1196, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C02:04: sd-device-monitor: Passed 212 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:04: Processing device (SEQNUM=1196, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0800:00: Device (SEQNUM=1193, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0100:00: Device (SEQNUM=1191, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0B00:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0B00:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0B00:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C04:00: Device (SEQNUM=1197, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C04:00: Device (SEQNUM=1197, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0800:00: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:04: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[143]: Failed to find module 'acpi:PNP0103:'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0100:00: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0B00:00: Running built-in command "kmod load acpi:PNP0B00:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C04:00: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:03: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C04:00: Processing device (SEQNUM=1197, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:04: hwdb modalias key: "acpi:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0103:00: Device (SEQNUM=1192, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: Loading module: acpi:PNP0B00:
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:03: hwdb modalias key: "acpi:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[145]: Failed to find module 'acpi:PNP0B00:'
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0103:00: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C09:00: Device (SEQNUM=1198, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0B00:00: Device (SEQNUM=1194, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:04: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C04:00: Device (SEQNUM=1197, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C09:00: Device (SEQNUM=1198, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:03: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0B00:00: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C04:00: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:04: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C09:00: sd-device-monitor: Passed 222 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C09:00: Processing device (SEQNUM=1198, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:03: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:04: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:03: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C09:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI0003:00: Device (SEQNUM=1199, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:04: sd-device: Created db file '/run/udev/data/+acpi:PNP0C02:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C02:04'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C09:00: hwdb modalias key: "acpi:PNP0C09:"
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:03: sd-device: Created db file '/run/udev/data/+acpi:PNP0C02:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C02:03'
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI0003:00: SEQNUM=1199 blocked by SEQNUM=1198
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C09:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:03: Running built-in command "kmod load acpi:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:00: Device (SEQNUM=1200, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: acpi:PNP0C02:
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C09:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:04: Running built-in command "kmod load acpi:PNP0C02:"
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:00: SEQNUM=1200 blocked by SEQNUM=1198
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:01: Device (SEQNUM=1201, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: Loading module: acpi:PNP0C02:
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C09:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'acpi:PNP0C02:'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:01: SEQNUM=1201 blocked by SEQNUM=1198
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0100:00: Device (SEQNUM=1202, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:03: Device (SEQNUM=1195, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C09:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0C09:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00'
Apr 24 12:44:25 localhost systemd-udevd[146]: Failed to find module 'acpi:PNP0C02:'
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0100:00: SEQNUM=1202 blocked by SEQNUM=1198
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0268:00: Device (SEQNUM=1203, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C09:00: Running built-in command "kmod load acpi:PNP0C09:"
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:04: Device (SEQNUM=1196, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C02:03: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0268:00: SEQNUM=1203 blocked by SEQNUM=1198
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:PNP0C09:
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C02:04: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0A:00: Device (SEQNUM=1204, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:PNP0C09:'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0A:00: SEQNUM=1204 blocked by SEQNUM=1198
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C09:00: Device (SEQNUM=1198, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup13: Device (SEQNUM=1205, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C09:00: sd-device-monitor: Passed 267 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup13: Device (SEQNUM=1205, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup13: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup13: Processing device (SEQNUM=1205, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI0003:00: Device (SEQNUM=1199, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI0003:00: sd-device-monitor: Passed 225 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: ACPI0003:00: Processing device (SEQNUM=1199, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:00: Device (SEQNUM=1200, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: ACPI0003:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:00: sd-device-monitor: Passed 223 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: ACPI0003:00: hwdb modalias key: "acpi:ACPI0003:"
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup13: Device (SEQNUM=1205, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: INT3403:00: Processing device (SEQNUM=1200, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:01: Device (SEQNUM=1201, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup13: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: ACPI0003:00: hwdb modalias key: "acpi:PNP0C09:"
Apr 24 12:44:25 localhost systemd-udevd[145]: INT3403:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:01: sd-device-monitor: Passed 223 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: INT3403:01: Processing device (SEQNUM=1201, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: INT3403:00: hwdb modalias key: "acpi:INT3403:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0100:00: Device (SEQNUM=1202, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: LEN0100:00: Processing device (SEQNUM=1202, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: INT3403:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[145]: INT3403:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: ACPI0003:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[149]: ACPI0003:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0100:00: sd-device-monitor: Passed 223 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: INT3403:01: hwdb modalias key: "acpi:INT3403:"
Apr 24 12:44:25 localhost systemd-udevd[145]: INT3403:00: sd-device: Created db file '/run/udev/data/+acpi:INT3403:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/INT3403:00'
Apr 24 12:44:25 localhost systemd-udevd[148]: LEN0100:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0268:00: Device (SEQNUM=1203, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: ACPI0003:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[145]: INT3403:00: Running built-in command "kmod load acpi:INT3403:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0268:00: sd-device-monitor: Passed 223 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0A:00: Device (SEQNUM=1204, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: LEN0268:00: Processing device (SEQNUM=1203, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: LEN0268:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[145]: Loading module: acpi:INT3403:
Apr 24 12:44:25 localhost systemd-udevd[149]: ACPI0003:00: sd-device: Created db file '/run/udev/data/+acpi:ACPI0003:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/ACPI0003:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0A:00: sd-device-monitor: Passed 223 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: LEN0100:00: hwdb modalias key: "acpi:LEN0100:"
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1a: Device (SEQNUM=1206, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: LEN0268:00: hwdb modalias key: "acpi:LEN0268:"
Apr 24 12:44:25 localhost systemd-udevd[146]: INT3403:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: ACPI0003:00: Running built-in command "kmod load acpi:ACPI0003:"
Apr 24 12:44:25 localhost systemd-udevd[145]: Failed to find module 'acpi:INT3403:'
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0A:00: Processing device (SEQNUM=1204, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1a: Device (SEQNUM=1206, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:ACPI0003:
Apr 24 12:44:25 localhost systemd-udevd[148]: LEN0100:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[145]: INT3403:00: Device (SEQNUM=1200, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[146]: INT3403:01: sd-device: Created db file '/run/udev/data/+acpi:INT3403:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/INT3403:01'
Apr 24 12:44:25 localhost systemd-udevd[143]: LEN0268:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0A:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[139]: device:1a: Processing device (SEQNUM=1206, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:ACPI0003:'
Apr 24 12:44:25 localhost systemd-udevd[145]: INT3403:00: sd-device-monitor: Passed 270 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: LEN0100:00: sd-device: Created db file '/run/udev/data/+acpi:LEN0100:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/LEN0100:00'
Apr 24 12:44:25 localhost systemd-udevd[146]: INT3403:01: Running built-in command "kmod load acpi:INT3403:"
Apr 24 12:44:25 localhost systemd-udevd[143]: LEN0268:00: sd-device: Created db file '/run/udev/data/+acpi:LEN0268:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/LEN0268:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup15: Device (SEQNUM=1207, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0A:00: hwdb modalias key: "acpi:PNP0C0A:"
Apr 24 12:44:25 localhost systemd-udevd[149]: ACPI0003:00: Device (SEQNUM=1199, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0A:00: hwdb modalias key: "acpi:PNP0C09:"
Apr 24 12:44:25 localhost systemd-udevd[146]: Loading module: acpi:INT3403:
Apr 24 12:44:25 localhost systemd-udevd[143]: LEN0268:00: Running built-in command "kmod load acpi:LEN0268:"
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0A:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup15: SEQNUM=1207 blocked by SEQNUM=1206
Apr 24 12:44:25 localhost systemd-udevd[149]: ACPI0003:00: sd-device-monitor: Passed 270 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: LEN0100:00: Running built-in command "kmod load acpi:LEN0100:"
Apr 24 12:44:25 localhost systemd-udevd[146]: Failed to find module 'acpi:INT3403:'
Apr 24 12:44:25 localhost systemd-udevd[146]: INT3403:01: Device (SEQNUM=1201, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[139]: device:1a: Device (SEQNUM=1206, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0A:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1b: Device (SEQNUM=1208, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: acpi:LEN0100:
Apr 24 12:44:25 localhost systemd-udevd[146]: INT3403:01: sd-device-monitor: Passed 270 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: device:1a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: Loading module: acpi:LEN0268:
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1b: Device (SEQNUM=1208, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: Failed to find module 'acpi:LEN0268:'
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'acpi:LEN0100:'
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1b: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0A:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0A:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0C0A:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/PNP0C0A:00'
Apr 24 12:44:25 localhost systemd-udevd[143]: LEN0268:00: Device (SEQNUM=1203, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: LEN0100:00: Device (SEQNUM=1202, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup15: Device (SEQNUM=1207, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0A:00: Running built-in command "kmod load acpi:PNP0C0A:"
Apr 24 12:44:25 localhost systemd-udevd[142]: device:1b: Processing device (SEQNUM=1208, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: LEN0268:00: sd-device-monitor: Passed 268 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: LEN0100:00: sd-device-monitor: Passed 268 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup15: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup15: Processing device (SEQNUM=1207, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[147]: Loading module: acpi:PNP0C0A:
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup16: Device (SEQNUM=1209, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:1b: Device (SEQNUM=1208, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup16: SEQNUM=1209 blocked by SEQNUM=1208
Apr 24 12:44:25 localhost systemd-udevd[147]: Failed to find module 'acpi:PNP0C0A:'
Apr 24 12:44:25 localhost systemd-udevd[142]: device:1b: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0A:00: Device (SEQNUM=1204, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1c: Device (SEQNUM=1210, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup15: Device (SEQNUM=1207, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0A:00: sd-device-monitor: Passed 268 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1c: Device (SEQNUM=1210, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:1c: Processing device (SEQNUM=1210, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup15: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup16: Device (SEQNUM=1209, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:1c: Device (SEQNUM=1210, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup16: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1d: Device (SEQNUM=1211, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:1c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup16: Processing device (SEQNUM=1209, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1d: SEQNUM=1211 blocked by SEQNUM=1210
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1d: Device (SEQNUM=1211, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:1d: Processing device (SEQNUM=1211, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup16: Device (SEQNUM=1209, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1e: Device (SEQNUM=1212, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup16: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1e: SEQNUM=1212 blocked by SEQNUM=1211
Apr 24 12:44:25 localhost systemd-udevd[149]: device:1d: Device (SEQNUM=1211, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1f: Device (SEQNUM=1213, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:1d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1f: SEQNUM=1213 blocked by SEQNUM=1211
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1e: Device (SEQNUM=1212, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1e: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:1e: Processing device (SEQNUM=1212, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1f: Device (SEQNUM=1213, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:1f: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:1f: Processing device (SEQNUM=1213, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:20: Device (SEQNUM=1214, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:1e: Device (SEQNUM=1212, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:20: Device (SEQNUM=1214, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: device:1f: Device (SEQNUM=1213, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:20: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:20: Processing device (SEQNUM=1214, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: device:1e: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:1f: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:21: Device (SEQNUM=1215, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:21: Device (SEQNUM=1215, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:20: Device (SEQNUM=1214, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:21: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:20: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: device:21: Processing device (SEQNUM=1215, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:22: Device (SEQNUM=1216, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:22: Device (SEQNUM=1216, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:22: Processing device (SEQNUM=1216, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:22: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: device:21: Device (SEQNUM=1215, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:23: Device (SEQNUM=1217, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:22: Device (SEQNUM=1216, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:23: Device (SEQNUM=1217, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: device:21: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:22: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:23: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:24: Device (SEQNUM=1218, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:24: Device (SEQNUM=1218, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:24: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:23: Processing device (SEQNUM=1217, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:25: Device (SEQNUM=1219, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:24: Processing device (SEQNUM=1218, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:25: Device (SEQNUM=1219, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:25: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:25: Processing device (SEQNUM=1219, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:26: Device (SEQNUM=1220, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:24: Device (SEQNUM=1218, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:26: SEQNUM=1220 blocked by SEQNUM=1219
Apr 24 12:44:25 localhost systemd-udevd[142]: device:23: Device (SEQNUM=1217, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: device:25: Device (SEQNUM=1219, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:27: Device (SEQNUM=1221, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:24: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:23: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:25: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:27: SEQNUM=1221 blocked by SEQNUM=1219
Apr 24 12:44:25 localhost systemd-udevd[133]: device:26: Device (SEQNUM=1220, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:26: sd-device-monitor: Passed 208 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:26: Processing device (SEQNUM=1220, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:27: Device (SEQNUM=1221, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:27: sd-device-monitor: Passed 208 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:27: Processing device (SEQNUM=1221, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: device:26: Device (SEQNUM=1220, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:28: Device (SEQNUM=1222, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:26: sd-device-monitor: Passed 208 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:28: Device (SEQNUM=1222, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:28: Processing device (SEQNUM=1222, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: device:27: Device (SEQNUM=1221, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:28: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:27: sd-device-monitor: Passed 208 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:29: Device (SEQNUM=1223, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:29: Device (SEQNUM=1223, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:28: Device (SEQNUM=1222, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:29: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:29: Processing device (SEQNUM=1223, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: device:28: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2a: Device (SEQNUM=1224, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2a: Device (SEQNUM=1224, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2a: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:29: Device (SEQNUM=1223, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: device:2a: Processing device (SEQNUM=1224, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2b: Device (SEQNUM=1225, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:29: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2b: Device (SEQNUM=1225, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2b: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:2b: Processing device (SEQNUM=1225, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: device:2a: Device (SEQNUM=1224, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2c: Device (SEQNUM=1226, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:2a: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2c: Device (SEQNUM=1226, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2c: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:2b: Device (SEQNUM=1225, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: device:2c: Processing device (SEQNUM=1226, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2d: Device (SEQNUM=1227, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:2b: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2d: Device (SEQNUM=1227, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2d: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2e: Device (SEQNUM=1228, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:2c: Device (SEQNUM=1226, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: device:2d: Processing device (SEQNUM=1227, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2e: Device (SEQNUM=1228, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:2e: Processing device (SEQNUM=1228, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2e: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2f: Device (SEQNUM=1229, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:2d: Device (SEQNUM=1227, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2f: Device (SEQNUM=1229, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:2c: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:2d: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:2f: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:2e: Device (SEQNUM=1228, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: device:2e: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: device:2f: Processing device (SEQNUM=1229, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:30: Device (SEQNUM=1230, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:30: Device (SEQNUM=1230, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:30: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:30: Processing device (SEQNUM=1230, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:31: Device (SEQNUM=1231, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: device:2f: Device (SEQNUM=1229, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:31: Device (SEQNUM=1231, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:30: Device (SEQNUM=1230, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:31: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:31: Processing device (SEQNUM=1231, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: device:2f: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:30: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup2: Device (SEQNUM=1232, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup2: Device (SEQNUM=1232, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: device:31: Device (SEQNUM=1231, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup2: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup2: Processing device (SEQNUM=1232, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: device:31: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:32: Device (SEQNUM=1233, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:32: Device (SEQNUM=1233, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:32: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:33: Device (SEQNUM=1234, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup2: Device (SEQNUM=1232, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:33: Device (SEQNUM=1234, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:32: Processing device (SEQNUM=1233, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup2: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:33: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:33: Processing device (SEQNUM=1234, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: PRP00001:00: Device (SEQNUM=1235, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: PRP00001:00: SEQNUM=1235 blocked by SEQNUM=1234
Apr 24 12:44:25 localhost systemd-udevd[149]: device:32: Device (SEQNUM=1233, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: device:33: Device (SEQNUM=1234, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: device:32: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup14: Device (SEQNUM=1236, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:33: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup14: SEQNUM=1236 blocked by SEQNUM=1234
Apr 24 12:44:25 localhost systemd-udevd[133]: PRP00001:00: Device (SEQNUM=1235, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: PRP00001:00: sd-device-monitor: Passed 222 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: PRP00001:00: Processing device (SEQNUM=1235, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup14: Device (SEQNUM=1236, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: PRP00001:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup14: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup14: Processing device (SEQNUM=1236, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: PRP00001:00: hwdb modalias key: "acpi:PRP00001:PNP0A05:"
Apr 24 12:44:25 localhost systemd-udevd[133]: device:34: Device (SEQNUM=1237, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:34: Device (SEQNUM=1237, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:34: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:34: Processing device (SEQNUM=1237, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: PRP00001:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: device:35: Device (SEQNUM=1238, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup14: Device (SEQNUM=1236, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:35: SEQNUM=1238 blocked by SEQNUM=1237
Apr 24 12:44:25 localhost systemd-udevd[149]: PRP00001:00: sd-device: Created db file '/run/udev/data/+acpi:PRP00001:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:33/PRP00001:00'
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup14: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:34: Device (SEQNUM=1237, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup17: Device (SEQNUM=1239, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: PRP00001:00: Running built-in command "kmod load acpi:PRP00001:PNP0A05:"
Apr 24 12:44:25 localhost systemd-udevd[145]: device:34: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup17: SEQNUM=1239 blocked by SEQNUM=1237
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:PRP00001:PNP0A05:
Apr 24 12:44:25 localhost systemd-udevd[133]: device:35: Device (SEQNUM=1238, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:PRP00001:PNP0A05:'
Apr 24 12:44:25 localhost systemd-udevd[133]: device:35: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:35: Processing device (SEQNUM=1238, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: PRP00001:00: Device (SEQNUM=1235, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup17: SEQNUM=1239 blocked by SEQNUM=1238
Apr 24 12:44:25 localhost systemd-udevd[149]: PRP00001:00: sd-device-monitor: Passed 257 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup6: Device (SEQNUM=1240, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:35: Device (SEQNUM=1238, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup6: Device (SEQNUM=1240, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: device:35: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup6: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup6: Processing device (SEQNUM=1240, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup17: Device (SEQNUM=1239, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup17: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup17: Processing device (SEQNUM=1239, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:36: Device (SEQNUM=1241, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:36: Device (SEQNUM=1241, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup6: Device (SEQNUM=1240, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:36: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:36: Processing device (SEQNUM=1241, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup6: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup17: Device (SEQNUM=1239, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:37: Device (SEQNUM=1242, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup17: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:37: SEQNUM=1242 blocked by SEQNUM=1241
Apr 24 12:44:25 localhost systemd-udevd[142]: device:36: Device (SEQNUM=1241, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:38: Device (SEQNUM=1243, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:36: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:38: Device (SEQNUM=1243, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:38: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:38: Processing device (SEQNUM=1243, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:37: Device (SEQNUM=1242, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:37: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:37: Processing device (SEQNUM=1242, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:39: Device (SEQNUM=1244, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:38: Device (SEQNUM=1243, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:39: SEQNUM=1244 blocked by SEQNUM=1243
Apr 24 12:44:25 localhost systemd-udevd[149]: device:38: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:37: Device (SEQNUM=1242, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3a: Device (SEQNUM=1245, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:37: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3a: Device (SEQNUM=1245, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:3a: Processing device (SEQNUM=1245, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:39: Device (SEQNUM=1244, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:39: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:39: Processing device (SEQNUM=1244, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3b: Device (SEQNUM=1246, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:3a: Device (SEQNUM=1245, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3b: SEQNUM=1246 blocked by SEQNUM=1245
Apr 24 12:44:25 localhost systemd-udevd[145]: device:3a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:39: Device (SEQNUM=1244, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3c: Device (SEQNUM=1247, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:39: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3c: Device (SEQNUM=1247, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:3c: Processing device (SEQNUM=1247, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3b: Device (SEQNUM=1246, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:3b: Processing device (SEQNUM=1246, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3d: Device (SEQNUM=1248, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:3c: Device (SEQNUM=1247, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3d: SEQNUM=1248 blocked by SEQNUM=1247
Apr 24 12:44:25 localhost systemd-udevd[142]: device:3c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:3b: Device (SEQNUM=1246, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3e: Device (SEQNUM=1249, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:3b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3e: SEQNUM=1249 blocked by SEQNUM=1247
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3d: Device (SEQNUM=1248, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:3d: Processing device (SEQNUM=1248, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3e: SEQNUM=1249 blocked by SEQNUM=1248
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3f: Device (SEQNUM=1250, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3f: SEQNUM=1250 blocked by SEQNUM=1248
Apr 24 12:44:25 localhost systemd-udevd[149]: device:3d: Device (SEQNUM=1248, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:40: Device (SEQNUM=1251, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:3d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:40: SEQNUM=1251 blocked by SEQNUM=1248
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3e: Device (SEQNUM=1249, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3e: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:3e: Processing device (SEQNUM=1249, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3f: SEQNUM=1250 blocked by SEQNUM=1249
Apr 24 12:44:25 localhost systemd-udevd[133]: device:40: SEQNUM=1251 blocked by SEQNUM=1249
Apr 24 12:44:25 localhost systemd-udevd[133]: device:41: Device (SEQNUM=1252, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:41: SEQNUM=1252 blocked by SEQNUM=1249
Apr 24 12:44:25 localhost systemd-udevd[149]: device:3e: Device (SEQNUM=1249, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:42: Device (SEQNUM=1253, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:3e: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:42: SEQNUM=1253 blocked by SEQNUM=1249
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3f: Device (SEQNUM=1250, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:3f: sd-device-monitor: Passed 208 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:3f: Processing device (SEQNUM=1250, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:40: SEQNUM=1251 blocked by SEQNUM=1250
Apr 24 12:44:25 localhost systemd-udevd[133]: device:41: SEQNUM=1252 blocked by SEQNUM=1250
Apr 24 12:44:25 localhost systemd-udevd[133]: device:42: SEQNUM=1253 blocked by SEQNUM=1250
Apr 24 12:44:25 localhost systemd-udevd[149]: device:3f: Device (SEQNUM=1250, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:43: Device (SEQNUM=1254, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:3f: sd-device-monitor: Passed 208 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:43: SEQNUM=1254 blocked by SEQNUM=1250
Apr 24 12:44:25 localhost systemd-udevd[133]: device:40: Device (SEQNUM=1251, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:40: sd-device-monitor: Passed 218 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:40: Processing device (SEQNUM=1251, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:41: SEQNUM=1252 blocked by SEQNUM=1251
Apr 24 12:44:25 localhost systemd-udevd[133]: device:42: SEQNUM=1253 blocked by SEQNUM=1251
Apr 24 12:44:25 localhost systemd-udevd[133]: device:43: SEQNUM=1254 blocked by SEQNUM=1251
Apr 24 12:44:25 localhost systemd-udevd[149]: device:40: Device (SEQNUM=1251, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:44: Device (SEQNUM=1255, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:40: sd-device-monitor: Passed 218 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:44: SEQNUM=1255 blocked by SEQNUM=1251
Apr 24 12:44:25 localhost systemd-udevd[133]: device:41: Device (SEQNUM=1252, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:41: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:41: Processing device (SEQNUM=1252, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:42: Device (SEQNUM=1253, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:42: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:42: Processing device (SEQNUM=1253, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:43: Device (SEQNUM=1254, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:43: Processing device (SEQNUM=1254, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:43: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:41: Device (SEQNUM=1252, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:44: Device (SEQNUM=1255, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:41: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:44: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:42: Device (SEQNUM=1253, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: device:43: Device (SEQNUM=1254, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup21: Device (SEQNUM=1256, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup21: Device (SEQNUM=1256, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: device:42: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:43: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup21: sd-device-monitor: Passed 226 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup20: Device (SEQNUM=1257, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: device:44: Processing device (SEQNUM=1255, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup20: Device (SEQNUM=1257, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: wakeup21: Processing device (SEQNUM=1256, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup20: sd-device-monitor: Passed 216 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup20: Processing device (SEQNUM=1257, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup18: Device (SEQNUM=1258, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup18: Device (SEQNUM=1258, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup18: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: device:44: Device (SEQNUM=1255, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup20: Device (SEQNUM=1257, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:45: Device (SEQNUM=1259, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup18: Processing device (SEQNUM=1258, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup20: sd-device-monitor: Passed 216 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: wakeup21: Device (SEQNUM=1256, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[146]: device:44: sd-device-monitor: Passed 228 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:45: Device (SEQNUM=1259, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:45: Processing device (SEQNUM=1259, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:45: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: wakeup21: sd-device-monitor: Passed 226 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup8: Device (SEQNUM=1260, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup18: Device (SEQNUM=1258, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup8: Device (SEQNUM=1260, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup18: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:45: Device (SEQNUM=1259, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup8: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup8: Processing device (SEQNUM=1260, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: device:45: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:46: Device (SEQNUM=1261, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:46: Device (SEQNUM=1261, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:46: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:46: Processing device (SEQNUM=1261, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup8: Device (SEQNUM=1260, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:47: Device (SEQNUM=1262, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup8: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:47: SEQNUM=1262 blocked by SEQNUM=1261
Apr 24 12:44:25 localhost systemd-udevd[142]: device:46: Device (SEQNUM=1261, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:48: Device (SEQNUM=1263, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:46: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:48: Device (SEQNUM=1263, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:48: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:48: Processing device (SEQNUM=1263, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:47: Device (SEQNUM=1262, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:47: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:47: Processing device (SEQNUM=1262, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:49: Device (SEQNUM=1264, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:48: Device (SEQNUM=1263, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:49: SEQNUM=1264 blocked by SEQNUM=1263
Apr 24 12:44:25 localhost systemd-udevd[149]: device:48: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4a: Device (SEQNUM=1265, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:47: Device (SEQNUM=1262, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4a: Device (SEQNUM=1265, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: device:47: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:4a: Processing device (SEQNUM=1265, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:49: Device (SEQNUM=1264, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:49: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:49: Processing device (SEQNUM=1264, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4b: Device (SEQNUM=1266, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:4a: Device (SEQNUM=1265, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4b: SEQNUM=1266 blocked by SEQNUM=1265
Apr 24 12:44:25 localhost systemd-udevd[145]: device:4a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:49: Device (SEQNUM=1264, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4c: Device (SEQNUM=1267, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:49: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4c: Device (SEQNUM=1267, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:4c: Processing device (SEQNUM=1267, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4b: Device (SEQNUM=1266, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:4b: Processing device (SEQNUM=1266, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4d: Device (SEQNUM=1268, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:4c: Device (SEQNUM=1267, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4d: SEQNUM=1268 blocked by SEQNUM=1267
Apr 24 12:44:25 localhost systemd-udevd[142]: device:4c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:4b: Device (SEQNUM=1266, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4e: Device (SEQNUM=1269, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:4b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4e: SEQNUM=1269 blocked by SEQNUM=1267
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4d: Device (SEQNUM=1268, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:4d: Processing device (SEQNUM=1268, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4e: Device (SEQNUM=1269, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4e: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:4e: Processing device (SEQNUM=1269, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4f: Device (SEQNUM=1270, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:4d: Device (SEQNUM=1268, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4f: Device (SEQNUM=1270, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:4f: Processing device (SEQNUM=1270, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:4f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:4d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:4e: Device (SEQNUM=1269, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup10: Device (SEQNUM=1271, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:4e: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:4f: Device (SEQNUM=1270, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup10: Device (SEQNUM=1271, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:4f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup10: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: wakeup10: Processing device (SEQNUM=1271, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:50: Device (SEQNUM=1272, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:50: Device (SEQNUM=1272, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:50: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:50: Processing device (SEQNUM=1272, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:51: Device (SEQNUM=1273, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:51: SEQNUM=1273 blocked by SEQNUM=1272
Apr 24 12:44:25 localhost systemd-udevd[146]: wakeup10: Device (SEQNUM=1271, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: device:50: Device (SEQNUM=1272, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:52: Device (SEQNUM=1274, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:50: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: wakeup10: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:52: Device (SEQNUM=1274, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:52: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:51: Device (SEQNUM=1273, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: device:52: Processing device (SEQNUM=1274, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:51: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:51: Processing device (SEQNUM=1273, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:53: Device (SEQNUM=1275, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:53: SEQNUM=1275 blocked by SEQNUM=1274
Apr 24 12:44:25 localhost systemd-udevd[149]: device:51: Device (SEQNUM=1273, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: device:51: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:54: Device (SEQNUM=1276, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:54: Device (SEQNUM=1276, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:54: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:52: Device (SEQNUM=1274, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: device:54: Processing device (SEQNUM=1276, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: device:52: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:55: Device (SEQNUM=1277, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:55: SEQNUM=1277 blocked by SEQNUM=1276
Apr 24 12:44:25 localhost systemd-udevd[133]: device:53: Device (SEQNUM=1275, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:54: Device (SEQNUM=1276, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:53: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:53: Processing device (SEQNUM=1275, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: device:54: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:56: Device (SEQNUM=1278, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:56: Device (SEQNUM=1278, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:56: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:56: Processing device (SEQNUM=1278, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: device:53: Device (SEQNUM=1275, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:55: Device (SEQNUM=1277, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:55: Processing device (SEQNUM=1277, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:55: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:53: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:57: Device (SEQNUM=1279, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:56: Device (SEQNUM=1278, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:57: SEQNUM=1279 blocked by SEQNUM=1278
Apr 24 12:44:25 localhost systemd-udevd[145]: device:55: Device (SEQNUM=1277, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: device:56: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup22: Device (SEQNUM=1280, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:55: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup22: SEQNUM=1280 blocked by SEQNUM=1278
Apr 24 12:44:25 localhost systemd-udevd[133]: device:57: Device (SEQNUM=1279, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:57: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup22: SEQNUM=1280 blocked by SEQNUM=1279
Apr 24 12:44:25 localhost systemd-udevd[149]: device:57: Processing device (SEQNUM=1279, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup11: Device (SEQNUM=1281, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup11: Device (SEQNUM=1281, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup11: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup11: Processing device (SEQNUM=1281, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:58: Device (SEQNUM=1282, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:57: Device (SEQNUM=1279, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:58: Device (SEQNUM=1282, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:57: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:58: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:58: Processing device (SEQNUM=1282, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup11: Device (SEQNUM=1281, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup22: Device (SEQNUM=1280, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup11: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup22: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup22: Processing device (SEQNUM=1280, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: device:58: Device (SEQNUM=1282, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:59: Device (SEQNUM=1283, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:58: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:59: SEQNUM=1283 blocked by SEQNUM=1282
Apr 24 12:44:25 localhost systemd-udevd[133]: device:59: Device (SEQNUM=1283, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup22: Device (SEQNUM=1280, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:59: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:59: Processing device (SEQNUM=1283, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup22: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5a: Device (SEQNUM=1284, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5a: Device (SEQNUM=1284, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:5a: Processing device (SEQNUM=1284, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:59: Device (SEQNUM=1283, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5b: Device (SEQNUM=1285, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:59: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5b: SEQNUM=1285 blocked by SEQNUM=1284
Apr 24 12:44:25 localhost systemd-udevd[145]: device:5a: Device (SEQNUM=1284, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5c: Device (SEQNUM=1286, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:5a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5c: Device (SEQNUM=1286, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:5c: Processing device (SEQNUM=1286, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5b: Device (SEQNUM=1285, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:5b: Processing device (SEQNUM=1285, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5d: Device (SEQNUM=1287, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:5c: Device (SEQNUM=1286, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5d: SEQNUM=1287 blocked by SEQNUM=1286
Apr 24 12:44:25 localhost systemd-udevd[149]: device:5c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5e: Device (SEQNUM=1288, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:5b: Device (SEQNUM=1285, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5e: Device (SEQNUM=1288, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: device:5b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5e: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:5e: Processing device (SEQNUM=1288, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5d: Device (SEQNUM=1287, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:5d: Processing device (SEQNUM=1287, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: device:5e: Device (SEQNUM=1288, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5f: Device (SEQNUM=1289, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:5e: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5f: SEQNUM=1289 blocked by SEQNUM=1288
Apr 24 12:44:25 localhost systemd-udevd[149]: device:5d: Device (SEQNUM=1287, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5f: Device (SEQNUM=1289, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:5d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:5f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:5f: Processing device (SEQNUM=1289, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:60: Device (SEQNUM=1290, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:60: Device (SEQNUM=1290, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:60: Processing device (SEQNUM=1290, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:60: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:5f: Device (SEQNUM=1289, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:61: Device (SEQNUM=1291, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:5f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:61: SEQNUM=1291 blocked by SEQNUM=1290
Apr 24 12:44:25 localhost systemd-udevd[145]: device:60: Device (SEQNUM=1290, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:62: Device (SEQNUM=1292, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:60: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:62: Device (SEQNUM=1292, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:62: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:62: Processing device (SEQNUM=1292, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:61: Device (SEQNUM=1291, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:61: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:61: Processing device (SEQNUM=1291, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:63: Device (SEQNUM=1293, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:62: Device (SEQNUM=1292, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:63: SEQNUM=1293 blocked by SEQNUM=1292
Apr 24 12:44:25 localhost systemd-udevd[142]: device:61: Device (SEQNUM=1291, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:64: Device (SEQNUM=1294, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:62: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:61: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:64: Device (SEQNUM=1294, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:64: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:64: Processing device (SEQNUM=1294, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:63: Device (SEQNUM=1293, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:63: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:63: Processing device (SEQNUM=1293, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:65: Device (SEQNUM=1295, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:65: SEQNUM=1295 blocked by SEQNUM=1294
Apr 24 12:44:25 localhost systemd-udevd[145]: device:64: Device (SEQNUM=1294, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:66: Device (SEQNUM=1296, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:64: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:63: Device (SEQNUM=1293, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:66: Device (SEQNUM=1296, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:63: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:66: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:66: Processing device (SEQNUM=1296, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:65: Device (SEQNUM=1295, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:65: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:65: Processing device (SEQNUM=1295, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:67: Device (SEQNUM=1297, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:66: Device (SEQNUM=1296, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:67: SEQNUM=1297 blocked by SEQNUM=1296
Apr 24 12:44:25 localhost systemd-udevd[142]: device:66: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:65: Device (SEQNUM=1295, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:68: Device (SEQNUM=1298, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:65: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:68: Device (SEQNUM=1298, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:68: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:68: Processing device (SEQNUM=1298, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:67: Device (SEQNUM=1297, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:67: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:67: Processing device (SEQNUM=1297, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:69: Device (SEQNUM=1299, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:68: Device (SEQNUM=1298, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:69: SEQNUM=1299 blocked by SEQNUM=1298
Apr 24 12:44:25 localhost systemd-udevd[145]: device:68: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:67: Device (SEQNUM=1297, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6a: Device (SEQNUM=1300, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:67: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6a: Device (SEQNUM=1300, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:6a: Processing device (SEQNUM=1300, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:69: Device (SEQNUM=1299, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:69: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:69: Processing device (SEQNUM=1299, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6b: Device (SEQNUM=1301, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:6a: Device (SEQNUM=1300, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6b: SEQNUM=1301 blocked by SEQNUM=1300
Apr 24 12:44:25 localhost systemd-udevd[142]: device:6a: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6c: Device (SEQNUM=1302, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:69: Device (SEQNUM=1299, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6c: Device (SEQNUM=1302, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:69: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:6c: Processing device (SEQNUM=1302, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6b: Device (SEQNUM=1301, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:6b: Processing device (SEQNUM=1301, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6d: Device (SEQNUM=1303, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:6c: Device (SEQNUM=1302, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6d: SEQNUM=1303 blocked by SEQNUM=1302
Apr 24 12:44:25 localhost systemd-udevd[145]: device:6c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:6b: Device (SEQNUM=1301, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6e: Device (SEQNUM=1304, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:6b: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6e: Device (SEQNUM=1304, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6e: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:6e: Processing device (SEQNUM=1304, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6d: Device (SEQNUM=1303, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:6d: Processing device (SEQNUM=1303, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:03: Device (SEQNUM=1305, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:6e: Device (SEQNUM=1304, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:03: SEQNUM=1305 blocked by SEQNUM=1304
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:04: Device (SEQNUM=1306, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:6d: Device (SEQNUM=1303, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: device:6e: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:04: SEQNUM=1306 blocked by SEQNUM=1304
Apr 24 12:44:25 localhost systemd-udevd[149]: device:6d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:03: Device (SEQNUM=1305, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:03: sd-device-monitor: Passed 214 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:03: Processing device (SEQNUM=1305, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:04: Device (SEQNUM=1306, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:03: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:04: sd-device-monitor: Passed 214 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:04: Processing device (SEQNUM=1306, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:03: hwdb modalias key: "acpi:LNXPOWER:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:05: Device (SEQNUM=1307, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:04: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:05: Device (SEQNUM=1307, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:04: hwdb modalias key: "acpi:LNXPOWER:"
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:03: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:05: sd-device-monitor: Passed 214 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:04: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:03: sd-device: Created db file '/run/udev/data/+acpi:LNXPOWER:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:6e/LNXPOWER:03'
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6f: Device (SEQNUM=1308, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:03: Running built-in command "kmod load acpi:LNXPOWER:"
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:04: sd-device: Created db file '/run/udev/data/+acpi:LNXPOWER:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:6e/LNXPOWER:04'
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6f: Device (SEQNUM=1308, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:6f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: acpi:LNXPOWER:
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:04: Running built-in command "kmod load acpi:LNXPOWER:"
Apr 24 12:44:25 localhost systemd-udevd[149]: device:6f: Processing device (SEQNUM=1308, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:70: Device (SEQNUM=1309, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:70: Device (SEQNUM=1309, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:05: Processing device (SEQNUM=1307, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: device:70: Processing device (SEQNUM=1309, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:05: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'acpi:LNXPOWER:'
Apr 24 12:44:25 localhost systemd-udevd[145]: Loading module: acpi:LNXPOWER:
Apr 24 12:44:25 localhost systemd-udevd[145]: Failed to find module 'acpi:LNXPOWER:'
Apr 24 12:44:25 localhost systemd-udevd[133]: device:70: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:03: Device (SEQNUM=1305, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: LNXPOWER:03: sd-device-monitor: Passed 259 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:04: Device (SEQNUM=1306, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: device:6f: Device (SEQNUM=1308, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: device:6f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:71: Device (SEQNUM=1310, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: LNXPOWER:04: sd-device-monitor: Passed 259 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:05: hwdb modalias key: "acpi:LNXPOWER:"
Apr 24 12:44:25 localhost systemd-udevd[148]: device:70: Device (SEQNUM=1309, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:71: Device (SEQNUM=1310, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: device:70: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:71: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:05: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[143]: device:71: Processing device (SEQNUM=1310, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:72: Device (SEQNUM=1311, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:72: Device (SEQNUM=1311, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:05: sd-device: Created db file '/run/udev/data/+acpi:LNXPOWER:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:6e/LNXPOWER:05'
Apr 24 12:44:25 localhost systemd-udevd[133]: device:72: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:05: Running built-in command "kmod load acpi:LNXPOWER:"
Apr 24 12:44:25 localhost systemd-udevd[149]: device:72: Processing device (SEQNUM=1311, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: device:71: Device (SEQNUM=1310, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:73: Device (SEQNUM=1312, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: Loading module: acpi:LNXPOWER:
Apr 24 12:44:25 localhost systemd-udevd[143]: device:71: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:73: Device (SEQNUM=1312, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: device:73: Processing device (SEQNUM=1312, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: Failed to find module 'acpi:LNXPOWER:'
Apr 24 12:44:25 localhost systemd-udevd[133]: device:73: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:72: Device (SEQNUM=1311, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: device:73: Device (SEQNUM=1312, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:74: Device (SEQNUM=1313, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:72: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:05: Device (SEQNUM=1307, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: device:73: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:74: Device (SEQNUM=1313, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXPOWER:05: sd-device-monitor: Passed 259 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:74: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:74: Processing device (SEQNUM=1313, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:75: Device (SEQNUM=1314, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:75: Device (SEQNUM=1314, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:75: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:75: Processing device (SEQNUM=1314, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: device:74: Device (SEQNUM=1313, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:76: Device (SEQNUM=1315, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:74: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:76: Device (SEQNUM=1315, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: device:76: Processing device (SEQNUM=1315, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:76: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:75: Device (SEQNUM=1314, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:77: Device (SEQNUM=1316, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:75: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:77: Device (SEQNUM=1316, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: device:76: Device (SEQNUM=1315, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:77: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:77: Processing device (SEQNUM=1316, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: device:76: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:78: Device (SEQNUM=1317, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:78: Device (SEQNUM=1317, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:78: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:78: Processing device (SEQNUM=1317, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: device:77: Device (SEQNUM=1316, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:79: Device (SEQNUM=1318, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:77: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:79: Device (SEQNUM=1318, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: device:78: Device (SEQNUM=1317, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:79: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:79: Processing device (SEQNUM=1318, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: device:78: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7a: Device (SEQNUM=1319, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7a: Device (SEQNUM=1319, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7a: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:79: Device (SEQNUM=1318, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: device:7a: Processing device (SEQNUM=1319, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7b: Device (SEQNUM=1320, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:79: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7b: Device (SEQNUM=1320, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7b: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:7b: Processing device (SEQNUM=1320, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: device:7a: Device (SEQNUM=1319, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: MAX34407:00: Device (SEQNUM=1321, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:7a: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: MAX34407:00: SEQNUM=1321 blocked by SEQNUM=1320
Apr 24 12:44:25 localhost systemd-udevd[149]: device:7b: Device (SEQNUM=1320, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: NXP1001:00: Device (SEQNUM=1322, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:7b: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: NXP1001:00: SEQNUM=1322 blocked by SEQNUM=1320
Apr 24 12:44:25 localhost systemd-udevd[133]: MAX34407:00: Device (SEQNUM=1321, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: MAX34407:00: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: MAX34407:00: Processing device (SEQNUM=1321, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: NXP1001:00: Device (SEQNUM=1322, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: NXP1001:00: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: NXP1001:00: Processing device (SEQNUM=1322, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup4: Device (SEQNUM=1323, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: MAX34407:00: Device (SEQNUM=1321, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup4: Device (SEQNUM=1323, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: MAX34407:00: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup4: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup4: Processing device (SEQNUM=1323, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: NXP1001:00: Device (SEQNUM=1322, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7c: Device (SEQNUM=1324, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: NXP1001:00: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7c: Device (SEQNUM=1324, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:7c: Processing device (SEQNUM=1324, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup4: Device (SEQNUM=1323, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7d: Device (SEQNUM=1325, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup4: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7d: SEQNUM=1325 blocked by SEQNUM=1324
Apr 24 12:44:25 localhost systemd-udevd[149]: device:7c: Device (SEQNUM=1324, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7e: Device (SEQNUM=1326, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:7c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7e: Device (SEQNUM=1326, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7e: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:7e: Processing device (SEQNUM=1326, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7d: Device (SEQNUM=1325, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:7d: Processing device (SEQNUM=1325, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7f: Device (SEQNUM=1327, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:7e: Device (SEQNUM=1326, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7f: SEQNUM=1327 blocked by SEQNUM=1326
Apr 24 12:44:25 localhost systemd-udevd[142]: device:7e: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:7d: Device (SEQNUM=1325, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:80: Device (SEQNUM=1328, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:7d: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:80: Device (SEQNUM=1328, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:80: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:80: Processing device (SEQNUM=1328, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7f: Device (SEQNUM=1327, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:7f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:7f: Processing device (SEQNUM=1327, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:81: Device (SEQNUM=1329, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:80: Device (SEQNUM=1328, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:81: Device (SEQNUM=1329, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:80: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:81: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:81: Processing device (SEQNUM=1329, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: device:7f: Device (SEQNUM=1327, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup5: Device (SEQNUM=1330, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:7f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup5: SEQNUM=1330 blocked by SEQNUM=1329
Apr 24 12:44:25 localhost systemd-udevd[142]: device:81: Device (SEQNUM=1329, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:82: Device (SEQNUM=1331, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: device:81: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:82: Device (SEQNUM=1331, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: device:82: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: device:82: Processing device (SEQNUM=1331, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup5: Device (SEQNUM=1330, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup5: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup5: Processing device (SEQNUM=1330, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:06: Device (SEQNUM=1332, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: device:82: Device (SEQNUM=1331, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:06: SEQNUM=1332 blocked by SEQNUM=1331
Apr 24 12:44:25 localhost systemd-udevd[149]: device:82: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup3: Device (SEQNUM=1333, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup5: Device (SEQNUM=1330, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup3: SEQNUM=1333 blocked by SEQNUM=1331
Apr 24 12:44:25 localhost systemd-udevd[142]: wakeup5: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:06: Device (SEQNUM=1332, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXPOWER:06: sd-device-monitor: Passed 214 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXPOWER:06: Processing device (SEQNUM=1332, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup3: Device (SEQNUM=1333, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXPOWER:06: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup3: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup3: Processing device (SEQNUM=1333, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXPOWER:06: hwdb modalias key: "acpi:LNXPOWER:"
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup23: Device (SEQNUM=1334, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup23: Device (SEQNUM=1334, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXPOWER:06: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup23: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup3: Device (SEQNUM=1333, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXPOWER:06: sd-device: Created db file '/run/udev/data/+acpi:LNXPOWER:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:82/LNXPOWER:06'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C01:00: Device (SEQNUM=1335, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C01:00: Device (SEQNUM=1335, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C01:00: Processing device (SEQNUM=1335, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXPOWER:06: Running built-in command "kmod load acpi:LNXPOWER:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C01:00: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0D:00: Device (SEQNUM=1336, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup3: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C01:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:LNXPOWER:
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0D:00: Device (SEQNUM=1336, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C01:00: hwdb modalias key: "acpi:PNP0C01:"
Apr 24 12:44:25 localhost systemd-udevd[146]: wakeup23: Processing device (SEQNUM=1334, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:LNXPOWER:'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0D:00: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXPOWER:06: Device (SEQNUM=1332, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C0D:00: Processing device (SEQNUM=1336, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C01:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C0D:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[146]: wakeup23: Device (SEQNUM=1334, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup26: Device (SEQNUM=1337, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C01:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C0D:00: hwdb modalias key: "acpi:PNP0C0D:"
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXPOWER:06: sd-device-monitor: Passed 259 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: wakeup23: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C0D:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C01:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0C01:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C01:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup26: SEQNUM=1337 blocked by SEQNUM=1336
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C01:00: Running built-in command "kmod load acpi:PNP0C01:"
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: acpi:PNP0C01:
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C0D:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0E:00: Device (SEQNUM=1338, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'acpi:PNP0C01:'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0E:00: Device (SEQNUM=1338, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C0D:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0C0D:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C01:00: Device (SEQNUM=1335, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0E:00: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C0E:00: Processing device (SEQNUM=1338, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C0D:00: Running built-in command "kmod load acpi:PNP0C0D:"
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C01:00: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup25: Device (SEQNUM=1339, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C0E:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: acpi:PNP0C0D:
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup25: SEQNUM=1339 blocked by SEQNUM=1338
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C0E:00: hwdb modalias key: "acpi:PNP0C0E:"
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'acpi:PNP0C0D:'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:00: Device (SEQNUM=1340, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C0D:00: Device (SEQNUM=1336, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C0E:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:00: Device (SEQNUM=1340, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C0D:00: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C0E:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:00: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:00: Processing device (SEQNUM=1340, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C0E:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0C0E:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup26: Device (SEQNUM=1337, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C0E:00: Running built-in command "kmod load acpi:PNP0C0E:"
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup26: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup26: Processing device (SEQNUM=1337, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:00: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:PNP0C0E:
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:01: Device (SEQNUM=1341, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:01: Device (SEQNUM=1341, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C14:01: Processing device (SEQNUM=1341, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:01: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:02: Device (SEQNUM=1342, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup26: Device (SEQNUM=1337, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C14:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:PNP0C0E:'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:02: Device (SEQNUM=1342, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup26: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C14:01: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C0E:00: Device (SEQNUM=1338, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:00: sd-device: Created db file '/run/udev/data/+acpi:PNP0C14:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:02: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: Processing device (SEQNUM=1342, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C0E:00: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C14:01: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:00: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:03: Device (SEQNUM=1343, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: acpi:PNP0C14:
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C14:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:03: Device (SEQNUM=1343, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C14:01: sd-device: Created db file '/run/udev/data/+acpi:PNP0C14:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:01'
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C14:03: Processing device (SEQNUM=1343, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:00: Device (SEQNUM=1340, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:03: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C14:01: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C14:03: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:00: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup25: Device (SEQNUM=1339, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C14:03: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[146]: Loading module: acpi:PNP0C14:
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: sd-device: Created db file '/run/udev/data/+acpi:PNP0C14:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:02'
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup25: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup25: Processing device (SEQNUM=1339, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C14:03: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[146]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:04: Device (SEQNUM=1344, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: acpi:PNP0C14:
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C14:01: Device (SEQNUM=1341, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C14:03: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:04: Device (SEQNUM=1344, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:04: Processing device (SEQNUM=1344, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:04: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[146]: PNP0C14:01: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:04: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C14:03: sd-device: Created db file '/run/udev/data/+acpi:PNP0C14:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:03'
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup25: Device (SEQNUM=1339, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:04: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C14:03: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:04: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:04: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: Device (SEQNUM=1342, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: Loading module: acpi:PNP0C14:
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:05: Device (SEQNUM=1345, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: wakeup25: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:04: sd-device: Created db file '/run/udev/data/+acpi:PNP0C14:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:04'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:05: Device (SEQNUM=1345, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:04: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C14:03: Device (SEQNUM=1343, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:05: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:05: Processing device (SEQNUM=1345, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: Loading module: acpi:PNP0C14:
Apr 24 12:44:25 localhost systemd-udevd[145]: PNP0C14:03: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: STM7308:00: Device (SEQNUM=1346, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:05: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[143]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:44:25 localhost systemd-udevd[133]: STM7308:00: Device (SEQNUM=1346, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:05: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:04: Device (SEQNUM=1344, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:04: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:05: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[149]: STM7308:00: Processing device (SEQNUM=1346, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: STM7308:00: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:05: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: STM7308:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: USBC000:00: Device (SEQNUM=1347, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: STM7308:00: hwdb modalias key: "acpi:STM7308:MSFT0101:"
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:05: sd-device: Created db file '/run/udev/data/+acpi:PNP0C14:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:05'
Apr 24 12:44:25 localhost systemd-udevd[133]: USBC000:00: Device (SEQNUM=1347, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:05: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[133]: USBC000:00: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:83: Device (SEQNUM=1348, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: STM7308:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: acpi:PNP0C14:
Apr 24 12:44:25 localhost systemd-udevd[145]: USBC000:00: Processing device (SEQNUM=1347, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device:83: SEQNUM=1348 blocked by SEQNUM=1347
Apr 24 12:44:25 localhost systemd-udevd[149]: STM7308:00: sd-device: Created db file '/run/udev/data/+acpi:STM7308:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/STM7308:00'
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:44:25 localhost systemd-udevd[145]: USBC000:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: device:84: Device (SEQNUM=1349, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: STM7308:00: Running built-in command "kmod load acpi:STM7308:MSFT0101:"
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:05: Device (SEQNUM=1345, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: USBC000:00: hwdb modalias key: "acpi:USBC000:PNP0CA0:"
Apr 24 12:44:25 localhost systemd-udevd[133]: device:84: SEQNUM=1349 blocked by SEQNUM=1347
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXSYBUS:01: Device (SEQNUM=1350, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:05: sd-device-monitor: Passed 236 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: USBC000:00: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:STM7308:MSFT0101:
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXSYBUS:01: Device (SEQNUM=1350, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXSYBUS:01: Processing device (SEQNUM=1350, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:STM7308:MSFT0101:'
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXSYBUS:01: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: USBC000:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: STM7308:00: Device (SEQNUM=1346, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXTHERM:00: Device (SEQNUM=1351, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXTHERM:00: SEQNUM=1351 blocked by SEQNUM=1350
Apr 24 12:44:25 localhost systemd-udevd[133]: breakpoint: Device (SEQNUM=1352, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: STM7308:00: sd-device-monitor: Passed 253 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXSYBUS:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[145]: USBC000:00: sd-device: Created db file '/run/udev/data/+acpi:USBC000:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/USBC000:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: breakpoint: Device (SEQNUM=1352, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXSYBUS:01: hwdb modalias key: "acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[145]: USBC000:00: Running built-in command "kmod load acpi:USBC000:PNP0CA0:"
Apr 24 12:44:25 localhost systemd-udevd[133]: breakpoint: sd-device-monitor: Passed 152 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: breakpoint: Processing device (SEQNUM=1352, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: Loading module: acpi:USBC000:PNP0CA0:
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXSYBUS:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[145]: Failed to find module 'acpi:USBC000:PNP0CA0:'
Apr 24 12:44:25 localhost systemd-udevd[142]: breakpoint: Device (SEQNUM=1352, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: USBC000:00: Device (SEQNUM=1347, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXSYBUS:01: sd-device: Created db file '/run/udev/data/+acpi:LNXSYBUS:01' for '/devices/LNXSYSTM:00/LNXSYBUS:01'
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu: Device (SEQNUM=1353, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: breakpoint: sd-device-monitor: Passed 152 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: USBC000:00: sd-device-monitor: Passed 244 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXSYBUS:01: Running built-in command "kmod load acpi:LNXSYBUS:"
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu: Device (SEQNUM=1353, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: Loading module: acpi:LNXSYBUS:
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu: Processing device (SEQNUM=1353, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: Failed to find module 'acpi:LNXSYBUS:'
Apr 24 12:44:25 localhost systemd-udevd[133]: device:83: Device (SEQNUM=1348, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXSYBUS:01: Device (SEQNUM=1350, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: device:83: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:83: Processing device (SEQNUM=1348, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu: Device (SEQNUM=1353, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[146]: LNXSYBUS:01: sd-device-monitor: Passed 226 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:84: Device (SEQNUM=1349, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: device:84: Processing device (SEQNUM=1349, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: device:83: Device (SEQNUM=1348, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device:84: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device:83: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: intel_bts: Device (SEQNUM=1354, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: device:84: Device (SEQNUM=1349, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: intel_bts: Device (SEQNUM=1354, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: intel_bts: Processing device (SEQNUM=1354, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: intel_bts: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: device:84: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: intel_bts: Device (SEQNUM=1354, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXTHERM:00: Device (SEQNUM=1351, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: intel_bts: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LNXTHERM:00: sd-device-monitor: Passed 193 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXTHERM:00: Processing device (SEQNUM=1351, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXTHERM:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Apr 24 12:44:25 localhost systemd-udevd[133]: intel_pt: Device (SEQNUM=1355, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXTHERM:00: hwdb modalias key: "acpi:LNXTHERM:"
Apr 24 12:44:25 localhost systemd-udevd[133]: intel_pt: Device (SEQNUM=1355, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: intel_pt: sd-device-monitor: Passed 150 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: intel_pt: Processing device (SEQNUM=1355, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXTHERM:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: kprobe: Device (SEQNUM=1356, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: intel_pt: Device (SEQNUM=1355, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXTHERM:00: sd-device: Created db file '/run/udev/data/+acpi:LNXTHERM:00' for '/devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: kprobe: Device (SEQNUM=1356, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: intel_pt: sd-device-monitor: Passed 150 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXTHERM:00: Running built-in command "kmod load acpi:LNXTHERM:"
Apr 24 12:44:25 localhost systemd-udevd[133]: kprobe: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: kprobe: Processing device (SEQNUM=1356, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:LNXTHERM:
Apr 24 12:44:25 localhost systemd-udevd[133]: msr: Device (SEQNUM=1357, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: kprobe: Device (SEQNUM=1356, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:LNXTHERM:'
Apr 24 12:44:25 localhost systemd-udevd[133]: msr: Device (SEQNUM=1357, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: kprobe: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXTHERM:00: Device (SEQNUM=1351, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: msr: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: msr: Processing device (SEQNUM=1357, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: LNXTHERM:00: sd-device-monitor: Passed 238 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:00.0: Device (SEQNUM=1358, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:00.0: Device (SEQNUM=1358, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:00.0: Processing device (SEQNUM=1358, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:00.0: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: msr: Device (SEQNUM=1357, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[142]: msr: sd-device-monitor: Passed 145 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:02.0: Device (SEQNUM=1359, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:00.0: hwdb modalias key: "pci:v00008086d00003E34sv000017AAsd00002279bc06sc00i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:02.0: Device (SEQNUM=1359, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:02.0: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:02.0: Processing device (SEQNUM=1359, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:02.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:04.0: Device (SEQNUM=1360, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:02.0: hwdb modalias key: "pci:v00008086d00003EA0sv000017AAsd00002279bc03sc00i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:04.0: Device (SEQNUM=1360, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:04.0: sd-device-monitor: Passed 304 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:04.0: Processing device (SEQNUM=1360, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:00.0' for '/devices/pci0000:00/0000:00:00.0'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:08.0: Device (SEQNUM=1361, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:04.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:00.0: Running built-in command "kmod load pci:v00008086d00003E34sv000017AAsd00002279bc06sc00i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:08.0: Device (SEQNUM=1361, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:02.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:04.0: hwdb modalias key: "pci:v00008086d00001903sv000017AAsd00002279bc11sc80i00"
Apr 24 12:44:25 localhost systemd-udevd[145]: Loading module: pci:v00008086d00003E34sv000017AAsd00002279bc06sc00i00
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:08.0: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:08.0: Processing device (SEQNUM=1361, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:02.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:02.0' for '/devices/pci0000:00/0000:00:02.0'
Apr 24 12:44:25 localhost systemd-udevd[145]: Failed to find module 'pci:v00008086d00003E34sv000017AAsd00002279bc06sc00i00'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:12.0: Device (SEQNUM=1362, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:08.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:04.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:04.0/power/control' writing 'auto'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:02.0: Running built-in command "kmod load pci:v00008086d00003EA0sv000017AAsd00002279bc03sc00i00"
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:00.0: Device (SEQNUM=1358, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:12.0: Device (SEQNUM=1362, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:08.0: hwdb modalias key: "pci:v00008086d00001911sv000017AAsd00002279bc08sc80i00"
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: pci:v00008086d00003EA0sv000017AAsd00002279bc03sc00i00
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:00.0: sd-device-monitor: Passed 481 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'pci:v00008086d00003EA0sv000017AAsd00002279bc03sc00i00'
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:12.0: Processing device (SEQNUM=1362, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:04.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:12.0: sd-device-monitor: Passed 304 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:02.0: Device (SEQNUM=1359, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:08.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:08.0/power/control' writing 'auto'
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:12.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:04.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:04.0' for '/devices/pci0000:00/0000:00:04.0'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:02.0: sd-device-monitor: Passed 548 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:14.0: Device (SEQNUM=1363, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:12.0: hwdb modalias key: "pci:v00008086d00009DF9sv000017AAsd00002279bc11sc80i00"
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:04.0: Running built-in command "kmod load pci:v00008086d00001903sv000017AAsd00002279bc11sc80i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:14.0: Device (SEQNUM=1363, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:08.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: pci:v00008086d00001903sv000017AAsd00002279bc11sc80i00
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:14.0: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:14.0: Processing device (SEQNUM=1363, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:08.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:08.0' for '/devices/pci0000:00/0000:00:08.0'
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'pci:v00008086d00001903sv000017AAsd00002279bc11sc80i00'
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:12.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:14.2: Device (SEQNUM=1364, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:14.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:08.0: Running built-in command "kmod load pci:v00008086d00001911sv000017AAsd00002279bc08sc80i00"
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:04.0: Device (SEQNUM=1360, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:14.2: Device (SEQNUM=1364, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:12.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:12.0' for '/devices/pci0000:00/0000:00:12.0'
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:14.0: hwdb modalias key: "pci:v00008086d00009DEDsv000017AAsd00002279bc0Csc03i30"
Apr 24 12:44:25 localhost systemd-udevd[146]: Loading module: pci:v00008086d00001911sv000017AAsd00002279bc08sc80i00
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:04.0: sd-device-monitor: Passed 569 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:14.2: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:14.2: Processing device (SEQNUM=1364, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:14.2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[146]: Failed to find module 'pci:v00008086d00001911sv000017AAsd00002279bc08sc80i00'
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:14.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:14.0/power/control' writing 'auto'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:14.3: Device (SEQNUM=1365, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:12.0: Running built-in command "kmod load pci:v00008086d00009DF9sv000017AAsd00002279bc11sc80i00"
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:14.2: hwdb modalias key: "pci:v00008086d00009DEFsv000017AAsd00002279bc05sc00i00"
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:08.0: Device (SEQNUM=1361, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:14.3: Device (SEQNUM=1365, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: pci:v00008086d00009DF9sv000017AAsd00002279bc11sc80i00
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:08.0: sd-device-monitor: Passed 574 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:14.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:14.3: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:14.3: Processing device (SEQNUM=1365, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'pci:v00008086d00009DF9sv000017AAsd00002279bc11sc80i00'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:14.2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:14.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:14.0' for '/devices/pci0000:00/0000:00:14.0'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:15.0: Device (SEQNUM=1366, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:14.3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:12.0: Device (SEQNUM=1362, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:14.0: Running built-in command "kmod load pci:v00008086d00009DEDsv000017AAsd00002279bc0Csc03i30"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:15.0: Device (SEQNUM=1366, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:15.0: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:15.0: Processing device (SEQNUM=1366, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:12.0: sd-device-monitor: Passed 519 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Loading module: pci:v00008086d00009DEDsv000017AAsd00002279bc0Csc03i30
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:14.2: sd-device: Created db file '/run/udev/data/+pci:0000:00:14.2' for '/devices/pci0000:00/0000:00:14.2'
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:14.3: hwdb modalias key: "pci:v00008086d00009DF0sv00008086sd00000034bc02sc80i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:16.0: Device (SEQNUM=1367, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:15.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:14.2: Running built-in command "kmod load pci:v00008086d00009DEFsv000017AAsd00002279bc05sc00i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:16.0: Device (SEQNUM=1367, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:15.0: hwdb modalias key: "pci:v00008086d00009DE8sv000017AAsd00002279bc0Csc80i00"
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: pci:v00008086d00009DEFsv000017AAsd00002279bc05sc00i00
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:16.0: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'pci:v00008086d00009DEFsv000017AAsd00002279bc05sc00i00'
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:14.3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:14.2: Device (SEQNUM=1364, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:16.0: Processing device (SEQNUM=1367, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.0: Device (SEQNUM=1368, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:15.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:14.2: sd-device-monitor: Passed 482 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:14.3: sd-device: Created db file '/run/udev/data/+pci:0000:00:14.3' for '/devices/pci0000:00/0000:00:14.3'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.0: Device (SEQNUM=1368, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:16.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:15.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:15.0' for '/devices/pci0000:00/0000:00:15.0'
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:14.3: Running built-in command "kmod load pci:v00008086d00009DF0sv00008086sd00000034bc02sc80i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.0: sd-device-monitor: Passed 319 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:1c.0: Processing device (SEQNUM=1368, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:16.0: hwdb modalias key: "pci:v00008086d00009DE0sv000017AAsd00002279bc07sc80i00"
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:15.0: Running built-in command "kmod load pci:v00008086d00009DE8sv000017AAsd00002279bc0Csc80i00"
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: pci:v00008086d00009DF0sv00008086sd00000034bc02sc80i00
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.0:pcie001: Device (SEQNUM=1369, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:1c.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[146]: Loading module: pci:v00008086d00009DE8sv000017AAsd00002279bc0Csc80i00
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.0:pcie001: SEQNUM=1369 blocked by SEQNUM=1368
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:1c.0: hwdb modalias key: "pci:v00008086d00009DB8sv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'pci:v00008086d00009DF0sv00008086sd00000034bc02sc80i00'
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:16.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[146]: Failed to find module 'pci:v00008086d00009DE8sv000017AAsd00002279bc0Csc80i00'
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:16.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:16.0' for '/devices/pci0000:00/0000:00:16.0'
Apr 24 12:44:25 localhost kernel: ACPI: bus type USB registered
Apr 24 12:44:25 localhost kernel: usbcore: registered new interface driver usbfs
Apr 24 12:44:25 localhost kernel: usbcore: registered new interface driver hub
Apr 24 12:44:25 localhost kernel: usbcore: registered new device driver usb
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:14.3: Device (SEQNUM=1365, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:15.0: Device (SEQNUM=1366, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.0:pcie010: Device (SEQNUM=1370, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:16.0: Running built-in command "kmod load pci:v00008086d00009DE0sv000017AAsd00002279bc07sc80i00"
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:14.3: sd-device-monitor: Passed 498 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:1c.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:15.0: sd-device-monitor: Passed 458 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.0:pcie010: SEQNUM=1370 blocked by SEQNUM=1368
Apr 24 12:44:25 localhost systemd-udevd[143]: Loading module: pci:v00008086d00009DE0sv000017AAsd00002279bc07sc80i00
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:1c.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:1c.0' for '/devices/pci0000:00/0000:00:1c.0'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:01:00.0: Device (SEQNUM=1371, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:1c.0: Running built-in command "kmod load pci:v00008086d00009DB8sv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[143]: Failed to find module 'pci:v00008086d00009DE0sv000017AAsd00002279bc07sc80i00'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:01:00.0: SEQNUM=1371 blocked by SEQNUM=1368
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: pci:v00008086d00009DB8sv000017AAsd00002279bc06sc04i00
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:16.0: Device (SEQNUM=1367, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:01: Device (SEQNUM=1372, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:16.0: sd-device-monitor: Passed 506 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'pci:v00008086d00009DB8sv000017AAsd00002279bc06sc04i00'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:01: SEQNUM=1372 blocked by SEQNUM=1368
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:1c.0: Device (SEQNUM=1368, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup7: Device (SEQNUM=1373, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:1c.0: sd-device-monitor: Passed 542 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup7: SEQNUM=1373 blocked by SEQNUM=1368
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.0:pcie001: Device (SEQNUM=1369, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1c.0:pcie001: Processing device (SEQNUM=1369, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.0:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.0:pcie010: Device (SEQNUM=1370, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.0:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1c.0:pcie010: Processing device (SEQNUM=1370, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:01:00.0: Device (SEQNUM=1371, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1c.0:pcie001: Device (SEQNUM=1369, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:01:00.0: sd-device-monitor: Passed 317 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:01:00.0: Processing device (SEQNUM=1371, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1c.0:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:01: Device (SEQNUM=1372, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:01:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:01: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:01: Processing device (SEQNUM=1372, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1c.0:pcie010: Device (SEQNUM=1370, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:01:00.0: hwdb modalias key: "pci:v000017A0d00009750sv000017AAsd00002279bcFFsc00i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup7: Device (SEQNUM=1373, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1c.0:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup7: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: wakeup7: Processing device (SEQNUM=1373, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.4: Device (SEQNUM=1374, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:01: Device (SEQNUM=1372, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.4: Device (SEQNUM=1374, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:01: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.4: sd-device-monitor: Passed 319 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:01:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1c.4: Processing device (SEQNUM=1374, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: wakeup7: Device (SEQNUM=1373, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1c.4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:01:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:01:00.0' for '/devices/pci0000:00/0000:00:1c.0/0000:01:00.0'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.4:pcie001: Device (SEQNUM=1375, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.4:pcie001: SEQNUM=1375 blocked by SEQNUM=1374
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.4:pcie004: Device (SEQNUM=1376, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:01:00.0: Running built-in command "kmod load pci:v000017A0d00009750sv000017AAsd00002279bcFFsc00i00"
Apr 24 12:44:25 localhost systemd-udevd[143]: wakeup7: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.4:pcie004: SEQNUM=1376 blocked by SEQNUM=1374
Apr 24 12:44:25 localhost systemd-udevd[146]: Loading module: pci:v000017A0d00009750sv000017AAsd00002279bcFFsc00i00
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1c.4: hwdb modalias key: "pci:v00008086d00009DBCsv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.4:pcie010: Device (SEQNUM=1377, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: Failed to find module 'pci:v000017A0d00009750sv000017AAsd00002279bcFFsc00i00'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.4:pcie010: SEQNUM=1377 blocked by SEQNUM=1374
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:01:00.0: Device (SEQNUM=1371, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:02:00.0: Device (SEQNUM=1378, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:01:00.0: sd-device-monitor: Passed 453 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:02:00.0: SEQNUM=1378 blocked by SEQNUM=1374
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1c.4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:00.0: Device (SEQNUM=1379, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:00.0: SEQNUM=1379 blocked by SEQNUM=1374
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1c.4: sd-device: Created db file '/run/udev/data/+pci:0000:00:1c.4' for '/devices/pci0000:00/0000:00:1c.4'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:00.0:pcie210: Device (SEQNUM=1380, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1c.4: Running built-in command "kmod load pci:v00008086d00009DBCsv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:00.0:pcie210: SEQNUM=1380 blocked by SEQNUM=1374
Apr 24 12:44:25 localhost systemd-udevd[147]: Loading module: pci:v00008086d00009DBCsv000017AAsd00002279bc06sc04i00
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:04:00.0: Device (SEQNUM=1381, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:04:00.0: SEQNUM=1381 blocked by SEQNUM=1374
Apr 24 12:44:25 localhost systemd-udevd[147]: Failed to find module 'pci:v00008086d00009DBCsv000017AAsd00002279bc06sc04i00'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:04: Device (SEQNUM=1382, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1c.4: Device (SEQNUM=1374, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:04: SEQNUM=1382 blocked by SEQNUM=1374
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1c.4: sd-device-monitor: Passed 542 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:01.0: Device (SEQNUM=1383, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:01.0: SEQNUM=1383 blocked by SEQNUM=1374
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.4:pcie001: Device (SEQNUM=1375, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.4:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1c.4:pcie001: Processing device (SEQNUM=1375, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.4:pcie004: Device (SEQNUM=1376, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.4:pcie004: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1c.4:pcie004: Processing device (SEQNUM=1376, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.4:pcie010: Device (SEQNUM=1377, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1c.4:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:1c.4:pcie010: Processing device (SEQNUM=1377, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1c.4:pcie001: Device (SEQNUM=1375, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:02:00.0: Device (SEQNUM=1378, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1c.4:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:02:00.0: sd-device-monitor: Passed 332 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:02:00.0: Processing device (SEQNUM=1378, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:00.0: SEQNUM=1379 blocked by SEQNUM=1378
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1c.4:pcie004: Device (SEQNUM=1376, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:00.0:pcie210: SEQNUM=1380 blocked by SEQNUM=1378
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:04:00.0: SEQNUM=1381 blocked by SEQNUM=1378
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:02:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1c.4:pcie004: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:04: SEQNUM=1382 blocked by SEQNUM=1378
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:1c.4:pcie010: Device (SEQNUM=1377, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:02:00.0: hwdb modalias key: "pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:01.0: SEQNUM=1383 blocked by SEQNUM=1378
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:1c.4:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:01.0:pcie204: Device (SEQNUM=1384, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:01.0:pcie204: SEQNUM=1384 blocked by SEQNUM=1378
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:01.0:pcie210: Device (SEQNUM=1385, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:01.0:pcie210: SEQNUM=1385 blocked by SEQNUM=1378
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:02:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:05: Device (SEQNUM=1386, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:05: SEQNUM=1386 blocked by SEQNUM=1378
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:02:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:02:00.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0'
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:02:00.0: Running built-in command "kmod load pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:02.0: Device (SEQNUM=1387, ACTION=add) is queued
Apr 24 12:44:25 localhost kernel: nvme nvme0: pci function 0000:3d:00.0
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:02.0: SEQNUM=1387 blocked by SEQNUM=1378
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:02.0:pcie210: Device (SEQNUM=1388, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:02:00.0: Device (SEQNUM=1378, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:02.0:pcie210: SEQNUM=1388 blocked by SEQNUM=1378
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:02:00.0: sd-device-monitor: Passed 581 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3a:00.0: Device (SEQNUM=1389, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3a:00.0: SEQNUM=1389 blocked by SEQNUM=1378
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:00.0: Device (SEQNUM=1379, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:03:00.0: Processing device (SEQNUM=1379, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:00.0: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:03:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:00.0:pcie210: SEQNUM=1380 blocked by SEQNUM=1379
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:03:00.0: hwdb modalias key: "pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:04:00.0: SEQNUM=1381 blocked by SEQNUM=1379
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:04: SEQNUM=1382 blocked by SEQNUM=1379
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:01.0: Device (SEQNUM=1383, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:01.0: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:01.0:pcie204: SEQNUM=1384 blocked by SEQNUM=1383
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:03:01.0: Processing device (SEQNUM=1383, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:01.0:pcie210: SEQNUM=1385 blocked by SEQNUM=1383
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:05: SEQNUM=1386 blocked by SEQNUM=1383
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:03:01.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:02.0: Device (SEQNUM=1387, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:03:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:03:01.0: hwdb modalias key: "pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:02.0: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:03:02.0: Processing device (SEQNUM=1387, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:03:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:03:00.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:00.0'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:02.0:pcie210: SEQNUM=1388 blocked by SEQNUM=1387
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:03:00.0: Running built-in command "kmod load pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:03:02.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3a:00.0: SEQNUM=1389 blocked by SEQNUM=1387
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:03:02.0: hwdb modalias key: "pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3a: Device (SEQNUM=1390, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3a: SEQNUM=1390 blocked by SEQNUM=1387
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03: Device (SEQNUM=1391, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:03:01.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:03:00.0: Device (SEQNUM=1379, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03: Device (SEQNUM=1391, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:03: Processing device (SEQNUM=1391, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:03:01.0: sd-device: Created db file '/run/udev/data/+pci:0000:03:01.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:01.0'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup19: Device (SEQNUM=1392, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:03:02.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:03:01.0: Running built-in command "kmod load pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:03: Device (SEQNUM=1391, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup19: Device (SEQNUM=1392, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:03:00.0: sd-device-monitor: Passed 594 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:03:02.0: sd-device: Created db file '/run/udev/data/+pci:0000:03:02.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0'
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:03: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup19: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: wakeup19: Processing device (SEQNUM=1392, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:03:02.0: Running built-in command "kmod load pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:00.0:pcie210: Device (SEQNUM=1380, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:03:00.0:pcie210: Processing device (SEQNUM=1380, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:03:01.0: Device (SEQNUM=1383, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:03:01.0: sd-device-monitor: Passed 594 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: Loading module: pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:00.0:pcie210: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: wakeup19: Device (SEQNUM=1392, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:04:00.0: Device (SEQNUM=1381, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: Failed to find module 'pci:v00008086d000015C0sv000017AAsd00002279bc06sc04i00'
Apr 24 12:44:25 localhost systemd-udevd[143]: wakeup19: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:03:00.0:pcie210: Device (SEQNUM=1380, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:04:00.0: sd-device-monitor: Passed 342 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:04:00.0: Processing device (SEQNUM=1381, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:03:02.0: Device (SEQNUM=1387, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:03:00.0:pcie210: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:04: Device (SEQNUM=1382, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:04:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:03:02.0: sd-device-monitor: Passed 594 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:04: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:04: Processing device (SEQNUM=1382, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:04:00.0: hwdb modalias key: "pci:v00008086d000015BFsv000017AAsd00002279bc08sc80i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:02: Device (SEQNUM=1393, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:02: Device (SEQNUM=1393, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:02: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:01.0:pcie204: Device (SEQNUM=1384, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[139]: 0000:02: Processing device (SEQNUM=1393, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:01.0:pcie204: sd-device-monitor: Passed 225 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:04:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:04:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:04:00.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:00.0/0000:04:00.0'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:01.0:pcie210: Device (SEQNUM=1385, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:03:01.0:pcie210: Processing device (SEQNUM=1385, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:04: Device (SEQNUM=1382, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:04:00.0: Running built-in command "kmod load pci:v00008086d000015BFsv000017AAsd00002279bc08sc80i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:01.0:pcie210: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:03:01.0:pcie204: Processing device (SEQNUM=1384, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[139]: 0000:02: Device (SEQNUM=1393, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:04: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:03:01.0:pcie210: Device (SEQNUM=1385, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:05: Device (SEQNUM=1386, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[139]: 0000:02: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: pci:v00008086d000015BFsv000017AAsd00002279bc08sc80i00
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:03:01.0:pcie210: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:05: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:05: Processing device (SEQNUM=1386, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:03:01.0:pcie204: Device (SEQNUM=1384, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'pci:v00008086d000015BFsv000017AAsd00002279bc08sc80i00'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:02.0:pcie210: Device (SEQNUM=1388, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:03:01.0:pcie204: sd-device-monitor: Passed 225 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:04:00.0: Device (SEQNUM=1381, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:03:02.0:pcie210: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:03:02.0:pcie210: Processing device (SEQNUM=1388, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:04:00.0: sd-device-monitor: Passed 569 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3a:00.0: Device (SEQNUM=1389, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:05: Device (SEQNUM=1386, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3a:00.0: sd-device-monitor: Passed 342 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:05: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[150]: 0000:3a:00.0: Processing device (SEQNUM=1389, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3a: Device (SEQNUM=1390, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:03:02.0:pcie210: Device (SEQNUM=1388, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3a: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[150]: 0000:3a:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:03:02.0:pcie210: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[140]: 0000:3a: Processing device (SEQNUM=1390, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup9: Device (SEQNUM=1394, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[150]: 0000:3a:00.0: hwdb modalias key: "pci:v00008086d000015C1sv000017AAsd00002279bc0Csc03i30"
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup9: Device (SEQNUM=1394, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup9: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: wakeup9: Processing device (SEQNUM=1394, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.0: Device (SEQNUM=1395, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.0: Device (SEQNUM=1395, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.0: sd-device-monitor: Passed 319 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[140]: 0000:3a: Device (SEQNUM=1390, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.0:pcie001: Device (SEQNUM=1396, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1d.0: Processing device (SEQNUM=1395, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[140]: 0000:3a: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.0:pcie001: SEQNUM=1396 blocked by SEQNUM=1395
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1d.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[150]: 0000:3a:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.0:pcie004: Device (SEQNUM=1397, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1d.0: hwdb modalias key: "pci:v00008086d00009DB0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[135]: wakeup9: Device (SEQNUM=1394, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.0:pcie004: SEQNUM=1397 blocked by SEQNUM=1395
Apr 24 12:44:25 localhost systemd-udevd[150]: 0000:3a:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:3a:00.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0'
Apr 24 12:44:25 localhost systemd-udevd[135]: wakeup9: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.0:pcie010: Device (SEQNUM=1398, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[150]: 0000:3a:00.0: Running built-in command "kmod load pci:v00008086d000015C1sv000017AAsd00002279bc0Csc03i30"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.0:pcie010: SEQNUM=1398 blocked by SEQNUM=1395
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1d.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[150]: Loading module: pci:v00008086d000015C1sv000017AAsd00002279bc0Csc03i30
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3c: Device (SEQNUM=1399, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1d.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:1d.0' for '/devices/pci0000:00/0000:00:1d.0'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3c: SEQNUM=1399 blocked by SEQNUM=1395
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1d.0: Running built-in command "kmod load pci:v00008086d00009DB0sv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.4: Device (SEQNUM=1400, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: pci:v00008086d00009DB0sv000017AAsd00002279bc06sc04i00
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.4: Device (SEQNUM=1400, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.4: sd-device-monitor: Passed 319 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'pci:v00008086d00009DB0sv000017AAsd00002279bc06sc04i00'
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1d.4: Processing device (SEQNUM=1400, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.4:pcie001: Device (SEQNUM=1401, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1d.0: Device (SEQNUM=1395, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.4:pcie001: SEQNUM=1401 blocked by SEQNUM=1400
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1d.4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1d.0: sd-device-monitor: Passed 542 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.4:pcie010: Device (SEQNUM=1402, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1d.4: hwdb modalias key: "pci:v00008086d00009DB4sv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.4:pcie010: SEQNUM=1402 blocked by SEQNUM=1400
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.0:pcie001: Device (SEQNUM=1396, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1d.0:pcie001: Processing device (SEQNUM=1396, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.0:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.0:pcie004: Device (SEQNUM=1397, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.0:pcie004: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:1d.0:pcie004: Processing device (SEQNUM=1397, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.0:pcie010: Device (SEQNUM=1398, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1d.4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1d.0:pcie001: Device (SEQNUM=1396, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.0:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:1d.0:pcie010: Processing device (SEQNUM=1398, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1d.0:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1d.4: sd-device: Created db file '/run/udev/data/+pci:0000:00:1d.4' for '/devices/pci0000:00/0000:00:1d.4'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3c: Device (SEQNUM=1399, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:1d.0:pcie004: Device (SEQNUM=1397, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:1d.0:pcie010: Device (SEQNUM=1398, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:3c: Processing device (SEQNUM=1399, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:00:1d.0:pcie004: sd-device-monitor: Passed 199 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1d.4: Running built-in command "kmod load pci:v00008086d00009DB4sv000017AAsd00002279bc06sc04i00"
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00:1d.0:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3d:00.0: Device (SEQNUM=1403, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: pci:v00008086d00009DB4sv000017AAsd00002279bc06sc04i00
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3d:00.0: SEQNUM=1403 blocked by SEQNUM=1400
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:3c: Device (SEQNUM=1399, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3d: Device (SEQNUM=1404, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'pci:v00008086d00009DB4sv000017AAsd00002279bc06sc04i00'
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:3c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3d: SEQNUM=1404 blocked by SEQNUM=1400
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1d.4: Device (SEQNUM=1400, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup12: Device (SEQNUM=1405, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1d.4: sd-device-monitor: Passed 542 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup12: SEQNUM=1405 blocked by SEQNUM=1400
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.4:pcie001: Device (SEQNUM=1401, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.4:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.4:pcie010: Device (SEQNUM=1402, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1d.4:pcie001: Processing device (SEQNUM=1401, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1d.4:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1d.4:pcie010: Processing device (SEQNUM=1402, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3d:00.0: Device (SEQNUM=1403, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3d:00.0: sd-device-monitor: Passed 316 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3d: Device (SEQNUM=1404, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:3d:00.0: Processing device (SEQNUM=1403, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3d: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:3d:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1d.4:pcie001: Device (SEQNUM=1401, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup12: Device (SEQNUM=1405, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:3d: Processing device (SEQNUM=1404, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:3d:00.0: hwdb modalias key: "pci:v00001179d0000011Asv00001179sd00000001bc01sc08i02"
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1d.4:pcie010: Device (SEQNUM=1402, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1d.4:pcie001: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup12: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1f.0: Device (SEQNUM=1406, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: 0000:00:1d.4:pcie010: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: wakeup12: Processing device (SEQNUM=1405, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1f.0: Device (SEQNUM=1406, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:3d: Device (SEQNUM=1404, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1f.0: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.0: Processing device (SEQNUM=1406, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:3d:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:3d: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0103:00: Device (SEQNUM=1407, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[143]: wakeup12: Device (SEQNUM=1405, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:3d:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:3d:00.0' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0103:00: SEQNUM=1407 blocked by SEQNUM=1406
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.0: hwdb modalias key: "pci:v00008086d00009D84sv000017AAsd00002279bc06sc01i00"
Apr 24 12:44:25 localhost systemd-udevd[143]: wakeup12: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:3d:00.0: Running built-in command "kmod load pci:v00001179d0000011Asv00001179sd00000001bc01sc08i02"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0800:00: Device (SEQNUM=1408, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[146]: Loading module: pci:v00001179d0000011Asv00001179sd00000001bc01sc08i02
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0800:00: SEQNUM=1408 blocked by SEQNUM=1406
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C09:00: Device (SEQNUM=1409, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C09:00: SEQNUM=1409 blocked by SEQNUM=1406
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:1f.0' for '/devices/pci0000:00/0000:00:1f.0'
Apr 24 12:44:25 localhost kernel: EFI Variables Facility v0.08 2004-May-17
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI0003:00: Device (SEQNUM=1410, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.0: Running built-in command "kmod load pci:v00008086d00009D84sv000017AAsd00002279bc06sc01i00"
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI0003:00: SEQNUM=1410 blocked by SEQNUM=1406
Apr 24 12:44:25 localhost systemd-udevd[147]: Loading module: pci:v00008086d00009D84sv000017AAsd00002279bc06sc01i00
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:00: Device (SEQNUM=1411, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:00: SEQNUM=1411 blocked by SEQNUM=1406
Apr 24 12:44:25 localhost systemd-udevd[147]: Failed to find module 'pci:v00008086d00009D84sv000017AAsd00002279bc06sc01i00'
Apr 24 12:44:25 localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Apr 24 12:44:25 localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:01: Device (SEQNUM=1412, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.0: Device (SEQNUM=1406, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:01: SEQNUM=1412 blocked by SEQNUM=1406
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.0: sd-device-monitor: Passed 474 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0100:00: Device (SEQNUM=1413, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0100:00: SEQNUM=1413 blocked by SEQNUM=1406
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0103:00: Device (SEQNUM=1407, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0103:00: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0800:00: Device (SEQNUM=1408, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0103:00: Processing device (SEQNUM=1407, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0800:00: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0800:00: Processing device (SEQNUM=1408, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C09:00: Device (SEQNUM=1409, ACTION=add) ready for processing
Apr 24 12:44:25 localhost kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Apr 24 12:44:25 localhost kernel: xhci_hcd 0000:00:14.0: cache line size of 128 is not supported
Apr 24 12:44:25 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Apr 24 12:44:25 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 24 12:44:25 localhost kernel: usb usb1: Product: xHCI Host Controller
Apr 24 12:44:25 localhost kernel: usb usb1: Manufacturer: Linux 5.4.111 xhci-hcd
Apr 24 12:44:25 localhost kernel: usb usb1: SerialNumber: 0000:00:14.0
Apr 24 12:44:25 localhost kernel: hub 1-0:1.0: USB hub found
Apr 24 12:44:25 localhost kernel: hub 1-0:1.0: 12 ports detected
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0800:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C09:00: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0103:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0800:00: hwdb modalias key: "acpi:PNP0800:"
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI0003:00: SEQNUM=1410 blocked by SEQNUM=1409
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C09:00: Processing device (SEQNUM=1409, ACTION=add)
Apr 24 12:44:25 localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Apr 24 12:44:25 localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Apr 24 12:44:25 localhost kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Apr 24 12:44:25 localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
Apr 24 12:44:25 localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 24 12:44:25 localhost kernel: usb usb2: Product: xHCI Host Controller
Apr 24 12:44:25 localhost kernel: usb usb2: Manufacturer: Linux 5.4.111 xhci-hcd
Apr 24 12:44:25 localhost kernel: usb usb2: SerialNumber: 0000:00:14.0
Apr 24 12:44:25 localhost kernel: hub 2-0:1.0: USB hub found
Apr 24 12:44:25 localhost kernel: hub 2-0:1.0: 6 ports detected
Apr 24 12:44:25 localhost kernel: usb: port power management may be unreliable
Apr 24 12:44:25 localhost kernel: xhci_hcd 0000:3a:00.0: xHCI Host Controller
Apr 24 12:44:25 localhost kernel: xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
Apr 24 12:44:25 localhost kernel: xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
Apr 24 12:44:25 localhost kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Apr 24 12:44:25 localhost kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 24 12:44:25 localhost kernel: usb usb3: Product: xHCI Host Controller
Apr 24 12:44:25 localhost kernel: usb usb3: Manufacturer: Linux 5.4.111 xhci-hcd
Apr 24 12:44:25 localhost kernel: usb usb3: SerialNumber: 0000:3a:00.0
Apr 24 12:44:25 localhost kernel: hub 3-0:1.0: USB hub found
Apr 24 12:44:25 localhost kernel: hub 3-0:1.0: 2 ports detected
Apr 24 12:44:25 localhost kernel: xhci_hcd 0000:3a:00.0: xHCI Host Controller
Apr 24 12:44:25 localhost kernel: xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
Apr 24 12:44:25 localhost kernel: xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Apr 24 12:44:25 localhost kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
Apr 24 12:44:25 localhost kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 24 12:44:25 localhost kernel: usb usb4: Product: xHCI Host Controller
Apr 24 12:44:25 localhost kernel: usb usb4: Manufacturer: Linux 5.4.111 xhci-hcd
Apr 24 12:44:25 localhost kernel: usb usb4: SerialNumber: 0000:3a:00.0
Apr 24 12:44:25 localhost kernel: hub 4-0:1.0: USB hub found
Apr 24 12:44:25 localhost kernel: hub 4-0:1.0: 2 ports detected
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0103:00: hwdb modalias key: "acpi:PNP0103:"
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:00: SEQNUM=1411 blocked by SEQNUM=1409
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0103:00: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C09:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:01: SEQNUM=1412 blocked by SEQNUM=1409
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0800:00: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0103:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C09:00: hwdb modalias key: "acpi:PNP0C09:"
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0100:00: SEQNUM=1413 blocked by SEQNUM=1409
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0800:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0103:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C09:00: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0268:00: Device (SEQNUM=1414, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0103:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C09:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0268:00: SEQNUM=1414 blocked by SEQNUM=1409
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0A:00: Device (SEQNUM=1415, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C09:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0103:00: sd-device: Created db file '/run/udev/data/+platform:PNP0103:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0103:00'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0800:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0A:00: SEQNUM=1415 blocked by SEQNUM=1409
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0103:00: Running built-in command "kmod load acpi:PNP0103:"
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C09:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:PNP0103:
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1f.3: Device (SEQNUM=1416, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0800:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C09:00: sd-device: Created db file '/run/udev/data/+platform:PNP0C09:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1f.3: Device (SEQNUM=1416, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:PNP0103:'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C09:00: Running built-in command "kmod load acpi:PNP0C09:"
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0800:00: sd-device: Created db file '/run/udev/data/+platform:PNP0800:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0800:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1f.3: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:1f.3: Processing device (SEQNUM=1416, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0103:00: Device (SEQNUM=1407, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: acpi:PNP0C09:
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0800:00: Running built-in command "kmod load acpi:PNP0800:"
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1f.4: Device (SEQNUM=1417, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:1f.3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0103:00: sd-device-monitor: Passed 289 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: acpi:PNP0800:
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'acpi:PNP0C09:'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1f.4: Device (SEQNUM=1417, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.4: Processing device (SEQNUM=1417, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C09:00: Device (SEQNUM=1409, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'acpi:PNP0800:'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1f.4: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:1f.3: hwdb modalias key: "pci:v00008086d00009DC8sv000017AAsd00002279bc04sc03i80"
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C09:00: sd-device-monitor: Passed 289 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0800:00: Device (SEQNUM=1408, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1f.5: Device (SEQNUM=1418, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.4: hwdb modalias key: "pci:v00008086d00009DA3sv000017AAsd00002279bc0Csc05i00"
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0800:00: sd-device-monitor: Passed 289 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1f.5: Device (SEQNUM=1418, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1f.5: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:1f.3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1f.5: Processing device (SEQNUM=1418, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI0003:00: Device (SEQNUM=1410, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:1f.3: sd-device: Created db file '/run/udev/data/+pci:0000:00:1f.3' for '/devices/pci0000:00/0000:00:1f.3'
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI0003:00: sd-device-monitor: Passed 208 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1f.5: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI0003:00: Processing device (SEQNUM=1410, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:1f.3: Running built-in command "kmod load pci:v00008086d00009DC8sv000017AAsd00002279bc04sc03i80"
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI0003:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1f.5: hwdb modalias key: "pci:v00008086d00009DA4sv000017AAsd00002279bc0Csc80i00"
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.4: sd-device: Created db file '/run/udev/data/+pci:0000:00:1f.4' for '/devices/pci0000:00/0000:00:1f.4'
Apr 24 12:44:25 localhost systemd-udevd[143]: Loading module: pci:v00008086d00009DC8sv000017AAsd00002279bc04sc03i80
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:00: Device (SEQNUM=1411, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: INT3403:00: Processing device (SEQNUM=1411, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1f.5: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:00: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: Failed to find module 'pci:v00008086d00009DC8sv000017AAsd00002279bc04sc03i80'
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI0003:00: hwdb modalias key: "acpi:ACPI0003:"
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.4: Running built-in command "kmod load pci:v00008086d00009DA3sv000017AAsd00002279bc0Csc05i00"
Apr 24 12:44:25 localhost systemd-udevd[148]: INT3403:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:01: Device (SEQNUM=1412, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1f.5: sd-device: Created db file '/run/udev/data/+pci:0000:00:1f.5' for '/devices/pci0000:00/0000:00:1f.5'
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:1f.3: Device (SEQNUM=1416, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[147]: Loading module: pci:v00008086d00009DA3sv000017AAsd00002279bc0Csc05i00
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI0003:00: hwdb modalias key: "acpi:PNP0C09:"
Apr 24 12:44:25 localhost systemd-udevd[148]: INT3403:00: hwdb modalias key: "acpi:INT3403:"
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3403:01: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: INT3403:01: Processing device (SEQNUM=1412, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1f.5: Running built-in command "kmod load pci:v00008086d00009DA4sv000017AAsd00002279bc0Csc80i00"
Apr 24 12:44:25 localhost systemd-udevd[143]: 0000:00:1f.3: sd-device-monitor: Passed 509 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: Failed to find module 'pci:v00008086d00009DA3sv000017AAsd00002279bc0Csc05i00'
Apr 24 12:44:25 localhost systemd-udevd[148]: INT3403:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI0003:00: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[139]: INT3403:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0100:00: Device (SEQNUM=1413, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: pci:v00008086d00009DA4sv000017AAsd00002279bc0Csc80i00
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.4: Device (SEQNUM=1417, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[147]: 0000:00:1f.4: sd-device-monitor: Passed 486 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: INT3403:01: hwdb modalias key: "acpi:INT3403:"
Apr 24 12:44:25 localhost systemd-udevd[139]: INT3403:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[140]: LEN0100:00: Processing device (SEQNUM=1413, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: INT3403:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI0003:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'pci:v00008086d00009DA4sv000017AAsd00002279bc0Csc80i00'
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0100:00: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[140]: LEN0100:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI0003:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[148]: INT3403:00: sd-device: Created db file '/run/udev/data/+platform:INT3403:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT3403:00'
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI0003:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[139]: INT3403:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0268:00: Device (SEQNUM=1414, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[140]: LEN0100:00: hwdb modalias key: "acpi:LEN0100:"
Apr 24 12:44:25 localhost systemd-udevd[140]: LEN0100:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1f.5: Device (SEQNUM=1418, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:1f.5: sd-device-monitor: Passed 448 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LEN0268:00: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: INT3403:01: sd-device: Created db file '/run/udev/data/+platform:INT3403:01' for '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT3403:01'
Apr 24 12:44:25 localhost systemd-udevd[135]: LEN0268:00: Processing device (SEQNUM=1414, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: INT3403:00: Running built-in command "kmod load acpi:INT3403:"
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI0003:00: sd-device: Created db file '/run/udev/data/+platform:ACPI0003:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0003:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0A:00: Device (SEQNUM=1415, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[139]: INT3403:01: Running built-in command "kmod load acpi:INT3403:"
Apr 24 12:44:25 localhost systemd-udevd[140]: LEN0100:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: acpi:INT3403:
Apr 24 12:44:25 localhost systemd-udevd[135]: LEN0268:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI0003:00: Running built-in command "kmod load acpi:ACPI0003:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0A:00: sd-device-monitor: Passed 206 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: Loading module: acpi:INT3403:
Apr 24 12:44:25 localhost systemd-udevd[141]: PNP0C0A:00: Processing device (SEQNUM=1415, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[140]: LEN0100:00: sd-device: Created db file '/run/udev/data/+platform:LEN0100:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/LEN0100:00'
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'acpi:INT3403:'
Apr 24 12:44:25 localhost systemd-udevd[135]: LEN0268:00: hwdb modalias key: "acpi:LEN0268:"
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: acpi:ACPI0003:
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1f.6: Device (SEQNUM=1419, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[139]: Failed to find module 'acpi:INT3403:'
Apr 24 12:44:25 localhost systemd-udevd[140]: LEN0100:00: Running built-in command "kmod load acpi:LEN0100:"
Apr 24 12:44:25 localhost systemd-udevd[141]: PNP0C0A:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[148]: INT3403:00: Device (SEQNUM=1411, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: LEN0268:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1f.6: Device (SEQNUM=1419, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:1f.6: sd-device-monitor: Passed 303 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: 0000:00:1f.6: Processing device (SEQNUM=1419, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[140]: Loading module: acpi:LEN0100:
Apr 24 12:44:25 localhost systemd-udevd[141]: PNP0C0A:00: hwdb modalias key: "acpi:PNP0C0A:"
Apr 24 12:44:25 localhost systemd-udevd[135]: LEN0268:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[141]: PNP0C0A:00: hwdb modalias key: "acpi:PNP0C09:"
Apr 24 12:44:25 localhost systemd-udevd[139]: INT3403:01: Device (SEQNUM=1412, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34BB:00: Device (SEQNUM=1420, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[137]: 0000:00:1f.6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[140]: Failed to find module 'acpi:LEN0100:'
Apr 24 12:44:25 localhost systemd-udevd[148]: INT3403:00: sd-device-monitor: Passed 347 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'acpi:ACPI0003:'
Apr 24 12:44:25 localhost systemd-udevd[135]: LEN0268:00: sd-device: Created db file '/run/udev/data/+platform:LEN0268:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/LEN0268:00'
Apr 24 12:44:25 localhost systemd-udevd[141]: PNP0C0A:00: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[139]: INT3403:01: sd-device-monitor: Passed 347 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34BB:00: Device (SEQNUM=1420, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[137]: 0000:00:1f.6: hwdb modalias key: "pci:v00008086d000015BEsv000017AAsd00002279bc02sc00i00"
Apr 24 12:44:25 localhost systemd-udevd[140]: LEN0100:00: Device (SEQNUM=1413, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI0003:00: Device (SEQNUM=1410, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: LEN0268:00: Running built-in command "kmod load acpi:LEN0268:"
Apr 24 12:44:25 localhost systemd-udevd[141]: PNP0C0A:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[133]: INT34BB:00: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: INT34BB:00: Processing device (SEQNUM=1420, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00: Device (SEQNUM=1421, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI0003:00: sd-device-monitor: Passed 304 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: Loading module: acpi:LEN0268:
Apr 24 12:44:25 localhost systemd-udevd[141]: PNP0C0A:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[137]: 0000:00:1f.6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[140]: LEN0100:00: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00: Device (SEQNUM=1421, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00: Processing device (SEQNUM=1421, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[135]: Failed to find module 'acpi:LEN0268:'
Apr 24 12:44:25 localhost systemd-udevd[141]: PNP0C0A:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[137]: 0000:00:1f.6: sd-device: Created db file '/run/udev/data/+pci:0000:00:1f.6' for '/devices/pci0000:00/0000:00:1f.6'
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00: sd-device-monitor: Passed 163 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: INT34BB:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[135]: LEN0268:00: Device (SEQNUM=1414, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[137]: 0000:00:1f.6: Running built-in command "kmod load pci:v00008086d000015BEsv000017AAsd00002279bc02sc00i00"
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00: Device (SEQNUM=1421, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[141]: PNP0C0A:00: sd-device: Created db file '/run/udev/data/+platform:PNP0C0A:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C0A:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI000C:00: Device (SEQNUM=1422, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: INT34BB:00: hwdb modalias key: "acpi:INT34BB:"
Apr 24 12:44:25 localhost systemd-udevd[135]: LEN0268:00: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: Loading module: pci:v00008086d000015BEsv000017AAsd00002279bc02sc00i00
Apr 24 12:44:25 localhost systemd-udevd[148]: 0000:00: sd-device-monitor: Passed 163 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: PNP0C0A:00: Running built-in command "kmod load acpi:PNP0C0A:"
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI000C:00: Device (SEQNUM=1422, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI000C:00: Processing device (SEQNUM=1422, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[137]: Failed to find module 'pci:v00008086d000015BEsv000017AAsd00002279bc02sc00i00'
Apr 24 12:44:25 localhost systemd-udevd[141]: Loading module: acpi:PNP0C0A:
Apr 24 12:44:25 localhost systemd-udevd[133]: ACPI000C:00: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: INT34BB:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[137]: 0000:00:1f.6: Device (SEQNUM=1419, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI000C:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[149]: INT34BB:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT0E0C:00: Device (SEQNUM=1423, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI000C:00: hwdb modalias key: "acpi:ACPI000C:"
Apr 24 12:44:25 localhost systemd-udevd[137]: 0000:00:1f.6: sd-device-monitor: Passed 495 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: Failed to find module 'acpi:PNP0C0A:'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT0E0C:00: Device (SEQNUM=1423, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: INT0E0C:00: Processing device (SEQNUM=1423, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[141]: PNP0C0A:00: Device (SEQNUM=1415, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI000C:00: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[133]: INT0E0C:00: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: INT34BB:00: sd-device: Created db file '/run/udev/data/+platform:INT34BB:00' for '/devices/pci0000:00/INT34BB:00'
Apr 24 12:44:25 localhost systemd-udevd[148]: INT0E0C:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[141]: PNP0C0A:00: sd-device-monitor: Passed 300 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI000C:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3400:00: Device (SEQNUM=1424, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: INT34BB:00: Running built-in command "kmod load acpi:INT34BB:"
Apr 24 12:44:25 localhost kernel: pstore: Unknown compression: deflate
Apr 24 12:44:25 localhost kernel: pstore: Registered efi as persistent store backend
Apr 24 12:44:25 localhost systemd-udevd[148]: INT0E0C:00: hwdb modalias key: "acpi:INT0E0C:"
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI000C:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3400:00: Device (SEQNUM=1424, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:INT34BB:
Apr 24 12:44:25 localhost systemd-udevd[148]: INT0E0C:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: INT3400:00: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI000C:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[143]: INT3400:00: Processing device (SEQNUM=1424, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: INT3400:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0D:00: Device (SEQNUM=1425, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: INT0E0C:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI000C:00: sd-device: Created db file '/run/udev/data/+platform:ACPI000C:00' for '/devices/platform/ACPI000C:00'
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:INT34BB:'
Apr 24 12:44:25 localhost systemd-udevd[143]: INT3400:00: hwdb modalias key: "acpi:INT3400:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0D:00: Device (SEQNUM=1425, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: INT0E0C:00: sd-device: Created db file '/run/udev/data/+platform:INT0E0C:00' for '/devices/platform/INT0E0C:00'
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI000C:00: Running built-in command "kmod load acpi:ACPI000C:"
Apr 24 12:44:25 localhost systemd-udevd[149]: INT34BB:00: Device (SEQNUM=1420, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: INT3400:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0D:00: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0E:00: Device (SEQNUM=1426, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: INT0E0C:00: Running built-in command "kmod load acpi:INT0E0C:"
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: acpi:ACPI000C:
Apr 24 12:44:25 localhost systemd-udevd[149]: INT34BB:00: sd-device-monitor: Passed 289 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0D:00: Processing device (SEQNUM=1425, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0E:00: Device (SEQNUM=1426, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: INT3400:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: acpi:INT0E0C:
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'acpi:ACPI000C:'
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0D:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C0E:00: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C0E:00: Processing device (SEQNUM=1426, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: INT3400:00: sd-device: Created db file '/run/udev/data/+platform:INT3400:00' for '/devices/platform/INT3400:00'
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI000C:00: Device (SEQNUM=1422, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'acpi:INT0E0C:'
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0D:00: hwdb modalias key: "acpi:PNP0C0D:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:00: Device (SEQNUM=1427, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C0E:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[143]: INT3400:00: Running built-in command "kmod load acpi:INT3400:"
Apr 24 12:44:25 localhost systemd-udevd[142]: ACPI000C:00: sd-device-monitor: Passed 244 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: INT0E0C:00: Device (SEQNUM=1423, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: INT0E0C:00: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0D:00: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C0E:00: hwdb modalias key: "acpi:PNP0C0E:"
Apr 24 12:44:25 localhost systemd-udevd[143]: Loading module: acpi:INT3400:
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:00: Device (SEQNUM=1427, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0D:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C0E:00: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:00: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: Failed to find module 'acpi:INT3400:'
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0D:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C0E:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[143]: INT3400:00: Device (SEQNUM=1424, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:01: Device (SEQNUM=1428, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C0E:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0D:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C14:00: Processing device (SEQNUM=1427, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: INT3400:00: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:01: Device (SEQNUM=1428, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C0E:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0D:00: sd-device: Created db file '/run/udev/data/+platform:PNP0C0D:00' for '/devices/platform/PNP0C0D:00'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C14:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:01: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:01: Processing device (SEQNUM=1428, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0D:00: Running built-in command "kmod load acpi:PNP0C0D:"
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C0E:00: sd-device: Created db file '/run/udev/data/+platform:PNP0C0E:00' for '/devices/platform/PNP0C0E:00'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C14:00: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:02: Device (SEQNUM=1429, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[147]: Loading module: acpi:PNP0C0D:
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[147]: Failed to find module 'acpi:PNP0C0D:'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C14:00: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:02: Device (SEQNUM=1429, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:01: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C0E:00: Running built-in command "kmod load acpi:PNP0C0E:"
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0D:00: Device (SEQNUM=1425, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C14:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:02: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: Processing device (SEQNUM=1429, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[139]: Loading module: acpi:PNP0C0E:
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:01: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C0D:00: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C14:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:03: Device (SEQNUM=1430, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost kernel: cryptd: max_cpu_qlen set to 1000
Apr 24 12:44:25 localhost systemd-udevd[139]: Failed to find module 'acpi:PNP0C0E:'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:03: Device (SEQNUM=1430, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:03: Processing device (SEQNUM=1430, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C0E:00: Device (SEQNUM=1426, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:03: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C14:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:03: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C0E:00: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:01: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:04: Device (SEQNUM=1431, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:03: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C14:00: sd-device: Created db file '/run/udev/data/+platform:PNP0C14:00' for '/devices/platform/PNP0C14:00'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:04: Device (SEQNUM=1431, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:01: sd-device: Created db file '/run/udev/data/+platform:PNP0C14:01' for '/devices/platform/PNP0C14:01'
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C14:00: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:03: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:04: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:01: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:05: Device (SEQNUM=1432, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:PNP0C14:
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:03: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: acpi:PNP0C14:
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C14:04: Processing device (SEQNUM=1431, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:05: Device (SEQNUM=1432, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:03: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: sd-device: Created db file '/run/udev/data/+platform:PNP0C14:02' for '/devices/platform/PNP0C14:02'
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C14:04: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[133]: PNP0C14:05: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C14:00: Device (SEQNUM=1427, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C14:05: Processing device (SEQNUM=1432, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C14:05: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:03: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C14:04: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[133]: STM7308:00: Device (SEQNUM=1433, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: PNP0C14:00: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: acpi:PNP0C14:
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:01: Device (SEQNUM=1428, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C14:05: hwdb modalias key: "acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[133]: STM7308:00: Device (SEQNUM=1433, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:03: sd-device: Created db file '/run/udev/data/+platform:PNP0C14:03' for '/devices/platform/PNP0C14:03'
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C14:04: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:44:25 localhost systemd-udevd[142]: PNP0C14:01: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C14:05: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[133]: STM7308:00: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:03: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[140]: STM7308:00: Processing device (SEQNUM=1433, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C14:04: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[140]: STM7308:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C14:05: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[143]: Loading module: acpi:PNP0C14:
Apr 24 12:44:25 localhost systemd-udevd[133]: USBC000:00: Device (SEQNUM=1434, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C14:04: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: Device (SEQNUM=1429, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[140]: STM7308:00: hwdb modalias key: "acpi:STM7308:MSFT0101:"
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C14:05: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: USBC000:00: Device (SEQNUM=1434, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:44:25 localhost systemd-udevd[148]: PNP0C14:02: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C14:04: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[140]: STM7308:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: USBC000:00: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:03: Device (SEQNUM=1430, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: USBC000:00: Processing device (SEQNUM=1434, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[140]: STM7308:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C14:04: sd-device: Created db file '/run/udev/data/+platform:PNP0C14:04' for '/devices/platform/PNP0C14:04'
Apr 24 12:44:25 localhost systemd-udevd[143]: PNP0C14:03: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: efi-framebuffer.0: Device (SEQNUM=1435, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C14:05: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: USBC000:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C14:04: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[140]: STM7308:00: sd-device: Created db file '/run/udev/data/+platform:STM7308:00' for '/devices/platform/STM7308:00'
Apr 24 12:44:25 localhost systemd-udevd[133]: efi-framebuffer.0: Device (SEQNUM=1435, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: USBC000:00: hwdb modalias key: "acpi:USBC000:PNP0CA0:"
Apr 24 12:44:25 localhost systemd-udevd[149]: USBC000:00: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[147]: Loading module: acpi:PNP0C14:
Apr 24 12:44:25 localhost systemd-udevd[140]: STM7308:00: Running built-in command "kmod load acpi:STM7308:MSFT0101:"
Apr 24 12:44:25 localhost systemd-udevd[133]: efi-framebuffer.0: sd-device-monitor: Passed 221 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: efi-framebuffer.0: Processing device (SEQNUM=1435, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C14:05: sd-device: Created db file '/run/udev/data/+platform:PNP0C14:05' for '/devices/platform/PNP0C14:05'
Apr 24 12:44:25 localhost systemd-udevd[149]: USBC000:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[140]: Loading module: acpi:STM7308:MSFT0101:
Apr 24 12:44:25 localhost systemd-udevd[147]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:44:25 localhost systemd-udevd[140]: Failed to find module 'acpi:STM7308:MSFT0101:'
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C14:05: Running built-in command "kmod load acpi:PNP0C14:"
Apr 24 12:44:25 localhost systemd-udevd[142]: efi-framebuffer.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[149]: USBC000:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C14:04: Device (SEQNUM=1431, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: fb0: Device (SEQNUM=1436, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[140]: STM7308:00: Device (SEQNUM=1433, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[139]: Loading module: acpi:PNP0C14:
Apr 24 12:44:25 localhost systemd-udevd[142]: efi-framebuffer.0: hwdb modalias key: "platform:efi-framebuffer"
Apr 24 12:44:25 localhost systemd-udevd[147]: PNP0C14:04: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: USBC000:00: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: fb0: SEQNUM=1436 blocked by SEQNUM=1435
Apr 24 12:44:25 localhost systemd-udevd[140]: STM7308:00: sd-device-monitor: Passed 302 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: efivars.0: Device (SEQNUM=1437, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: efi-framebuffer.0: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[149]: USBC000:00: sd-device: Created db file '/run/udev/data/+platform:USBC000:00' for '/devices/platform/USBC000:00'
Apr 24 12:44:25 localhost systemd-udevd[139]: Failed to find module 'acpi:PNP0C14:'
Apr 24 12:44:25 localhost systemd-udevd[133]: efivars.0: Device (SEQNUM=1437, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: efi-framebuffer.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[149]: USBC000:00: Running built-in command "kmod load acpi:USBC000:PNP0CA0:"
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C14:05: Device (SEQNUM=1432, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: efivars.0: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: efivars.0: Processing device (SEQNUM=1437, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: efi-framebuffer.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: acpi:USBC000:PNP0CA0:
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'acpi:USBC000:PNP0CA0:'
Apr 24 12:44:25 localhost systemd-udevd[133]: microcode: Device (SEQNUM=1438, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: efivars.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[142]: efi-framebuffer.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[139]: PNP0C14:05: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: USBC000:00: Device (SEQNUM=1434, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: microcode: Device (SEQNUM=1438, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: efivars.0: hwdb modalias key: "platform:efivars"
Apr 24 12:44:25 localhost systemd-udevd[142]: efi-framebuffer.0: sd-device: Created db file '/run/udev/data/+platform:efi-framebuffer.0' for '/devices/platform/efi-framebuffer.0'
Apr 24 12:44:25 localhost systemd-udevd[149]: USBC000:00: sd-device-monitor: Passed 248 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: microcode: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: microcode: Processing device (SEQNUM=1438, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: efivars.0: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[142]: efi-framebuffer.0: Running built-in command "kmod load platform:efi-framebuffer"
Apr 24 12:44:25 localhost systemd-udevd[133]: pcspkr: Device (SEQNUM=1439, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: microcode: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[148]: efivars.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: platform:efi-framebuffer
Apr 24 12:44:25 localhost systemd-udevd[133]: pcspkr: Device (SEQNUM=1439, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: pcspkr: Processing device (SEQNUM=1439, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: efivars.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[142]: Failed to find module 'platform:efi-framebuffer'
Apr 24 12:44:25 localhost systemd-udevd[133]: pcspkr: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: microcode: hwdb modalias key: "platform:microcode"
Apr 24 12:44:25 localhost systemd-udevd[149]: pcspkr: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[142]: efi-framebuffer.0: Device (SEQNUM=1435, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: efivars.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: reg-dummy: Device (SEQNUM=1440, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: microcode: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[149]: pcspkr: hwdb modalias key: "platform:pcspkr"
Apr 24 12:44:25 localhost systemd-udevd[142]: efi-framebuffer.0: sd-device-monitor: Passed 295 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: reg-dummy: Device (SEQNUM=1440, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: efivars.0: sd-device: Created db file '/run/udev/data/+platform:efivars.0' for '/devices/platform/efivars.0'
Apr 24 12:44:25 localhost systemd-udevd[143]: microcode: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[149]: pcspkr: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[133]: reg-dummy: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: fb0: Device (SEQNUM=1436, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[147]: reg-dummy: Processing device (SEQNUM=1440, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: microcode: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[149]: pcspkr: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[148]: efivars.0: Running built-in command "kmod load platform:efivars"
Apr 24 12:44:25 localhost systemd-udevd[133]: fb0: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: fb0: Processing device (SEQNUM=1436, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[147]: reg-dummy: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[149]: pcspkr: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[143]: microcode: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: platform:efivars
Apr 24 12:44:25 localhost kernel: AVX2 version of gcm_enc/dec engaged.
Apr 24 12:44:25 localhost kernel: AES CTR mode by8 optimization enabled
Apr 24 12:44:25 localhost systemd-udevd[133]: regulator.0: Device (SEQNUM=1441, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[147]: reg-dummy: hwdb modalias key: "platform:reg-dummy"
Apr 24 12:44:25 localhost systemd-udevd[142]: fb0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:34 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: pcspkr: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[143]: microcode: sd-device: Created db file '/run/udev/data/+platform:microcode' for '/devices/platform/microcode'
Apr 24 12:44:25 localhost systemd-udevd[133]: regulator.0: SEQNUM=1441 blocked by SEQNUM=1440
Apr 24 12:44:25 localhost systemd-udevd[133]: serial8250: Device (SEQNUM=1442, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: microcode: Running built-in command "kmod load platform:microcode"
Apr 24 12:44:25 localhost systemd-udevd[149]: pcspkr: sd-device: Created db file '/run/udev/data/+platform:pcspkr' for '/devices/platform/pcspkr'
Apr 24 12:44:25 localhost systemd-udevd[147]: reg-dummy: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[133]: serial8250: Device (SEQNUM=1442, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: Loading module: platform:microcode
Apr 24 12:44:25 localhost systemd-udevd[142]: fb0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/71-seat.rules:77 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[149]: pcspkr: Running built-in command "kmod load platform:pcspkr"
Apr 24 12:44:25 localhost systemd-udevd[147]: reg-dummy: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[133]: serial8250: sd-device-monitor: Passed 204 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: serial8250: Processing device (SEQNUM=1442, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS0: Device (SEQNUM=1443, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[139]: serial8250: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Apr 24 12:44:25 localhost systemd-udevd[147]: reg-dummy: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[142]: fb0: Handling device node '/dev/fb0', devnum=c29:0
Apr 24 12:44:25 localhost systemd-udevd[143]: Failed to find module 'platform:microcode'
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS0: SEQNUM=1443 blocked by SEQNUM=1442
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: platform:pcspkr
Apr 24 12:44:25 localhost systemd-udevd[139]: serial8250: hwdb modalias key: "platform:serial8250"
Apr 24 12:44:25 localhost systemd-udevd[142]: fb0: Preserve permissions of /dev/fb0, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[139]: serial8250: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[147]: reg-dummy: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS1: Device (SEQNUM=1444, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: Failed to find module 'platform:pcspkr'
Apr 24 12:44:25 localhost systemd-udevd[142]: fb0: Creating symlink '/dev/char/29:0' to '../fb0'
Apr 24 12:44:25 localhost systemd-udevd[143]: microcode: Device (SEQNUM=1438, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[139]: serial8250: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=platform': No data available
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS1: SEQNUM=1444 blocked by SEQNUM=1442
Apr 24 12:44:25 localhost systemd-udevd[149]: pcspkr: Device (SEQNUM=1439, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[147]: reg-dummy: sd-device: Created db file '/run/udev/data/+platform:reg-dummy' for '/devices/platform/reg-dummy'
Apr 24 12:44:25 localhost systemd-udevd[143]: microcode: sd-device-monitor: Passed 242 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: fb0: sd-device: Created db file '/run/udev/data/c29:0' for '/devices/platform/efi-framebuffer.0/graphics/fb0'
Apr 24 12:44:25 localhost systemd-udevd[139]: serial8250: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS2: Device (SEQNUM=1445, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: pcspkr: sd-device-monitor: Passed 230 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: reg-dummy: Running built-in command "kmod load platform:reg-dummy"
Apr 24 12:44:25 localhost systemd-udevd[142]: fb0: Device (SEQNUM=1436, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS2: SEQNUM=1445 blocked by SEQNUM=1442
Apr 24 12:44:25 localhost systemd-udevd[139]: serial8250: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[147]: Loading module: platform:reg-dummy
Apr 24 12:44:25 localhost systemd-udevd[139]: serial8250: sd-device: Created db file '/run/udev/data/+platform:serial8250' for '/devices/platform/serial8250'
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS3: Device (SEQNUM=1446, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: fb0: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: serial8250: Running built-in command "kmod load platform:serial8250"
Apr 24 12:44:25 localhost systemd-udevd[147]: Failed to find module 'platform:reg-dummy'
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS3: SEQNUM=1446 blocked by SEQNUM=1442
Apr 24 12:44:25 localhost systemd-udevd[139]: Loading module: platform:serial8250
Apr 24 12:44:25 localhost systemd-udevd[147]: reg-dummy: Device (SEQNUM=1440, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:00: Device (SEQNUM=1447, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[139]: Failed to find module 'platform:serial8250'
Apr 24 12:44:25 localhost systemd-udevd[147]: reg-dummy: sd-device-monitor: Passed 259 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:00: Device (SEQNUM=1447, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 00:00: Processing device (SEQNUM=1447, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[150]: Inserted module 'xhci_pci'
Apr 24 12:44:25 localhost systemd-udevd[150]: 0000:3a:00.0: Device (SEQNUM=1389, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:00: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: serial8250: Device (SEQNUM=1442, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: Inserted module 'xhci_pci'
Apr 24 12:44:25 localhost systemd-udevd[150]: 0000:3a:00.0: sd-device-monitor: Passed 613 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 00:00: Device (SEQNUM=1447, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: regulator.0: Device (SEQNUM=1441, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: regulator.0: Processing device (SEQNUM=1441, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:14.0: Device (SEQNUM=1363, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: 00:00: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: regulator.0: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: regulator.0: Device (SEQNUM=1441, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: 0000:00:14.0: sd-device-monitor: Passed 555 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:01: Device (SEQNUM=1448, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[139]: serial8250: sd-device-monitor: Passed 264 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: regulator.0: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:01: Device (SEQNUM=1448, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: Inserted module 'efivars'
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:01: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: 00:01: Processing device (SEQNUM=1448, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS0: Device (SEQNUM=1443, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS0: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: ttyS0: Processing device (SEQNUM=1443, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS1: Device (SEQNUM=1444, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: 00:01: Device (SEQNUM=1448, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: ttyS0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:26 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS1: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: ttyS1: Processing device (SEQNUM=1444, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: 00:01: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS2: Device (SEQNUM=1445, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: ttyS1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:26 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS2: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: ttyS2: Processing device (SEQNUM=1445, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: ttyS0: Handling device node '/dev/ttyS0', devnum=c4:64
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS3: Device (SEQNUM=1446, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[147]: ttyS3: Processing device (SEQNUM=1446, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: ttyS0: Preserve permissions of /dev/ttyS0, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[142]: ttyS1: Handling device node '/dev/ttyS1', devnum=c4:65
Apr 24 12:44:25 localhost systemd-udevd[133]: ttyS3: sd-device-monitor: Passed 198 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: ttyS2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:26 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[147]: ttyS3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:26 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: ttyS0: Creating symlink '/dev/char/4:64' to '../ttyS0'
Apr 24 12:44:25 localhost systemd-udevd[142]: ttyS1: Preserve permissions of /dev/ttyS1, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[149]: ttyS0: sd-device: Created db file '/run/udev/data/c4:64' for '/devices/platform/serial8250/tty/ttyS0'
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:02: Device (SEQNUM=1449, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: ttyS0: Device (SEQNUM=1443, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[147]: ttyS3: Handling device node '/dev/ttyS3', devnum=c4:67
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:02: Device (SEQNUM=1449, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: ttyS2: Handling device node '/dev/ttyS2', devnum=c4:66
Apr 24 12:44:25 localhost systemd-udevd[149]: ttyS0: sd-device-monitor: Passed 213 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: ttyS1: Creating symlink '/dev/char/4:65' to '../ttyS1'
Apr 24 12:44:25 localhost systemd-udevd[147]: ttyS3: Preserve permissions of /dev/ttyS3, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[142]: ttyS1: sd-device: Created db file '/run/udev/data/c4:65' for '/devices/platform/serial8250/tty/ttyS1'
Apr 24 12:44:25 localhost systemd-udevd[145]: ttyS2: Preserve permissions of /dev/ttyS2, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[139]: 00:02: Processing device (SEQNUM=1449, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[147]: ttyS3: Creating symlink '/dev/char/4:67' to '../ttyS3'
Apr 24 12:44:25 localhost systemd-udevd[142]: ttyS1: Device (SEQNUM=1444, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:02: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:03: Device (SEQNUM=1450, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: ttyS1: sd-device-monitor: Passed 213 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: ttyS3: sd-device: Created db file '/run/udev/data/c4:67' for '/devices/platform/serial8250/tty/ttyS3'
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:03: Device (SEQNUM=1450, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: ttyS2: Creating symlink '/dev/char/4:66' to '../ttyS2'
Apr 24 12:44:25 localhost systemd-udevd[139]: 00:02: Device (SEQNUM=1449, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[147]: ttyS3: Device (SEQNUM=1446, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:03: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 00:03: Processing device (SEQNUM=1450, ACTION=add)
Apr 24 12:44:25 localhost systemd[1]: dev-ttyS0.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[139]: 00:02: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 00:03: Device (SEQNUM=1450, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[147]: ttyS3: sd-device-monitor: Passed 213 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:04: Device (SEQNUM=1451, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd[1]: sys-devices-platform-serial8250-tty-ttyS0.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[149]: 00:03: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: ttyS2: sd-device: Created db file '/run/udev/data/c4:66' for '/devices/platform/serial8250/tty/ttyS2'
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:04: Device (SEQNUM=1451, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: ttyS2: Device (SEQNUM=1445, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:04: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 00:04: Processing device (SEQNUM=1451, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: ttyS2: sd-device-monitor: Passed 213 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:05: Device (SEQNUM=1452, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:05: Device (SEQNUM=1452, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:05: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 00:05: Processing device (SEQNUM=1452, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:06: Device (SEQNUM=1453, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: 00:04: Device (SEQNUM=1451, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:06: Device (SEQNUM=1453, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: 00:04: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:06: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: 00:06: Processing device (SEQNUM=1453, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 00:05: Device (SEQNUM=1452, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:07: Device (SEQNUM=1454, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 00:05: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:07: Device (SEQNUM=1454, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:07: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: 00:06: Device (SEQNUM=1453, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: 00:07: Processing device (SEQNUM=1454, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:08: Device (SEQNUM=1455, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd[1]: dev-ttyS1.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[145]: 00:06: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:08: Device (SEQNUM=1455, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd[1]: sys-devices-platform-serial8250-tty-ttyS1.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:08: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 00:08: Processing device (SEQNUM=1455, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: 00:07: Device (SEQNUM=1454, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:09: Device (SEQNUM=1456, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: 00:07: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:09: Device (SEQNUM=1456, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 00:08: Device (SEQNUM=1455, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:09: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: 00:09: Processing device (SEQNUM=1456, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 00:08: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:0a: Device (SEQNUM=1457, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:0a: Device (SEQNUM=1457, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:0a: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: 00:09: Device (SEQNUM=1456, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: 00:0a: Processing device (SEQNUM=1457, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: 00:09: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:0b: Device (SEQNUM=1458, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:0b: Device (SEQNUM=1458, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 00:0b: Processing device (SEQNUM=1458, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 00:0b: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 00:0a: Device (SEQNUM=1457, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: software: Device (SEQNUM=1459, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: 00:0a: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: software: Device (SEQNUM=1459, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 00:0b: Device (SEQNUM=1458, ACTION=add) processed
Apr 24 12:44:25 localhost systemd[1]: dev-ttyS3.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[133]: software: sd-device-monitor: Passed 150 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: software: Processing device (SEQNUM=1459, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: broadcast: Device (SEQNUM=1460, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd[1]: sys-devices-platform-serial8250-tty-ttyS3.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[149]: 00:0b: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: broadcast: Device (SEQNUM=1460, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: software: Device (SEQNUM=1459, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: broadcast: sd-device-monitor: Passed 169 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: software: sd-device-monitor: Passed 150 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: broadcast: Processing device (SEQNUM=1460, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent0: Device (SEQNUM=1461, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent0: Device (SEQNUM=1461, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: clockevent0: Processing device (SEQNUM=1461, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent0: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent1: Device (SEQNUM=1462, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: broadcast: Device (SEQNUM=1460, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent1: Device (SEQNUM=1462, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: broadcast: sd-device-monitor: Passed 169 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: clockevent0: Device (SEQNUM=1461, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent1: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: clockevent1: Processing device (SEQNUM=1462, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: clockevent0: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent2: Device (SEQNUM=1463, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent2: Device (SEQNUM=1463, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent2: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: clockevent2: Processing device (SEQNUM=1463, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: clockevent1: Device (SEQNUM=1462, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent3: Device (SEQNUM=1464, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: clockevent1: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent3: Device (SEQNUM=1464, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd[1]: dev-ttyS2.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent3: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: clockevent2: Device (SEQNUM=1463, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: clockevent3: Processing device (SEQNUM=1464, ACTION=add)
Apr 24 12:44:25 localhost systemd[1]: sys-devices-platform-serial8250-tty-ttyS2.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[142]: clockevent2: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent4: Device (SEQNUM=1465, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent4: Device (SEQNUM=1465, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: clockevent3: Device (SEQNUM=1464, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent4: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: clockevent4: Processing device (SEQNUM=1465, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: clockevent3: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent5: Device (SEQNUM=1466, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent5: Device (SEQNUM=1466, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent5: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: clockevent4: Device (SEQNUM=1465, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: clockevent5: Processing device (SEQNUM=1466, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: Inserted module 'efi_pstore'
Apr 24 12:44:25 localhost systemd-udevd[145]: clockevent4: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent6: Device (SEQNUM=1467, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: efivars.0: Device (SEQNUM=1437, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent6: Device (SEQNUM=1467, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: clockevent6: Processing device (SEQNUM=1467, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: clockevent5: Device (SEQNUM=1466, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent6: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: efivars.0: sd-device-monitor: Passed 240 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: clockevent5: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent7: Device (SEQNUM=1468, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: clockevent6: Device (SEQNUM=1467, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent7: Device (SEQNUM=1468, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: clockevent6: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: clockevent7: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: clockevent7: Processing device (SEQNUM=1468, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: clocksource0: Device (SEQNUM=1469, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: clocksource0: Device (SEQNUM=1469, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: clocksource0: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: clocksource0: Processing device (SEQNUM=1469, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: PRP00001:00: Device (SEQNUM=1470, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: clockevent7: Device (SEQNUM=1468, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PRP00001:00: Device (SEQNUM=1470, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: clockevent7: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PRP00001:00: sd-device-monitor: Passed 167 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PRP00001:00: Processing device (SEQNUM=1470, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: clocksource0: Device (SEQNUM=1469, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu0: Device (SEQNUM=1471, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: clocksource0: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu0: Device (SEQNUM=1471, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: PRP00001:00: Device (SEQNUM=1470, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu0: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: cpu0: Processing device (SEQNUM=1471, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: PRP00001:00: sd-device-monitor: Passed 167 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: cpu0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu1: Device (SEQNUM=1472, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: cpu0: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu1: Device (SEQNUM=1472, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu1: Processing device (SEQNUM=1472, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu1: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: "
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu1: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu2: Device (SEQNUM=1473, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: "
Apr 24 12:44:25 localhost systemd-udevd[145]: cpu0: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu2: Device (SEQNUM=1473, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: cpu0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu1: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu2: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: cpu2: Processing device (SEQNUM=1473, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:44:25 localhost systemd-udevd[142]: cpu2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu1: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[142]: cpu2: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu3: Device (SEQNUM=1474, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: cpu0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[149]: "
Apr 24 12:44:25 localhost systemd-udevd[142]: "
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu3: Device (SEQNUM=1474, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: cpu0: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu3: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: "
Apr 24 12:44:25 localhost systemd-udevd[142]: cpu2: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[148]: cpu3: Processing device (SEQNUM=1474, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu4: Device (SEQNUM=1475, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: cpu3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:44:25 localhost systemd-udevd[142]: cpu2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu4: Device (SEQNUM=1475, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[148]: cpu3: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu4: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: cpu2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[142]: cpu2: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[148]: "
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu5: Device (SEQNUM=1476, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: "
Apr 24 12:44:25 localhost systemd-udevd[148]: cpu3: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu5: Device (SEQNUM=1476, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: cpu4: Processing device (SEQNUM=1475, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[147]: cpu5: Processing device (SEQNUM=1476, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: cpu4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:44:25 localhost systemd-udevd[147]: cpu5: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu5: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: cpu4: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[147]: cpu5: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[148]: cpu3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu6: Device (SEQNUM=1477, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: "
Apr 24 12:44:25 localhost systemd-udevd[147]: "
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu6: Device (SEQNUM=1477, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: cpu3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[148]: cpu3: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu6: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: cpu6: Processing device (SEQNUM=1477, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[147]: cpu5: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[143]: cpu4: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[148]: "
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu7: Device (SEQNUM=1478, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[147]: cpu5: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:44:25 localhost systemd-udevd[139]: cpu6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:44:25 localhost systemd-udevd[143]: cpu4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:44:25 localhost systemd-udevd[147]: cpu5: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[147]: cpu5: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[139]: cpu6: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[143]: cpu4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu7: Device (SEQNUM=1478, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[147]: "
Apr 24 12:44:25 localhost systemd-udevd[139]: "
Apr 24 12:44:25 localhost systemd-udevd[143]: cpu4: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu7: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[150]: cpu7: Processing device (SEQNUM=1478, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[147]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[143]: "
Apr 24 12:44:25 localhost systemd-udevd[139]: cpu6: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck0: Device (SEQNUM=1479, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[150]: cpu7: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Apr 24 12:44:25 localhost systemd-udevd[143]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[139]: cpu6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck0: Device (SEQNUM=1479, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[150]: cpu7: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck0: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: cpu6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[139]: cpu6: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[139]: "
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck1: Device (SEQNUM=1480, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[139]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[150]: "
Apr 24 12:44:25 localhost systemd-udevd[150]: cpu7: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck1: Device (SEQNUM=1480, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[150]: cpu7: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck1: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[140]: machinecheck0: Processing device (SEQNUM=1479, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck2: Device (SEQNUM=1481, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck2: Device (SEQNUM=1481, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck2: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[150]: cpu7: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[141]: machinecheck2: Processing device (SEQNUM=1481, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[140]: machinecheck0: Device (SEQNUM=1479, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[140]: machinecheck0: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: machinecheck1: Processing device (SEQNUM=1480, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[141]: machinecheck2: Device (SEQNUM=1481, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[141]: machinecheck2: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[150]: cpu7: Running built-in command "kmod load cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[150]: "
Apr 24 12:44:25 localhost systemd-udevd[150]: Loading module: cpu:type:x86,ven0000fam0006mod008E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,002B,0034,003A,003B,003D,0068,006A,006B,006C,006D,006F,0070,0072,0074,0075,0076,0078,0079,007C,0080,0081,0082,0083,0084,0085,0087,0088,0089,008B,008C,008D,008E,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,00C0,00C5,00C8,00E1,00E3,00E7,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,0100,0101,0102,0103,0104,0111,0120,0121,0122,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,025A,025B,025C,025D,025F
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck3: Device (SEQNUM=1482, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck3: Device (SEQNUM=1482, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: Inserted module 'aesni_intel'
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck3: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: machinecheck3: Processing device (SEQNUM=1482, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck4: Device (SEQNUM=1483, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck4: Device (SEQNUM=1483, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[147]: Inserted module 'aesni_intel'
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck4: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck5: Device (SEQNUM=1484, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck5: Device (SEQNUM=1484, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck5: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: Inserted module 'aesni_intel'
Apr 24 12:44:25 localhost systemd-udevd[140]: machinecheck4: Processing device (SEQNUM=1483, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck6: Device (SEQNUM=1485, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck6: Device (SEQNUM=1485, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck6: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck7: Device (SEQNUM=1486, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[134]: machinecheck6: Processing device (SEQNUM=1485, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck7: Device (SEQNUM=1486, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: machinecheck7: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: machinecheck3: Device (SEQNUM=1482, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[137]: machinecheck3: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory0: Device (SEQNUM=1487, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[144]: machinecheck7: Processing device (SEQNUM=1486, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory0: Device (SEQNUM=1487, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory0: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: machinecheck5: Processing device (SEQNUM=1484, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[140]: machinecheck4: Device (SEQNUM=1483, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[136]: memory0: Processing device (SEQNUM=1487, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory1: Device (SEQNUM=1488, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory1: Device (SEQNUM=1488, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[140]: machinecheck4: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory1: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: machinecheck1: Device (SEQNUM=1480, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: machinecheck1: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory10: Device (SEQNUM=1489, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[134]: machinecheck6: Device (SEQNUM=1485, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory10: Device (SEQNUM=1489, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory10: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: machinecheck6: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[140]: memory10: Processing device (SEQNUM=1489, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory100: Device (SEQNUM=1490, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[144]: machinecheck7: Device (SEQNUM=1486, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory100: Device (SEQNUM=1490, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory100: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[144]: machinecheck7: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: machinecheck5: Device (SEQNUM=1484, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[141]: machinecheck5: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory101: Device (SEQNUM=1491, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory101: Device (SEQNUM=1491, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory101: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: memory0: Device (SEQNUM=1487, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[137]: memory1: Processing device (SEQNUM=1488, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[136]: memory0: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: memory101: Processing device (SEQNUM=1491, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory102: Device (SEQNUM=1492, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory102: Device (SEQNUM=1492, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory102: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[140]: memory10: Device (SEQNUM=1489, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[140]: memory10: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory103: Device (SEQNUM=1493, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory103: Device (SEQNUM=1493, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory103: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: memory100: Processing device (SEQNUM=1490, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[144]: memory103: Processing device (SEQNUM=1493, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[137]: memory1: Device (SEQNUM=1488, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory104: Device (SEQNUM=1494, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory104: Device (SEQNUM=1494, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[137]: memory1: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory104: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: memory101: Device (SEQNUM=1491, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[141]: memory102: Processing device (SEQNUM=1492, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory105: Device (SEQNUM=1495, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[134]: memory101: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory105: Device (SEQNUM=1495, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory105: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory106: Device (SEQNUM=1496, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory106: Device (SEQNUM=1496, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[135]: memory100: Device (SEQNUM=1490, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory106: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: memory100: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Inserted module 'crc32c_intel'
Apr 24 12:44:25 localhost systemd-udevd[134]: memory106: Processing device (SEQNUM=1496, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory107: Device (SEQNUM=1497, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[144]: memory103: Device (SEQNUM=1493, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory107: Device (SEQNUM=1497, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: cpu0: Device (SEQNUM=1471, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[144]: memory103: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory107: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[140]: memory104: Processing device (SEQNUM=1494, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: cpu0: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: memory107: Processing device (SEQNUM=1497, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[141]: memory102: Device (SEQNUM=1492, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[141]: memory102: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory108: Device (SEQNUM=1498, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory108: Device (SEQNUM=1498, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory108: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: memory105: Processing device (SEQNUM=1495, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[135]: memory108: Processing device (SEQNUM=1498, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory109: Device (SEQNUM=1499, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory109: Device (SEQNUM=1499, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory109: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[134]: memory106: Device (SEQNUM=1496, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: memory106: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory11: Device (SEQNUM=1500, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[140]: memory104: Device (SEQNUM=1494, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory11: Device (SEQNUM=1500, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory11: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[140]: memory104: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[136]: memory107: Device (SEQNUM=1497, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[136]: memory107: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory110: Device (SEQNUM=1501, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory110: Device (SEQNUM=1501, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[137]: memory105: Device (SEQNUM=1495, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: memory108: Device (SEQNUM=1498, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory110: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: memory105: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: memory108: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory109: Processing device (SEQNUM=1499, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[141]: memory11: Processing device (SEQNUM=1500, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[140]: memory110: Processing device (SEQNUM=1501, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory111: Device (SEQNUM=1502, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory111: Device (SEQNUM=1502, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory111: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[135]: memory111: Processing device (SEQNUM=1502, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory112: Device (SEQNUM=1503, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory112: Device (SEQNUM=1503, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory112: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory113: Device (SEQNUM=1504, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory113: Device (SEQNUM=1504, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory113: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory114: Device (SEQNUM=1505, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[134]: memory113: Processing device (SEQNUM=1504, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[140]: memory110: Device (SEQNUM=1501, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory114: Device (SEQNUM=1505, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[140]: memory110: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory114: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: memory11: Device (SEQNUM=1500, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[141]: memory11: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[144]: memory114: Processing device (SEQNUM=1505, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: Inserted module 'aesni_intel'
Apr 24 12:44:25 localhost systemd-udevd[133]: memory115: Device (SEQNUM=1506, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[139]: Inserted module 'crc32c_intel'
Apr 24 12:44:25 localhost systemd-udevd[133]: memory115: Device (SEQNUM=1506, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[135]: memory111: Device (SEQNUM=1502, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory115: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: memory112: Processing device (SEQNUM=1503, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[135]: memory111: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[140]: memory115: Processing device (SEQNUM=1506, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory116: Device (SEQNUM=1507, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory116: Device (SEQNUM=1507, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory116: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: cpu6: Device (SEQNUM=1477, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: memory116: Processing device (SEQNUM=1507, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[134]: memory113: Device (SEQNUM=1504, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[139]: cpu6: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory117: Device (SEQNUM=1508, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory117: Device (SEQNUM=1508, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[134]: memory113: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory117: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: memory117: Processing device (SEQNUM=1508, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[144]: memory114: Device (SEQNUM=1505, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[144]: memory114: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory118: Device (SEQNUM=1509, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory118: Device (SEQNUM=1509, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[137]: memory112: Device (SEQNUM=1503, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory118: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[137]: memory112: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[140]: memory115: Device (SEQNUM=1506, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[140]: memory115: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory119: Device (SEQNUM=1510, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: Inserted module 'aesni_intel'
Apr 24 12:44:25 localhost systemd-udevd[149]: Module 'crc32c_intel' is already loaded
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu1: Device (SEQNUM=1472, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory119: Device (SEQNUM=1510, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[134]: memory119: Processing device (SEQNUM=1510, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[139]: memory118: Processing device (SEQNUM=1509, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[150]: Inserted module 'aesni_intel'
Apr 24 12:44:25 localhost systemd-udevd[147]: Inserted module 'crc32c_intel'
Apr 24 12:44:25 localhost systemd-udevd[135]: memory116: Device (SEQNUM=1507, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: memory109: Device (SEQNUM=1499, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: Module 'crc32c_intel' is already loaded
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu1: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory119: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: memory117: Device (SEQNUM=1508, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[147]: cpu5: Device (SEQNUM=1476, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[150]: Module 'crc32c_intel' is already loaded
Apr 24 12:44:25 localhost systemd-udevd[134]: memory119: Device (SEQNUM=1510, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[135]: memory116: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: memory118: Device (SEQNUM=1509, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: memory109: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: cpu4: Device (SEQNUM=1475, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: cpu4: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[141]: memory117: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[147]: cpu5: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[150]: cpu7: Device (SEQNUM=1478, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[134]: memory119: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[139]: memory118: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory120: Device (SEQNUM=1511, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: Inserted module 'aesni_intel'
Apr 24 12:44:25 localhost systemd-udevd[150]: cpu7: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory120: Device (SEQNUM=1511, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: Module 'crc32c_intel' is already loaded
Apr 24 12:44:25 localhost systemd-udevd[133]: memory120: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory120: Processing device (SEQNUM=1511, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: cpu3: Device (SEQNUM=1474, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory121: Device (SEQNUM=1512, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: cpu3: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory121: Device (SEQNUM=1512, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory121: Processing device (SEQNUM=1512, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory121: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory120: Device (SEQNUM=1511, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory122: Device (SEQNUM=1513, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: memory120: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory122: Device (SEQNUM=1513, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: memory122: Processing device (SEQNUM=1513, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory122: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory121: Device (SEQNUM=1512, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory123: Device (SEQNUM=1514, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory121: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory123: Device (SEQNUM=1514, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: memory122: Device (SEQNUM=1513, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory123: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory123: Processing device (SEQNUM=1514, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: memory122: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory124: Device (SEQNUM=1515, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory124: Device (SEQNUM=1515, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory124: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory125: Device (SEQNUM=1516, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: memory123: Device (SEQNUM=1514, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: memory124: Processing device (SEQNUM=1515, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory125: Device (SEQNUM=1516, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory123: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory125: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: memory125: Processing device (SEQNUM=1516, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory124: Device (SEQNUM=1515, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory126: Device (SEQNUM=1517, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory124: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory126: Device (SEQNUM=1517, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: memory125: Device (SEQNUM=1516, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory126: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory126: Processing device (SEQNUM=1517, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: memory125: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory127: Device (SEQNUM=1518, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: Inserted module 'aesni_intel'
Apr 24 12:44:25 localhost systemd-udevd[133]: memory127: Device (SEQNUM=1518, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory126: Device (SEQNUM=1517, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: Module 'crc32c_intel' is already loaded
Apr 24 12:44:25 localhost systemd-udevd[133]: memory127: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory127: Processing device (SEQNUM=1518, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory126: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: cpu2: Device (SEQNUM=1473, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory128: Device (SEQNUM=1519, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: cpu2: sd-device-monitor: Passed 874 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory128: Device (SEQNUM=1519, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory127: Device (SEQNUM=1518, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory128: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: memory128: Processing device (SEQNUM=1519, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory127: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory129: Device (SEQNUM=1520, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory129: Device (SEQNUM=1520, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: memory128: Device (SEQNUM=1519, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory129: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory129: Processing device (SEQNUM=1520, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: memory128: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory13: Device (SEQNUM=1521, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory13: Device (SEQNUM=1521, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory13: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory130: Device (SEQNUM=1522, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: memory13: Processing device (SEQNUM=1521, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory129: Device (SEQNUM=1520, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory130: Device (SEQNUM=1522, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory129: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory130: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory130: Processing device (SEQNUM=1522, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory13: Device (SEQNUM=1521, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory131: Device (SEQNUM=1523, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: memory13: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory131: Device (SEQNUM=1523, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory130: Device (SEQNUM=1522, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory131: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory131: Processing device (SEQNUM=1523, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory130: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory132: Device (SEQNUM=1524, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory132: Device (SEQNUM=1524, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory131: Device (SEQNUM=1523, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory132: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory133: Device (SEQNUM=1525, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: memory131: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory133: Device (SEQNUM=1525, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory132: Processing device (SEQNUM=1524, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory133: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory133: Processing device (SEQNUM=1525, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory134: Device (SEQNUM=1526, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: memory132: Device (SEQNUM=1524, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory134: Device (SEQNUM=1526, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory132: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory133: Device (SEQNUM=1525, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory134: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory134: Processing device (SEQNUM=1526, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory133: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory135: Device (SEQNUM=1527, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory135: Device (SEQNUM=1527, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory134: Device (SEQNUM=1526, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory135: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory135: Processing device (SEQNUM=1527, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory134: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory136: Device (SEQNUM=1528, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory136: Device (SEQNUM=1528, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory135: Device (SEQNUM=1527, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory136: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory136: Processing device (SEQNUM=1528, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory135: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory137: Device (SEQNUM=1529, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory137: Device (SEQNUM=1529, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory136: Device (SEQNUM=1528, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory137: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory137: Processing device (SEQNUM=1529, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory136: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory138: Device (SEQNUM=1530, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory138: Device (SEQNUM=1530, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory137: Device (SEQNUM=1529, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory138: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory138: Processing device (SEQNUM=1530, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory137: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory139: Device (SEQNUM=1531, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory139: Device (SEQNUM=1531, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory138: Device (SEQNUM=1530, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory139: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory139: Processing device (SEQNUM=1531, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory138: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory140: Device (SEQNUM=1532, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory140: Device (SEQNUM=1532, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory139: Device (SEQNUM=1531, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory140: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory140: Processing device (SEQNUM=1532, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory139: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory141: Device (SEQNUM=1533, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory141: Device (SEQNUM=1533, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory140: Device (SEQNUM=1532, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory141: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory140: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory142: Device (SEQNUM=1534, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory142: Device (SEQNUM=1534, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory142: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory141: Processing device (SEQNUM=1533, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory142: Processing device (SEQNUM=1534, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory143: Device (SEQNUM=1535, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory143: Device (SEQNUM=1535, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory143: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory143: Processing device (SEQNUM=1535, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory141: Device (SEQNUM=1533, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: memory142: Device (SEQNUM=1534, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory144: Device (SEQNUM=1536, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: memory141: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory142: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory144: Device (SEQNUM=1536, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory143: Device (SEQNUM=1535, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory144: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: memory144: Processing device (SEQNUM=1536, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory143: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory145: Device (SEQNUM=1537, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory145: Device (SEQNUM=1537, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory145: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory2: Device (SEQNUM=1538, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: memory145: Processing device (SEQNUM=1537, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: memory144: Device (SEQNUM=1536, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory2: Device (SEQNUM=1538, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: memory144: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory2: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory2: Processing device (SEQNUM=1538, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory145: Device (SEQNUM=1537, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory3: Device (SEQNUM=1539, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: memory145: sd-device-monitor: Passed 159 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory3: Device (SEQNUM=1539, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory2: Device (SEQNUM=1538, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory3: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory3: Processing device (SEQNUM=1539, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory2: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory32: Device (SEQNUM=1540, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory32: Device (SEQNUM=1540, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory3: Device (SEQNUM=1539, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory32: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory33: Device (SEQNUM=1541, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory3: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory32: Processing device (SEQNUM=1540, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory33: Device (SEQNUM=1541, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory33: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory32: Device (SEQNUM=1540, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: memory33: Processing device (SEQNUM=1541, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory34: Device (SEQNUM=1542, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: memory32: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory34: Device (SEQNUM=1542, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory34: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory33: Device (SEQNUM=1541, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: memory34: Processing device (SEQNUM=1542, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory35: Device (SEQNUM=1543, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: memory33: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory35: Device (SEQNUM=1543, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory34: Device (SEQNUM=1542, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory35: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory35: Processing device (SEQNUM=1543, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory34: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory36: Device (SEQNUM=1544, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory36: Device (SEQNUM=1544, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory35: Device (SEQNUM=1543, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory36: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory36: Processing device (SEQNUM=1544, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory35: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory37: Device (SEQNUM=1545, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory37: Device (SEQNUM=1545, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory36: Device (SEQNUM=1544, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory37: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory38: Device (SEQNUM=1546, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: memory36: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory37: Processing device (SEQNUM=1545, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory38: Device (SEQNUM=1546, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory38: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory38: Processing device (SEQNUM=1546, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory37: Device (SEQNUM=1545, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory39: Device (SEQNUM=1547, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory37: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory39: Device (SEQNUM=1547, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory38: Device (SEQNUM=1546, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory39: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory38: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory39: Processing device (SEQNUM=1547, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory4: Device (SEQNUM=1548, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory4: Device (SEQNUM=1548, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory4: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory4: Processing device (SEQNUM=1548, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory40: Device (SEQNUM=1549, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: memory39: Device (SEQNUM=1547, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory40: Device (SEQNUM=1549, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory4: Device (SEQNUM=1548, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: memory39: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory40: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory40: Processing device (SEQNUM=1549, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory4: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory41: Device (SEQNUM=1550, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory41: Device (SEQNUM=1550, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory40: Device (SEQNUM=1549, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory41: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory41: Processing device (SEQNUM=1550, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory40: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory42: Device (SEQNUM=1551, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory42: Device (SEQNUM=1551, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory42: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory43: Device (SEQNUM=1552, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory42: Processing device (SEQNUM=1551, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory41: Device (SEQNUM=1550, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory43: Device (SEQNUM=1552, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory41: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory43: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory43: Processing device (SEQNUM=1552, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory42: Device (SEQNUM=1551, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory44: Device (SEQNUM=1553, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory42: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory44: Device (SEQNUM=1553, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory43: Device (SEQNUM=1552, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory44: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory44: Processing device (SEQNUM=1553, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory43: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory45: Device (SEQNUM=1554, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory45: Device (SEQNUM=1554, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory45: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory44: Device (SEQNUM=1553, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: memory45: Processing device (SEQNUM=1554, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory46: Device (SEQNUM=1555, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: memory44: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory46: Device (SEQNUM=1555, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory45: Device (SEQNUM=1554, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory46: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory46: Processing device (SEQNUM=1555, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory45: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory47: Device (SEQNUM=1556, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory47: Device (SEQNUM=1556, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory46: Device (SEQNUM=1555, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory47: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory47: Processing device (SEQNUM=1556, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory46: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory48: Device (SEQNUM=1557, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory48: Device (SEQNUM=1557, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory47: Device (SEQNUM=1556, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory48: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory48: Processing device (SEQNUM=1557, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory47: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory49: Device (SEQNUM=1558, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory48: Device (SEQNUM=1557, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory49: Device (SEQNUM=1558, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory48: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory49: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory49: Processing device (SEQNUM=1558, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory5: Device (SEQNUM=1559, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory5: Device (SEQNUM=1559, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory5: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory5: Processing device (SEQNUM=1559, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory49: Device (SEQNUM=1558, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory50: Device (SEQNUM=1560, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: memory49: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory50: Device (SEQNUM=1560, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory5: Device (SEQNUM=1559, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory50: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory50: Processing device (SEQNUM=1560, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory5: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory51: Device (SEQNUM=1561, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory51: Device (SEQNUM=1561, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory50: Device (SEQNUM=1560, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory51: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory51: Processing device (SEQNUM=1561, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory50: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory52: Device (SEQNUM=1562, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: memory51: Device (SEQNUM=1561, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory52: Device (SEQNUM=1562, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory51: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory52: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory52: Processing device (SEQNUM=1562, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory53: Device (SEQNUM=1563, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory53: Device (SEQNUM=1563, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory52: Device (SEQNUM=1562, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: memory53: Processing device (SEQNUM=1563, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory53: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory52: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory54: Device (SEQNUM=1564, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: memory53: Device (SEQNUM=1563, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory54: Device (SEQNUM=1564, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory53: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory54: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory55: Device (SEQNUM=1565, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory55: Device (SEQNUM=1565, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory54: Processing device (SEQNUM=1564, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory55: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory55: Processing device (SEQNUM=1565, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory56: Device (SEQNUM=1566, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory54: Device (SEQNUM=1564, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory56: Device (SEQNUM=1566, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory54: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory55: Device (SEQNUM=1565, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory56: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory57: Device (SEQNUM=1567, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: memory55: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory56: Processing device (SEQNUM=1566, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory57: Device (SEQNUM=1567, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory57: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory56: Device (SEQNUM=1566, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: memory57: Processing device (SEQNUM=1567, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory58: Device (SEQNUM=1568, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: memory56: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory58: Device (SEQNUM=1568, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory58: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory57: Device (SEQNUM=1567, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: memory58: Processing device (SEQNUM=1568, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory59: Device (SEQNUM=1569, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory57: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory59: Device (SEQNUM=1569, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory58: Device (SEQNUM=1568, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory59: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory59: Processing device (SEQNUM=1569, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory58: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory6: Device (SEQNUM=1570, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory6: Device (SEQNUM=1570, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory59: Device (SEQNUM=1569, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory6: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory6: Processing device (SEQNUM=1570, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory59: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory60: Device (SEQNUM=1571, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory60: Device (SEQNUM=1571, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory60: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory61: Device (SEQNUM=1572, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: memory60: Processing device (SEQNUM=1571, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory6: Device (SEQNUM=1570, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory61: Device (SEQNUM=1572, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory6: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory61: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory61: Processing device (SEQNUM=1572, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory60: Device (SEQNUM=1571, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory62: Device (SEQNUM=1573, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: memory60: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory62: Device (SEQNUM=1573, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory61: Device (SEQNUM=1572, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory62: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory62: Processing device (SEQNUM=1573, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory61: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory63: Device (SEQNUM=1574, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory63: Device (SEQNUM=1574, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory62: Device (SEQNUM=1573, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory63: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory63: Processing device (SEQNUM=1574, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory62: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory64: Device (SEQNUM=1575, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory64: Device (SEQNUM=1575, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory63: Device (SEQNUM=1574, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory64: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory64: Processing device (SEQNUM=1575, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory63: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory65: Device (SEQNUM=1576, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory65: Device (SEQNUM=1576, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory64: Device (SEQNUM=1575, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory65: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory65: Processing device (SEQNUM=1576, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory64: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory66: Device (SEQNUM=1577, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory66: Device (SEQNUM=1577, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory65: Device (SEQNUM=1576, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory66: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory66: Processing device (SEQNUM=1577, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory65: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory67: Device (SEQNUM=1578, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory67: Device (SEQNUM=1578, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory66: Device (SEQNUM=1577, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory67: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory67: Processing device (SEQNUM=1578, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory66: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory68: Device (SEQNUM=1579, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory68: Device (SEQNUM=1579, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory67: Device (SEQNUM=1578, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory68: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory68: Processing device (SEQNUM=1579, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory67: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory69: Device (SEQNUM=1580, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory69: Device (SEQNUM=1580, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory68: Device (SEQNUM=1579, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory69: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory69: Processing device (SEQNUM=1580, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory68: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory7: Device (SEQNUM=1581, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory7: Device (SEQNUM=1581, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory69: Device (SEQNUM=1580, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory7: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory7: Processing device (SEQNUM=1581, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory69: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory70: Device (SEQNUM=1582, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory70: Device (SEQNUM=1582, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory7: Device (SEQNUM=1581, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory70: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory71: Device (SEQNUM=1583, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: memory7: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory70: Processing device (SEQNUM=1582, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory71: Device (SEQNUM=1583, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory71: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory71: Processing device (SEQNUM=1583, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory70: Device (SEQNUM=1582, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory72: Device (SEQNUM=1584, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory70: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory72: Device (SEQNUM=1584, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory71: Device (SEQNUM=1583, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory72: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory73: Device (SEQNUM=1585, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: memory71: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory73: Device (SEQNUM=1585, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory72: Processing device (SEQNUM=1584, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory73: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory74: Device (SEQNUM=1586, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory73: Processing device (SEQNUM=1585, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory74: Device (SEQNUM=1586, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory72: Device (SEQNUM=1584, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory74: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory74: Processing device (SEQNUM=1586, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory72: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory73: Device (SEQNUM=1585, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory75: Device (SEQNUM=1587, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory73: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory75: Device (SEQNUM=1587, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory74: Device (SEQNUM=1586, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory75: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: memory75: Processing device (SEQNUM=1587, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory74: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory76: Device (SEQNUM=1588, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory76: Device (SEQNUM=1588, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory76: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory76: Processing device (SEQNUM=1588, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: memory75: Device (SEQNUM=1587, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory77: Device (SEQNUM=1589, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: memory75: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory77: Device (SEQNUM=1589, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory76: Device (SEQNUM=1588, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory77: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory77: Processing device (SEQNUM=1589, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory76: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory78: Device (SEQNUM=1590, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory78: Device (SEQNUM=1590, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory77: Device (SEQNUM=1589, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory78: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory78: Processing device (SEQNUM=1590, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory77: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory79: Device (SEQNUM=1591, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory79: Device (SEQNUM=1591, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory78: Device (SEQNUM=1590, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory79: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory79: Processing device (SEQNUM=1591, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory78: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory8: Device (SEQNUM=1592, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory8: Device (SEQNUM=1592, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory79: Device (SEQNUM=1591, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory8: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory8: Processing device (SEQNUM=1592, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory79: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory80: Device (SEQNUM=1593, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory80: Device (SEQNUM=1593, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory8: Device (SEQNUM=1592, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory80: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory80: Processing device (SEQNUM=1593, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory8: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory81: Device (SEQNUM=1594, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory81: Device (SEQNUM=1594, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory80: Device (SEQNUM=1593, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory81: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory81: Processing device (SEQNUM=1594, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory80: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory82: Device (SEQNUM=1595, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory82: Device (SEQNUM=1595, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory81: Device (SEQNUM=1594, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory82: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory82: Processing device (SEQNUM=1595, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory81: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory83: Device (SEQNUM=1596, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory83: Device (SEQNUM=1596, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory82: Device (SEQNUM=1595, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory83: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory83: Processing device (SEQNUM=1596, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory82: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory84: Device (SEQNUM=1597, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory84: Device (SEQNUM=1597, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory83: Device (SEQNUM=1596, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory84: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory84: Processing device (SEQNUM=1597, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory83: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory85: Device (SEQNUM=1598, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory85: Device (SEQNUM=1598, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory84: Device (SEQNUM=1597, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory85: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory85: Processing device (SEQNUM=1598, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory84: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory86: Device (SEQNUM=1599, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory86: Device (SEQNUM=1599, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory86: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory87: Device (SEQNUM=1600, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory86: Processing device (SEQNUM=1599, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory85: Device (SEQNUM=1598, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory87: Device (SEQNUM=1600, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory85: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory87: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory88: Device (SEQNUM=1601, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory86: Device (SEQNUM=1599, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: memory87: Processing device (SEQNUM=1600, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory88: Device (SEQNUM=1601, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory86: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory88: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory89: Device (SEQNUM=1602, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: memory87: Device (SEQNUM=1600, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: memory88: Processing device (SEQNUM=1601, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: memory89: Device (SEQNUM=1602, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory87: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory89: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory89: Processing device (SEQNUM=1602, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory88: Device (SEQNUM=1601, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory9: Device (SEQNUM=1603, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: memory88: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory9: Device (SEQNUM=1603, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory89: Device (SEQNUM=1602, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory9: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory9: Processing device (SEQNUM=1603, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory89: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory90: Device (SEQNUM=1604, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory90: Device (SEQNUM=1604, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory9: Device (SEQNUM=1603, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory90: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory90: Processing device (SEQNUM=1604, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory9: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory91: Device (SEQNUM=1605, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory91: Device (SEQNUM=1605, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory90: Device (SEQNUM=1604, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory91: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory91: Processing device (SEQNUM=1605, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory90: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory92: Device (SEQNUM=1606, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory92: Device (SEQNUM=1606, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory91: Device (SEQNUM=1605, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory92: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory92: Processing device (SEQNUM=1606, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory91: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory93: Device (SEQNUM=1607, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory93: Device (SEQNUM=1607, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory92: Device (SEQNUM=1606, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory93: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory93: Processing device (SEQNUM=1607, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory92: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory94: Device (SEQNUM=1608, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory94: Device (SEQNUM=1608, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: memory94: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory95: Device (SEQNUM=1609, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory94: Processing device (SEQNUM=1608, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory93: Device (SEQNUM=1607, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory95: Device (SEQNUM=1609, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory93: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory95: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory95: Processing device (SEQNUM=1609, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory94: Device (SEQNUM=1608, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory96: Device (SEQNUM=1610, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: memory94: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory96: Device (SEQNUM=1610, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory95: Device (SEQNUM=1609, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory96: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory96: Processing device (SEQNUM=1610, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory95: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory97: Device (SEQNUM=1611, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory97: Device (SEQNUM=1611, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory96: Device (SEQNUM=1610, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory97: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: memory97: Processing device (SEQNUM=1611, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: memory96: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory98: Device (SEQNUM=1612, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory98: Device (SEQNUM=1612, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: memory97: Device (SEQNUM=1611, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory98: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: memory98: Processing device (SEQNUM=1612, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: memory97: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: memory99: Device (SEQNUM=1613, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: memory99: Device (SEQNUM=1613, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: memory98: Device (SEQNUM=1612, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: memory99: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: memory99: Processing device (SEQNUM=1613, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: memory98: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: node0: Device (SEQNUM=1614, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: node0: Device (SEQNUM=1614, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: memory99: Device (SEQNUM=1613, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: node0: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tracepoint: Device (SEQNUM=1615, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: memory99: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tracepoint: Device (SEQNUM=1615, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: node0: Processing device (SEQNUM=1614, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: tracepoint: sd-device-monitor: Passed 152 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tracepoint: Processing device (SEQNUM=1615, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: uprobe: Device (SEQNUM=1616, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: uprobe: Device (SEQNUM=1616, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: uprobe: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: node0: Device (SEQNUM=1614, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: uprobe: Processing device (SEQNUM=1616, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: tracepoint: Device (SEQNUM=1615, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:0: Device (SEQNUM=1617, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: uprobe: Device (SEQNUM=1616, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: tracepoint: sd-device-monitor: Passed 152 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:0: Device (SEQNUM=1617, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: node0: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: uprobe: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:0: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: 1:0: Processing device (SEQNUM=1617, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:1: Device (SEQNUM=1618, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:1: Device (SEQNUM=1618, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:1: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 1:1: Processing device (SEQNUM=1618, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: 1:0: Device (SEQNUM=1617, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:10: Device (SEQNUM=1619, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: 1:0: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:10: Device (SEQNUM=1619, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 1:1: Device (SEQNUM=1618, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:10: sd-device-monitor: Passed 149 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 1:10: Processing device (SEQNUM=1619, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 1:1: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:11: Device (SEQNUM=1620, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:11: Device (SEQNUM=1620, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:11: sd-device-monitor: Passed 149 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:12: Device (SEQNUM=1621, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: 1:11: Processing device (SEQNUM=1620, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:12: Device (SEQNUM=1621, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 1:12: Processing device (SEQNUM=1621, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:12: sd-device-monitor: Passed 149 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 1:10: Device (SEQNUM=1619, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:13: Device (SEQNUM=1622, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: 1:11: Device (SEQNUM=1620, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: 1:10: sd-device-monitor: Passed 149 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:13: Device (SEQNUM=1622, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 1:12: Device (SEQNUM=1621, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: 1:11: sd-device-monitor: Passed 149 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:13: sd-device-monitor: Passed 149 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 1:12: sd-device-monitor: Passed 149 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: 1:13: Processing device (SEQNUM=1622, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:14: Device (SEQNUM=1623, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:14: Device (SEQNUM=1623, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:14: sd-device-monitor: Passed 149 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 1:14: Processing device (SEQNUM=1623, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: 1:13: Device (SEQNUM=1622, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:15: Device (SEQNUM=1624, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: 1:13: sd-device-monitor: Passed 149 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:15: Device (SEQNUM=1624, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: 1:14: Device (SEQNUM=1623, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:15: sd-device-monitor: Passed 149 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 1:15: Processing device (SEQNUM=1624, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: 1:14: sd-device-monitor: Passed 149 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:2: Device (SEQNUM=1625, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:2: Device (SEQNUM=1625, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:2: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 1:15: Device (SEQNUM=1624, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: 1:2: Processing device (SEQNUM=1625, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:3: Device (SEQNUM=1626, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 1:15: sd-device-monitor: Passed 149 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:3: Device (SEQNUM=1626, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:3: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: 1:2: Device (SEQNUM=1625, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: 1:3: Processing device (SEQNUM=1626, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:4: Device (SEQNUM=1627, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: 1:2: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:4: Device (SEQNUM=1627, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: 1:3: Device (SEQNUM=1626, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:4: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 1:4: Processing device (SEQNUM=1627, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: 1:3: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:5: Device (SEQNUM=1628, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:5: Device (SEQNUM=1628, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:5: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 1:4: Device (SEQNUM=1627, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: 1:5: Processing device (SEQNUM=1628, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:6: Device (SEQNUM=1629, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 1:4: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:6: Device (SEQNUM=1629, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:6: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:7: Device (SEQNUM=1630, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: 1:6: Processing device (SEQNUM=1629, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: 1:5: Device (SEQNUM=1628, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:7: Device (SEQNUM=1630, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: 1:5: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:7: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 1:7: Processing device (SEQNUM=1630, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: 1:6: Device (SEQNUM=1629, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:8: Device (SEQNUM=1631, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: 1:6: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:8: Device (SEQNUM=1631, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 1:7: Device (SEQNUM=1630, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:8: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: 1:8: Processing device (SEQNUM=1631, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 1:7: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:9: Device (SEQNUM=1632, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:9: Device (SEQNUM=1632, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 1:9: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 1:9: Processing device (SEQNUM=1632, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: 1:8: Device (SEQNUM=1631, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: ram0: Device (SEQNUM=1633, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: 1:8: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: ram0: Device (SEQNUM=1633, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: 1:9: Device (SEQNUM=1632, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: ram0: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: ram0: Processing device (SEQNUM=1633, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: 1:9: sd-device-monitor: Passed 148 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: ram1: Device (SEQNUM=1634, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: ram1: Device (SEQNUM=1634, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: ram1: Processing device (SEQNUM=1634, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: ram1: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: ram0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[145]: ram1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: ram10: Device (SEQNUM=1635, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: ram10: Device (SEQNUM=1635, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: ram10: sd-device-monitor: Passed 203 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: ram0: Handling device node '/dev/ram0', devnum=b1:0
Apr 24 12:44:25 localhost systemd-udevd[142]: ram10: Processing device (SEQNUM=1635, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: ram1: Handling device node '/dev/ram1', devnum=b1:1
Apr 24 12:44:25 localhost systemd-udevd[133]: ram11: Device (SEQNUM=1636, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: ram0: Preserve permissions of /dev/ram0, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[145]: ram1: Preserve permissions of /dev/ram1, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[133]: ram11: Device (SEQNUM=1636, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: ram10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: ram0: Creating symlink '/dev/block/1:0' to '../ram0'
Apr 24 12:44:25 localhost systemd-udevd[145]: ram1: Creating symlink '/dev/block/1:1' to '../ram1'
Apr 24 12:44:25 localhost systemd-udevd[133]: ram11: sd-device-monitor: Passed 203 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: ram11: Processing device (SEQNUM=1636, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: ram0: sd-device: Created db file '/run/udev/data/b1:0' for '/devices/virtual/block/ram0'
Apr 24 12:44:25 localhost systemd-udevd[145]: ram1: sd-device: Created db file '/run/udev/data/b1:1' for '/devices/virtual/block/ram1'
Apr 24 12:44:25 localhost systemd-udevd[142]: ram10: Handling device node '/dev/ram10', devnum=b1:10
Apr 24 12:44:25 localhost systemd-udevd[133]: ram12: Device (SEQNUM=1637, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: ram0: Device (SEQNUM=1633, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: ram1: Device (SEQNUM=1634, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: ram1: sd-device-monitor: Passed 244 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: ram10: Preserve permissions of /dev/ram10, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[133]: ram12: Device (SEQNUM=1637, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: ram0: sd-device-monitor: Passed 244 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: ram11: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[142]: ram10: Creating symlink '/dev/block/1:10' to '../ram10'
Apr 24 12:44:25 localhost systemd-udevd[133]: ram12: sd-device-monitor: Passed 203 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: ram12: Processing device (SEQNUM=1637, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: ram10: sd-device: Created db file '/run/udev/data/b1:10' for '/devices/virtual/block/ram10'
Apr 24 12:44:25 localhost systemd-udevd[133]: ram13: Device (SEQNUM=1638, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: ram11: Handling device node '/dev/ram11', devnum=b1:11
Apr 24 12:44:25 localhost systemd-udevd[142]: ram10: Device (SEQNUM=1635, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: ram13: Device (SEQNUM=1638, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: ram13: Processing device (SEQNUM=1638, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: ram11: Preserve permissions of /dev/ram11, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[142]: ram10: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: ram13: sd-device-monitor: Passed 203 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: ram12: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[148]: ram11: Creating symlink '/dev/block/1:11' to '../ram11'
Apr 24 12:44:25 localhost systemd-udevd[149]: ram13: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[148]: ram11: sd-device: Created db file '/run/udev/data/b1:11' for '/devices/virtual/block/ram11'
Apr 24 12:44:25 localhost systemd-udevd[133]: ram14: Device (SEQNUM=1639, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd[1]: dev-ram0.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[148]: ram11: Device (SEQNUM=1636, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: ram14: Device (SEQNUM=1639, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: ram14: Processing device (SEQNUM=1639, ACTION=add)
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram0.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[149]: ram13: Handling device node '/dev/ram13', devnum=b1:13
Apr 24 12:44:25 localhost systemd-udevd[148]: ram11: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: ram14: sd-device-monitor: Passed 203 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: ram12: Handling device node '/dev/ram12', devnum=b1:12
Apr 24 12:44:25 localhost systemd-udevd[142]: ram14: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: ram13: Preserve permissions of /dev/ram13, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[143]: ram12: Preserve permissions of /dev/ram12, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[133]: ram15: Device (SEQNUM=1640, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: ram14: Handling device node '/dev/ram14', devnum=b1:14
Apr 24 12:44:25 localhost systemd-udevd[143]: ram12: Creating symlink '/dev/block/1:12' to '../ram12'
Apr 24 12:44:25 localhost systemd-udevd[133]: ram15: Device (SEQNUM=1640, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: ram13: Creating symlink '/dev/block/1:13' to '../ram13'
Apr 24 12:44:25 localhost systemd-udevd[142]: ram14: Preserve permissions of /dev/ram14, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[133]: ram15: sd-device-monitor: Passed 203 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: ram12: sd-device: Created db file '/run/udev/data/b1:12' for '/devices/virtual/block/ram12'
Apr 24 12:44:25 localhost systemd-udevd[145]: ram15: Processing device (SEQNUM=1640, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: ram14: Creating symlink '/dev/block/1:14' to '../ram14'
Apr 24 12:44:25 localhost systemd-udevd[149]: ram13: sd-device: Created db file '/run/udev/data/b1:13' for '/devices/virtual/block/ram13'
Apr 24 12:44:25 localhost systemd-udevd[133]: ram2: Device (SEQNUM=1641, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: ram12: Device (SEQNUM=1637, ACTION=add) processed
Apr 24 12:44:25 localhost systemd[1]: dev-ram1.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[145]: ram15: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: ram13: Device (SEQNUM=1638, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: ram14: sd-device: Created db file '/run/udev/data/b1:14' for '/devices/virtual/block/ram14'
Apr 24 12:44:25 localhost systemd-udevd[133]: ram2: Device (SEQNUM=1641, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: ram12: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram1.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[149]: ram13: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: ram14: Device (SEQNUM=1639, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: ram2: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: ram2: Processing device (SEQNUM=1641, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: ram15: Handling device node '/dev/ram15', devnum=b1:15
Apr 24 12:44:25 localhost systemd-udevd[142]: ram14: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: ram3: Device (SEQNUM=1642, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: ram15: Preserve permissions of /dev/ram15, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[148]: ram2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: ram3: Device (SEQNUM=1642, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: ram15: Creating symlink '/dev/block/1:15' to '../ram15'
Apr 24 12:44:25 localhost systemd-udevd[133]: ram3: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: ram3: Processing device (SEQNUM=1642, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: ram15: sd-device: Created db file '/run/udev/data/b1:15' for '/devices/virtual/block/ram15'
Apr 24 12:44:25 localhost systemd-udevd[133]: ram4: Device (SEQNUM=1643, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: ram2: Handling device node '/dev/ram2', devnum=b1:2
Apr 24 12:44:25 localhost systemd-udevd[145]: ram15: Device (SEQNUM=1640, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: ram3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: ram4: Device (SEQNUM=1643, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: ram4: Processing device (SEQNUM=1643, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: ram15: sd-device-monitor: Passed 247 byte to netlink monitor
Apr 24 12:44:25 localhost systemd[1]: dev-ram10.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[133]: ram4: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: ram2: Preserve permissions of /dev/ram2, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[142]: ram4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram10.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[149]: ram3: Handling device node '/dev/ram3', devnum=b1:3
Apr 24 12:44:25 localhost systemd-udevd[148]: ram2: Creating symlink '/dev/block/1:2' to '../ram2'
Apr 24 12:44:25 localhost systemd-udevd[133]: ram5: Device (SEQNUM=1644, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: ram3: Preserve permissions of /dev/ram3, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[142]: ram4: Handling device node '/dev/ram4', devnum=b1:4
Apr 24 12:44:25 localhost systemd-udevd[133]: ram5: Device (SEQNUM=1644, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: ram5: Processing device (SEQNUM=1644, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: ram3: Creating symlink '/dev/block/1:3' to '../ram3'
Apr 24 12:44:25 localhost systemd-udevd[145]: ram5: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: ram5: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: ram2: sd-device: Created db file '/run/udev/data/b1:2' for '/devices/virtual/block/ram2'
Apr 24 12:44:25 localhost systemd-udevd[142]: ram4: Preserve permissions of /dev/ram4, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[149]: ram3: sd-device: Created db file '/run/udev/data/b1:3' for '/devices/virtual/block/ram3'
Apr 24 12:44:25 localhost systemd-udevd[133]: ram6: Device (SEQNUM=1645, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: ram2: Device (SEQNUM=1641, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: ram4: Creating symlink '/dev/block/1:4' to '../ram4'
Apr 24 12:44:25 localhost systemd-udevd[149]: ram3: Device (SEQNUM=1642, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: ram5: Handling device node '/dev/ram5', devnum=b1:5
Apr 24 12:44:25 localhost systemd-udevd[133]: ram6: Device (SEQNUM=1645, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: ram2: sd-device-monitor: Passed 244 byte to netlink monitor
Apr 24 12:44:25 localhost systemd[1]: dev-ram11.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[149]: ram3: sd-device-monitor: Passed 244 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: ram4: sd-device: Created db file '/run/udev/data/b1:4' for '/devices/virtual/block/ram4'
Apr 24 12:44:25 localhost systemd-udevd[145]: ram5: Preserve permissions of /dev/ram5, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[133]: ram6: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: ram6: Processing device (SEQNUM=1645, ACTION=add)
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram11.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[142]: ram4: Device (SEQNUM=1643, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: ram5: Creating symlink '/dev/block/1:5' to '../ram5'
Apr 24 12:44:25 localhost systemd-udevd[133]: ram7: Device (SEQNUM=1646, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: ram6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[142]: ram4: sd-device-monitor: Passed 244 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: ram7: Device (SEQNUM=1646, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: ram5: sd-device: Created db file '/run/udev/data/b1:5' for '/devices/virtual/block/ram5'
Apr 24 12:44:25 localhost systemd-udevd[133]: ram7: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: ram7: Processing device (SEQNUM=1646, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: ram5: Device (SEQNUM=1644, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: ram6: Handling device node '/dev/ram6', devnum=b1:6
Apr 24 12:44:25 localhost systemd-udevd[133]: ram8: Device (SEQNUM=1647, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: ram7: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[145]: ram5: sd-device-monitor: Passed 244 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: ram6: Preserve permissions of /dev/ram6, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[133]: ram8: Device (SEQNUM=1647, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd[1]: dev-ram12.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[143]: ram6: Creating symlink '/dev/block/1:6' to '../ram6'
Apr 24 12:44:25 localhost systemd-udevd[133]: ram8: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: ram7: Handling device node '/dev/ram7', devnum=b1:7
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram12.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[142]: ram8: Processing device (SEQNUM=1647, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: ram6: sd-device: Created db file '/run/udev/data/b1:6' for '/devices/virtual/block/ram6'
Apr 24 12:44:25 localhost systemd-udevd[149]: ram7: Preserve permissions of /dev/ram7, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[133]: ram9: Device (SEQNUM=1648, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: ram6: Device (SEQNUM=1645, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: ram7: Creating symlink '/dev/block/1:7' to '../ram7'
Apr 24 12:44:25 localhost systemd-udevd[142]: ram8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: ram9: Device (SEQNUM=1648, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: ram6: sd-device-monitor: Passed 244 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: ram7: sd-device: Created db file '/run/udev/data/b1:7' for '/devices/virtual/block/ram7'
Apr 24 12:44:25 localhost systemd-udevd[133]: ram9: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: ram9: Processing device (SEQNUM=1648, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: ram7: Device (SEQNUM=1646, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: ram8: Handling device node '/dev/ram8', devnum=b1:8
Apr 24 12:44:25 localhost systemd-udevd[133]: id: Device (SEQNUM=1649, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: ram7: sd-device-monitor: Passed 244 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: ram8: Preserve permissions of /dev/ram8, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[145]: ram9: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: id: Device (SEQNUM=1649, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd[1]: dev-ram13.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[142]: ram8: Creating symlink '/dev/block/1:8' to '../ram8'
Apr 24 12:44:25 localhost systemd-udevd[133]: id: sd-device-monitor: Passed 304 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: id: Processing device (SEQNUM=1649, ACTION=add)
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram13.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[145]: ram9: Handling device node '/dev/ram9', devnum=b1:9
Apr 24 12:44:25 localhost systemd-udevd[142]: ram8: sd-device: Created db file '/run/udev/data/b1:8' for '/devices/virtual/block/ram8'
Apr 24 12:44:25 localhost systemd-udevd[133]: fbcon: Device (SEQNUM=1650, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: id: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=dmi'
Apr 24 12:44:25 localhost systemd-udevd[145]: ram9: Preserve permissions of /dev/ram9, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[142]: ram8: Device (SEQNUM=1647, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: ram8: sd-device-monitor: Passed 244 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: id: hwdb modalias key: "dmi:bvnLENOVO:bvrN2IET29W(1.07):bd02/19/2019:svnLENOVO:pn20N2CTO1WW:pvrThinkPadT490:rvnLENOVO:rn20N2CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:"
Apr 24 12:44:25 localhost systemd-udevd[145]: ram9: Creating symlink '/dev/block/1:9' to '../ram9'
Apr 24 12:44:25 localhost systemd-udevd[133]: fbcon: Device (SEQNUM=1650, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: id: No entry found from hwdb.
Apr 24 12:44:25 localhost systemd-udevd[133]: fbcon: sd-device-monitor: Passed 160 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: fbcon: Processing device (SEQNUM=1650, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: ram9: sd-device: Created db file '/run/udev/data/b1:9' for '/devices/virtual/block/ram9'
Apr 24 12:44:25 localhost systemd-udevd[148]: id: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=dmi': No data available
Apr 24 12:44:25 localhost systemd-udevd[133]: full: Device (SEQNUM=1651, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: ram9: Device (SEQNUM=1648, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: full: Device (SEQNUM=1651, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: id: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd[1]: dev-ram14.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[149]: fbcon: Device (SEQNUM=1650, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: ram9: sd-device-monitor: Passed 244 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: full: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: full: Processing device (SEQNUM=1651, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: id: Running built-in command "kmod load dmi:bvnLENOVO:bvrN2IET29W(1.07):bd02/19/2019:svnLENOVO:pn20N2CTO1WW:pvrThinkPadT490:rvnLENOVO:rn20N2CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:"
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram14.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[149]: fbcon: sd-device-monitor: Passed 160 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: kmsg: Device (SEQNUM=1652, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: Loading module: dmi:bvnLENOVO:bvrN2IET29W(1.07):bd02/19/2019:svnLENOVO:pn20N2CTO1WW:pvrThinkPadT490:rvnLENOVO:rn20N2CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
Apr 24 12:44:25 localhost systemd-udevd[133]: kmsg: Device (SEQNUM=1652, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: Failed to find module 'dmi:bvnLENOVO:bvrN2IET29W(1.07):bd02/19/2019:svnLENOVO:pn20N2CTO1WW:pvrThinkPadT490:rvnLENOVO:rn20N2CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:'
Apr 24 12:44:25 localhost systemd-udevd[133]: kmsg: sd-device-monitor: Passed 197 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: full: Handling device node '/dev/full', devnum=c1:7
Apr 24 12:44:25 localhost systemd-udevd[148]: id: Device (SEQNUM=1649, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: kmsg: Processing device (SEQNUM=1652, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: full: Preserve permissions of /dev/full, uid=0, gid=0, mode=0666
Apr 24 12:44:25 localhost systemd-udevd[133]: mem: Device (SEQNUM=1653, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: id: sd-device-monitor: Passed 304 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: full: Creating symlink '/dev/char/1:7' to '../full'
Apr 24 12:44:25 localhost systemd-udevd[142]: full: sd-device: Created empty file '/run/udev/data/c1:7' for '/devices/virtual/mem/full'
Apr 24 12:44:25 localhost systemd-udevd[133]: mem: Device (SEQNUM=1653, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: mem: Processing device (SEQNUM=1653, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: kmsg: Handling device node '/dev/kmsg', devnum=c1:11
Apr 24 12:44:25 localhost systemd-udevd[133]: mem: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd[1]: dev-ram15.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[142]: full: Device (SEQNUM=1651, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: kmsg: Preserve permissions of /dev/kmsg, uid=0, gid=0, mode=0644
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram15.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[149]: mem: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:28 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: mem: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:28 MODE 0640
Apr 24 12:44:25 localhost systemd-udevd[142]: full: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: kmsg: Creating symlink '/dev/char/1:11' to '../kmsg'
Apr 24 12:44:25 localhost systemd-udevd[133]: null: Device (SEQNUM=1654, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: mem: Handling device node '/dev/mem', devnum=c1:1
Apr 24 12:44:25 localhost systemd-udevd[133]: null: Device (SEQNUM=1654, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: kmsg: sd-device: Created empty file '/run/udev/data/c1:11' for '/devices/virtual/mem/kmsg'
Apr 24 12:44:25 localhost systemd-udevd[133]: null: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: mem: Setting permissions /dev/mem, uid=0, gid=0, mode=0640
Apr 24 12:44:25 localhost systemd-udevd[145]: kmsg: Device (SEQNUM=1652, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: null: Processing device (SEQNUM=1654, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: mem: Creating symlink '/dev/char/1:1' to '../mem'
Apr 24 12:44:25 localhost systemd-udevd[149]: mem: sd-device: Created empty file '/run/udev/data/c1:1' for '/devices/virtual/mem/mem'
Apr 24 12:44:25 localhost systemd-udevd[133]: port: Device (SEQNUM=1655, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: kmsg: sd-device-monitor: Passed 197 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: mem: Device (SEQNUM=1653, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: port: Device (SEQNUM=1655, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: mem: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: port: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: port: Processing device (SEQNUM=1655, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: null: Handling device node '/dev/null', devnum=c1:3
Apr 24 12:44:25 localhost systemd[1]: dev-ram2.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[133]: random: Device (SEQNUM=1656, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: port: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:28 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[148]: null: Preserve permissions of /dev/null, uid=0, gid=0, mode=0666
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram2.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[133]: random: Device (SEQNUM=1656, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: port: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:28 MODE 0640
Apr 24 12:44:25 localhost systemd-udevd[148]: null: Creating symlink '/dev/char/1:3' to '../null'
Apr 24 12:44:25 localhost systemd-udevd[133]: random: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: random: Processing device (SEQNUM=1656, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: null: sd-device: Created empty file '/run/udev/data/c1:3' for '/devices/virtual/mem/null'
Apr 24 12:44:25 localhost systemd-udevd[133]: urandom: Device (SEQNUM=1657, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: port: Handling device node '/dev/port', devnum=c1:4
Apr 24 12:44:25 localhost systemd-udevd[148]: null: Device (SEQNUM=1654, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: urandom: Device (SEQNUM=1657, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: port: Setting permissions /dev/port, uid=0, gid=0, mode=0640
Apr 24 12:44:25 localhost systemd-udevd[142]: port: Creating symlink '/dev/char/1:4' to '../port'
Apr 24 12:44:25 localhost systemd-udevd[149]: random: Handling device node '/dev/random', devnum=c1:8
Apr 24 12:44:25 localhost systemd-udevd[133]: urandom: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: urandom: Processing device (SEQNUM=1657, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: null: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: port: sd-device: Created empty file '/run/udev/data/c1:4' for '/devices/virtual/mem/port'
Apr 24 12:44:25 localhost systemd-udevd[149]: random: Preserve permissions of /dev/random, uid=0, gid=0, mode=0666
Apr 24 12:44:25 localhost systemd[1]: dev-ram3.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[133]: zero: Device (SEQNUM=1658, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: port: Device (SEQNUM=1655, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: random: Creating symlink '/dev/char/1:8' to '../random'
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram3.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[145]: urandom: Handling device node '/dev/urandom', devnum=c1:9
Apr 24 12:44:25 localhost systemd-udevd[133]: zero: Device (SEQNUM=1658, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: port: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: random: sd-device: Created empty file '/run/udev/data/c1:8' for '/devices/virtual/mem/random'
Apr 24 12:44:25 localhost systemd-udevd[145]: urandom: Preserve permissions of /dev/urandom, uid=0, gid=0, mode=0666
Apr 24 12:44:25 localhost systemd-udevd[133]: zero: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: zero: Processing device (SEQNUM=1658, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: random: Device (SEQNUM=1656, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: urandom: Creating symlink '/dev/char/1:9' to '../urandom'
Apr 24 12:44:25 localhost systemd-udevd[133]: autofs: Device (SEQNUM=1659, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: random: sd-device-monitor: Passed 200 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: autofs: Device (SEQNUM=1659, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: urandom: sd-device: Created empty file '/run/udev/data/c1:9' for '/devices/virtual/mem/urandom'
Apr 24 12:44:25 localhost systemd-udevd[143]: zero: Handling device node '/dev/zero', devnum=c1:5
Apr 24 12:44:25 localhost systemd-udevd[133]: autofs: sd-device-monitor: Passed 205 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: autofs: Processing device (SEQNUM=1659, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: urandom: Device (SEQNUM=1657, ACTION=add) processed
Apr 24 12:44:25 localhost systemd[1]: dev-ram4.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[143]: zero: Preserve permissions of /dev/zero, uid=0, gid=0, mode=0666
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu_dma_latency: Device (SEQNUM=1660, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: autofs: Handling device node '/dev/autofs', devnum=c10:235
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram4.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[143]: zero: Creating symlink '/dev/char/1:5' to '../zero'
Apr 24 12:44:25 localhost systemd-udevd[143]: zero: sd-device: Created empty file '/run/udev/data/c1:5' for '/devices/virtual/mem/zero'
Apr 24 12:44:25 localhost systemd-udevd[145]: urandom: sd-device-monitor: Passed 202 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: autofs: Preserve permissions of /dev/autofs, uid=0, gid=0, mode=0644
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu_dma_latency: Device (SEQNUM=1660, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: zero: Device (SEQNUM=1658, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: autofs: Creating symlink '/dev/char/10:235' to '../autofs'
Apr 24 12:44:25 localhost systemd-udevd[133]: cpu_dma_latency: sd-device-monitor: Passed 209 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu_dma_latency: Processing device (SEQNUM=1660, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: zero: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: autofs: sd-device: Created empty file '/run/udev/data/c10:235' for '/devices/virtual/misc/autofs'
Apr 24 12:44:25 localhost systemd-udevd[133]: hpet: Device (SEQNUM=1661, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: autofs: Device (SEQNUM=1659, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: hpet: Device (SEQNUM=1661, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: hpet: Processing device (SEQNUM=1661, ACTION=add)
Apr 24 12:44:25 localhost systemd[1]: dev-ram5.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu_dma_latency: Handling device node '/dev/cpu_dma_latency', devnum=c10:62
Apr 24 12:44:25 localhost systemd-udevd[133]: hpet: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: autofs: sd-device-monitor: Passed 205 byte to netlink monitor
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram5.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu_dma_latency: Preserve permissions of /dev/cpu_dma_latency, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[133]: snapshot: Device (SEQNUM=1662, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu_dma_latency: Creating symlink '/dev/char/10:62' to '../cpu_dma_latency'
Apr 24 12:44:25 localhost systemd-udevd[145]: hpet: Handling device node '/dev/hpet', devnum=c10:228
Apr 24 12:44:25 localhost systemd-udevd[133]: snapshot: Device (SEQNUM=1662, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: snapshot: Processing device (SEQNUM=1662, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu_dma_latency: sd-device: Created empty file '/run/udev/data/c10:62' for '/devices/virtual/misc/cpu_dma_latency'
Apr 24 12:44:25 localhost systemd-udevd[133]: snapshot: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu_dma_latency: Device (SEQNUM=1660, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: vga_arbiter: Device (SEQNUM=1663, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: vga_arbiter: Device (SEQNUM=1663, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: cpu_dma_latency: sd-device-monitor: Passed 209 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: hpet: Preserve permissions of /dev/hpet, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[133]: vga_arbiter: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: vga_arbiter: Processing device (SEQNUM=1663, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: snapshot: Handling device node '/dev/snapshot', devnum=c10:231
Apr 24 12:44:25 localhost systemd-udevd[145]: hpet: Creating symlink '/dev/char/10:228' to '../hpet'
Apr 24 12:44:25 localhost systemd-udevd[133]: lo: Device (SEQNUM=1664, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: snapshot: Preserve permissions of /dev/snapshot, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd[1]: dev-ram6.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[145]: hpet: sd-device: Created empty file '/run/udev/data/c10:228' for '/devices/virtual/misc/hpet'
Apr 24 12:44:25 localhost systemd-udevd[133]: lo: Device (SEQNUM=1664, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: snapshot: Creating symlink '/dev/char/10:231' to '../snapshot'
Apr 24 12:44:25 localhost systemd-udevd[142]: vga_arbiter: Handling device node '/dev/vga_arbiter', devnum=c10:63
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram6.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[145]: hpet: Device (SEQNUM=1661, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lo: sd-device-monitor: Passed 170 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: lo: Processing device (SEQNUM=1664, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: snapshot: sd-device: Created empty file '/run/udev/data/c10:231' for '/devices/virtual/misc/snapshot'
Apr 24 12:44:25 localhost systemd-udevd[142]: vga_arbiter: Preserve permissions of /dev/vga_arbiter, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[145]: hpet: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device0: Device (SEQNUM=1665, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: snapshot: Device (SEQNUM=1662, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: vga_arbiter: Creating symlink '/dev/char/10:63' to '../vga_arbiter'
Apr 24 12:44:25 localhost systemd-udevd[142]: vga_arbiter: sd-device: Created empty file '/run/udev/data/c10:63' for '/devices/virtual/misc/vga_arbiter'
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device0: Device (SEQNUM=1665, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: cooling_device0: Processing device (SEQNUM=1665, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: lo: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/75-net-description.rules:6 Importing properties from results of builtin command 'net_id'
Apr 24 12:44:25 localhost systemd-udevd[142]: vga_arbiter: Device (SEQNUM=1663, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device0: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: snapshot: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: lo: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-net-setup-link.rules:5 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd[1]: dev-ram7.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram7.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[142]: vga_arbiter: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: cooling_device0: Device (SEQNUM=1665, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: lo: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-net-setup-link.rules:5 Failed to run builtin 'path_id': No such file or directory
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device1: Device (SEQNUM=1666, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: cooling_device0: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: lo: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-net-setup-link.rules:9 Importing properties from results of builtin command 'net_setup_link'
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device1: Device (SEQNUM=1666, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device1: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: lo: Config file /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/network/99-default.link is applied
Apr 24 12:44:25 localhost systemd-udevd[149]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device2: Device (SEQNUM=1667, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: lo: Failed to query name_assign_type: Invalid argument
Apr 24 12:44:25 localhost systemd-udevd[149]: lo: Policies didn't yield a name and Name= is not given, not renaming.
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device2: Device (SEQNUM=1667, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: cooling_device1: Processing device (SEQNUM=1666, ACTION=add)
Apr 24 12:44:25 localhost systemd[1]: dev-ram8.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[149]: lo: Device has addr_assign_type=0
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device2: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: cooling_device2: Processing device (SEQNUM=1667, ACTION=add)
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram8.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[149]: lo: MAC on the device already matches policy *persistent*
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device3: Device (SEQNUM=1668, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: cooling_device1: Device (SEQNUM=1666, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device3: Device (SEQNUM=1668, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: lo: sd-device: Created db file '/run/udev/data/n1' for '/devices/virtual/net/lo'
Apr 24 12:44:25 localhost systemd-udevd[142]: cooling_device2: Device (SEQNUM=1667, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: cooling_device1: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device3: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: cooling_device3: Processing device (SEQNUM=1668, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: lo: Device (SEQNUM=1664, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: cooling_device2: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device4: Device (SEQNUM=1669, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: lo: sd-device-monitor: Passed 281 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device4: Device (SEQNUM=1669, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device4: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: cooling_device3: Device (SEQNUM=1668, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: cooling_device4: Processing device (SEQNUM=1669, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device5: Device (SEQNUM=1670, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: cooling_device3: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device5: Device (SEQNUM=1670, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd[1]: dev-ram9.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device5: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: cooling_device4: Device (SEQNUM=1669, ACTION=add) processed
Apr 24 12:44:25 localhost systemd[1]: sys-devices-virtual-block-ram9.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[149]: cooling_device5: Processing device (SEQNUM=1670, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device6: Device (SEQNUM=1671, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: cooling_device4: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device6: Device (SEQNUM=1671, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: cooling_device6: Processing device (SEQNUM=1671, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: cooling_device5: Device (SEQNUM=1670, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device6: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: cooling_device5: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device7: Device (SEQNUM=1672, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: cooling_device6: Device (SEQNUM=1671, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device7: Device (SEQNUM=1672, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: cooling_device7: Processing device (SEQNUM=1672, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: cooling_device7: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: cooling_device6: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: console: Device (SEQNUM=1673, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: console: Device (SEQNUM=1673, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: cooling_device7: Device (SEQNUM=1672, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: console: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: console: Processing device (SEQNUM=1673, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: cooling_device7: sd-device-monitor: Passed 168 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: ptmx: Device (SEQNUM=1674, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: ptmx: Device (SEQNUM=1674, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: ptmx: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: ptmx: Processing device (SEQNUM=1674, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: console: Handling device node '/dev/console', devnum=c5:1
Apr 24 12:44:25 localhost systemd-udevd[133]: tty: Device (SEQNUM=1675, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: console: Preserve permissions of /dev/console, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[142]: ptmx: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:19 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty: Device (SEQNUM=1675, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: console: Creating symlink '/dev/char/5:1' to '../console'
Apr 24 12:44:25 localhost systemd-udevd[142]: ptmx: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:19 MODE 0666
Apr 24 12:44:25 localhost systemd-udevd[133]: tty: sd-device-monitor: Passed 194 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty0: Device (SEQNUM=1676, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: console: sd-device: Created empty file '/run/udev/data/c5:1' for '/devices/virtual/tty/console'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty: Processing device (SEQNUM=1675, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: tty0: Device (SEQNUM=1676, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: console: Device (SEQNUM=1673, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: ptmx: Handling device node '/dev/ptmx', devnum=c5:2
Apr 24 12:44:25 localhost systemd-udevd[133]: tty0: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:20 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[148]: tty0: Processing device (SEQNUM=1676, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: console: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: ptmx: Preserve permissions of /dev/ptmx, uid=0, gid=0, mode=0666
Apr 24 12:44:25 localhost systemd-udevd[145]: tty: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:20 MODE 0666
Apr 24 12:44:25 localhost systemd-udevd[133]: tty1: Device (SEQNUM=1677, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: tty0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[142]: ptmx: Creating symlink '/dev/char/5:2' to '../ptmx'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty1: Device (SEQNUM=1677, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: tty0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[145]: tty: Handling device node '/dev/tty', devnum=c5:0
Apr 24 12:44:25 localhost systemd-udevd[142]: ptmx: sd-device: Created empty file '/run/udev/data/c5:2' for '/devices/virtual/tty/ptmx'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty1: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty1: Processing device (SEQNUM=1677, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: tty: Preserve permissions of /dev/tty, uid=0, gid=0, mode=0666
Apr 24 12:44:25 localhost systemd-udevd[142]: ptmx: Device (SEQNUM=1674, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: tty0: Handling device node '/dev/tty0', devnum=c4:0
Apr 24 12:44:25 localhost systemd-udevd[133]: tty10: Device (SEQNUM=1678, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: tty: Creating symlink '/dev/char/5:0' to '../tty'
Apr 24 12:44:25 localhost systemd-udevd[143]: tty1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[142]: ptmx: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty0: Setting permissions /dev/tty0, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty10: Device (SEQNUM=1678, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: tty1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[145]: tty: sd-device: Created empty file '/run/udev/data/c5:0' for '/devices/virtual/tty/tty'
Apr 24 12:44:25 localhost systemd-udevd[148]: tty0: Creating symlink '/dev/char/4:0' to '../tty0'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty10: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty10: Processing device (SEQNUM=1678, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: tty: Device (SEQNUM=1675, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: tty0: sd-device: Created empty file '/run/udev/data/c4:0' for '/devices/virtual/tty/tty0'
Apr 24 12:44:25 localhost systemd-udevd[143]: tty1: Handling device node '/dev/tty1', devnum=c4:1
Apr 24 12:44:25 localhost systemd-udevd[133]: tty11: Device (SEQNUM=1679, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: tty10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[145]: tty: sd-device-monitor: Passed 194 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty0: Device (SEQNUM=1676, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: tty1: Setting permissions /dev/tty1, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty11: Device (SEQNUM=1679, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty0: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty1: Creating symlink '/dev/char/4:1' to '../tty1'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty11: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty11: Processing device (SEQNUM=1679, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty10: Handling device node '/dev/tty10', devnum=c4:10
Apr 24 12:44:25 localhost systemd-udevd[149]: tty10: Setting permissions /dev/tty10, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty10: Creating symlink '/dev/char/4:10' to '../tty10'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty11: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty12: Device (SEQNUM=1680, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: tty12: Device (SEQNUM=1680, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty10: sd-device: Created empty file '/run/udev/data/c4:10' for '/devices/virtual/tty/tty10'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty11: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty12: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty1: sd-device: Created empty file '/run/udev/data/c4:1' for '/devices/virtual/tty/tty1'
Apr 24 12:44:25 localhost systemd-udevd[143]: tty1: Device (SEQNUM=1677, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: tty10: Device (SEQNUM=1678, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: tty12: Processing device (SEQNUM=1680, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: tty13: Device (SEQNUM=1681, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty11: Handling device node '/dev/tty11', devnum=c4:11
Apr 24 12:44:25 localhost systemd-udevd[142]: tty11: Setting permissions /dev/tty11, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[142]: tty11: Creating symlink '/dev/char/4:11' to '../tty11'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty13: Device (SEQNUM=1681, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: tty12: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[143]: tty1: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty10: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty11: sd-device: Created empty file '/run/udev/data/c4:11' for '/devices/virtual/tty/tty11'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty13: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty13: Processing device (SEQNUM=1681, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: tty13: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[142]: tty11: Device (SEQNUM=1679, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty14: Device (SEQNUM=1682, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: tty12: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty13: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[142]: tty11: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty14: Device (SEQNUM=1682, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: tty14: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty14: Processing device (SEQNUM=1682, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: tty12: Handling device node '/dev/tty12', devnum=c4:12
Apr 24 12:44:25 localhost systemd-udevd[148]: tty13: Handling device node '/dev/tty13', devnum=c4:13
Apr 24 12:44:25 localhost systemd-udevd[133]: tty15: Device (SEQNUM=1683, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: tty14: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[145]: tty12: Setting permissions /dev/tty12, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty13: Setting permissions /dev/tty13, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty15: Device (SEQNUM=1683, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty14: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[145]: tty12: Creating symlink '/dev/char/4:12' to '../tty12'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty12: sd-device: Created empty file '/run/udev/data/c4:12' for '/devices/virtual/tty/tty12'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty15: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty15: Processing device (SEQNUM=1683, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: tty13: Creating symlink '/dev/char/4:13' to '../tty13'
Apr 24 12:44:25 localhost systemd-udevd[148]: tty13: sd-device: Created empty file '/run/udev/data/c4:13' for '/devices/virtual/tty/tty13'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty14: Handling device node '/dev/tty14', devnum=c4:14
Apr 24 12:44:25 localhost systemd-udevd[133]: tty16: Device (SEQNUM=1684, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty15: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[148]: tty13: Device (SEQNUM=1681, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: tty13: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty12: Device (SEQNUM=1680, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty16: Device (SEQNUM=1684, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: tty15: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty14: Setting permissions /dev/tty14, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[145]: tty12: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty16: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty16: Processing device (SEQNUM=1684, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty14: Creating symlink '/dev/char/4:14' to '../tty14'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty17: Device (SEQNUM=1685, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: tty17: Device (SEQNUM=1685, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: tty16: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: tty14: sd-device: Created empty file '/run/udev/data/c4:14' for '/devices/virtual/tty/tty14'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty15: Handling device node '/dev/tty15', devnum=c4:15
Apr 24 12:44:25 localhost systemd-udevd[133]: tty17: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty17: Processing device (SEQNUM=1685, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: tty16: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty14: Device (SEQNUM=1682, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: tty15: Setting permissions /dev/tty15, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty18: Device (SEQNUM=1686, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: tty17: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: tty14: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty15: Creating symlink '/dev/char/4:15' to '../tty15'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty18: Device (SEQNUM=1686, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: tty18: Processing device (SEQNUM=1686, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: tty16: Handling device node '/dev/tty16', devnum=c4:16
Apr 24 12:44:25 localhost systemd-udevd[142]: tty15: sd-device: Created empty file '/run/udev/data/c4:15' for '/devices/virtual/tty/tty15'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty18: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty17: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[143]: tty16: Setting permissions /dev/tty16, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty18: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[142]: tty15: Device (SEQNUM=1683, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty19: Device (SEQNUM=1687, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: tty16: Creating symlink '/dev/char/4:16' to '../tty16'
Apr 24 12:44:25 localhost systemd-udevd[143]: tty16: sd-device: Created empty file '/run/udev/data/c4:16' for '/devices/virtual/tty/tty16'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty15: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty17: Handling device node '/dev/tty17', devnum=c4:17
Apr 24 12:44:25 localhost systemd-udevd[133]: tty19: Device (SEQNUM=1687, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: tty18: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[143]: tty16: Device (SEQNUM=1684, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: tty17: Setting permissions /dev/tty17, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty19: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty19: Processing device (SEQNUM=1687, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: tty16: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty17: Creating symlink '/dev/char/4:17' to '../tty17'
Apr 24 12:44:25 localhost systemd-udevd[148]: tty18: Handling device node '/dev/tty18', devnum=c4:18
Apr 24 12:44:25 localhost systemd-udevd[133]: tty2: Device (SEQNUM=1688, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: tty19: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[145]: tty17: sd-device: Created empty file '/run/udev/data/c4:17' for '/devices/virtual/tty/tty17'
Apr 24 12:44:25 localhost systemd-udevd[148]: tty18: Setting permissions /dev/tty18, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty2: Device (SEQNUM=1688, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty19: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[145]: tty17: Device (SEQNUM=1685, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: tty18: Creating symlink '/dev/char/4:18' to '../tty18'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty2: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty2: Processing device (SEQNUM=1688, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: tty17: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty18: sd-device: Created empty file '/run/udev/data/c4:18' for '/devices/virtual/tty/tty18'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty20: Device (SEQNUM=1689, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: tty19: Handling device node '/dev/tty19', devnum=c4:19
Apr 24 12:44:25 localhost systemd-udevd[142]: tty2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[148]: tty18: Device (SEQNUM=1686, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty20: Device (SEQNUM=1689, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty19: Setting permissions /dev/tty19, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[142]: tty2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty18: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty20: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty20: Processing device (SEQNUM=1689, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty19: Creating symlink '/dev/char/4:19' to '../tty19'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty19: sd-device: Created empty file '/run/udev/data/c4:19' for '/devices/virtual/tty/tty19'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty2: Handling device node '/dev/tty2', devnum=c4:2
Apr 24 12:44:25 localhost systemd-udevd[143]: tty20: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty21: Device (SEQNUM=1690, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: tty19: Device (SEQNUM=1687, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: tty2: Setting permissions /dev/tty2, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[143]: tty20: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty21: Device (SEQNUM=1690, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty19: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty2: Creating symlink '/dev/char/4:2' to '../tty2'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty21: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty21: Processing device (SEQNUM=1690, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: tty2: sd-device: Created empty file '/run/udev/data/c4:2' for '/devices/virtual/tty/tty2'
Apr 24 12:44:25 localhost systemd-udevd[143]: tty20: Handling device node '/dev/tty20', devnum=c4:20
Apr 24 12:44:25 localhost systemd-udevd[133]: tty22: Device (SEQNUM=1691, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: tty21: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[142]: tty2: Device (SEQNUM=1688, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: tty20: Setting permissions /dev/tty20, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty22: Device (SEQNUM=1691, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty22: Processing device (SEQNUM=1691, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: tty2: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty20: Creating symlink '/dev/char/4:20' to '../tty20'
Apr 24 12:44:25 localhost systemd-udevd[143]: tty20: sd-device: Created empty file '/run/udev/data/c4:20' for '/devices/virtual/tty/tty20'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty21: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty22: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty22: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty20: Device (SEQNUM=1689, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: tty22: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[143]: tty20: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty23: Device (SEQNUM=1692, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: tty21: Handling device node '/dev/tty21', devnum=c4:21
Apr 24 12:44:25 localhost systemd-udevd[149]: tty22: Handling device node '/dev/tty22', devnum=c4:22
Apr 24 12:44:25 localhost systemd-udevd[145]: tty21: Setting permissions /dev/tty21, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty23: Device (SEQNUM=1692, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty22: Setting permissions /dev/tty22, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[145]: tty21: Creating symlink '/dev/char/4:21' to '../tty21'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty21: sd-device: Created empty file '/run/udev/data/c4:21' for '/devices/virtual/tty/tty21'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty23: Processing device (SEQNUM=1692, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty22: Creating symlink '/dev/char/4:22' to '../tty22'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty23: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty21: Device (SEQNUM=1690, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: tty23: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: tty22: sd-device: Created empty file '/run/udev/data/c4:22' for '/devices/virtual/tty/tty22'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty21: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty24: Device (SEQNUM=1693, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty23: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty22: Device (SEQNUM=1691, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty24: Device (SEQNUM=1693, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty22: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty24: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty24: Processing device (SEQNUM=1693, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: tty23: Handling device node '/dev/tty23', devnum=c4:23
Apr 24 12:44:25 localhost systemd-udevd[133]: tty25: Device (SEQNUM=1694, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: tty24: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[142]: tty23: Setting permissions /dev/tty23, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty25: Device (SEQNUM=1694, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty25: Processing device (SEQNUM=1694, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: tty23: Creating symlink '/dev/char/4:23' to '../tty23'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty23: sd-device: Created empty file '/run/udev/data/c4:23' for '/devices/virtual/tty/tty23'
Apr 24 12:44:25 localhost systemd-udevd[148]: tty24: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty25: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty25: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty23: Device (SEQNUM=1692, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: tty25: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty26: Device (SEQNUM=1695, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty23: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty24: Handling device node '/dev/tty24', devnum=c4:24
Apr 24 12:44:25 localhost systemd-udevd[133]: tty26: Device (SEQNUM=1695, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: tty24: Setting permissions /dev/tty24, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty25: Handling device node '/dev/tty25', devnum=c4:25
Apr 24 12:44:25 localhost systemd-udevd[133]: tty26: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty26: Processing device (SEQNUM=1695, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: tty24: Creating symlink '/dev/char/4:24' to '../tty24'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty25: Setting permissions /dev/tty25, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty27: Device (SEQNUM=1696, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: tty26: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[148]: tty24: sd-device: Created empty file '/run/udev/data/c4:24' for '/devices/virtual/tty/tty24'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty25: Creating symlink '/dev/char/4:25' to '../tty25'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty25: sd-device: Created empty file '/run/udev/data/c4:25' for '/devices/virtual/tty/tty25'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty26: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty24: Device (SEQNUM=1693, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty27: Device (SEQNUM=1696, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty25: Device (SEQNUM=1694, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: tty26: Handling device node '/dev/tty26', devnum=c4:26
Apr 24 12:44:25 localhost systemd-udevd[133]: tty27: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty27: Processing device (SEQNUM=1696, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty25: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty24: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty26: Setting permissions /dev/tty26, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty28: Device (SEQNUM=1697, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty27: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[145]: tty26: Creating symlink '/dev/char/4:26' to '../tty26'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty26: sd-device: Created empty file '/run/udev/data/c4:26' for '/devices/virtual/tty/tty26'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty27: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty28: Device (SEQNUM=1697, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: tty26: Device (SEQNUM=1695, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty28: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty27: Handling device node '/dev/tty27', devnum=c4:27
Apr 24 12:44:25 localhost systemd-udevd[145]: tty26: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty28: Processing device (SEQNUM=1697, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: tty27: Setting permissions /dev/tty27, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[142]: tty27: Creating symlink '/dev/char/4:27' to '../tty27'
Apr 24 12:44:25 localhost systemd-udevd[143]: tty28: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty29: Device (SEQNUM=1698, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty27: sd-device: Created empty file '/run/udev/data/c4:27' for '/devices/virtual/tty/tty27'
Apr 24 12:44:25 localhost systemd-udevd[143]: tty28: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty29: Device (SEQNUM=1698, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: tty27: Device (SEQNUM=1696, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty29: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty29: Processing device (SEQNUM=1698, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty29: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[143]: tty28: Handling device node '/dev/tty28', devnum=c4:28
Apr 24 12:44:25 localhost systemd-udevd[133]: tty3: Device (SEQNUM=1699, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty27: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty29: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[143]: tty28: Setting permissions /dev/tty28, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty3: Device (SEQNUM=1699, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: tty3: Processing device (SEQNUM=1699, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: tty3: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty28: Creating symlink '/dev/char/4:28' to '../tty28'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty29: Handling device node '/dev/tty29', devnum=c4:29
Apr 24 12:44:25 localhost systemd-udevd[145]: tty3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty30: Device (SEQNUM=1700, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: tty28: sd-device: Created empty file '/run/udev/data/c4:28' for '/devices/virtual/tty/tty28'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty29: Setting permissions /dev/tty29, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[145]: tty3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty30: Device (SEQNUM=1700, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: tty30: Processing device (SEQNUM=1700, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: tty30: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty30: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty28: Device (SEQNUM=1697, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: tty30: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty29: Creating symlink '/dev/char/4:29' to '../tty29'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty29: sd-device: Created empty file '/run/udev/data/c4:29' for '/devices/virtual/tty/tty29'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty31: Device (SEQNUM=1701, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty30: Handling device node '/dev/tty30', devnum=c4:30
Apr 24 12:44:25 localhost systemd-udevd[145]: tty3: Handling device node '/dev/tty3', devnum=c4:3
Apr 24 12:44:25 localhost systemd-udevd[149]: tty29: Device (SEQNUM=1698, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty31: Device (SEQNUM=1701, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: tty28: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty30: Setting permissions /dev/tty30, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[145]: tty3: Setting permissions /dev/tty3, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty29: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty31: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty31: Processing device (SEQNUM=1701, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: tty30: Creating symlink '/dev/char/4:30' to '../tty30'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty3: Creating symlink '/dev/char/4:3' to '../tty3'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty3: sd-device: Created empty file '/run/udev/data/c4:3' for '/devices/virtual/tty/tty3'
Apr 24 12:44:25 localhost systemd-udevd[148]: tty31: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[142]: tty30: sd-device: Created empty file '/run/udev/data/c4:30' for '/devices/virtual/tty/tty30'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty32: Device (SEQNUM=1702, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: tty3: Device (SEQNUM=1699, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: tty31: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[142]: tty30: Device (SEQNUM=1700, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty32: Device (SEQNUM=1702, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: tty3: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty30: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty32: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty32: Processing device (SEQNUM=1702, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: tty31: Handling device node '/dev/tty31', devnum=c4:31
Apr 24 12:44:25 localhost systemd-udevd[133]: tty33: Device (SEQNUM=1703, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: tty31: Setting permissions /dev/tty31, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty32: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty33: Device (SEQNUM=1703, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: tty31: Creating symlink '/dev/char/4:31' to '../tty31'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty32: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty33: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty33: Processing device (SEQNUM=1703, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: tty31: sd-device: Created empty file '/run/udev/data/c4:31' for '/devices/virtual/tty/tty31'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty34: Device (SEQNUM=1704, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty33: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[148]: tty31: Device (SEQNUM=1701, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: tty32: Handling device node '/dev/tty32', devnum=c4:32
Apr 24 12:44:25 localhost systemd-udevd[133]: tty34: Device (SEQNUM=1704, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: tty33: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty31: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty32: Setting permissions /dev/tty32, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty34: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty35: Device (SEQNUM=1705, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: tty32: Creating symlink '/dev/char/4:32' to '../tty32'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty33: Handling device node '/dev/tty33', devnum=c4:33
Apr 24 12:44:25 localhost systemd-udevd[145]: tty34: Processing device (SEQNUM=1704, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: tty35: Device (SEQNUM=1705, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty32: sd-device: Created empty file '/run/udev/data/c4:32' for '/devices/virtual/tty/tty32'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty33: Setting permissions /dev/tty33, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[142]: tty33: Creating symlink '/dev/char/4:33' to '../tty33'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty34: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[148]: tty35: Processing device (SEQNUM=1705, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty32: Device (SEQNUM=1702, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty35: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty33: sd-device: Created empty file '/run/udev/data/c4:33' for '/devices/virtual/tty/tty33'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty34: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty32: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty35: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty36: Device (SEQNUM=1706, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: tty34: Handling device node '/dev/tty34', devnum=c4:34
Apr 24 12:44:25 localhost systemd-udevd[148]: tty35: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty36: Device (SEQNUM=1706, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: tty33: Device (SEQNUM=1703, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: tty34: Setting permissions /dev/tty34, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty36: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty36: Processing device (SEQNUM=1706, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: tty36: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[145]: tty34: Creating symlink '/dev/char/4:34' to '../tty34'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty34: sd-device: Created empty file '/run/udev/data/c4:34' for '/devices/virtual/tty/tty34'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty37: Device (SEQNUM=1707, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty33: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty36: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty35: Handling device node '/dev/tty35', devnum=c4:35
Apr 24 12:44:25 localhost systemd-udevd[145]: tty34: Device (SEQNUM=1704, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty37: Device (SEQNUM=1707, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: tty35: Setting permissions /dev/tty35, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[145]: tty34: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty37: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty37: Processing device (SEQNUM=1707, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: tty36: Handling device node '/dev/tty36', devnum=c4:36
Apr 24 12:44:25 localhost systemd-udevd[148]: tty35: Creating symlink '/dev/char/4:35' to '../tty35'
Apr 24 12:44:25 localhost systemd-udevd[148]: tty35: sd-device: Created empty file '/run/udev/data/c4:35' for '/devices/virtual/tty/tty35'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty38: Device (SEQNUM=1708, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: tty36: Setting permissions /dev/tty36, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty37: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty38: Device (SEQNUM=1708, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: tty38: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty37: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty35: Device (SEQNUM=1705, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: tty35: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty36: Creating symlink '/dev/char/4:36' to '../tty36'
Apr 24 12:44:25 localhost systemd-udevd[143]: tty36: sd-device: Created empty file '/run/udev/data/c4:36' for '/devices/virtual/tty/tty36'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty39: Device (SEQNUM=1709, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: tty36: Device (SEQNUM=1706, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: tty37: Handling device node '/dev/tty37', devnum=c4:37
Apr 24 12:44:25 localhost systemd-udevd[142]: tty38: Processing device (SEQNUM=1708, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: tty39: Device (SEQNUM=1709, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty37: Setting permissions /dev/tty37, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[143]: tty36: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty39: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty38: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[145]: tty39: Processing device (SEQNUM=1709, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty37: Creating symlink '/dev/char/4:37' to '../tty37'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty37: sd-device: Created empty file '/run/udev/data/c4:37' for '/devices/virtual/tty/tty37'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty4: Device (SEQNUM=1710, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: tty39: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[142]: tty38: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty37: Device (SEQNUM=1707, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty4: Device (SEQNUM=1710, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: tty4: Processing device (SEQNUM=1710, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty37: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty4: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty39: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[142]: tty38: Handling device node '/dev/tty38', devnum=c4:38
Apr 24 12:44:25 localhost systemd-udevd[148]: tty4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty40: Device (SEQNUM=1711, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty38: Setting permissions /dev/tty38, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty40: Device (SEQNUM=1711, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: tty39: Handling device node '/dev/tty39', devnum=c4:39
Apr 24 12:44:25 localhost systemd-udevd[142]: tty38: Creating symlink '/dev/char/4:38' to '../tty38'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty38: sd-device: Created empty file '/run/udev/data/c4:38' for '/devices/virtual/tty/tty38'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty40: Processing device (SEQNUM=1711, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: tty39: Setting permissions /dev/tty39, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty40: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty38: Device (SEQNUM=1708, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: tty4: Handling device node '/dev/tty4', devnum=c4:4
Apr 24 12:44:25 localhost systemd-udevd[149]: tty40: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[145]: tty39: Creating symlink '/dev/char/4:39' to '../tty39'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty39: sd-device: Created empty file '/run/udev/data/c4:39' for '/devices/virtual/tty/tty39'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty38: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty4: Setting permissions /dev/tty4, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty40: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty41: Device (SEQNUM=1712, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: tty39: Device (SEQNUM=1709, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: tty4: Creating symlink '/dev/char/4:4' to '../tty4'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty41: Device (SEQNUM=1712, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: tty39: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty4: sd-device: Created empty file '/run/udev/data/c4:4' for '/devices/virtual/tty/tty4'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty40: Handling device node '/dev/tty40', devnum=c4:40
Apr 24 12:44:25 localhost systemd-udevd[133]: tty41: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty41: Processing device (SEQNUM=1712, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: tty4: Device (SEQNUM=1710, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: tty40: Setting permissions /dev/tty40, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty42: Device (SEQNUM=1713, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: tty41: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[148]: tty4: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty40: Creating symlink '/dev/char/4:40' to '../tty40'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty40: sd-device: Created empty file '/run/udev/data/c4:40' for '/devices/virtual/tty/tty40'
Apr 24 12:44:25 localhost systemd-udevd[143]: tty41: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty42: Device (SEQNUM=1713, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty40: Device (SEQNUM=1711, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty42: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty42: Processing device (SEQNUM=1713, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty40: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty41: Handling device node '/dev/tty41', devnum=c4:41
Apr 24 12:44:25 localhost systemd-udevd[133]: tty43: Device (SEQNUM=1714, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty42: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[143]: tty41: Setting permissions /dev/tty41, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty43: Device (SEQNUM=1714, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: tty42: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[143]: tty41: Creating symlink '/dev/char/4:41' to '../tty41'
Apr 24 12:44:25 localhost systemd-udevd[143]: tty41: sd-device: Created empty file '/run/udev/data/c4:41' for '/devices/virtual/tty/tty41'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty43: Processing device (SEQNUM=1714, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: tty43: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty41: Device (SEQNUM=1712, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: tty42: Handling device node '/dev/tty42', devnum=c4:42
Apr 24 12:44:25 localhost systemd-udevd[145]: tty43: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[143]: tty41: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty44: Device (SEQNUM=1715, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty42: Setting permissions /dev/tty42, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[145]: tty43: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty44: Device (SEQNUM=1715, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: tty42: Creating symlink '/dev/char/4:42' to '../tty42'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty44: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty43: Handling device node '/dev/tty43', devnum=c4:43
Apr 24 12:44:25 localhost systemd-udevd[142]: tty42: sd-device: Created empty file '/run/udev/data/c4:42' for '/devices/virtual/tty/tty42'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty44: Processing device (SEQNUM=1715, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: tty43: Setting permissions /dev/tty43, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty45: Device (SEQNUM=1716, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty42: Device (SEQNUM=1713, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: tty44: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[145]: tty43: Creating symlink '/dev/char/4:43' to '../tty43'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty43: sd-device: Created empty file '/run/udev/data/c4:43' for '/devices/virtual/tty/tty43'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty42: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty44: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty45: Device (SEQNUM=1716, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: tty43: Device (SEQNUM=1714, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty45: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty45: Processing device (SEQNUM=1716, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: tty43: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty44: Handling device node '/dev/tty44', devnum=c4:44
Apr 24 12:44:25 localhost systemd-udevd[133]: tty46: Device (SEQNUM=1717, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: tty45: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: tty44: Setting permissions /dev/tty44, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty46: Device (SEQNUM=1717, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: tty45: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty44: Creating symlink '/dev/char/4:44' to '../tty44'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty46: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty46: Processing device (SEQNUM=1717, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: tty46: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty47: Device (SEQNUM=1718, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: tty45: Handling device node '/dev/tty45', devnum=c4:45
Apr 24 12:44:25 localhost systemd-udevd[149]: tty44: sd-device: Created empty file '/run/udev/data/c4:44' for '/devices/virtual/tty/tty44'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty46: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty47: Device (SEQNUM=1718, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: tty47: Processing device (SEQNUM=1718, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty44: Device (SEQNUM=1715, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: tty46: Handling device node '/dev/tty46', devnum=c4:46
Apr 24 12:44:25 localhost systemd-udevd[148]: tty45: Setting permissions /dev/tty45, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[145]: tty47: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: tty44: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty47: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty46: Setting permissions /dev/tty46, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty45: Creating symlink '/dev/char/4:45' to '../tty45'
Apr 24 12:44:25 localhost systemd-udevd[148]: tty45: sd-device: Created empty file '/run/udev/data/c4:45' for '/devices/virtual/tty/tty45'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty46: Creating symlink '/dev/char/4:46' to '../tty46'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty46: sd-device: Created empty file '/run/udev/data/c4:46' for '/devices/virtual/tty/tty46'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty47: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty45: Device (SEQNUM=1716, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty48: Device (SEQNUM=1719, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty46: Device (SEQNUM=1717, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: tty45: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty47: Handling device node '/dev/tty47', devnum=c4:47
Apr 24 12:44:25 localhost systemd-udevd[142]: tty46: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty48: Device (SEQNUM=1719, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty48: Processing device (SEQNUM=1719, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: tty48: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty47: Setting permissions /dev/tty47, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty48: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty49: Device (SEQNUM=1720, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: tty47: Creating symlink '/dev/char/4:47' to '../tty47'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty48: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty49: Device (SEQNUM=1720, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: tty47: sd-device: Created empty file '/run/udev/data/c4:47' for '/devices/virtual/tty/tty47'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty49: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty49: Processing device (SEQNUM=1720, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: tty47: Device (SEQNUM=1718, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: tty48: Handling device node '/dev/tty48', devnum=c4:48
Apr 24 12:44:25 localhost systemd-udevd[133]: tty5: Device (SEQNUM=1721, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty49: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[145]: tty47: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty48: Setting permissions /dev/tty48, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty5: Device (SEQNUM=1721, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: tty5: Processing device (SEQNUM=1721, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty48: Creating symlink '/dev/char/4:48' to '../tty48'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty5: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty49: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty5: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: tty48: sd-device: Created empty file '/run/udev/data/c4:48' for '/devices/virtual/tty/tty48'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty50: Device (SEQNUM=1722, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: tty5: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty48: Device (SEQNUM=1719, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty50: Device (SEQNUM=1722, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: tty49: Handling device node '/dev/tty49', devnum=c4:49
Apr 24 12:44:25 localhost systemd-udevd[149]: tty48: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty50: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty50: Processing device (SEQNUM=1722, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: tty50: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[148]: tty5: Handling device node '/dev/tty5', devnum=c4:5
Apr 24 12:44:25 localhost systemd-udevd[133]: tty51: Device (SEQNUM=1723, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty49: Setting permissions /dev/tty49, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[145]: tty50: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty5: Setting permissions /dev/tty5, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty51: Device (SEQNUM=1723, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: tty49: Creating symlink '/dev/char/4:49' to '../tty49'
Apr 24 12:44:25 localhost systemd-udevd[148]: tty5: Creating symlink '/dev/char/4:5' to '../tty5'
Apr 24 12:44:25 localhost systemd-udevd[148]: tty5: sd-device: Created empty file '/run/udev/data/c4:5' for '/devices/virtual/tty/tty5'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty51: Processing device (SEQNUM=1723, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: tty50: Handling device node '/dev/tty50', devnum=c4:50
Apr 24 12:44:25 localhost systemd-udevd[142]: tty49: sd-device: Created empty file '/run/udev/data/c4:49' for '/devices/virtual/tty/tty49'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty51: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty5: Device (SEQNUM=1721, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: tty50: Setting permissions /dev/tty50, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty51: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[142]: tty49: Device (SEQNUM=1720, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty52: Device (SEQNUM=1724, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: tty5: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty50: Creating symlink '/dev/char/4:50' to '../tty50'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty50: sd-device: Created empty file '/run/udev/data/c4:50' for '/devices/virtual/tty/tty50'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty49: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty52: Device (SEQNUM=1724, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty51: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[145]: tty50: Device (SEQNUM=1722, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty52: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty52: Processing device (SEQNUM=1724, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: tty50: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty51: Handling device node '/dev/tty51', devnum=c4:51
Apr 24 12:44:25 localhost systemd-udevd[133]: tty53: Device (SEQNUM=1725, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: tty52: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: tty51: Setting permissions /dev/tty51, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty53: Device (SEQNUM=1725, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: tty52: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty51: Creating symlink '/dev/char/4:51' to '../tty51'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty51: sd-device: Created empty file '/run/udev/data/c4:51' for '/devices/virtual/tty/tty51'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty53: Processing device (SEQNUM=1725, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: tty53: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty51: Device (SEQNUM=1723, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: tty52: Handling device node '/dev/tty52', devnum=c4:52
Apr 24 12:44:25 localhost systemd-udevd[142]: tty53: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: tty51: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty54: Device (SEQNUM=1726, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: tty52: Setting permissions /dev/tty52, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[142]: tty53: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty54: Device (SEQNUM=1726, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: tty52: Creating symlink '/dev/char/4:52' to '../tty52'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty54: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty54: Processing device (SEQNUM=1726, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: tty52: sd-device: Created empty file '/run/udev/data/c4:52' for '/devices/virtual/tty/tty52'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty53: Handling device node '/dev/tty53', devnum=c4:53
Apr 24 12:44:25 localhost systemd-udevd[133]: tty55: Device (SEQNUM=1727, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: tty54: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[143]: tty52: Device (SEQNUM=1724, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: tty53: Setting permissions /dev/tty53, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty55: Device (SEQNUM=1727, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty55: Processing device (SEQNUM=1727, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: tty52: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty53: Creating symlink '/dev/char/4:53' to '../tty53'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty55: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty54: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty55: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[142]: tty53: sd-device: Created empty file '/run/udev/data/c4:53' for '/devices/virtual/tty/tty53'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty56: Device (SEQNUM=1728, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: tty55: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[142]: tty53: Device (SEQNUM=1725, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty56: Device (SEQNUM=1728, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: tty54: Handling device node '/dev/tty54', devnum=c4:54
Apr 24 12:44:25 localhost systemd-udevd[142]: tty53: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty56: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty56: Processing device (SEQNUM=1728, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: tty54: Setting permissions /dev/tty54, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty55: Handling device node '/dev/tty55', devnum=c4:55
Apr 24 12:44:25 localhost systemd-udevd[133]: tty57: Device (SEQNUM=1729, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: tty56: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[145]: tty54: Creating symlink '/dev/char/4:54' to '../tty54'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty55: Setting permissions /dev/tty55, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty57: Device (SEQNUM=1729, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: tty56: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[145]: tty54: sd-device: Created empty file '/run/udev/data/c4:54' for '/devices/virtual/tty/tty54'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty55: Creating symlink '/dev/char/4:55' to '../tty55'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty57: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty57: Processing device (SEQNUM=1729, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: tty54: Device (SEQNUM=1726, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: tty55: sd-device: Created empty file '/run/udev/data/c4:55' for '/devices/virtual/tty/tty55'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty58: Device (SEQNUM=1730, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: tty56: Handling device node '/dev/tty56', devnum=c4:56
Apr 24 12:44:25 localhost systemd-udevd[142]: tty57: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[145]: tty54: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty55: Device (SEQNUM=1727, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty58: Device (SEQNUM=1730, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: tty56: Setting permissions /dev/tty56, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[142]: tty57: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty55: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty58: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty57: Handling device node '/dev/tty57', devnum=c4:57
Apr 24 12:44:25 localhost systemd-udevd[148]: tty56: Creating symlink '/dev/char/4:56' to '../tty56'
Apr 24 12:44:25 localhost systemd-udevd[148]: tty56: sd-device: Created empty file '/run/udev/data/c4:56' for '/devices/virtual/tty/tty56'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty57: Setting permissions /dev/tty57, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[143]: tty58: Processing device (SEQNUM=1730, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: tty59: Device (SEQNUM=1731, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: tty56: Device (SEQNUM=1728, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: tty57: Creating symlink '/dev/char/4:57' to '../tty57'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty57: sd-device: Created empty file '/run/udev/data/c4:57' for '/devices/virtual/tty/tty57'
Apr 24 12:44:25 localhost systemd-udevd[148]: tty56: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: tty58: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty59: Device (SEQNUM=1731, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: tty59: Processing device (SEQNUM=1731, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: tty58: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty59: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty57: Device (SEQNUM=1729, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: tty59: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[142]: tty57: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty6: Device (SEQNUM=1732, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: tty59: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[143]: tty58: Handling device node '/dev/tty58', devnum=c4:58
Apr 24 12:44:25 localhost systemd-udevd[133]: tty6: Device (SEQNUM=1732, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: tty58: Setting permissions /dev/tty58, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty6: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty6: Processing device (SEQNUM=1732, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty59: Handling device node '/dev/tty59', devnum=c4:59
Apr 24 12:44:25 localhost systemd-udevd[143]: tty58: Creating symlink '/dev/char/4:58' to '../tty58'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty60: Device (SEQNUM=1733, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: tty6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: tty59: Setting permissions /dev/tty59, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[143]: tty58: sd-device: Created empty file '/run/udev/data/c4:58' for '/devices/virtual/tty/tty58'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty60: Device (SEQNUM=1733, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: tty60: Processing device (SEQNUM=1733, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty59: Creating symlink '/dev/char/4:59' to '../tty59'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty59: sd-device: Created empty file '/run/udev/data/c4:59' for '/devices/virtual/tty/tty59'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty60: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[142]: tty60: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[143]: tty58: Device (SEQNUM=1730, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: tty59: Device (SEQNUM=1731, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty61: Device (SEQNUM=1734, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty60: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[143]: tty58: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty59: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty6: Handling device node '/dev/tty6', devnum=c4:6
Apr 24 12:44:25 localhost systemd-udevd[133]: tty61: Device (SEQNUM=1734, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: tty6: Setting permissions /dev/tty6, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[142]: tty60: Handling device node '/dev/tty60', devnum=c4:60
Apr 24 12:44:25 localhost systemd-udevd[133]: tty61: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty61: Processing device (SEQNUM=1734, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: tty6: Creating symlink '/dev/char/4:6' to '../tty6'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty6: sd-device: Created empty file '/run/udev/data/c4:6' for '/devices/virtual/tty/tty6'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty62: Device (SEQNUM=1735, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: tty61: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[142]: tty60: Setting permissions /dev/tty60, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty62: Device (SEQNUM=1735, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: tty6: Device (SEQNUM=1732, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: tty62: Processing device (SEQNUM=1735, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty62: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty62: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty6: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty61: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty62: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[142]: tty60: Creating symlink '/dev/char/4:60' to '../tty60'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty60: sd-device: Created empty file '/run/udev/data/c4:60' for '/devices/virtual/tty/tty60'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty63: Device (SEQNUM=1736, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty60: Device (SEQNUM=1733, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty63: Device (SEQNUM=1736, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: tty60: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: tty61: Handling device node '/dev/tty61', devnum=c4:61
Apr 24 12:44:25 localhost systemd-udevd[148]: tty61: Setting permissions /dev/tty61, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty61: Creating symlink '/dev/char/4:61' to '../tty61'
Apr 24 12:44:25 localhost systemd-udevd[143]: tty63: Processing device (SEQNUM=1736, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: tty63: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: tty62: Handling device node '/dev/tty62', devnum=c4:62
Apr 24 12:44:25 localhost systemd-udevd[148]: tty61: sd-device: Created empty file '/run/udev/data/c4:61' for '/devices/virtual/tty/tty61'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty62: Setting permissions /dev/tty62, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[148]: tty61: Device (SEQNUM=1734, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: tty61: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty7: Device (SEQNUM=1737, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: tty62: Creating symlink '/dev/char/4:62' to '../tty62'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty62: sd-device: Created empty file '/run/udev/data/c4:62' for '/devices/virtual/tty/tty62'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty7: Device (SEQNUM=1737, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: tty63: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: tty62: Device (SEQNUM=1735, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: tty63: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: tty7: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty7: Processing device (SEQNUM=1737, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty62: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: tty8: Device (SEQNUM=1738, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty7: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[143]: tty63: Handling device node '/dev/tty63', devnum=c4:63
Apr 24 12:44:25 localhost systemd-udevd[133]: tty8: Device (SEQNUM=1738, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: tty7: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[143]: tty63: Setting permissions /dev/tty63, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[143]: tty63: Creating symlink '/dev/char/4:63' to '../tty63'
Apr 24 12:44:25 localhost systemd-udevd[143]: tty63: sd-device: Created empty file '/run/udev/data/c4:63' for '/devices/virtual/tty/tty63'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty7: Handling device node '/dev/tty7', devnum=c4:7
Apr 24 12:44:25 localhost systemd-udevd[143]: tty63: Device (SEQNUM=1736, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: tty8: Processing device (SEQNUM=1738, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: tty8: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: tty7: Setting permissions /dev/tty7, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[143]: tty63: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: tty9: Device (SEQNUM=1739, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: tty7: Creating symlink '/dev/char/4:7' to '../tty7'
Apr 24 12:44:25 localhost systemd-udevd[142]: tty7: sd-device: Created empty file '/run/udev/data/c4:7' for '/devices/virtual/tty/tty7'
Apr 24 12:44:25 localhost systemd-udevd[133]: tty9: Device (SEQNUM=1739, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: tty7: Device (SEQNUM=1737, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: tty9: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[142]: tty7: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: vcs: Device (SEQNUM=1740, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: tty9: Processing device (SEQNUM=1739, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: vcs: Device (SEQNUM=1740, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: tty8: Handling device node '/dev/tty8', devnum=c4:8
Apr 24 12:44:25 localhost systemd-udevd[149]: tty9: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: vcs: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: vcs: Processing device (SEQNUM=1740, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: tty8: Setting permissions /dev/tty8, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[149]: tty9: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:21 MODE 0620
Apr 24 12:44:25 localhost systemd-udevd[133]: vcs1: Device (SEQNUM=1741, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: vcs: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:25 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[145]: tty8: Creating symlink '/dev/char/4:8' to '../tty8'
Apr 24 12:44:25 localhost systemd-udevd[145]: tty8: sd-device: Created empty file '/run/udev/data/c4:8' for '/devices/virtual/tty/tty8'
Apr 24 12:44:25 localhost systemd-udevd[133]: vcs1: Device (SEQNUM=1741, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: vcs1: Processing device (SEQNUM=1741, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: tty9: Handling device node '/dev/tty9', devnum=c4:9
Apr 24 12:44:25 localhost systemd-udevd[133]: vcs1: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: tty8: Device (SEQNUM=1738, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: vcs: Handling device node '/dev/vcs', devnum=c7:0
Apr 24 12:44:25 localhost systemd-udevd[149]: tty9: Setting permissions /dev/tty9, uid=0, gid=0, mode=0620
Apr 24 12:44:25 localhost systemd-udevd[142]: vcs1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:25 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: vcsa: Device (SEQNUM=1742, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: tty8: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: vcs: Preserve permissions of /dev/vcs, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[149]: tty9: Creating symlink '/dev/char/4:9' to '../tty9'
Apr 24 12:44:25 localhost systemd-udevd[133]: vcsa: Device (SEQNUM=1742, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: vcsa: Processing device (SEQNUM=1742, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: vcs1: Handling device node '/dev/vcs1', devnum=c7:1
Apr 24 12:44:25 localhost systemd-udevd[149]: tty9: sd-device: Created empty file '/run/udev/data/c4:9' for '/devices/virtual/tty/tty9'
Apr 24 12:44:25 localhost systemd-udevd[133]: vcsa: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: vcs: Creating symlink '/dev/char/7:0' to '../vcs'
Apr 24 12:44:25 localhost systemd-udevd[142]: vcs1: Preserve permissions of /dev/vcs1, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[143]: vcsa: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:25 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: tty9: Device (SEQNUM=1739, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: vcsa1: Device (SEQNUM=1743, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: vcs: sd-device: Created empty file '/run/udev/data/c7:0' for '/devices/virtual/vc/vcs'
Apr 24 12:44:25 localhost systemd-udevd[142]: vcs1: Creating symlink '/dev/char/7:1' to '../vcs1'
Apr 24 12:44:25 localhost systemd-udevd[149]: tty9: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: vcsa1: Device (SEQNUM=1743, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: vcs: Device (SEQNUM=1740, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: vcsa: Handling device node '/dev/vcsa', devnum=c7:128
Apr 24 12:44:25 localhost systemd-udevd[142]: vcs1: sd-device: Created empty file '/run/udev/data/c7:1' for '/devices/virtual/vc/vcs1'
Apr 24 12:44:25 localhost systemd-udevd[133]: vcsa1: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: vcsa1: Processing device (SEQNUM=1743, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: vcs: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: vcsa: Preserve permissions of /dev/vcsa, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[142]: vcs1: Device (SEQNUM=1741, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: vcsu: Device (SEQNUM=1744, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: vcsa1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:25 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[143]: vcsa: Creating symlink '/dev/char/7:128' to '../vcsa'
Apr 24 12:44:25 localhost systemd-udevd[142]: vcs1: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: vcsu: Device (SEQNUM=1744, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: vcsu: Processing device (SEQNUM=1744, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: vcsu: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: vcsa1: Handling device node '/dev/vcsa1', devnum=c7:129
Apr 24 12:44:25 localhost systemd-udevd[143]: vcsa: sd-device: Created empty file '/run/udev/data/c7:128' for '/devices/virtual/vc/vcsa'
Apr 24 12:44:25 localhost systemd-udevd[149]: vcsu: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:25 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[145]: vcsa1: Preserve permissions of /dev/vcsa1, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[133]: vcsu1: Device (SEQNUM=1745, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: vcsa: Device (SEQNUM=1742, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: vcsa1: Creating symlink '/dev/char/7:129' to '../vcsa1'
Apr 24 12:44:25 localhost systemd-udevd[145]: vcsa1: sd-device: Created empty file '/run/udev/data/c7:129' for '/devices/virtual/vc/vcsa1'
Apr 24 12:44:25 localhost systemd-udevd[143]: vcsa: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: vcsu: Handling device node '/dev/vcsu', devnum=c7:64
Apr 24 12:44:25 localhost systemd-udevd[133]: vcsu1: Device (SEQNUM=1745, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: vcsa1: Device (SEQNUM=1743, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: vcsu: Preserve permissions of /dev/vcsu, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[133]: vcsu1: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: vcsu1: Processing device (SEQNUM=1745, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: vcsa1: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: vcsu: Creating symlink '/dev/char/7:64' to '../vcsu'
Apr 24 12:44:25 localhost systemd-udevd[149]: vcsu: sd-device: Created empty file '/run/udev/data/c7:64' for '/devices/virtual/vc/vcsu'
Apr 24 12:44:25 localhost systemd-udevd[142]: vcsu1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:25 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[133]: vtcon0: Device (SEQNUM=1746, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: vcsu: Device (SEQNUM=1744, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: vtcon0: Device (SEQNUM=1746, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: vcsu: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: vtcon0: sd-device-monitor: Passed 163 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: vcsu1: Handling device node '/dev/vcsu1', devnum=c7:65
Apr 24 12:44:25 localhost systemd-udevd[148]: vtcon0: Processing device (SEQNUM=1746, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: vcsu1: Preserve permissions of /dev/vcsu1, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[133]: vtcon1: Device (SEQNUM=1747, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: vcsu1: Creating symlink '/dev/char/7:65' to '../vcsu1'
Apr 24 12:44:25 localhost systemd-udevd[148]: vtcon0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/90-vconsole.rules:12 RUN '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-vconsole-setup'
Apr 24 12:44:25 localhost systemd-udevd[142]: vcsu1: sd-device: Created empty file '/run/udev/data/c7:65' for '/devices/virtual/vc/vcsu1'
Apr 24 12:44:25 localhost systemd-udevd[133]: vtcon1: Device (SEQNUM=1747, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: vtcon0: Running command "/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-vconsole-setup"
Apr 24 12:44:25 localhost systemd-udevd[142]: vcsu1: Device (SEQNUM=1745, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: vtcon1: sd-device-monitor: Passed 163 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: vtcon1: Processing device (SEQNUM=1747, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: vtcon0: Starting '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-vconsole-setup'
Apr 24 12:44:25 localhost systemd-udevd[142]: vcsu1: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: blkcg_punt_bio: Device (SEQNUM=1748, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: blkcg_punt_bio: Device (SEQNUM=1748, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: vtcon1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/90-vconsole.rules:12 RUN '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-vconsole-setup'
Apr 24 12:44:25 localhost systemd-udevd[133]: blkcg_punt_bio: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: blkcg_punt_bio: Processing device (SEQNUM=1748, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: vtcon1: Running command "/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-vconsole-setup"
Apr 24 12:44:25 localhost systemd-udevd[133]: writeback: Device (SEQNUM=1749, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: vtcon1: Starting '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-vconsole-setup'
Apr 24 12:44:25 localhost systemd-udevd[133]: writeback: Device (SEQNUM=1749, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: blkcg_punt_bio: Device (SEQNUM=1748, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: writeback: sd-device-monitor: Passed 166 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: writeback: Processing device (SEQNUM=1749, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: Successfully forked off '(spawn)' as PID 174.
Apr 24 12:44:25 localhost systemd-udevd[145]: blkcg_punt_bio: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: usb_common: Device (SEQNUM=1750, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: usb_common: Device (SEQNUM=1750, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: writeback: Device (SEQNUM=1749, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: usb_common: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: usb: Device (SEQNUM=1751, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: usb_common: Processing device (SEQNUM=1750, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: writeback: sd-device-monitor: Passed 166 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Successfully forked off '(spawn)' as PID 175.
Apr 24 12:44:25 localhost systemd-udevd[133]: usb: Device (SEQNUM=1751, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: usb: sd-device-monitor: Passed 119 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: usb: Processing device (SEQNUM=1751, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: usb_common: Device (SEQNUM=1750, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: usbfs: Device (SEQNUM=1752, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: usb_common: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: usbfs: SEQNUM=1752 blocked by SEQNUM=1751
Apr 24 12:44:25 localhost systemd-udevd[145]: usb: Device (SEQNUM=1751, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: hub: Device (SEQNUM=1753, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: usb: sd-device-monitor: Passed 119 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: hub: SEQNUM=1753 blocked by SEQNUM=1751
Apr 24 12:44:25 localhost systemd-udevd[133]: usbfs: Device (SEQNUM=1752, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: usbfs: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: usbfs: Processing device (SEQNUM=1752, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: hub: Device (SEQNUM=1753, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: hub: sd-device-monitor: Passed 135 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: hub: Processing device (SEQNUM=1753, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: usb: Device (SEQNUM=1754, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: usbfs: Device (SEQNUM=1752, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: usb: Device (SEQNUM=1754, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: usbfs: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: usb: sd-device-monitor: Passed 135 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: usbcore: Device (SEQNUM=1755, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: hub: Device (SEQNUM=1753, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: usb: Processing device (SEQNUM=1754, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: usbcore: Device (SEQNUM=1755, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: hub: sd-device-monitor: Passed 135 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: usbcore: sd-device-monitor: Passed 129 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme-wq: Device (SEQNUM=1756, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: usb: Device (SEQNUM=1754, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: usbcore: Processing device (SEQNUM=1755, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme-wq: Device (SEQNUM=1756, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: usb: sd-device-monitor: Passed 135 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme-wq: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme-reset-wq: Device (SEQNUM=1757, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: usbcore: Device (SEQNUM=1755, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: nvme-wq: Processing device (SEQNUM=1756, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme-reset-wq: Device (SEQNUM=1757, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: usbcore: sd-device-monitor: Passed 129 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme-reset-wq: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: nvme-reset-wq: Processing device (SEQNUM=1757, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: nvme-wq: Device (SEQNUM=1756, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme-delete-wq: Device (SEQNUM=1758, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: nvme-wq: sd-device-monitor: Passed 151 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme-delete-wq: Device (SEQNUM=1758, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: nvme-reset-wq: Device (SEQNUM=1757, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme-delete-wq: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme: Device (SEQNUM=1759, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: nvme-reset-wq: sd-device-monitor: Passed 157 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme-delete-wq: Processing device (SEQNUM=1758, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme: Device (SEQNUM=1759, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: nvme: Processing device (SEQNUM=1759, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme: sd-device-monitor: Passed 124 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme-subsystem: Device (SEQNUM=1760, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme-delete-wq: Device (SEQNUM=1758, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme-subsystem: Device (SEQNUM=1760, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme-delete-wq: sd-device-monitor: Passed 158 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme-subsystem: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: nvme-subsystem: Processing device (SEQNUM=1760, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: nvme: Device (SEQNUM=1759, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme_core: Device (SEQNUM=1761, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: nvme: sd-device-monitor: Passed 124 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme_core: Device (SEQNUM=1761, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: nvme-subsystem: Device (SEQNUM=1760, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme_core: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme_core: Processing device (SEQNUM=1761, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: nvme-subsystem: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0: Device (SEQNUM=1762, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0: SEQNUM=1762 blocked by SEQNUM=1403
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme_core: Device (SEQNUM=1761, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme_core: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3d:00.0: Device (SEQNUM=1763, ACTION=bind) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3d:00.0: SEQNUM=1763 blocked by SEQNUM=1403
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme: Device (SEQNUM=1764, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme: Device (SEQNUM=1764, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme: sd-device-monitor: Passed 136 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme: Processing device (SEQNUM=1764, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme: Device (SEQNUM=1765, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme: Device (SEQNUM=1765, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme: sd-device-monitor: Passed 126 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: nvme: Processing device (SEQNUM=1765, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: xhci_hcd: Device (SEQNUM=1766, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme: Device (SEQNUM=1764, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: xhci_hcd: Device (SEQNUM=1766, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme: sd-device-monitor: Passed 136 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: xhci_hcd: sd-device-monitor: Passed 130 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SiSetup-aaf8e719-48f8-4099-a6f7-645fbd694c3d: Device (SEQNUM=1767, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: nvme: Device (SEQNUM=1765, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: xhci_hcd: Processing device (SEQNUM=1766, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: SiSetup-aaf8e719-48f8-4099-a6f7-645fbd694c3d: Device (SEQNUM=1767, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: nvme: sd-device-monitor: Passed 126 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SiSetup-aaf8e719-48f8-4099-a6f7-645fbd694c3d: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: SiSetup-aaf8e719-48f8-4099-a6f7-645fbd694c3d: Processing device (SEQNUM=1767, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: xhci_hcd: Device (SEQNUM=1766, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoBDG-49ad5446-9d32-4455-af9b-d774bda2cf8b: Device (SEQNUM=1768, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: xhci_hcd: sd-device-monitor: Passed 130 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoBDG-49ad5446-9d32-4455-af9b-d774bda2cf8b: Device (SEQNUM=1768, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoBDG-49ad5446-9d32-4455-af9b-d774bda2cf8b: Processing device (SEQNUM=1768, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoBDG-49ad5446-9d32-4455-af9b-d774bda2cf8b: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PciBusSetup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1769, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: SiSetup-aaf8e719-48f8-4099-a6f7-645fbd694c3d: Device (SEQNUM=1767, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PciBusSetup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1769, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: SiSetup-aaf8e719-48f8-4099-a6f7-645fbd694c3d: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PciBusSetup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoBDG-49ad5446-9d32-4455-af9b-d774bda2cf8b: Device (SEQNUM=1768, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[143]: PciBusSetup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Processing device (SEQNUM=1769, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: UCR-14a22a97-8424-489e-9ead-dc09255658b5: Device (SEQNUM=1770, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoBDG-49ad5446-9d32-4455-af9b-d774bda2cf8b: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: UCR-14a22a97-8424-489e-9ead-dc09255658b5: Device (SEQNUM=1770, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: UCR-14a22a97-8424-489e-9ead-dc09255658b5: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: PciBusSetup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1769, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: UCR-14a22a97-8424-489e-9ead-dc09255658b5: Processing device (SEQNUM=1770, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: SPLC-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1771, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: PciBusSetup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SPLC-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1771, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: SPLC-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Processing device (SEQNUM=1771, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: SPLC-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: UCR-14a22a97-8424-489e-9ead-dc09255658b5: Device (SEQNUM=1770, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: WAND-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1772, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: UCR-14a22a97-8424-489e-9ead-dc09255658b5: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: WAND-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1772, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: SPLC-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1771, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: WAND-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: WAND-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Processing device (SEQNUM=1772, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: SPLC-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: WRDD-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1773, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: WRDD-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1773, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: WAND-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1772, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: WRDD-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: WRDD-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Processing device (SEQNUM=1773, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[143]: WAND-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: vtcon0: '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-vconsole-setup'(err) 'Sysfs UTF-8 flag enabled'
Apr 24 12:44:25 localhost systemd-udevd[133]: WRDS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1774, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: vtcon0: '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-vconsole-setup'(err) 'UTF-8 kbdmode enabled on /dev/tty1'
Apr 24 12:44:25 localhost systemd-udevd[133]: WRDS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1774, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: WRDD-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1773, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: WRDS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: WRDS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Processing device (SEQNUM=1774, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: WRDD-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: BRDS-42780dd5-9a7d-404c-80e4-7f7094360394: Device (SEQNUM=1775, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: vtcon1: '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-vconsole-setup'(err) 'Sysfs UTF-8 flag enabled'
Apr 24 12:44:25 localhost systemd-udevd[133]: BRDS-42780dd5-9a7d-404c-80e4-7f7094360394: Device (SEQNUM=1775, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: vtcon0: Process '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-vconsole-setup' succeeded.
Apr 24 12:44:25 localhost systemd-udevd[133]: BRDS-42780dd5-9a7d-404c-80e4-7f7094360394: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: WRDS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1774, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: vtcon1: '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-vconsole-setup'(err) 'UTF-8 kbdmode enabled on /dev/tty1'
Apr 24 12:44:25 localhost systemd-udevd[143]: BRDS-42780dd5-9a7d-404c-80e4-7f7094360394: Processing device (SEQNUM=1775, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: vtcon0: Device (SEQNUM=1746, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: EWRD-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1776, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: WRDS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: BRDS-42780dd5-9a7d-404c-80e4-7f7094360394: Device (SEQNUM=1775, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: EWRD-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1776, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: vtcon0: sd-device-monitor: Passed 163 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: BRDS-42780dd5-9a7d-404c-80e4-7f7094360394: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: vtcon1: Process '/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-vconsole-setup' succeeded.
Apr 24 12:44:25 localhost systemd-udevd[133]: EWRD-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: EWRD-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Processing device (SEQNUM=1776, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: vtcon1: Device (SEQNUM=1747, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: WGDS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1777, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: vtcon1: sd-device-monitor: Passed 163 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: WGDS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1777, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: EWRD-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1776, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: WGDS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: WGDS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Processing device (SEQNUM=1777, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: EWRD-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SADS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1778, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: SADS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1778, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: WGDS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1777, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: SADS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SADS-42780dd5-9a7d-404c-80e4-7f7094360394: Device (SEQNUM=1779, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: WGDS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: SADS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Processing device (SEQNUM=1778, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: SADS-42780dd5-9a7d-404c-80e4-7f7094360394: Device (SEQNUM=1779, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: SADS-42780dd5-9a7d-404c-80e4-7f7094360394: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: SADS-42780dd5-9a7d-404c-80e4-7f7094360394: Processing device (SEQNUM=1779, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: GPC-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1780, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: SADS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1778, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: GPC-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1780, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: SADS-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: SADS-42780dd5-9a7d-404c-80e4-7f7094360394: Device (SEQNUM=1779, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: GPC-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: GPC-42780dd5-9a7d-404c-80e4-7f7094360394: Device (SEQNUM=1781, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: SADS-42780dd5-9a7d-404c-80e4-7f7094360394: sd-device-monitor: Passed 172 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: GPC-42780dd5-9a7d-404c-80e4-7f7094360394: Device (SEQNUM=1781, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: GPC-42780dd5-9a7d-404c-80e4-7f7094360394: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: GPC-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Processing device (SEQNUM=1780, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: InitSetupVariable-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1782, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: GPC-42780dd5-9a7d-404c-80e4-7f7094360394: Processing device (SEQNUM=1781, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: InitSetupVariable-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1782, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: InitSetupVariable-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: InitSetupVariable-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Processing device (SEQNUM=1782, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: GPC-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: Device (SEQNUM=1780, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: OsProfile-e59376d7-2dd9-42a3-9ec8-1d71d5e3c1ec: Device (SEQNUM=1783, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: GPC-42780dd5-9a7d-404c-80e4-7f7094360394: Device (SEQNUM=1781, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: GPC-92daaf2f-c02b-455b-b2ec-f5a3594f4aea: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: OsProfile-e59376d7-2dd9-42a3-9ec8-1d71d5e3c1ec: Device (SEQNUM=1783, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: GPC-42780dd5-9a7d-404c-80e4-7f7094360394: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: InitSetupVariable-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1782, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: OsProfile-e59376d7-2dd9-42a3-9ec8-1d71d5e3c1ec: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: OsProfile-e59376d7-2dd9-42a3-9ec8-1d71d5e3c1ec: Processing device (SEQNUM=1783, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: InitSetupVariable-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PbaStatusVar-0ec1a7f5-4904-40a0-8eab-4bcc4666da45: Device (SEQNUM=1784, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: PbaStatusVar-0ec1a7f5-4904-40a0-8eab-4bcc4666da45: Device (SEQNUM=1784, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: PbaStatusVar-0ec1a7f5-4904-40a0-8eab-4bcc4666da45: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: PbaStatusVar-0ec1a7f5-4904-40a0-8eab-4bcc4666da45: Processing device (SEQNUM=1784, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: OsProfile-e59376d7-2dd9-42a3-9ec8-1d71d5e3c1ec: Device (SEQNUM=1783, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: SMBIOSELOGNUMBER-c3eeae98-23bf-412b-ab60-efcbb48e1534: Device (SEQNUM=1785, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: OsProfile-e59376d7-2dd9-42a3-9ec8-1d71d5e3c1ec: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SMBIOSELOGNUMBER-c3eeae98-23bf-412b-ab60-efcbb48e1534: Device (SEQNUM=1785, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: PbaStatusVar-0ec1a7f5-4904-40a0-8eab-4bcc4666da45: Device (SEQNUM=1784, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: SMBIOSELOGNUMBER-c3eeae98-23bf-412b-ab60-efcbb48e1534: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: SMBIOSELOGNUMBER-c3eeae98-23bf-412b-ab60-efcbb48e1534: Processing device (SEQNUM=1785, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: PbaStatusVar-0ec1a7f5-4904-40a0-8eab-4bcc4666da45: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SetupHotKey-a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380: Device (SEQNUM=1786, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: SetupHotKey-a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380: Device (SEQNUM=1786, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: SMBIOSELOGNUMBER-c3eeae98-23bf-412b-ab60-efcbb48e1534: Device (SEQNUM=1785, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: SetupHotKey-a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: SetupHotKey-a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380: Processing device (SEQNUM=1786, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: SMBIOSELOGNUMBER-c3eeae98-23bf-412b-ab60-efcbb48e1534: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LnvSysCfgReq-7b07d184-02d0-4bfd-ad6e-554c39353a13: Device (SEQNUM=1787, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LnvSysCfgReq-7b07d184-02d0-4bfd-ad6e-554c39353a13: Device (SEQNUM=1787, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: SetupHotKey-a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380: Device (SEQNUM=1786, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LnvSysCfgReq-7b07d184-02d0-4bfd-ad6e-554c39353a13: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LnvSysCfgReq-7b07d184-02d0-4bfd-ad6e-554c39353a13: Processing device (SEQNUM=1787, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: SetupHotKey-a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: ProtectedBootOptions-0b7646a4-6b44-4332-8588-c8998117f2ef: Device (SEQNUM=1788, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: LnvSysCfgReq-7b07d184-02d0-4bfd-ad6e-554c39353a13: Device (SEQNUM=1787, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: ProtectedBootOptions-0b7646a4-6b44-4332-8588-c8998117f2ef: Device (SEQNUM=1788, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: LnvSysCfgReq-7b07d184-02d0-4bfd-ad6e-554c39353a13: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: ProtectedBootOptions-0b7646a4-6b44-4332-8588-c8998117f2ef: Processing device (SEQNUM=1788, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: ProtectedBootOptions-0b7646a4-6b44-4332-8588-c8998117f2ef: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: ESRTPLATFORMENTRY-38ea6335-29ca-417b-8cd4-6b4e5e866f92: Device (SEQNUM=1789, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: ESRTPLATFORMENTRY-38ea6335-29ca-417b-8cd4-6b4e5e866f92: Device (SEQNUM=1789, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: ESRTPLATFORMENTRY-38ea6335-29ca-417b-8cd4-6b4e5e866f92: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: ProtectedBootOptions-0b7646a4-6b44-4332-8588-c8998117f2ef: Device (SEQNUM=1788, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: ESRTPLATFORMENTRY-38ea6335-29ca-417b-8cd4-6b4e5e866f92: Processing device (SEQNUM=1789, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: ProtectedBootOptions-0b7646a4-6b44-4332-8588-c8998117f2ef: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PhysicalPresence-0f6499b1-e9ad-493d-b9c2-2f90815c6cbc: Device (SEQNUM=1790, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: PhysicalPresence-0f6499b1-e9ad-493d-b9c2-2f90815c6cbc: Device (SEQNUM=1790, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: ESRTPLATFORMENTRY-38ea6335-29ca-417b-8cd4-6b4e5e866f92: Device (SEQNUM=1789, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PhysicalPresence-0f6499b1-e9ad-493d-b9c2-2f90815c6cbc: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: PhysicalPresence-0f6499b1-e9ad-493d-b9c2-2f90815c6cbc: Processing device (SEQNUM=1790, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: ESRTPLATFORMENTRY-38ea6335-29ca-417b-8cd4-6b4e5e866f92: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Tcg2PhysicalPresence-aeb9c5c1-94f1-4d02-bfd9-4602db2d3c54: Device (SEQNUM=1791, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: Tcg2PhysicalPresence-aeb9c5c1-94f1-4d02-bfd9-4602db2d3c54: Device (SEQNUM=1791, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: PhysicalPresence-0f6499b1-e9ad-493d-b9c2-2f90815c6cbc: Device (SEQNUM=1790, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Tcg2PhysicalPresence-aeb9c5c1-94f1-4d02-bfd9-4602db2d3c54: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Tcg2PhysicalPresence-aeb9c5c1-94f1-4d02-bfd9-4602db2d3c54: Processing device (SEQNUM=1791, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: PhysicalPresence-0f6499b1-e9ad-493d-b9c2-2f90815c6cbc: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoWolInfo-0af4027f-9b58-41c0-b62f-cd3a1cef54ee: Device (SEQNUM=1792, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoWolInfo-0af4027f-9b58-41c0-b62f-cd3a1cef54ee: Device (SEQNUM=1792, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: Tcg2PhysicalPresence-aeb9c5c1-94f1-4d02-bfd9-4602db2d3c54: Device (SEQNUM=1791, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoWolInfo-0af4027f-9b58-41c0-b62f-cd3a1cef54ee: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Tcg2PhysicalPresenceFlags-aeb9c5c1-94f1-4d02-bfd9-4602db2d3c54: Device (SEQNUM=1793, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: Tcg2PhysicalPresence-aeb9c5c1-94f1-4d02-bfd9-4602db2d3c54: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LenovoWolInfo-0af4027f-9b58-41c0-b62f-cd3a1cef54ee: Processing device (SEQNUM=1792, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: Tcg2PhysicalPresenceFlags-aeb9c5c1-94f1-4d02-bfd9-4602db2d3c54: Device (SEQNUM=1793, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: Tcg2PhysicalPresenceFlags-aeb9c5c1-94f1-4d02-bfd9-4602db2d3c54: sd-device-monitor: Passed 193 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Tcg2PhysicalPresenceFlags-aeb9c5c1-94f1-4d02-bfd9-4602db2d3c54: Processing device (SEQNUM=1793, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: LenovoWolInfo-0af4027f-9b58-41c0-b62f-cd3a1cef54ee: Device (SEQNUM=1792, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PhysicalPresenceFlags-0f6499b1-e9ad-493d-b9c2-2f90815c6cbc: Device (SEQNUM=1794, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: LenovoWolInfo-0af4027f-9b58-41c0-b62f-cd3a1cef54ee: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PhysicalPresenceFlags-0f6499b1-e9ad-493d-b9c2-2f90815c6cbc: Device (SEQNUM=1794, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: Tcg2PhysicalPresenceFlags-aeb9c5c1-94f1-4d02-bfd9-4602db2d3c54: Device (SEQNUM=1793, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PhysicalPresenceFlags-0f6499b1-e9ad-493d-b9c2-2f90815c6cbc: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Tcg2PhysicalPresenceFlags-aeb9c5c1-94f1-4d02-bfd9-4602db2d3c54: sd-device-monitor: Passed 193 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PhysicalPresenceFlags-0f6499b1-e9ad-493d-b9c2-2f90815c6cbc: Processing device (SEQNUM=1794, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: SMBIOSMEMSIZE-c3eeae98-23bf-412b-ab60-efcbb48e1534: Device (SEQNUM=1795, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: SMBIOSMEMSIZE-c3eeae98-23bf-412b-ab60-efcbb48e1534: Device (SEQNUM=1795, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: SMBIOSMEMSIZE-c3eeae98-23bf-412b-ab60-efcbb48e1534: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoFprData-54447606-288e-4136-9804-bd4f170d8695: Device (SEQNUM=1796, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: PhysicalPresenceFlags-0f6499b1-e9ad-493d-b9c2-2f90815c6cbc: Device (SEQNUM=1794, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: SMBIOSMEMSIZE-c3eeae98-23bf-412b-ab60-efcbb48e1534: Processing device (SEQNUM=1795, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoFprData-54447606-288e-4136-9804-bd4f170d8695: Device (SEQNUM=1796, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: PhysicalPresenceFlags-0f6499b1-e9ad-493d-b9c2-2f90815c6cbc: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoFprData-54447606-288e-4136-9804-bd4f170d8695: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoFprData-54447606-288e-4136-9804-bd4f170d8695: Processing device (SEQNUM=1796, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: SMBIOSMEMSIZE-c3eeae98-23bf-412b-ab60-efcbb48e1534: Device (SEQNUM=1795, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoMfgProductID-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1797, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: SMBIOSMEMSIZE-c3eeae98-23bf-412b-ab60-efcbb48e1534: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoMfgProductID-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1797, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoFprData-54447606-288e-4136-9804-bd4f170d8695: Device (SEQNUM=1796, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoMfgProductID-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: LenovoMfgProductID-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Processing device (SEQNUM=1797, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoFprData-54447606-288e-4136-9804-bd4f170d8695: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: EPCBIOS-c60aa7f6-e8d6-4956-8ba1-fe26298f5e87: Device (SEQNUM=1798, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: EPCBIOS-c60aa7f6-e8d6-4956-8ba1-fe26298f5e87: Device (SEQNUM=1798, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: LenovoMfgProductID-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1797, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: EPCBIOS-c60aa7f6-e8d6-4956-8ba1-fe26298f5e87: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: EPCBIOS-c60aa7f6-e8d6-4956-8ba1-fe26298f5e87: Processing device (SEQNUM=1798, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: LenovoMfgProductID-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SdevXhciSetup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1799, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: SdevXhciSetup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1799, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: EPCBIOS-c60aa7f6-e8d6-4956-8ba1-fe26298f5e87: Device (SEQNUM=1798, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: SdevXhciSetup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: SdevXhciSetup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Processing device (SEQNUM=1799, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: EPCBIOS-c60aa7f6-e8d6-4956-8ba1-fe26298f5e87: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: usb1: Device (SEQNUM=1800, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: usb1: Device (SEQNUM=1800, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: SdevXhciSetup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1799, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: usb1: sd-device-monitor: Passed 266 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: usb1: Processing device (SEQNUM=1800, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: SdevXhciSetup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: MeSetupStorage-5432122d-d034-49d2-a6de-65a829eb4c74: Device (SEQNUM=1801, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: usb1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: MeSetupStorage-5432122d-d034-49d2-a6de-65a829eb4c74: Device (SEQNUM=1801, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: MeSetupStorage-5432122d-d034-49d2-a6de-65a829eb4c74: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: MeSetupStorage-5432122d-d034-49d2-a6de-65a829eb4c74: Processing device (SEQNUM=1801, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 1-0:1.0: Device (SEQNUM=1802, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: usb1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[133]: 1-0:1.0: SEQNUM=1802 blocked by SEQNUM=1800
Apr 24 12:44:25 localhost systemd-udevd[142]: usb1: hwdb modalias key: "usb:v1D6Bp0002:xHCI Host Controller"
Apr 24 12:44:25 localhost systemd-udevd[149]: MeSetupStorage-5432122d-d034-49d2-a6de-65a829eb4c74: Device (SEQNUM=1801, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoSystemConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1803, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: MeSetupStorage-5432122d-d034-49d2-a6de-65a829eb4c74: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: usb1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:49 MODE 0664
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoSystemConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1803, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: usb1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:14.0/usb1/power/control' writing 'auto'
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoSystemConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoSystemConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Processing device (SEQNUM=1803, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: usb1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: LWO-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1804, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LWO-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1804, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoSystemConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1803, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LWO-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LWO-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Processing device (SEQNUM=1804, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: usb1: Handling device node '/dev/bus/usb/001/001', devnum=c189:0
Apr 24 12:44:25 localhost systemd-udevd[133]: MeSetup-5432122d-d034-49d2-a6de-65a829eb4c74: Device (SEQNUM=1805, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoSystemConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: usb1: Setting permissions /dev/bus/usb/001/001, uid=0, gid=0, mode=0664
Apr 24 12:44:25 localhost systemd-udevd[142]: usb1: Creating symlink '/dev/char/189:0' to '../bus/usb/001/001'
Apr 24 12:44:25 localhost systemd-udevd[149]: LWO-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1804, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: MeSetup-5432122d-d034-49d2-a6de-65a829eb4c74: Device (SEQNUM=1805, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: LWO-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: usb1: sd-device: Created db file '/run/udev/data/c189:0' for '/devices/pci0000:00/0000:00:14.0/usb1'
Apr 24 12:44:25 localhost systemd-udevd[133]: MeSetup-5432122d-d034-49d2-a6de-65a829eb4c74: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: MeSetup-5432122d-d034-49d2-a6de-65a829eb4c74: Processing device (SEQNUM=1805, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: usb1: Device (SEQNUM=1800, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: usb1: sd-device-monitor: Passed 791 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoRuntimeConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1806, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoRuntimeConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1806, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: MeSetup-5432122d-d034-49d2-a6de-65a829eb4c74: Device (SEQNUM=1805, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoRuntimeConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: sd-device-monitor: Passed 187 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LenovoRuntimeConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Processing device (SEQNUM=1806, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: MeSetup-5432122d-d034-49d2-a6de-65a829eb4c74: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1-0:1.0: Device (SEQNUM=1802, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: Processing device (SEQNUM=1802, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 1-0:1.0: sd-device-monitor: Passed 283 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LenovoRuntimeConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1806, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[133]: LBL-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1807, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: LenovoRuntimeConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: sd-device-monitor: Passed 187 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: hwdb modalias key: "usb:v1D6Bp0002d0504dc09dsc00dp01ic09isc00ip00in00"
Apr 24 12:44:25 localhost systemd-udevd[133]: LBL-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1807, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[145]: LBL-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Processing device (SEQNUM=1807, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LBL-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LBC-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1808, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: LBL-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1807, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LBC-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1808, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LBL-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LBC-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LBC-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Processing device (SEQNUM=1808, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoHiddenSetting-1827cfc7-4e61-4273-b796-d35f4b0c88fc: Device (SEQNUM=1809, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoHiddenSetting-1827cfc7-4e61-4273-b796-d35f4b0c88fc: Device (SEQNUM=1809, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: sd-device: Created db file '/run/udev/data/+usb:1-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-0:1.0'
Apr 24 12:44:25 localhost systemd-udevd[149]: LBC-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1808, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoHiddenSetting-1827cfc7-4e61-4273-b796-d35f4b0c88fc: sd-device-monitor: Passed 187 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoHiddenSetting-1827cfc7-4e61-4273-b796-d35f4b0c88fc: Processing device (SEQNUM=1809, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: Running built-in command "kmod load usb:v1D6Bp0002d0504dc09dsc00dp01ic09isc00ip00in00"
Apr 24 12:44:25 localhost systemd-udevd[149]: LBC-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: MailBoxQ-67c3208e-4fcb-498f-9729-0760bb4109a7: Device (SEQNUM=1810, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: usb:v1D6Bp0002d0504dc09dsc00dp01ic09isc00ip00in00
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoHiddenSetting-1827cfc7-4e61-4273-b796-d35f4b0c88fc: Device (SEQNUM=1809, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: MailBoxQ-67c3208e-4fcb-498f-9729-0760bb4109a7: Device (SEQNUM=1810, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: MailBoxQ-67c3208e-4fcb-498f-9729-0760bb4109a7: Processing device (SEQNUM=1810, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: Module 'usbcore' is already loaded
Apr 24 12:44:25 localhost systemd-udevd[133]: MailBoxQ-67c3208e-4fcb-498f-9729-0760bb4109a7: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoHiddenSetting-1827cfc7-4e61-4273-b796-d35f4b0c88fc: sd-device-monitor: Passed 187 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Module 'usbcore' is already loaded
Apr 24 12:44:25 localhost systemd-udevd[133]: CapsuleLongModeBuffer-711c703f-c285-4b10-a3b0-36ecbd3c8be2: Device (SEQNUM=1811, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: MailBoxQ-67c3208e-4fcb-498f-9729-0760bb4109a7: Device (SEQNUM=1810, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: Device (SEQNUM=1802, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: CapsuleLongModeBuffer-711c703f-c285-4b10-a3b0-36ecbd3c8be2: Device (SEQNUM=1811, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: MailBoxQ-67c3208e-4fcb-498f-9729-0760bb4109a7: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: sd-device-monitor: Passed 526 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: CapsuleLongModeBuffer-711c703f-c285-4b10-a3b0-36ecbd3c8be2: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: CapsuleLongModeBuffer-711c703f-c285-4b10-a3b0-36ecbd3c8be2: Processing device (SEQNUM=1811, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: CpuSetup-b08f97ff-e6e8-4193-a997-5e9e9b0adb32: Device (SEQNUM=1812, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: CpuSetup-b08f97ff-e6e8-4193-a997-5e9e9b0adb32: Device (SEQNUM=1812, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: CpuSetup-b08f97ff-e6e8-4193-a997-5e9e9b0adb32: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: CpuSetup-b08f97ff-e6e8-4193-a997-5e9e9b0adb32: Processing device (SEQNUM=1812, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: CapsuleLongModeBuffer-711c703f-c285-4b10-a3b0-36ecbd3c8be2: Device (SEQNUM=1811, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PchSetup-4570b7f1-ade8-4943-8dc3-406472842384: Device (SEQNUM=1813, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: CapsuleLongModeBuffer-711c703f-c285-4b10-a3b0-36ecbd3c8be2: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PchSetup-4570b7f1-ade8-4943-8dc3-406472842384: Device (SEQNUM=1813, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: CpuSetup-b08f97ff-e6e8-4193-a997-5e9e9b0adb32: Device (SEQNUM=1812, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PchSetup-4570b7f1-ade8-4943-8dc3-406472842384: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SaSetup-72c5e28c-7783-43a1-8767-fad73fccafa4: Device (SEQNUM=1814, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: CpuSetup-b08f97ff-e6e8-4193-a997-5e9e9b0adb32: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SaSetup-72c5e28c-7783-43a1-8767-fad73fccafa4: Device (SEQNUM=1814, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: SaSetup-72c5e28c-7783-43a1-8767-fad73fccafa4: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: PchSetup-4570b7f1-ade8-4943-8dc3-406472842384: Processing device (SEQNUM=1813, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoSecurityConfig-a2c1808f-0d4f-4cc9-a619-d1e641d39d49: Device (SEQNUM=1815, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoSecurityConfig-a2c1808f-0d4f-4cc9-a619-d1e641d39d49: Device (SEQNUM=1815, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: PchSetup-4570b7f1-ade8-4943-8dc3-406472842384: Device (SEQNUM=1813, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoSecurityConfig-a2c1808f-0d4f-4cc9-a619-d1e641d39d49: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: LenovoSecurityConfig-a2c1808f-0d4f-4cc9-a619-d1e641d39d49: Processing device (SEQNUM=1815, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: SaSetup-72c5e28c-7783-43a1-8767-fad73fccafa4: Processing device (SEQNUM=1814, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: PchSetup-4570b7f1-ade8-4943-8dc3-406472842384: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: System-e947fcf9-dd01-4965-b808-32a7b6815657: Device (SEQNUM=1816, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: System-e947fcf9-dd01-4965-b808-32a7b6815657: Device (SEQNUM=1816, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: LenovoSecurityConfig-a2c1808f-0d4f-4cc9-a619-d1e641d39d49: Device (SEQNUM=1815, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: SaSetup-72c5e28c-7783-43a1-8767-fad73fccafa4: Device (SEQNUM=1814, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: System-e947fcf9-dd01-4965-b808-32a7b6815657: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: System-e947fcf9-dd01-4965-b808-32a7b6815657: Processing device (SEQNUM=1816, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: LenovoSecurityConfig-a2c1808f-0d4f-4cc9-a619-d1e641d39d49: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: SaSetup-72c5e28c-7783-43a1-8767-fad73fccafa4: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SMBIOSELOG000-c3eeae98-23bf-412b-ab60-efcbb48e1534: Device (SEQNUM=1817, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: SMBIOSELOG000-c3eeae98-23bf-412b-ab60-efcbb48e1534: Device (SEQNUM=1817, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: System-e947fcf9-dd01-4965-b808-32a7b6815657: Device (SEQNUM=1816, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: SMBIOSELOG000-c3eeae98-23bf-412b-ab60-efcbb48e1534: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: SMBIOSELOG000-c3eeae98-23bf-412b-ab60-efcbb48e1534: Processing device (SEQNUM=1817, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: System-e947fcf9-dd01-4965-b808-32a7b6815657: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LastBootOrder-0b7646a4-6b44-4332-8588-c8998117f2ef: Device (SEQNUM=1818, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LastBootOrder-0b7646a4-6b44-4332-8588-c8998117f2ef: Device (SEQNUM=1818, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: SMBIOSELOG000-c3eeae98-23bf-412b-ab60-efcbb48e1534: Device (SEQNUM=1817, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LastBootOrder-0b7646a4-6b44-4332-8588-c8998117f2ef: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LastBootOrder-0b7646a4-6b44-4332-8588-c8998117f2ef: Processing device (SEQNUM=1818, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: SMBIOSELOG000-c3eeae98-23bf-412b-ab60-efcbb48e1534: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: BootOrderDefault-0b7646a4-6b44-4332-8588-c8998117f2ef: Device (SEQNUM=1819, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: BootOrderDefault-0b7646a4-6b44-4332-8588-c8998117f2ef: Device (SEQNUM=1819, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: LastBootOrder-0b7646a4-6b44-4332-8588-c8998117f2ef: Device (SEQNUM=1818, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: BootOrderDefault-0b7646a4-6b44-4332-8588-c8998117f2ef: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: BootOrderDefault-0b7646a4-6b44-4332-8588-c8998117f2ef: Processing device (SEQNUM=1819, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: LastBootOrder-0b7646a4-6b44-4332-8588-c8998117f2ef: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1820, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1820, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: BootOrderDefault-0b7646a4-6b44-4332-8588-c8998117f2ef: Device (SEQNUM=1819, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Processing device (SEQNUM=1820, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: BootOrderDefault-0b7646a4-6b44-4332-8588-c8998117f2ef: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1821, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1821, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: Device (SEQNUM=1820, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: sd-device-monitor: Passed 173 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoScratchData-67c3208e-4fcb-498f-9729-0760bb4109a7: Device (SEQNUM=1822, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoConfig-2a4dc6b7-41f5-45dd-b46f-2dd334c1cf65: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoScratchData-67c3208e-4fcb-498f-9729-0760bb4109a7: Device (SEQNUM=1822, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Processing device (SEQNUM=1821, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoScratchData-67c3208e-4fcb-498f-9729-0760bb4109a7: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoFunctionConfig-580020c3-6c9c-4f93-8008-7fadc1fcfedd: Device (SEQNUM=1823, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1821, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoFunctionConfig-580020c3-6c9c-4f93-8008-7fadc1fcfedd: Device (SEQNUM=1823, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: LenovoScratchData-67c3208e-4fcb-498f-9729-0760bb4109a7: Processing device (SEQNUM=1822, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: sd-device-monitor: Passed 173 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoFunctionConfig-580020c3-6c9c-4f93-8008-7fadc1fcfedd: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoFunctionConfig-580020c3-6c9c-4f93-8008-7fadc1fcfedd: Processing device (SEQNUM=1823, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: LenovoScratchData-67c3208e-4fcb-498f-9729-0760bb4109a7: Device (SEQNUM=1822, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: SetupCpuFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1824, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: LenovoScratchData-67c3208e-4fcb-498f-9729-0760bb4109a7: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SetupCpuFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1824, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoFunctionConfig-580020c3-6c9c-4f93-8008-7fadc1fcfedd: Device (SEQNUM=1823, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: SetupCpuFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoThermalShutdown-943d1460-da6e-499a-af6d-4593b12bc4d7: Device (SEQNUM=1825, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: LenovoFunctionConfig-580020c3-6c9c-4f93-8008-7fadc1fcfedd: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: SetupCpuFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Processing device (SEQNUM=1824, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoThermalShutdown-943d1460-da6e-499a-af6d-4593b12bc4d7: Device (SEQNUM=1825, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoThermalShutdown-943d1460-da6e-499a-af6d-4593b12bc4d7: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: DIAGSPLSHSCRN-a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380: Device (SEQNUM=1826, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: SetupCpuFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1824, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: LenovoThermalShutdown-943d1460-da6e-499a-af6d-4593b12bc4d7: Processing device (SEQNUM=1825, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: DIAGSPLSHSCRN-a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380: Device (SEQNUM=1826, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: SetupCpuFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: DIAGSPLSHSCRN-a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: DIAGSPLSHSCRN-a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380: Processing device (SEQNUM=1826, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: LenovoThermalShutdown-943d1460-da6e-499a-af6d-4593b12bc4d7: Device (SEQNUM=1825, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: SetupMode-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1827, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: LenovoThermalShutdown-943d1460-da6e-499a-af6d-4593b12bc4d7: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SetupMode-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1827, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: DIAGSPLSHSCRN-a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380: Device (SEQNUM=1826, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: SetupMode-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: SetupMode-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1827, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: DIAGSPLSHSCRN-a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SignatureSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1828, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: SignatureSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1828, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: SetupMode-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1827, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: SignatureSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: SignatureSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1828, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: SetupMode-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1829, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1829, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: SignatureSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1828, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1829, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: SignatureSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: certdbv-d9bee56e-75dc-49d9-b4d7-b534210f637a: Device (SEQNUM=1830, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: certdbv-d9bee56e-75dc-49d9-b4d7-b534210f637a: Device (SEQNUM=1830, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1829, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: certdbv-d9bee56e-75dc-49d9-b4d7-b534210f637a: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: certdbv-d9bee56e-75dc-49d9-b4d7-b534210f637a: Processing device (SEQNUM=1830, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 1-0:1.0: Device (SEQNUM=1831, ACTION=bind) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 1-0:1.0: Device (SEQNUM=1831, ACTION=bind) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: Processing device (SEQNUM=1831, ACTION=bind)
Apr 24 12:44:25 localhost systemd-udevd[133]: 1-0:1.0: sd-device-monitor: Passed 295 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: certdbv-d9bee56e-75dc-49d9-b4d7-b534210f637a: Device (SEQNUM=1830, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[149]: certdbv-d9bee56e-75dc-49d9-b4d7-b534210f637a: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: usb1: Device (SEQNUM=1832, ACTION=bind) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: hwdb modalias key: "usb:v1D6Bp0002d0504dc09dsc00dp01ic09isc00ip00in00"
Apr 24 12:44:25 localhost systemd-udevd[133]: usb1: SEQNUM=1832 blocked by SEQNUM=1831
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: VendorKeys-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1833, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: VendorKeys-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1833, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: VendorKeys-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: VendorKeys-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1833, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup27: Device (SEQNUM=1834, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup27: Device (SEQNUM=1834, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: VendorKeys-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1833, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: sd-device: Created db file '/run/udev/data/+usb:1-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-0:1.0'
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup27: sd-device-monitor: Passed 162 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup27: Processing device (SEQNUM=1834, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: VendorKeys-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: Device (SEQNUM=1831, ACTION=bind) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: SOFTWAREGUARDSTATUS-9cb2e73f-7325-40f4-a484-659bb344c3cd: Device (SEQNUM=1835, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: 1-0:1.0: sd-device-monitor: Passed 538 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: SOFTWAREGUARDSTATUS-9cb2e73f-7325-40f4-a484-659bb344c3cd: Device (SEQNUM=1835, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: SOFTWAREGUARDSTATUS-9cb2e73f-7325-40f4-a484-659bb344c3cd: Processing device (SEQNUM=1835, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup27: Device (SEQNUM=1834, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: SOFTWAREGUARDSTATUS-9cb2e73f-7325-40f4-a484-659bb344c3cd: sd-device-monitor: Passed 187 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup27: sd-device-monitor: Passed 162 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: usb1: Device (SEQNUM=1832, ACTION=bind) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: SOFTWAREGUARDSTATUS-9cb2e73f-7325-40f4-a484-659bb344c3cd: Device (SEQNUM=1835, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: usb1: sd-device-monitor: Passed 278 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: usb1: Processing device (SEQNUM=1832, ACTION=bind)
Apr 24 12:44:25 localhost systemd-udevd[148]: SOFTWAREGUARDSTATUS-9cb2e73f-7325-40f4-a484-659bb344c3cd: sd-device-monitor: Passed 187 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: CpuSetupVolatileData-b08f97ff-e6e8-4193-a997-5e9e9b0adb32: Device (SEQNUM=1836, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: CpuSetupVolatileData-b08f97ff-e6e8-4193-a997-5e9e9b0adb32: Device (SEQNUM=1836, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: usb1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: CpuSetupVolatileData-b08f97ff-e6e8-4193-a997-5e9e9b0adb32: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: CpuSetupVolatileData-b08f97ff-e6e8-4193-a997-5e9e9b0adb32: Processing device (SEQNUM=1836, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: TbtSetupVolatileData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1837, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: usb1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[133]: TbtSetupVolatileData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1837, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: usb1: hwdb modalias key: "usb:v1D6Bp0002:xHCI Host Controller"
Apr 24 12:44:25 localhost systemd-udevd[142]: CpuSetupVolatileData-b08f97ff-e6e8-4193-a997-5e9e9b0adb32: Device (SEQNUM=1836, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: TbtSetupVolatileData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: TbtSetupVolatileData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Processing device (SEQNUM=1837, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: CpuSetupVolatileData-b08f97ff-e6e8-4193-a997-5e9e9b0adb32: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: usb1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1838, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1838, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: TbtSetupVolatileData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: Device (SEQNUM=1837, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1838, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: TbtSetupVolatileData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1839, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: usb1: Handling device node '/dev/bus/usb/001/001', devnum=c189:0
Apr 24 12:44:25 localhost systemd-udevd[133]: PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1839, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1838, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: usb1: Preserve already existing symlink '/dev/char/189:0' to '../bus/usb/001/001'
Apr 24 12:44:25 localhost systemd-udevd[133]: PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1839, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: usb1: sd-device: Created db file '/run/udev/data/c189:0' for '/devices/pci0000:00/0000:00:14.0/usb1'
Apr 24 12:44:25 localhost systemd-udevd[133]: usb2: Device (SEQNUM=1840, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: usb1: Device (SEQNUM=1832, ACTION=bind) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: usb2: Device (SEQNUM=1840, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: usb2: Processing device (SEQNUM=1840, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: usb1: sd-device-monitor: Passed 803 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: usb2: sd-device-monitor: Passed 268 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1839, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: usb2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: EventLog-57a34c69-4d62-0b7e-86e4-939c5c9b7c93: Device (SEQNUM=1841, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: EventLog-57a34c69-4d62-0b7e-86e4-939c5c9b7c93: Device (SEQNUM=1841, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: EventLog-57a34c69-4d62-0b7e-86e4-939c5c9b7c93: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: EventLog-57a34c69-4d62-0b7e-86e4-939c5c9b7c93: Processing device (SEQNUM=1841, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: usb2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[133]: 2-0:1.0: Device (SEQNUM=1842, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: usb2: hwdb modalias key: "usb:v1D6Bp0003:xHCI Host Controller"
Apr 24 12:44:25 localhost systemd-udevd[133]: 2-0:1.0: SEQNUM=1842 blocked by SEQNUM=1840
Apr 24 12:44:25 localhost systemd-udevd[149]: EventLog-57a34c69-4d62-0b7e-86e4-939c5c9b7c93: Device (SEQNUM=1841, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: usb2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:49 MODE 0664
Apr 24 12:44:25 localhost systemd-udevd[145]: usb2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:14.0/usb2/power/control' writing 'auto'
Apr 24 12:44:25 localhost systemd-udevd[149]: EventLog-57a34c69-4d62-0b7e-86e4-939c5c9b7c93: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1843, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: usb2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1843, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1843, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1844, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1844, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1843, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1844, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: usb2: Handling device node '/dev/bus/usb/002/001', devnum=c189:128
Apr 24 12:44:25 localhost systemd-udevd[142]: ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1845, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: usb2: Setting permissions /dev/bus/usb/002/001, uid=0, gid=0, mode=0664
Apr 24 12:44:25 localhost systemd-udevd[133]: ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1845, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1844, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: usb2: Creating symlink '/dev/char/189:128' to '../bus/usb/002/001'
Apr 24 12:44:25 localhost systemd-udevd[133]: ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1845, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: usb2: sd-device: Created db file '/run/udev/data/c189:128' for '/devices/pci0000:00/0000:00:14.0/usb2'
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0000-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1846, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: usb2: Device (SEQNUM=1840, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0000-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1846, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1845, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: usb2: sd-device-monitor: Passed 793 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0000-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0000-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1846, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 2-0:1.0: Device (SEQNUM=1842, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: Processing device (SEQNUM=1842, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 2-0:1.0: sd-device-monitor: Passed 283 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0000-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1846, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0001-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1847, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0000-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: hwdb modalias key: "usb:v1D6Bp0003d0504dc09dsc00dp03ic09isc00ip00in00"
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0001-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1847, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0001-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0010-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1848, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot0001-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1847, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0010-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1848, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0010-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0010-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1848, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0011-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1849, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot0001-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1847, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0011-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1849, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot0001-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0010-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1848, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0011-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: lBoot0011-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1849, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: sd-device: Created db file '/run/udev/data/+usb:2-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0'
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0010-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0012-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1850, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: Running built-in command "kmod load usb:v1D6Bp0003d0504dc09dsc00dp03ic09isc00ip00in00"
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0012-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1850, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: lBoot0011-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1849, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: usb:v1D6Bp0003d0504dc09dsc00dp03ic09isc00ip00in00
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0012-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot0012-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1850, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: lBoot0011-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Module 'usbcore' is already loaded
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0013-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1851, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: Module 'usbcore' is already loaded
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0013-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1851, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot0012-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1850, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: Device (SEQNUM=1842, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0013-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0014-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1852, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot0012-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: sd-device-monitor: Passed 486 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0013-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1851, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0014-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1852, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0014-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: lBoot0014-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1852, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0013-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1851, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0015-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1853, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0013-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0015-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1853, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: lBoot0014-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1852, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0015-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: lBoot0015-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1853, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: lBoot0014-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0016-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1854, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0016-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1854, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: lBoot0015-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1853, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0016-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0016-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1854, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: lBoot0015-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0017-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1855, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0017-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1855, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0016-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1854, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0017-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot0017-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1855, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0016-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0018-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1856, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0018-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1856, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot0017-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1855, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0018-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: lBoot0018-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1856, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot0017-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0019-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1857, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0019-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1857, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: lBoot0018-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1856, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0019-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001A-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1858, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0019-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1857, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: lBoot0018-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001A-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1858, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001A-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 2-0:1.0: Device (SEQNUM=1859, ACTION=bind) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0019-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1857, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 2-0:1.0: Device (SEQNUM=1859, ACTION=bind) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: Processing device (SEQNUM=1859, ACTION=bind)
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0019-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 2-0:1.0: sd-device-monitor: Passed 295 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot001A-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1858, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[133]: usb2: Device (SEQNUM=1860, ACTION=bind) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: hwdb modalias key: "usb:v1D6Bp0003d0504dc09dsc00dp03ic09isc00ip00in00"
Apr 24 12:44:25 localhost systemd-udevd[133]: usb2: SEQNUM=1860 blocked by SEQNUM=1859
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot001A-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1858, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001B-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1861, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot001A-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001B-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1861, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001B-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot001B-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1861, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:14.0: Device (SEQNUM=1862, ACTION=bind) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:14.0: SEQNUM=1862 blocked by SEQNUM=1859
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: sd-device: Created db file '/run/udev/data/+usb:2-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0'
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot001B-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1861, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001C-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1863, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: Device (SEQNUM=1859, ACTION=bind) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot001B-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001C-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1863, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 2-0:1.0: sd-device-monitor: Passed 498 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001C-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot001C-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1863, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: usb2: Device (SEQNUM=1860, ACTION=bind) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: usb2: sd-device-monitor: Passed 280 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot001C-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1863, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:14.0: SEQNUM=1862 blocked by SEQNUM=1860
Apr 24 12:44:25 localhost systemd-udevd[149]: usb2: Processing device (SEQNUM=1860, ACTION=bind)
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot001C-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001D-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1864, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001D-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1864, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: usb2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001D-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001E-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1865, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001E-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1865, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: usb2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot001D-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1864, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001E-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot001E-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1865, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: usb2: hwdb modalias key: "usb:v1D6Bp0003:xHCI Host Controller"
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001F-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1866, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: usb2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001F-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1866, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot001D-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1864, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot001E-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1865, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot001F-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot001D-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: lBoot001F-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1866, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot001E-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0020-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1867, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: usb2: Handling device node '/dev/bus/usb/002/001', devnum=c189:128
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0020-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1867, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: lBoot0020-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1867, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: lBoot001F-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1866, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0020-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: usb2: Preserve already existing symlink '/dev/char/189:128' to '../bus/usb/002/001'
Apr 24 12:44:25 localhost systemd-udevd[148]: lBoot001F-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0021-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1868, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: lBoot0020-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1867, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: usb2: sd-device: Created db file '/run/udev/data/c189:128' for '/devices/pci0000:00/0000:00:14.0/usb2'
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0021-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1868, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: lBoot0020-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: usb2: Device (SEQNUM=1860, ACTION=bind) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0021-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0021-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1868, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0022-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1869, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: usb2: sd-device-monitor: Passed 805 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0022-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1869, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0022-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0021-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1868, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:14.0: Device (SEQNUM=1862, ACTION=bind) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0021-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot0022-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1869, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:00:14.0: sd-device-monitor: Passed 307 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:14.0: Processing device (SEQNUM=1862, ACTION=bind)
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0023-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1870, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0023-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1870, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot0022-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1869, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0023-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:14.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[148]: lBoot0023-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1870, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot0022-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0024-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1871, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:14.0: hwdb modalias key: "pci:v00008086d00009DEDsv000017AAsd00002279bc0Csc03i30"
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0024-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1871, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: lBoot0023-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1870, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0024-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0024-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1871, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: lBoot0023-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0025-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1872, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0025-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1872, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:14.0: sd-device: Created db file '/run/udev/data/+pci:0000:00:14.0' for '/devices/pci0000:00/0000:00:14.0'
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0024-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1871, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: lBoot0025-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot0025-146b234d-4052-4e07-b326-11220f8e1fe8: Processing device (SEQNUM=1872, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:14.0: Device (SEQNUM=1862, ACTION=bind) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:00:14.0: sd-device-monitor: Passed 559 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1873, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: lBoot0024-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1873, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot0025-146b234d-4052-4e07-b326-11220f8e1fe8: Device (SEQNUM=1872, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1873, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: lBoot0025-146b234d-4052-4e07-b326-11220f8e1fe8: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1874, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1874, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1873, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1874, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 190 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderTimeInitUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1875, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderTimeInitUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1875, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1874, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderTimeInitUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: LoaderTimeInitUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Processing device (SEQNUM=1875, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderInfo-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1876, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderInfo-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1876, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: LoaderTimeInitUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1875, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderInfo-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderFirmwareInfo-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1877, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: LoaderTimeInitUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderFirmwareInfo-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1877, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LoaderInfo-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Processing device (SEQNUM=1876, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderFirmwareInfo-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LoaderFirmwareInfo-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Processing device (SEQNUM=1877, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderFirmwareType-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1878, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderFirmwareType-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1878, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LoaderInfo-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1876, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderFirmwareType-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: LoaderFirmwareType-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Processing device (SEQNUM=1878, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: LoaderInfo-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 178 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LoaderFirmwareInfo-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1877, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1879, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: LoaderFirmwareInfo-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: LoaderFirmwareType-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1878, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1879, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: LoaderFirmwareType-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Processing device (SEQNUM=1879, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1880, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1880, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Processing device (SEQNUM=1880, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1879, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderImageIdentifier-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1881, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 182 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderImageIdentifier-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1881, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1880, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderImageIdentifier-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: LoaderImageIdentifier-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Processing device (SEQNUM=1881, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderEntries-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1882, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderEntries-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1882, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: LoaderImageIdentifier-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1881, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderEntries-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LoaderEntries-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Processing device (SEQNUM=1882, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: LoaderImageIdentifier-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderTimeMenuUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1883, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderTimeMenuUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1883, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderTimeMenuUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LoaderEntries-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1882, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: LoaderTimeMenuUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Processing device (SEQNUM=1883, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderEntrySelected-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1884, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: LoaderEntries-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderEntrySelected-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1884, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: LoaderTimeMenuUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1883, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderEntrySelected-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 187 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: LoaderEntrySelected-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Processing device (SEQNUM=1884, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: LoaderTimeMenuUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderRandomSeed-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1885, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderRandomSeed-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1885, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: LoaderEntrySelected-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1884, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderRandomSeed-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LoaderRandomSeed-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Processing device (SEQNUM=1885, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: LoaderEntrySelected-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 187 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderTimeExecUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1886, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderTimeExecUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1886, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LoaderRandomSeed-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1885, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderTimeExecUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LoaderTimeExecUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Processing device (SEQNUM=1886, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: LoaderRandomSeed-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 184 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: usb3: Device (SEQNUM=1887, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: LoaderTimeExecUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1886, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: usb3: Device (SEQNUM=1887, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: usb3: Processing device (SEQNUM=1887, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: usb3: sd-device-monitor: Passed 307 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: LoaderTimeExecUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: usb3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: AuthVarKeyDatabase-aaf32c78-947b-439a-a180-2e144ec37792: Device (SEQNUM=1888, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: AuthVarKeyDatabase-aaf32c78-947b-439a-a180-2e144ec37792: Device (SEQNUM=1888, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: AuthVarKeyDatabase-aaf32c78-947b-439a-a180-2e144ec37792: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: AuthVarKeyDatabase-aaf32c78-947b-439a-a180-2e144ec37792: Processing device (SEQNUM=1888, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: usb3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[133]: 3-0:1.0: Device (SEQNUM=1889, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: AuthVarKeyDatabase-aaf32c78-947b-439a-a180-2e144ec37792: Device (SEQNUM=1888, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 3-0:1.0: SEQNUM=1889 blocked by SEQNUM=1887
Apr 24 12:44:25 localhost systemd-udevd[142]: usb3: hwdb modalias key: "usb:v1D6Bp0002:xHCI Host Controller"
Apr 24 12:44:25 localhost systemd-udevd[145]: AuthVarKeyDatabase-aaf32c78-947b-439a-a180-2e144ec37792: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: MemoryOverwriteRequestControlLock-bb983ccf-151d-40e1-a07b-4a17be168292: Device (SEQNUM=1890, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: usb3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:49 MODE 0664
Apr 24 12:44:25 localhost systemd-udevd[133]: MemoryOverwriteRequestControlLock-bb983ccf-151d-40e1-a07b-4a17be168292: Device (SEQNUM=1890, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: usb3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb3/power/control' writing 'auto'
Apr 24 12:44:25 localhost systemd-udevd[133]: MemoryOverwriteRequestControlLock-bb983ccf-151d-40e1-a07b-4a17be168292: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: MemoryOverwriteRequestControlLock-bb983ccf-151d-40e1-a07b-4a17be168292: Processing device (SEQNUM=1890, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: usb3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1891, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1891, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: MemoryOverwriteRequestControlLock-bb983ccf-151d-40e1-a07b-4a17be168292: Device (SEQNUM=1890, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1891, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: MemoryOverwriteRequestControlLock-bb983ccf-151d-40e1-a07b-4a17be168292: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: RstOptaneConfig-4da4f952-2516-4d06-8975-65036403a8c7: Device (SEQNUM=1892, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: RstOptaneConfig-4da4f952-2516-4d06-8975-65036403a8c7: Device (SEQNUM=1892, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: usb3: Handling device node '/dev/bus/usb/003/001', devnum=c189:256
Apr 24 12:44:25 localhost systemd-udevd[145]: PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1891, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: RstOptaneConfig-4da4f952-2516-4d06-8975-65036403a8c7: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: RstOptaneConfig-4da4f952-2516-4d06-8975-65036403a8c7: Processing device (SEQNUM=1892, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: usb3: Setting permissions /dev/bus/usb/003/001, uid=0, gid=0, mode=0664
Apr 24 12:44:25 localhost systemd-udevd[142]: usb3: Creating symlink '/dev/char/189:256' to '../bus/usb/003/001'
Apr 24 12:44:25 localhost systemd-udevd[133]: VarErrorFlag-04b37fe8-f6ae-480b-bdd5-37d98c5e89aa: Device (SEQNUM=1893, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: VarErrorFlag-04b37fe8-f6ae-480b-bdd5-37d98c5e89aa: Device (SEQNUM=1893, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: usb3: sd-device: Created db file '/run/udev/data/c189:256' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb3'
Apr 24 12:44:25 localhost systemd-udevd[148]: RstOptaneConfig-4da4f952-2516-4d06-8975-65036403a8c7: Device (SEQNUM=1892, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: VarErrorFlag-04b37fe8-f6ae-480b-bdd5-37d98c5e89aa: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: VarErrorFlag-04b37fe8-f6ae-480b-bdd5-37d98c5e89aa: Processing device (SEQNUM=1893, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: usb3: Device (SEQNUM=1887, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: RstOptaneConfig-4da4f952-2516-4d06-8975-65036403a8c7: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: BootState-60b5e939-0fcf-4227-ba83-6bbed45bc0e3: Device (SEQNUM=1894, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: usb3: sd-device-monitor: Passed 832 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: VarErrorFlag-04b37fe8-f6ae-480b-bdd5-37d98c5e89aa: Device (SEQNUM=1893, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: BootState-60b5e939-0fcf-4227-ba83-6bbed45bc0e3: Device (SEQNUM=1894, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: VarErrorFlag-04b37fe8-f6ae-480b-bdd5-37d98c5e89aa: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: BootState-60b5e939-0fcf-4227-ba83-6bbed45bc0e3: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: BootState-60b5e939-0fcf-4227-ba83-6bbed45bc0e3: Processing device (SEQNUM=1894, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 3-0:1.0: Device (SEQNUM=1889, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 3-0:1.0: sd-device-monitor: Passed 322 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: Processing device (SEQNUM=1889, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: certdb-d9bee56e-75dc-49d9-b4d7-b534210f637a: Device (SEQNUM=1895, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: BootState-60b5e939-0fcf-4227-ba83-6bbed45bc0e3: Device (SEQNUM=1894, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: certdb-d9bee56e-75dc-49d9-b4d7-b534210f637a: Device (SEQNUM=1895, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[145]: BootState-60b5e939-0fcf-4227-ba83-6bbed45bc0e3: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: certdb-d9bee56e-75dc-49d9-b4d7-b534210f637a: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: CurrentPolicy-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1896, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: hwdb modalias key: "usb:v1D6Bp0002d0504dc09dsc00dp01ic09isc00ip00in00"
Apr 24 12:44:25 localhost systemd-udevd[133]: CurrentPolicy-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1896, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: certdb-d9bee56e-75dc-49d9-b4d7-b534210f637a: Processing device (SEQNUM=1895, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: CurrentPolicy-77fa9abd-0359-4d32-bd60-28f4e78f784b: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: CurrentPolicy-77fa9abd-0359-4d32-bd60-28f4e78f784b: Processing device (SEQNUM=1896, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_SiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1897, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: certdb-d9bee56e-75dc-49d9-b4d7-b534210f637a: Device (SEQNUM=1895, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_SiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1897, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: certdb-d9bee56e-75dc-49d9-b4d7-b534210f637a: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: CurrentPolicy-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1896, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_SiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: Kernel_SiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Processing device (SEQNUM=1897, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: CurrentPolicy-77fa9abd-0359-4d32-bd60-28f4e78f784b: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_SkuSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1898, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_SkuSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1898, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: Kernel_SiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1897, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_SkuSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Kernel_SkuSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Processing device (SEQNUM=1898, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[148]: Kernel_SiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_WinSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1899, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: sd-device: Created db file '/run/udev/data/+usb:3-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb3/3-0:1.0'
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_WinSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1899, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: Kernel_SkuSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1898, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: Running built-in command "kmod load usb:v1D6Bp0002d0504dc09dsc00dp01ic09isc00ip00in00"
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_WinSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Kernel_WinSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Processing device (SEQNUM=1899, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: Kernel_SkuSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Loading module: usb:v1D6Bp0002d0504dc09dsc00dp01ic09isc00ip00in00
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_ATPSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1900, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_ATPSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1900, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: Kernel_WinSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1899, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: Module 'usbcore' is already loaded
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_ATPSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: Kernel_ATPSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Processing device (SEQNUM=1900, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: Kernel_WinSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Module 'usbcore' is already loaded
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_DriverSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1901, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: Device (SEQNUM=1889, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_DriverSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1901, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: Kernel_ATPSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1900, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: sd-device-monitor: Passed 565 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_DriverSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Kernel_DriverSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Processing device (SEQNUM=1901, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: Kernel_ATPSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: db-d719b2cb-3d3a-4596-a3bc-dad00e67656f: Device (SEQNUM=1902, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: db-d719b2cb-3d3a-4596-a3bc-dad00e67656f: Device (SEQNUM=1902, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: Kernel_DriverSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1901, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: db-d719b2cb-3d3a-4596-a3bc-dad00e67656f: sd-device-monitor: Passed 170 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: db-d719b2cb-3d3a-4596-a3bc-dad00e67656f: Processing device (SEQNUM=1902, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: Kernel_DriverSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: sd-device-monitor: Passed 189 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: KEK-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1903, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: KEK-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1903, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: db-d719b2cb-3d3a-4596-a3bc-dad00e67656f: Device (SEQNUM=1902, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: KEK-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: KEK-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1903, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: db-d719b2cb-3d3a-4596-a3bc-dad00e67656f: sd-device-monitor: Passed 170 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: PK-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1904, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: PK-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1904, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: KEK-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1903, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: PK-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 170 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: PK-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1904, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: KEK-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: UnlockIDCopy-eaec226f-c9a3-477a-a826-ddc716cdc0e3: Device (SEQNUM=1905, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: UnlockIDCopy-eaec226f-c9a3-477a-a826-ddc716cdc0e3: Device (SEQNUM=1905, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: PK-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1904, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: UnlockIDCopy-eaec226f-c9a3-477a-a826-ddc716cdc0e3: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: UnlockIDCopy-eaec226f-c9a3-477a-a826-ddc716cdc0e3: Processing device (SEQNUM=1905, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: PK-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 170 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: OfflineUniqueIDEKPub-eaec226f-c9a3-477a-a826-ddc716cdc0e3: Device (SEQNUM=1906, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: OfflineUniqueIDEKPub-eaec226f-c9a3-477a-a826-ddc716cdc0e3: Device (SEQNUM=1906, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: UnlockIDCopy-eaec226f-c9a3-477a-a826-ddc716cdc0e3: Device (SEQNUM=1905, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: OfflineUniqueIDEKPub-eaec226f-c9a3-477a-a826-ddc716cdc0e3: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: OfflineUniqueIDEKPubCRC-eaec226f-c9a3-477a-a826-ddc716cdc0e3: Device (SEQNUM=1907, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: OfflineUniqueIDEKPub-eaec226f-c9a3-477a-a826-ddc716cdc0e3: Processing device (SEQNUM=1906, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: UnlockIDCopy-eaec226f-c9a3-477a-a826-ddc716cdc0e3: sd-device-monitor: Passed 180 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: OfflineUniqueIDEKPubCRC-eaec226f-c9a3-477a-a826-ddc716cdc0e3: Device (SEQNUM=1907, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: OfflineUniqueIDEKPubCRC-eaec226f-c9a3-477a-a826-ddc716cdc0e3: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: EPCSW-d69a279b-58eb-45d1-a148-771bb9eb5251: Device (SEQNUM=1908, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: EPCSW-d69a279b-58eb-45d1-a148-771bb9eb5251: Device (SEQNUM=1908, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: OfflineUniqueIDEKPub-eaec226f-c9a3-477a-a826-ddc716cdc0e3: Device (SEQNUM=1906, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: EPCSW-d69a279b-58eb-45d1-a148-771bb9eb5251: Processing device (SEQNUM=1908, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: OfflineUniqueIDEKPubCRC-eaec226f-c9a3-477a-a826-ddc716cdc0e3: Processing device (SEQNUM=1907, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: OfflineUniqueIDEKPub-eaec226f-c9a3-477a-a826-ddc716cdc0e3: sd-device-monitor: Passed 188 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: EPCSW-d69a279b-58eb-45d1-a148-771bb9eb5251: sd-device-monitor: Passed 173 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0010-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1909, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: EPCSW-d69a279b-58eb-45d1-a148-771bb9eb5251: Device (SEQNUM=1908, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0010-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1909, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: OfflineUniqueIDEKPubCRC-eaec226f-c9a3-477a-a826-ddc716cdc0e3: Device (SEQNUM=1907, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0010-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0011-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1910, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot0010-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1909, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: OfflineUniqueIDEKPubCRC-eaec226f-c9a3-477a-a826-ddc716cdc0e3: sd-device-monitor: Passed 191 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0011-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1910, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot0010-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1909, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: EPCSW-d69a279b-58eb-45d1-a148-771bb9eb5251: sd-device-monitor: Passed 173 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0011-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1910, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot0010-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0011-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0011-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1910, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0011-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 3-0:1.0: Device (SEQNUM=1911, ACTION=bind) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 3-0:1.0: Device (SEQNUM=1911, ACTION=bind) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 3-0:1.0: sd-device-monitor: Passed 334 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: Processing device (SEQNUM=1911, ACTION=bind)
Apr 24 12:44:25 localhost systemd-udevd[133]: usb3: Device (SEQNUM=1912, ACTION=bind) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: usb3: SEQNUM=1912 blocked by SEQNUM=1911
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0012-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1913, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: hwdb modalias key: "usb:v1D6Bp0002d0504dc09dsc00dp01ic09isc00ip00in00"
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0012-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1913, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0012-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup28: Device (SEQNUM=1914, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup28: Device (SEQNUM=1914, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot0012-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1913, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: wakeup28: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup28: Processing device (SEQNUM=1914, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0013-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1915, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0013-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1915, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot0012-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1913, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0013-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: sd-device: Created db file '/run/udev/data/+usb:3-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb3/3-0:1.0'
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0013-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1915, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0014-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1916, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: Device (SEQNUM=1911, ACTION=bind) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup28: Device (SEQNUM=1914, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot0012-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0014-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1916, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[143]: Boot0014-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1916, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: wakeup28: sd-device-monitor: Passed 201 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0013-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1915, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0014-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[143]: Boot0014-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1916, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0013-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 3-0:1.0: sd-device-monitor: Passed 577 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0015-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1917, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[143]: Boot0014-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0015-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1917, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0015-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot0015-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1917, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: usb3: Device (SEQNUM=1912, ACTION=bind) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: usb3: sd-device-monitor: Passed 319 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: usb3: Processing device (SEQNUM=1912, ACTION=bind)
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0016-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1918, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot0015-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1917, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0016-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1918, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot0016-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1918, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: usb3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0016-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot0015-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0017-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1919, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot0016-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1918, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0017-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1919, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: usb3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot0016-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0017-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0017-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1919, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: usb3: hwdb modalias key: "usb:v1D6Bp0002:xHCI Host Controller"
Apr 24 12:44:25 localhost systemd-udevd[133]: usb4: Device (SEQNUM=1920, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: usb3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: usb4: Device (SEQNUM=1920, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0017-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1919, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: usb4: sd-device-monitor: Passed 307 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: usb4: Processing device (SEQNUM=1920, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0017-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0020-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1921, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: usb4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0020-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1921, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: usb3: Handling device node '/dev/bus/usb/003/001', devnum=c189:256
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0020-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot0020-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1921, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: usb3: Preserve already existing symlink '/dev/char/189:256' to '../bus/usb/003/001'
Apr 24 12:44:25 localhost systemd-udevd[142]: usb4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[133]: 4-0:1.0: Device (SEQNUM=1922, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: usb4: hwdb modalias key: "usb:v1D6Bp0003:xHCI Host Controller"
Apr 24 12:44:25 localhost systemd-udevd[149]: usb3: sd-device: Created db file '/run/udev/data/c189:256' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb3'
Apr 24 12:44:25 localhost systemd-udevd[133]: 4-0:1.0: SEQNUM=1922 blocked by SEQNUM=1920
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot0020-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1921, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: usb3: Device (SEQNUM=1912, ACTION=bind) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: usb4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:49 MODE 0664
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0021-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1923, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot0020-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: usb3: sd-device-monitor: Passed 844 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: usb4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb4/power/control' writing 'auto'
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0021-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1923, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: usb4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0021-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0021-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1923, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0022-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1924, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0022-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1924, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0022-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Boot0022-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1924, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0023-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1925, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0021-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1923, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0023-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1925, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0021-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: usb4: Handling device node '/dev/bus/usb/004/001', devnum=c189:384
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0023-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Boot0022-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1924, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot0023-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1925, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: usb4: Setting permissions /dev/bus/usb/004/001, uid=0, gid=0, mode=0664
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0024-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1926, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: Boot0022-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: usb4: Creating symlink '/dev/char/189:384' to '../bus/usb/004/001'
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0024-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1926, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot0023-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1925, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0024-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: usb4: sd-device: Created db file '/run/udev/data/c189:384' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb4'
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0024-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1926, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot0023-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0025-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1927, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: usb4: Device (SEQNUM=1920, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0025-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1927, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0024-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1926, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: usb4: sd-device-monitor: Passed 832 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0025-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Boot0025-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1927, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0024-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 4-0:1.0: Device (SEQNUM=1922, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: 4-0:1.0: Processing device (SEQNUM=1922, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: 4-0:1.0: sd-device-monitor: Passed 322 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Boot0025-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1927, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: 4-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0002-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1928, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: Boot0025-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: 4-0:1.0: hwdb modalias key: "usb:v1D6Bp0003d0504dc09dsc00dp03ic09isc00ip00in00"
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0002-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1928, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0002-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Key0002-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1928, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: 4-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0003-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1929, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0003-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1929, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: Key0002-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1928, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0003-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Key0003-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1929, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: Key0002-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0004-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1930, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0004-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1930, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: Key0004-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1930, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0004-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Key0003-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1929, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: 4-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0005-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1931, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: Key0003-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: Key0004-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1930, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0005-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1931, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: 4-0:1.0: sd-device: Created db file '/run/udev/data/+usb:4-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb4/4-0:1.0'
Apr 24 12:44:25 localhost systemd-udevd[148]: Key0004-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0005-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Key0005-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1931, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: 4-0:1.0: Running built-in command "kmod load usb:v1D6Bp0003d0504dc09dsc00dp03ic09isc00ip00in00"
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0006-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1932, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: Loading module: usb:v1D6Bp0003d0504dc09dsc00dp03ic09isc00ip00in00
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0006-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1932, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: Key0005-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1931, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0006-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Module 'usbcore' is already loaded
Apr 24 12:44:25 localhost systemd-udevd[149]: Key0006-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1932, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: Key0005-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0007-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1933, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: Module 'usbcore' is already loaded
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0007-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1933, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: 4-0:1.0: Device (SEQNUM=1922, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: Key0006-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1932, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0007-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: Key0007-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1933, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: 4-0:1.0: sd-device-monitor: Passed 525 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Key0006-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0008-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1934, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0008-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1934, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: Key0007-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1933, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0008-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Key0008-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1934, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: Key0007-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0000-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1935, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0000-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1935, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: Key0008-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1934, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0000-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Key0000-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1935, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: Key0008-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0001-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1936, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0001-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1936, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: Key0000-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1935, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Key0001-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Key0001-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1936, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: Key0000-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1937, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1937, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: Key0001-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1936, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1937, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: Key0001-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: AppName-1fd8b79f-0be2-4d57-b241-81c5e24e01a1: Device (SEQNUM=1938, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: AppName-1fd8b79f-0be2-4d57-b241-81c5e24e01a1: Device (SEQNUM=1938, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1937, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: AppName-1fd8b79f-0be2-4d57-b241-81c5e24e01a1: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: AppPlatform-1fd8b79f-0be2-4d57-b241-81c5e24e01a1: Device (SEQNUM=1939, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: AppPlatform-1fd8b79f-0be2-4d57-b241-81c5e24e01a1: Device (SEQNUM=1939, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: AppName-1fd8b79f-0be2-4d57-b241-81c5e24e01a1: Processing device (SEQNUM=1938, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: AppPlatform-1fd8b79f-0be2-4d57-b241-81c5e24e01a1: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: AppPlatform-1fd8b79f-0be2-4d57-b241-81c5e24e01a1: Processing device (SEQNUM=1939, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0018-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1940, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: AppName-1fd8b79f-0be2-4d57-b241-81c5e24e01a1: Device (SEQNUM=1938, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0018-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1940, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: AppName-1fd8b79f-0be2-4d57-b241-81c5e24e01a1: sd-device-monitor: Passed 175 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: AppPlatform-1fd8b79f-0be2-4d57-b241-81c5e24e01a1: Device (SEQNUM=1939, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0018-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot0018-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1940, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: AppPlatform-1fd8b79f-0be2-4d57-b241-81c5e24e01a1: sd-device-monitor: Passed 179 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0019-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1941, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0019-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1941, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot0018-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1940, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0019-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001A-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1942, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot0018-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: Boot0019-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1941, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001A-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1942, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001A-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot001A-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1942, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: Boot0019-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1941, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001B-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1943, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: Boot0019-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001B-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1943, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot001A-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1942, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001B-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot001B-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1943, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot001A-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 4-0:1.0: Device (SEQNUM=1944, ACTION=bind) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 4-0:1.0: Device (SEQNUM=1944, ACTION=bind) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 4-0:1.0: Processing device (SEQNUM=1944, ACTION=bind)
Apr 24 12:44:25 localhost systemd-udevd[133]: 4-0:1.0: sd-device-monitor: Passed 334 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot001B-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1943, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: 4-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001C-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1945, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot001B-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 4-0:1.0: hwdb modalias key: "usb:v1D6Bp0003d0504dc09dsc00dp03ic09isc00ip00in00"
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001C-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1945, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001C-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 4-0:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot001C-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1945, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: usb4: Device (SEQNUM=1946, ACTION=bind) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: usb4: SEQNUM=1946 blocked by SEQNUM=1944
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot001C-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1945, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3a:00.0: Device (SEQNUM=1947, ACTION=bind) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot001C-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3a:00.0: SEQNUM=1947 blocked by SEQNUM=1944
Apr 24 12:44:25 localhost systemd-udevd[133]: xhci_hcd: Device (SEQNUM=1948, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: xhci_hcd: Device (SEQNUM=1948, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: xhci_hcd: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 4-0:1.0: sd-device: Created db file '/run/udev/data/+usb:4-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb4/4-0:1.0'
Apr 24 12:44:25 localhost systemd-udevd[142]: xhci_hcd: Processing device (SEQNUM=1948, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: xhci_pci: Device (SEQNUM=1949, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 4-0:1.0: Device (SEQNUM=1944, ACTION=bind) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: xhci_pci: Device (SEQNUM=1949, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 4-0:1.0: sd-device-monitor: Passed 537 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: xhci_pci: sd-device-monitor: Passed 130 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: xhci_hcd: Device (SEQNUM=1948, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: xhci_pci: Processing device (SEQNUM=1949, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: usb4: Device (SEQNUM=1946, ACTION=bind) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: xhci_hcd: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: usb4: sd-device-monitor: Passed 319 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: usb4: Processing device (SEQNUM=1946, ACTION=bind)
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3a:00.0: SEQNUM=1947 blocked by SEQNUM=1946
Apr 24 12:44:25 localhost systemd-udevd[145]: xhci_pci: Device (SEQNUM=1949, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001D-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1950, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: xhci_pci: sd-device-monitor: Passed 130 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: usb4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001D-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1950, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001D-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot001D-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1950, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: usb4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001E-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1951, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: usb4: hwdb modalias key: "usb:v1D6Bp0003:xHCI Host Controller"
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001E-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1951, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot001D-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1950, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: usb4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001E-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot001E-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1951, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot001D-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001F-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1952, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001F-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1952, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot001E-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1951, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot001F-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot001F-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1952, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot001E-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dbx-d719b2cb-3d3a-4596-a3bc-dad00e67656f: Device (SEQNUM=1953, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: usb4: Handling device node '/dev/bus/usb/004/001', devnum=c189:384
Apr 24 12:44:25 localhost systemd-udevd[133]: dbx-d719b2cb-3d3a-4596-a3bc-dad00e67656f: Device (SEQNUM=1953, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot001F-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1952, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: usb4: Preserve already existing symlink '/dev/char/189:384' to '../bus/usb/004/001'
Apr 24 12:44:25 localhost systemd-udevd[133]: dbx-d719b2cb-3d3a-4596-a3bc-dad00e67656f: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_RvkSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1954, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: Boot001F-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: usb4: sd-device: Created db file '/run/udev/data/c189:384' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0/usb4'
Apr 24 12:44:25 localhost systemd-udevd[148]: dbx-d719b2cb-3d3a-4596-a3bc-dad00e67656f: Processing device (SEQNUM=1953, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_RvkSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1954, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: usb4: Device (SEQNUM=1946, ACTION=bind) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Kernel_RvkSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Kernel_RvkSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Processing device (SEQNUM=1954, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: usb4: sd-device-monitor: Passed 844 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: dbx-d719b2cb-3d3a-4596-a3bc-dad00e67656f: Device (SEQNUM=1953, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: MemoryOverwriteRequestControl-e20939be-32d4-41be-a150-897f85d49829: Device (SEQNUM=1955, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[148]: dbx-d719b2cb-3d3a-4596-a3bc-dad00e67656f: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: MemoryOverwriteRequestControl-e20939be-32d4-41be-a150-897f85d49829: Device (SEQNUM=1955, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: Kernel_RvkSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: Device (SEQNUM=1954, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: MemoryOverwriteRequestControl-e20939be-32d4-41be-a150-897f85d49829: sd-device-monitor: Passed 197 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: MemoryOverwriteRequestControl-e20939be-32d4-41be-a150-897f85d49829: Processing device (SEQNUM=1955, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: Kernel_RvkSiStatus-77fa9abd-0359-4d32-bd60-28f4e78f784b: sd-device-monitor: Passed 186 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3a:00.0: Device (SEQNUM=1947, ACTION=bind) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3a:00.0: sd-device-monitor: Passed 346 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: MemoryOverwriteRequestControl-e20939be-32d4-41be-a150-897f85d49829: Device (SEQNUM=1955, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1956, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[145]: MemoryOverwriteRequestControl-e20939be-32d4-41be-a150-897f85d49829: sd-device-monitor: Passed 197 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1956, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:3a:00.0: Processing device (SEQNUM=1947, ACTION=bind)
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1956, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:3a:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1957, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:3a:00.0: hwdb modalias key: "pci:v00008086d000015C1sv000017AAsd00002279bc0Csc03i30"
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1957, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1956, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1957, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1958, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1958, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1958, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1957, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: OsIndications-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1959, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 176 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:3a:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:3a:00.0' for '/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:3a:00.0'
Apr 24 12:44:25 localhost systemd-udevd[133]: OsIndications-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1959, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1958, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:3a:00.0: Device (SEQNUM=1947, ACTION=bind) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: OsIndications-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[148]: OsIndications-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1959, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 177 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:3a:00.0: sd-device-monitor: Passed 617 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LastBootCurrent-0b7646a4-6b44-4332-8588-c8998117f2ef: Device (SEQNUM=1960, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: LastBootCurrent-0b7646a4-6b44-4332-8588-c8998117f2ef: Device (SEQNUM=1960, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[148]: OsIndications-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1959, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LastBootCurrent-0b7646a4-6b44-4332-8588-c8998117f2ef: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: LastBootCurrent-0b7646a4-6b44-4332-8588-c8998117f2ef: Processing device (SEQNUM=1960, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[148]: OsIndications-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-1-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1961, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-1-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1961, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: LastBootCurrent-0b7646a4-6b44-4332-8588-c8998117f2ef: Device (SEQNUM=1960, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-1-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: dump-type0-1-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Processing device (SEQNUM=1961, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: LastBootCurrent-0b7646a4-6b44-4332-8588-c8998117f2ef: sd-device-monitor: Passed 183 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-2-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1962, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-2-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1962, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: dump-type0-1-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1961, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-2-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: dump-type0-2-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Processing device (SEQNUM=1962, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: dump-type0-1-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-3-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1963, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-3-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1963, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: dump-type0-2-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1962, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-3-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: dump-type0-3-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Processing device (SEQNUM=1963, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: dump-type0-2-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-4-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1964, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-4-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1964, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: dump-type0-3-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1963, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-4-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: dump-type0-4-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Processing device (SEQNUM=1964, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: dump-type0-3-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-5-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1965, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-5-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1965, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: dump-type0-4-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1964, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-5-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: dump-type0-5-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Processing device (SEQNUM=1965, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: dump-type0-4-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-6-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1966, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-6-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1966, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: dump-type0-5-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1965, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-6-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: dump-type0-6-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Processing device (SEQNUM=1966, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: dump-type0-5-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-7-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1967, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: dump-type0-6-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1966, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-7-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1967, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: dump-type0-6-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-7-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: dump-type0-7-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Processing device (SEQNUM=1967, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-8-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1968, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-8-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1968, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-8-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: dump-type0-8-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Processing device (SEQNUM=1968, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: dump-type0-7-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1967, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-9-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1969, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: dump-type0-7-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-9-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1969, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: dump-type0-8-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1968, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-9-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: dump-type0-9-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Processing device (SEQNUM=1969, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: dump-type0-8-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-10-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1970, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-10-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1970, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: dump-type0-9-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1969, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-10-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: dump-type0-10-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Processing device (SEQNUM=1970, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: dump-type0-9-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 195 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-11-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1971, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-11-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1971, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: dump-type0-10-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1970, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-11-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: dump-type0-11-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Processing device (SEQNUM=1971, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: dump-type0-10-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-12-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1972, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-12-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1972, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: dump-type0-11-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1971, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-12-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: dump-type0-12-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Processing device (SEQNUM=1972, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: dump-type0-11-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-13-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1973, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-13-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1973, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: dump-type0-12-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1972, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-13-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: dump-type0-13-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Processing device (SEQNUM=1973, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: dump-type0-12-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-14-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1974, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-14-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1974, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: dump-type0-13-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1973, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: dump-type0-14-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: dump-type0-14-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Processing device (SEQNUM=1974, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: dump-type0-13-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderSystemToken-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1975, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: dump-type0-14-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: Device (SEQNUM=1974, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderSystemToken-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1975, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: dump-type0-14-1-1561534857-C-cfc8fc79-be2e-4ddc-97f0-9f98bfe298a0: sd-device-monitor: Passed 196 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LoaderSystemToken-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LoaderSystemToken-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Processing device (SEQNUM=1975, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1976, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1976, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: LoaderSystemToken-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: Device (SEQNUM=1975, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1976, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 173 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: LoaderSystemToken-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f: sd-device-monitor: Passed 185 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoLogging-37d3e8e0-8858-4b84-a106-244bb8cbfdc3: Device (SEQNUM=1977, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1976, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoLogging-37d3e8e0-8858-4b84-a106-244bb8cbfdc3: Device (SEQNUM=1977, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 173 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: LenovoLogging-37d3e8e0-8858-4b84-a106-244bb8cbfdc3: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: LenovoLogging-37d3e8e0-8858-4b84-a106-244bb8cbfdc3: Processing device (SEQNUM=1977, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: MTC-eb704011-1402-11d3-8e77-00a0c969723b: Device (SEQNUM=1978, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: MTC-eb704011-1402-11d3-8e77-00a0c969723b: Device (SEQNUM=1978, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: MTC-eb704011-1402-11d3-8e77-00a0c969723b: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: MTC-eb704011-1402-11d3-8e77-00a0c969723b: Processing device (SEQNUM=1978, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: LenovoLogging-37d3e8e0-8858-4b84-a106-244bb8cbfdc3: Device (SEQNUM=1977, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1979, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[142]: LenovoLogging-37d3e8e0-8858-4b84-a106-244bb8cbfdc3: sd-device-monitor: Passed 181 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1979, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: MTC-eb704011-1402-11d3-8e77-00a0c969723b: Device (SEQNUM=1978, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c: Processing device (SEQNUM=1979, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: MTC-eb704011-1402-11d3-8e77-00a0c969723b: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: efivars: Device (SEQNUM=1980, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: efivars: Device (SEQNUM=1980, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c: Device (SEQNUM=1979, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: efivars: sd-device-monitor: Passed 129 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: efivars: Processing device (SEQNUM=1980, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c: sd-device-monitor: Passed 174 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: pstore: Device (SEQNUM=1981, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: pstore: Device (SEQNUM=1981, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: pstore: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: efi_pstore: Device (SEQNUM=1982, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: pstore: Processing device (SEQNUM=1981, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: efivars: Device (SEQNUM=1980, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: efi_pstore: Device (SEQNUM=1982, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: efivars: sd-device-monitor: Passed 129 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: efi_pstore: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: efi_pstore: Processing device (SEQNUM=1982, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: pstore: Device (SEQNUM=1981, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: cryptd: Device (SEQNUM=1983, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[149]: pstore: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: efi_pstore: Device (SEQNUM=1982, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: cryptd: Device (SEQNUM=1983, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: efi_pstore: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: cryptd: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: cryptd: Processing device (SEQNUM=1983, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: crypto_simd: Device (SEQNUM=1984, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: crypto_simd: Device (SEQNUM=1984, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: cryptd: Device (SEQNUM=1983, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: crypto_simd: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: crypto_simd: Processing device (SEQNUM=1984, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: cryptd: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: glue_helper: Device (SEQNUM=1985, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: glue_helper: Device (SEQNUM=1985, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: crypto_simd: Device (SEQNUM=1984, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: glue_helper: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: glue_helper: Processing device (SEQNUM=1985, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: crypto_simd: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: aesni_intel: Device (SEQNUM=1986, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: aesni_intel: Device (SEQNUM=1986, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[145]: glue_helper: Device (SEQNUM=1985, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: aesni_intel: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: aesni_intel: Processing device (SEQNUM=1986, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[145]: glue_helper: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: crc32c_intel: Device (SEQNUM=1987, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: crc32c_intel: Device (SEQNUM=1987, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[142]: aesni_intel: Device (SEQNUM=1986, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[133]: crc32c_intel: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: crc32c_intel: Processing device (SEQNUM=1987, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: aesni_intel: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: crc32c_intel: Device (SEQNUM=1987, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: crc32c_intel: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme-subsys0: Device (SEQNUM=1988, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme-subsys0: Device (SEQNUM=1988, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme-subsys0: sd-device-monitor: Passed 166 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme-subsys0: Processing device (SEQNUM=1988, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme-subsys0: Device (SEQNUM=1988, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme-subsys0: sd-device-monitor: Passed 166 byte to netlink monitor
Apr 24 12:44:25 localhost kernel: nvme nvme0: 8/0/0 default/read/poll queues
Apr 24 12:44:25 localhost systemd-udevd[133]: 259:0: Device (SEQNUM=1989, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: 259:0: Device (SEQNUM=1989, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 259:0: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: 259:0: Processing device (SEQNUM=1989, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: 259:0: Device (SEQNUM=1989, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: 259:0: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1: Device (SEQNUM=1990, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1: SEQNUM=1990 blocked by SEQNUM=1403
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1p1: Device (SEQNUM=1991, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1p1: SEQNUM=1991 blocked by SEQNUM=1403
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1p2: Device (SEQNUM=1992, ACTION=add) is queued
Apr 24 12:44:25 localhost kernel:  nvme0n1: p1 p2
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1p2: SEQNUM=1992 blocked by SEQNUM=1403
Apr 24 12:44:25 localhost systemd-udevd[146]: Inserted module 'nvme'
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:3d:00.0: Device (SEQNUM=1403, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[146]: 0000:3d:00.0: sd-device-monitor: Passed 515 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0: Device (SEQNUM=1762, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0: sd-device-monitor: Passed 222 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3d:00.0: SEQNUM=1763 blocked by SEQNUM=1762
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1: SEQNUM=1990 blocked by SEQNUM=1762
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1p1: SEQNUM=1991 blocked by SEQNUM=1762
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1p2: SEQNUM=1992 blocked by SEQNUM=1762
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0: Processing device (SEQNUM=1762, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0: Handling device node '/dev/nvme0', devnum=c250:0
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0: Preserve permissions of /dev/nvme0, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0: Creating symlink '/dev/char/250:0' to '../nvme0'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0: sd-device: Created empty file '/run/udev/data/c250:0' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0: Device (SEQNUM=1762, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0: sd-device-monitor: Passed 222 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3d:00.0: Device (SEQNUM=1763, ACTION=bind) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: 0000:3d:00.0: sd-device-monitor: Passed 316 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1: SEQNUM=1990 blocked by SEQNUM=1763
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1p1: SEQNUM=1991 blocked by SEQNUM=1763
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1p2: SEQNUM=1992 blocked by SEQNUM=1763
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:3d:00.0: Processing device (SEQNUM=1763, ACTION=bind)
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:3d:00.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:3d:00.0: hwdb modalias key: "pci:v00001179d0000011Asv00001179sd00000001bc01sc08i02"
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:3d:00.0: sd-device: Created db file '/run/udev/data/+pci:0000:3d:00.0' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0'
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:3d:00.0: Device (SEQNUM=1763, ACTION=bind) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: 0000:3d:00.0: sd-device-monitor: Passed 515 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1: Device (SEQNUM=1990, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1: sd-device-monitor: Passed 229 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1p1: SEQNUM=1991 blocked by SEQNUM=1990
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1p2: SEQNUM=1992 blocked by SEQNUM=1990
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: Processing device (SEQNUM=1990, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:33 LINK 'disk/by-id/nvme-eui.8ce38e020003b50c'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:41 LINK 'disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:93 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:95 LINK 'disk/by-path/pci-0000:3d:00.0-nvme-1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:113 Importing properties from results of builtin command 'blkid'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: Probe /dev/nvme0n1 with raid and offset=0
Apr 24 12:44:25 localhost systemd-udevd[149]: Reading EFI variable /sys/firmware/efi/efivars/LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f.
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: Handling device node '/dev/nvme0n1', devnum=b259:0
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: Preserve permissions of /dev/nvme0n1, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: Creating symlink '/dev/block/259:0' to '../nvme0n1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: Creating symlink '/dev/disk/by-id/nvme-eui.8ce38e020003b50c' to '../../nvme0n1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: Creating symlink '/dev/disk/by-path/pci-0000:3d:00.0-nvme-1' to '../../nvme0n1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: Creating symlink '/dev/disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ' to '../../nvme0n1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: sd-device: Created db file '/run/udev/data/b259:0' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: Adding watch on '/dev/nvme0n1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: sd-device: Created db file '/run/udev/data/b259:0' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: Device (SEQNUM=1990, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1: sd-device-monitor: Passed 784 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1p1: Device (SEQNUM=1991, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1p1: sd-device-monitor: Passed 274 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1p2: Device (SEQNUM=1992, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: nvme0n1p2: sd-device-monitor: Passed 285 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: Processing device (SEQNUM=1991, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: Processing device (SEQNUM=1992, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:34 LINK 'disk/by-id/nvme-eui.8ce38e020003b50c-part1'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:34 LINK 'disk/by-id/nvme-eui.8ce38e020003b50c-part2'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:47 LINK 'disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part2'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:47 LINK 'disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part1'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:96 LINK 'disk/by-path/pci-0000:3d:00.0-nvme-1-part2'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:96 LINK 'disk/by-path/pci-0000:3d:00.0-nvme-1-part1'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:113 Importing properties from results of builtin command 'blkid'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:113 Importing properties from results of builtin command 'blkid'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: Probe /dev/nvme0n1p2 with raid and offset=0
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: Probe /dev/nvme0n1p1 with raid and offset=0
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-nvme0n1.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:116 LINK 'disk/by-uuid/0c642ebc-2b76-43dc-b9ba-34f1125d7f16'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:124 LINK 'disk/by-partuuid/9f5a793b-d57a-4adc-a0d7-6b6db7c97031'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:125 LINK 'disk/by-partlabel/Linux\x20x86-64\x20root\x20\x28\x2f\x29'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/99-systemd.rules:22 LINK 'gpt-auto-root-luks'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: Handling device node '/dev/nvme0n1p2', devnum=b259:2
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: Preserve permissions of /dev/nvme0n1p2, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: Creating symlink '/dev/block/259:2' to '../nvme0n1p2'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: Creating symlink '/dev/disk/by-id/nvme-eui.8ce38e020003b50c-part2' to '../../nvme0n1p2'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: Creating symlink '/dev/disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part2' to '../../nvme0n1p2'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: Creating symlink '/dev/disk/by-uuid/0c642ebc-2b76-43dc-b9ba-34f1125d7f16' to '../../nvme0n1p2'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: Creating symlink '/dev/disk/by-path/pci-0000:3d:00.0-nvme-1-part2' to '../../nvme0n1p2'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: Creating symlink '/dev/gpt-auto-root-luks' to 'nvme0n1p2'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: Creating symlink '/dev/disk/by-partuuid/9f5a793b-d57a-4adc-a0d7-6b6db7c97031' to '../../nvme0n1p2'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: Creating symlink '/dev/disk/by-partlabel/Linux\x20x86-64\x20root\x20\x28\x2f\x29' to '../../nvme0n1p2'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: sd-device: Created db file '/run/udev/data/b259:2' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: Adding watch on '/dev/nvme0n1p2'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: sd-device: Created db file '/run/udev/data/b259:2' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2'
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: Device (SEQNUM=1992, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: nvme0n1p2: sd-device-monitor: Passed 1542 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:116 LINK 'disk/by-uuid/91C5-0D36'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:124 LINK 'disk/by-partuuid/1bc32aff-296f-4a18-aec0-41d72e2a9d43'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:125 LINK 'disk/by-partlabel/EFI\x20System'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: Handling device node '/dev/nvme0n1p1', devnum=b259:1
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: Preserve permissions of /dev/nvme0n1p1, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: Creating symlink '/dev/block/259:1' to '../nvme0n1p1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: Creating symlink '/dev/disk/by-partlabel/EFI\x20System' to '../../nvme0n1p1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: Creating symlink '/dev/disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part1' to '../../nvme0n1p1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: Creating symlink '/dev/disk/by-partuuid/1bc32aff-296f-4a18-aec0-41d72e2a9d43' to '../../nvme0n1p1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: Creating symlink '/dev/disk/by-path/pci-0000:3d:00.0-nvme-1-part1' to '../../nvme0n1p1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: Creating symlink '/dev/disk/by-uuid/91C5-0D36' to '../../nvme0n1p1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: Creating symlink '/dev/disk/by-id/nvme-eui.8ce38e020003b50c-part1' to '../../nvme0n1p1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: sd-device: Created db file '/run/udev/data/b259:1' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: Adding watch on '/dev/nvme0n1p1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: sd-device: Created db file '/run/udev/data/b259:1' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1/nvme0n1p1'
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: Device (SEQNUM=1991, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: nvme0n1p1: sd-device-monitor: Passed 1339 byte to netlink monitor
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-gpt\x2dauto\x2droot\x2dluks.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: systemd-cryptsetup@root.service: Trying to enqueue job systemd-cryptsetup@root.service/start/fail
Apr 24 12:44:25 localhost systemd[1]: Added job systemd-cryptsetup@root.service/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in system-systemd\x2dcryptsetup.slice/start from systemd-cryptsetup@root.service/start
Apr 24 12:44:25 localhost systemd[1]: Added job system-systemd\x2dcryptsetup.slice/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in system.slice/start from system-systemd\x2dcryptsetup.slice/start
Apr 24 12:44:25 localhost systemd[1]: Added job system.slice/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in -.slice/start from system.slice/start
Apr 24 12:44:25 localhost systemd[1]: Added job -.slice/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from systemd-cryptsetup@root.service/start
Apr 24 12:44:25 localhost systemd[1]: Added job dev-gpt\x2dauto\x2droot\x2dluks.device/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:44:25 localhost systemd[1]: Added job dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Added job dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Added job dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:44:25 localhost systemd[1]: Added job dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Added job dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:44:25 localhost systemd[1]: Added job sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Added job dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start
Apr 24 12:44:25 localhost systemd[1]: Added job dev-nvme0n1p2.device/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from dev-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from dev-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from dev-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from dev-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from dev-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from dev-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-gpt\x2dauto\x2droot\x2dluks.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in systemd-cryptsetup@root.service/start from dev-gpt\x2dauto\x2droot\x2dluks.device/start
Apr 24 12:44:25 localhost systemd[1]: Pulling in blockdev@dev-mapper-root.target/start from systemd-cryptsetup@root.service/start
Apr 24 12:44:25 localhost systemd[1]: Added job blockdev@dev-mapper-root.target/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in shutdown.target/stop from blockdev@dev-mapper-root.target/start
Apr 24 12:44:25 localhost systemd[1]: Added job shutdown.target/stop to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in umount.target/stop from systemd-cryptsetup@root.service/start
Apr 24 12:44:25 localhost systemd[1]: Added job umount.target/stop to transaction.
Apr 24 12:44:25 localhost systemd[1]: Found redundant job shutdown.target/stop, dropping from transaction.
Apr 24 12:44:25 localhost systemd[1]: Found redundant job dev-gpt\x2dauto\x2droot\x2dluks.device/start, dropping from transaction.
Apr 24 12:44:25 localhost systemd[1]: Found redundant job umount.target/stop, dropping from transaction.
Apr 24 12:44:25 localhost systemd[1]: Found redundant job system.slice/start, dropping from transaction.
Apr 24 12:44:25 localhost systemd[1]: Found redundant job dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/start, dropping from transaction.
Apr 24 12:44:25 localhost systemd[1]: Found redundant job dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/start, dropping from transaction.
Apr 24 12:44:25 localhost systemd[1]: Found redundant job -.slice/start, dropping from transaction.
Apr 24 12:44:25 localhost systemd[1]: Keeping job blockdev@dev-mapper-root.target/start because of systemd-cryptsetup@root.service/start
Apr 24 12:44:25 localhost systemd[1]: Keeping job dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start because of dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:44:25 localhost systemd[1]: Keeping job dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start because of dev-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Keeping job system-systemd\x2dcryptsetup.slice/start because of systemd-cryptsetup@root.service/start
Apr 24 12:44:25 localhost systemd[1]: Keeping job dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start because of dev-nvme0n1p2.device/start
Apr 24 12:44:25 localhost systemd[1]: Keeping job sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start because of dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:44:25 localhost systemd[1]: Keeping job dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start because of dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:44:25 localhost systemd[1]: Keeping job dev-nvme0n1p2.device/start because of dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start
Apr 24 12:44:25 localhost systemd[1]: blockdev@dev-mapper-root.target: Installed new job blockdev@dev-mapper-root.target/start as 69
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device: Installed new job dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start as 67
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device: Installed new job dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start as 64
Apr 24 12:44:25 localhost systemd[1]: system-systemd\x2dcryptsetup.slice: Installed new job system-systemd\x2dcryptsetup.slice/start as 57
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device: Installed new job dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start as 63
Apr 24 12:44:25 localhost systemd[1]: systemd-cryptsetup@root.service: Installed new job systemd-cryptsetup@root.service/start as 56
Apr 24 12:44:25 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device: Installed new job sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start as 66
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device: Installed new job dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start as 65
Apr 24 12:44:25 localhost systemd[1]: dev-nvme0n1p2.device: Installed new job dev-nvme0n1p2.device/start as 68
Apr 24 12:44:25 localhost systemd[1]: systemd-cryptsetup@root.service: Enqueued job systemd-cryptsetup@root.service/start as 56
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device: Job 64 dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/start finished, result=done
Apr 24 12:44:25 localhost systemd[1]: Condition check resulted in KXG6AZNV256G TOSHIBA Linux\x20x86-64\x20root\x20\x28\x2f\x29 being skipped.
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device: Job 63 dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/start finished, result=done
Apr 24 12:44:25 localhost systemd[1]: Condition check resulted in KXG6AZNV256G TOSHIBA Linux\x20x86-64\x20root\x20\x28\x2f\x29 being skipped.
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device: Job 67 dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/start finished, result=done
Apr 24 12:44:25 localhost systemd[1]: Condition check resulted in KXG6AZNV256G TOSHIBA Linux\x20x86-64\x20root\x20\x28\x2f\x29 being skipped.
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device: Job 65 dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/start finished, result=done
Apr 24 12:44:25 localhost systemd[1]: Condition check resulted in KXG6AZNV256G TOSHIBA Linux\x20x86-64\x20root\x20\x28\x2f\x29 being skipped.
Apr 24 12:44:25 localhost systemd[1]: dev-nvme0n1p2.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-nvme0n1p2.device: Job 68 dev-nvme0n1p2.device/start finished, result=done
Apr 24 12:44:25 localhost systemd[1]: Condition check resulted in KXG6AZNV256G TOSHIBA Linux\x20x86-64\x20root\x20\x28\x2f\x29 being skipped.
Apr 24 12:44:25 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device: Job 66 sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start finished, result=done
Apr 24 12:44:25 localhost systemd[1]: Condition check resulted in KXG6AZNV256G TOSHIBA Linux\x20x86-64\x20root\x20\x28\x2f\x29 being skipped.
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart1.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart1.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2duuid-91C5\x2d0D36.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2dpartuuid-1bc32aff\x2d296f\x2d4a18\x2daec0\x2d41d72e2a9d43.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart1.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: dev-nvme0n1p1.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device: Changed dead -> plugged
Apr 24 12:44:25 localhost systemd[1]: system-systemd\x2dcryptsetup.slice changed dead -> active
Apr 24 12:44:25 localhost systemd[1]: system-systemd\x2dcryptsetup.slice: Job 57 system-systemd\x2dcryptsetup.slice/start finished, result=done
Apr 24 12:44:25 localhost systemd[1]: Created slice Cryptsetup Units Slice.
Apr 24 12:44:25 localhost systemd[1]: blockdev@dev-mapper-root.target: starting held back, waiting for: systemd-cryptsetup@root.service
Apr 24 12:44:25 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:25 localhost systemd[1]: systemd-cryptsetup@root.service: Passing 0 fds to service
Apr 24 12:44:25 localhost systemd[1]: systemd-cryptsetup@root.service: About to execute: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-cryptsetup attach root /dev/gpt-auto-root-luks  
Apr 24 12:44:25 localhost systemd[1]: systemd-cryptsetup@root.service: Forked /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-cryptsetup as 176
Apr 24 12:44:25 localhost systemd[1]: systemd-cryptsetup@root.service: Changed dead -> start
Apr 24 12:44:25 localhost systemd[1]: Starting Cryptography Setup for root...
Apr 24 12:44:25 localhost systemd[176]: systemd-cryptsetup@root.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd-cryptsetup attach root /dev/gpt-auto-root-luks  
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 43 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: Allocating context for crypt device /dev/gpt-auto-root-luks.
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: Trying to open and read device /dev/gpt-auto-root-luks with direct-io.
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: Initialising device-mapper backend library.
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: Creating directory "/dev/mapper"
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: Creating device /dev/mapper/control (10, 236)
Apr 24 12:44:25 localhost systemd-udevd[133]: :0003312: Device (SEQNUM=1993, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: :0003312: Device (SEQNUM=1993, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: :0003312: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: device-mapper: Device (SEQNUM=1994, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: device-mapper: Device (SEQNUM=1994, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[149]: :0003312: Processing device (SEQNUM=1993, ACTION=add)
Apr 24 12:44:25 localhost systemd-udevd[133]: device-mapper: sd-device-monitor: Passed 194 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[133]: dm_mod: Device (SEQNUM=1995, ACTION=add) is queued
Apr 24 12:44:25 localhost systemd-udevd[133]: dm_mod: Device (SEQNUM=1995, ACTION=add) ready for processing
Apr 24 12:44:25 localhost systemd-udevd[133]: dm_mod: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: dm version   [ opencount flush ]   [16384] (*1)
Apr 24 12:44:25 localhost systemd-udevd[142]: device-mapper: Processing device (SEQNUM=1994, ACTION=add)
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: dm versions   [ opencount flush ]   [16384] (*1)
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: Detected dm-ioctl version 4.41.0.
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: Device-mapper backend running with UDEV support enabled.
Apr 24 12:44:25 localhost systemd-udevd[145]: dm_mod: Processing device (SEQNUM=1995, ACTION=add)
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: dm status root  [ opencount noflush ]   [16384] (*1)
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: Trying to load any crypt type from device /dev/gpt-auto-root-luks.
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: Crypto backend (OpenSSL 1.1.1k  25 Mar 2021) initialized in cryptsetup library version 2.3.3.
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: Detected kernel Linux 5.4.111 x86_64.
Apr 24 12:44:25 localhost systemd-udevd[149]: :0003312: Device (SEQNUM=1993, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[149]: :0003312: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[145]: dm_mod: Device (SEQNUM=1995, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[145]: dm_mod: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-udevd[142]: device-mapper: Handling device node '/dev/mapper/control', devnum=c10:236
Apr 24 12:44:25 localhost systemd-udevd[142]: device-mapper: Preserve permissions of /dev/mapper/control, uid=0, gid=0, mode=0600
Apr 24 12:44:25 localhost systemd-udevd[142]: device-mapper: Creating symlink '/dev/char/10:236' to '../mapper/control'
Apr 24 12:44:25 localhost systemd-udevd[142]: device-mapper: sd-device: Created empty file '/run/udev/data/c10:236' for '/devices/virtual/misc/device-mapper'
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: PBKDF pbkdf2-sha256, time_ms 2000 (iterations 0).
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: Reading LUKS header of size 1024 from device /dev/gpt-auto-root-luks
Apr 24 12:44:25 localhost systemd-udevd[142]: device-mapper: Device (SEQNUM=1994, ACTION=add) processed
Apr 24 12:44:25 localhost systemd-udevd[142]: device-mapper: sd-device-monitor: Passed 194 byte to netlink monitor
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: Key length 32, device size 491727503 sectors, header size 2050 sectors.
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: Activating volume root using token -1.
Apr 24 12:44:25 localhost systemd-cryptsetup[176]: Token activation unsuccessful for device /dev/gpt-auto-root-luks: Invalid argument
Apr 24 12:44:25 localhost systemd[1]: systemd-ask-password-console.path: Got triggered.
Apr 24 12:44:25 localhost systemd[1]: systemd-ask-password-console.service: Trying to enqueue job systemd-ask-password-console.service/start/replace
Apr 24 12:44:25 localhost systemd[1]: Added job systemd-ask-password-console.service/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in system.slice/start from systemd-ask-password-console.service/start
Apr 24 12:44:25 localhost kernel: device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@xxxxxxxxxx
Apr 24 12:44:25 localhost systemd[1]: Added job system.slice/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in -.slice/start from system.slice/start
Apr 24 12:44:25 localhost systemd[1]: Added job -.slice/start to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in emergency.service/stop from systemd-ask-password-console.service/start
Apr 24 12:44:25 localhost systemd[1]: Added job emergency.service/stop to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in emergency.target/stop from emergency.service/stop
Apr 24 12:44:25 localhost systemd[1]: Added job emergency.target/stop to transaction.
Apr 24 12:44:25 localhost systemd[1]: Pulling in shutdown.target/stop from systemd-ask-password-console.service/start
Apr 24 12:44:25 localhost systemd[1]: Added job shutdown.target/stop to transaction.
Apr 24 12:44:25 localhost systemd[1]: Found redundant job emergency.service/stop, dropping from transaction.
Apr 24 12:44:25 localhost systemd[1]: Found redundant job -.slice/start, dropping from transaction.
Apr 24 12:44:25 localhost systemd[1]: Found redundant job emergency.target/stop, dropping from transaction.
Apr 24 12:44:25 localhost systemd[1]: Found redundant job shutdown.target/stop, dropping from transaction.
Apr 24 12:44:25 localhost systemd[1]: Found redundant job system.slice/start, dropping from transaction.
Apr 24 12:44:25 localhost systemd[1]: systemd-ask-password-console.service: Installed new job systemd-ask-password-console.service/start as 72
Apr 24 12:44:25 localhost systemd[1]: systemd-ask-password-console.service: Enqueued job systemd-ask-password-console.service/start as 72
Apr 24 12:44:25 localhost systemd[1]: systemd-ask-password-console.path: Changed waiting -> running
Apr 24 12:44:25 localhost systemd[1]: systemd-ask-password-console.service: ConditionPathExists=!/run/plymouth/pid succeeded.
Apr 24 12:44:25 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:25 localhost systemd[1]: systemd-ask-password-console.service: Passing 0 fds to service
Apr 24 12:44:25 localhost systemd[1]: systemd-ask-password-console.service: About to execute: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemd-tty-ask-password-agent --watch --console
Apr 24 12:44:25 localhost systemd[1]: systemd-ask-password-console.service: Forked /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemd-tty-ask-password-agent as 178
Apr 24 12:44:25 localhost systemd[1]: systemd-ask-password-console.service: Changed dead -> running
Apr 24 12:44:25 localhost systemd[1]: systemd-ask-password-console.service: Job 72 systemd-ask-password-console.service/start finished, result=done
Apr 24 12:44:25 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-ask-password-console comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:25 localhost systemd[1]: Started Dispatch Password Requests to Console.
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:25 localhost systemd[1]: systemd-journald.service: Added fd 12 (n/a) to fd store.
Apr 24 12:44:25 localhost systemd[178]: systemd-ask-password-console.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemd-tty-ask-password-agent --watch --console
Apr 24 12:44:25 localhost systemd-tty-ask-password-agent[178]: Successfully forked off '(sd-passwd)' as PID 179.
Apr 24 12:44:26 localhost kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Apr 24 12:44:26 localhost kernel: usb 1-3: New USB device found, idVendor=046d, idProduct=c07e, bcdDevice=90.03
Apr 24 12:44:26 localhost kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 24 12:44:26 localhost kernel: usb 1-3: Product: Gaming Mouse G402
Apr 24 12:44:26 localhost kernel: usb 1-3: Manufacturer: Logitech
Apr 24 12:44:26 localhost kernel: usb 1-3: SerialNumber: 497511573130
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3: Device (SEQNUM=1996, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3: Device (SEQNUM=1996, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3: sd-device-monitor: Passed 273 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: Processing device (SEQNUM=1996, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.0: Device (SEQNUM=1997, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.0: SEQNUM=1997 blocked by SEQNUM=1996
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.1: Device (SEQNUM=1998, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.1: SEQNUM=1998 blocked by SEQNUM=1996
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3: Device (SEQNUM=1999, ACTION=bind) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3: SEQNUM=1999 blocked by SEQNUM=1996
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: hwdb modalias key: "usb:v046DpC07E:Gaming Mouse G402"
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:49 MODE 0664
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: Handling device node '/dev/bus/usb/001/002', devnum=c189:1
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: Setting permissions /dev/bus/usb/001/002, uid=0, gid=0, mode=0664
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: Creating symlink '/dev/char/189:1' to '../bus/usb/001/002'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: sd-device: Created db file '/run/udev/data/c189:1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: Device (SEQNUM=1996, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: sd-device-monitor: Passed 758 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.0: Device (SEQNUM=1997, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.0: sd-device-monitor: Passed 290 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.1: Device (SEQNUM=1998, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.1: sd-device-monitor: Passed 290 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3: SEQNUM=1999 blocked by SEQNUM=1997
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: Processing device (SEQNUM=1997, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: Processing device (SEQNUM=1998, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: hwdb modalias key: "usb:v046DpC07Ed9003dc00dsc00dp00ic03isc01ip02in00"
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: hwdb modalias key: "usb:v046DpC07Ed9003dc00dsc00dp00ic03isc00ip00in01"
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: sd-device: Created db file '/run/udev/data/+usb:1-3:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1'
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: Running built-in command "kmod load usb:v046DpC07Ed9003dc00dsc00dp00ic03isc00ip00in01"
Apr 24 12:44:26 localhost systemd-udevd[142]: Loading module: usb:v046DpC07Ed9003dc00dsc00dp00ic03isc00ip00in01
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: sd-device: Created db file '/run/udev/data/+usb:1-3:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: Running built-in command "kmod load usb:v046DpC07Ed9003dc00dsc00dp00ic03isc01ip02in00"
Apr 24 12:44:26 localhost systemd-udevd[149]: Loading module: usb:v046DpC07Ed9003dc00dsc00dp00ic03isc01ip02in00
Apr 24 12:44:26 localhost systemd-udevd[133]: hid: Device (SEQNUM=2000, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: hid: Device (SEQNUM=2000, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: hid: sd-device-monitor: Passed 119 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw: Device (SEQNUM=2001, ACTION=add) is queued
Apr 24 12:44:26 localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina
Apr 24 12:44:26 localhost systemd-udevd[145]: hid: Processing device (SEQNUM=2000, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw: Device (SEQNUM=2001, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw: sd-device-monitor: Passed 126 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: hid: Device (SEQNUM=2002, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: hid: Device (SEQNUM=2002, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: hid: sd-device-monitor: Passed 125 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[146]: hidraw: Processing device (SEQNUM=2001, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[148]: hid: Processing device (SEQNUM=2002, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[145]: hid: Device (SEQNUM=2000, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[145]: hid: sd-device-monitor: Passed 119 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[148]: hid: Device (SEQNUM=2002, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[146]: hidraw: Device (SEQNUM=2001, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[146]: hidraw: sd-device-monitor: Passed 126 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[148]: hid: sd-device-monitor: Passed 125 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0001: Device (SEQNUM=2003, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0001: SEQNUM=2003 blocked by SEQNUM=1997
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.0: Device (SEQNUM=2004, ACTION=bind) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.0: SEQNUM=2004 blocked by SEQNUM=1997
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0002: Device (SEQNUM=2005, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0002: SEQNUM=2005 blocked by SEQNUM=1998
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.1: Device (SEQNUM=2006, ACTION=bind) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.1: SEQNUM=2006 blocked by SEQNUM=1998
Apr 24 12:44:26 localhost systemd-udevd[133]: usbhid: Device (SEQNUM=2007, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: usbhid: Device (SEQNUM=2007, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[142]: Inserted module 'usbhid'
Apr 24 12:44:26 localhost systemd-udevd[149]: Inserted module 'usbhid'
Apr 24 12:44:26 localhost systemd-udevd[133]: usbhid: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: Device (SEQNUM=1998, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: Device (SEQNUM=1997, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: sd-device-monitor: Passed 448 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[145]: usbhid: Processing device (SEQNUM=2007, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[133]: usbhid: Device (SEQNUM=2008, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: usbhid: Device (SEQNUM=2008, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: sd-device-monitor: Passed 448 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: usbhid: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[146]: usbhid: Processing device (SEQNUM=2008, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3: Device (SEQNUM=1999, ACTION=bind) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3: sd-device-monitor: Passed 285 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0001: SEQNUM=2003 blocked by SEQNUM=1999
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.0: SEQNUM=2004 blocked by SEQNUM=1999
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0002: SEQNUM=2005 blocked by SEQNUM=1999
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.1: SEQNUM=2006 blocked by SEQNUM=1999
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: Processing device (SEQNUM=1999, ACTION=bind)
Apr 24 12:44:26 localhost systemd-udevd[145]: usbhid: Device (SEQNUM=2007, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[146]: usbhid: Device (SEQNUM=2008, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[145]: usbhid: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[146]: usbhid: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:26 localhost kernel: usbcore: registered new interface driver usbhid
Apr 24 12:44:26 localhost kernel: usbhid: USB HID core driver
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: hwdb modalias key: "usb:v046DpC07E:Gaming Mouse G402"
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: Handling device node '/dev/bus/usb/001/002', devnum=c189:1
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: Preserve already existing symlink '/dev/char/189:1' to '../bus/usb/001/002'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: sd-device: Created db file '/run/udev/data/c189:1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: Device (SEQNUM=1999, ACTION=bind) processed
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3: sd-device-monitor: Passed 770 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0001: Device (SEQNUM=2003, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0001: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.0: SEQNUM=2004 blocked by SEQNUM=2003
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0002: Device (SEQNUM=2005, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0002: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.1: SEQNUM=2006 blocked by SEQNUM=2005
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0001: Processing device (SEQNUM=2003, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0001: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0001: hwdb modalias key: "hid:b0003g0001v0000046Dp0000C07E"
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0002: Processing device (SEQNUM=2005, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0002: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0002: hwdb modalias key: "hid:b0003g0001v0000046Dp0000C07E"
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0001: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0002: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0001: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0002: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0002: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0002: Running built-in command "kmod load hid:b0003g0001v0000046Dp0000C07E"
Apr 24 12:44:26 localhost systemd-udevd[142]: Loading module: hid:b0003g0001v0000046Dp0000C07E
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0001: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0001: Running built-in command "kmod load hid:b0003g0001v0000046Dp0000C07E"
Apr 24 12:44:26 localhost systemd-udevd[149]: Loading module: hid:b0003g0001v0000046Dp0000C07E
Apr 24 12:44:26 localhost systemd-udevd[133]: input0: Device (SEQNUM=2009, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: input0: SEQNUM=2009 blocked by SEQNUM=2003
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw0: Device (SEQNUM=2010, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw0: SEQNUM=2010 blocked by SEQNUM=2003
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0001: Device (SEQNUM=2011, ACTION=bind) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0001: SEQNUM=2011 blocked by SEQNUM=2003
Apr 24 12:44:26 localhost systemd-udevd[133]: input1: Device (SEQNUM=2012, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: input1: SEQNUM=2012 blocked by SEQNUM=2005
Apr 24 12:44:26 localhost kernel: input: Logitech Gaming Mouse G402 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C07E.0001/input/input0
Apr 24 12:44:26 localhost kernel: hid-generic 0003:046D:C07E.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech Gaming Mouse G402] on usb-0000:00:14.0-3/input0
Apr 24 12:44:26 localhost kernel: input: Logitech Gaming Mouse G402 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C07E.0002/input/input1
Apr 24 12:44:26 localhost systemd-udevd[133]: input2: Device (SEQNUM=2013, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: input2: SEQNUM=2013 blocked by SEQNUM=2005
Apr 24 12:44:26 localhost systemd-udevd[133]: input3: Device (SEQNUM=2014, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: input3: SEQNUM=2014 blocked by SEQNUM=2005
Apr 24 12:44:26 localhost kernel: input: Logitech Gaming Mouse G402 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C07E.0002/input/input2
Apr 24 12:44:26 localhost kernel: input: Logitech Gaming Mouse G402 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C07E.0002/input/input3
Apr 24 12:44:26 localhost kernel: hid-generic 0003:046D:C07E.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [Logitech Gaming Mouse G402] on usb-0000:00:14.0-3/input1
Apr 24 12:44:26 localhost systemd-udevd[133]: usbmisc: Device (SEQNUM=2015, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: usbmisc: Device (SEQNUM=2015, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: usbmisc: sd-device-monitor: Passed 127 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[142]: Inserted module 'hid_generic'
Apr 24 12:44:26 localhost systemd-udevd[145]: usbmisc: Processing device (SEQNUM=2015, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[133]: hiddev0: Device (SEQNUM=2016, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[149]: Inserted module 'hid_generic'
Apr 24 12:44:26 localhost systemd-udevd[133]: hiddev0: SEQNUM=2016 blocked by SEQNUM=2006
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0002: Device (SEQNUM=2005, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0001: Device (SEQNUM=2003, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0002: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw1: Device (SEQNUM=2017, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0001: sd-device-monitor: Passed 345 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw1: SEQNUM=2017 blocked by SEQNUM=2005
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.0: Device (SEQNUM=2004, ACTION=bind) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.0: sd-device-monitor: Passed 305 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.1: Device (SEQNUM=2006, ACTION=bind) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-3:1.1: sd-device-monitor: Passed 305 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: input0: SEQNUM=2009 blocked by SEQNUM=2004
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw0: SEQNUM=2010 blocked by SEQNUM=2004
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: Processing device (SEQNUM=2004, ACTION=bind)
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0001: SEQNUM=2011 blocked by SEQNUM=2004
Apr 24 12:44:26 localhost systemd-udevd[133]: input1: SEQNUM=2012 blocked by SEQNUM=2006
Apr 24 12:44:26 localhost systemd-udevd[133]: input2: SEQNUM=2013 blocked by SEQNUM=2006
Apr 24 12:44:26 localhost systemd-udevd[133]: input3: SEQNUM=2014 blocked by SEQNUM=2006
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: Processing device (SEQNUM=2006, ACTION=bind)
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw1: SEQNUM=2017 blocked by SEQNUM=2006
Apr 24 12:44:26 localhost systemd-udevd[145]: usbmisc: Device (SEQNUM=2015, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0002: Device (SEQNUM=2018, ACTION=bind) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0002: SEQNUM=2018 blocked by SEQNUM=2006
Apr 24 12:44:26 localhost systemd-udevd[145]: usbmisc: sd-device-monitor: Passed 127 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:26 localhost systemd-udevd[133]: hid-generic: Device (SEQNUM=2019, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: hwdb modalias key: "usb:v046DpC07Ed9003dc00dsc00dp00ic03isc00ip00in01"
Apr 24 12:44:26 localhost systemd-udevd[133]: hid-generic: Device (SEQNUM=2019, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: hwdb modalias key: "usb:v046DpC07Ed9003dc00dsc00dp00ic03isc01ip02in00"
Apr 24 12:44:26 localhost systemd-udevd[133]: hid-generic: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[133]: hid_generic: Device (SEQNUM=2020, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: hid_generic: Device (SEQNUM=2020, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: hid_generic: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[145]: hid_generic: Processing device (SEQNUM=2020, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[146]: hid-generic: Processing device (SEQNUM=2019, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[145]: hid_generic: Device (SEQNUM=2020, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[145]: hid_generic: sd-device-monitor: Passed 133 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[146]: hid-generic: Device (SEQNUM=2019, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[146]: hid-generic: sd-device-monitor: Passed 143 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: sd-device: Created db file '/run/udev/data/+usb:1-3:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1'
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: Device (SEQNUM=2006, ACTION=bind) processed
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: sd-device-monitor: Passed 463 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: input1: Device (SEQNUM=2012, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: sd-device: Created db file '/run/udev/data/+usb:1-3:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: Device (SEQNUM=2004, ACTION=bind) processed
Apr 24 12:44:26 localhost systemd-udevd[133]: input1: sd-device-monitor: Passed 575 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: input2: Device (SEQNUM=2013, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: sd-device-monitor: Passed 463 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: input2: sd-device-monitor: Passed 993 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: input3: Device (SEQNUM=2014, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: input3: sd-device-monitor: Passed 429 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: hiddev0: Device (SEQNUM=2016, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: Processing device (SEQNUM=2012, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[133]: hiddev0: sd-device-monitor: Passed 224 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: Processing device (SEQNUM=2013, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw1: Device (SEQNUM=2017, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw1: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0002: SEQNUM=2018 blocked by SEQNUM=2012
Apr 24 12:44:26 localhost systemd-udevd[133]: input0: Device (SEQNUM=2009, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[143]: hidraw1: Processing device (SEQNUM=2017, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[148]: hiddev0: Processing device (SEQNUM=2016, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: Processing device (SEQNUM=2014, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[133]: input0: sd-device-monitor: Passed 487 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw0: Device (SEQNUM=2010, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw0: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0001: SEQNUM=2011 blocked by SEQNUM=2009
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B5,B6,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E5,E6,E7,E8,E9,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,250,251,r6,C,a20,m4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[147]: hidraw0: Processing device (SEQNUM=2010, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: Processing device (SEQNUM=2009, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,4,k74,8E,8F,ram4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[143]: hidraw1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Apr 24 12:44:26 localhost systemd-udevd[143]: hidraw1: Starting 'fido_id'
Apr 24 12:44:26 localhost systemd-udevd[147]: hidraw0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,2,4,k110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,r0,1,6,8,B,C,am4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[147]: hidraw0: Starting 'fido_id'
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[148]: hiddev0: Handling device node '/dev/usb/hiddev0', devnum=c180:96
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:44:26 localhost systemd-udevd[148]: hiddev0: Preserve permissions of /dev/usb/hiddev0, uid=0, gid=0, mode=0600
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:44:26 localhost systemd-udevd[148]: hiddev0: Creating symlink '/dev/char/180:96' to '../usb/hiddev0'
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:44:26 localhost systemd-udevd[148]: hiddev0: sd-device: Created empty file '/run/udev/data/c180:96' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/usbmisc/hiddev0'
Apr 24 12:44:26 localhost systemd-udevd[148]: hiddev0: Device (SEQNUM=2016, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:44:26 localhost systemd-udevd[148]: hiddev0: sd-device-monitor: Passed 224 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[143]: Successfully forked off '(spawn)' as PID 181.
Apr 24 12:44:26 localhost systemd-udevd[147]: Successfully forked off '(spawn)' as PID 182.
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: capabilities/ev raw kernel attribute: 100013
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: capabilities/ev raw kernel attribute: 1f
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: capabilities/abs raw kernel attribute: 100000000
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: capabilities/abs raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: capabilities/ev raw kernel attribute: 13
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: capabilities/rel raw kernel attribute: 1040
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: capabilities/rel raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: capabilities/abs raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: capabilities/key raw kernel attribute: 300ff 0 0 483ffff17aff32d bfd4444600000000 1 130ff38b17c000 677bfad9415fed 9ed68000004400 10000002
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: capabilities/rel raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: capabilities/key raw kernel attribute: 1000000000007 ff800000000007ff febeffdfffefffff fffffffffffffffe
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: properties raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: test_key: checking bit block 0 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: test_key: checking bit block 64 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: capabilities/ev raw kernel attribute: 17
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: test_key: checking bit block 128 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: capabilities/key raw kernel attribute: c000 10000000000000 0
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: properties raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: test_key: checking bit block 0 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: capabilities/abs raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B5,B6,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E5,E6,E7,E8,E9,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,250,251,r6,C,a20,m4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: test_key: checking bit block 64 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: test_key: checking bit block 128 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: properties raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: test_key: checking bit block 0 for any keys; found=0
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: test_key: checking bit block 64 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: test_key: checking bit block 128 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: capabilities/rel raw kernel attribute: 1943
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,4,k74,8E,8F,ram4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: capabilities/key raw kernel attribute: ffff0000 0 0 0 0
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: properties raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: test_key: checking bit block 0 for any keys; found=0
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: test_key: checking bit block 64 for any keys; found=0
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: test_key: checking bit block 128 for any keys; found=0
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: test_key: checking bit block 192 for any keys; found=0
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: hwdb modalias key: "input:b0003v046DpC07Ee0111-e0,1,2,4,k110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,r0,1,6,8,B,C,am4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:44:26 localhost systemd-udevd[145]: 1-3:1.1: if_class:3 protocol:0
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-3:1.1: if_class:3 protocol:0
Apr 24 12:44:26 localhost systemd-udevd[146]: 1-3:1.1: if_class:3 protocol:0
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-3:1.0: if_class:3 protocol:0
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: sd-device: Created db file '/run/udev/data/+input:input2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C07E.0002/input/input2'
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: Running built-in command "kmod load input:b0003v046DpC07Ee0111-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B5,B6,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E5,E6,E7,E8,E9,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,250,251,r6,C,a20,m4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:26 localhost systemd-udevd[145]: Loading module: input:b0003v046DpC07Ee0111-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B5,B6,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E5,E6,E7,E8,E9,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,250,251,r6,C,a20,m4,lsfw
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: sd-device: Created db file '/run/udev/data/+input:input1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C07E.0002/input/input1'
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: Running built-in command "kmod load input:b0003v046DpC07Ee0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[145]: Failed to find module 'input:b0003v046DpC07Ee0111-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B5,B6,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E5,E6,E7,E8,E9,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,250,251,r6,C,a20,m4,lsfw'
Apr 24 12:44:26 localhost systemd-udevd[142]: Loading module: input:b0003v046DpC07Ee0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: Device (SEQNUM=2013, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: sd-device: Created db file '/run/udev/data/+input:input0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C07E.0001/input/input0'
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: sd-device: Created db file '/run/udev/data/+input:input3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C07E.0002/input/input3'
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: Running built-in command "kmod load input:b0003v046DpC07Ee0111-e0,1,2,4,k110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,r0,1,6,8,B,C,am4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: Running built-in command "kmod load input:b0003v046DpC07Ee0111-e0,1,4,k74,8E,8F,ram4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[149]: Loading module: input:b0003v046DpC07Ee0111-e0,1,2,4,k110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,r0,1,6,8,B,C,am4,lsfw
Apr 24 12:44:26 localhost systemd-udevd[145]: input2: sd-device-monitor: Passed 1495 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[146]: Loading module: input:b0003v046DpC07Ee0111-e0,1,4,k74,8E,8F,ram4,lsfw
Apr 24 12:44:26 localhost systemd-udevd[142]: Failed to find module 'input:b0003v046DpC07Ee0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw'
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: Device (SEQNUM=2012, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[149]: Failed to find module 'input:b0003v046DpC07Ee0111-e0,1,2,4,k110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,r0,1,6,8,B,C,am4,lsfw'
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: Device (SEQNUM=2009, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[146]: Failed to find module 'input:b0003v046DpC07Ee0111-e0,1,4,k74,8E,8F,ram4,lsfw'
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: Device (SEQNUM=2014, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[142]: input1: sd-device-monitor: Passed 1114 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[149]: input0: sd-device-monitor: Passed 1010 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[146]: input3: sd-device-monitor: Passed 931 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0001: SEQNUM=2011 blocked by SEQNUM=2010
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0002: SEQNUM=2018 blocked by SEQNUM=2017
Apr 24 12:44:26 localhost systemd-udevd[147]: hidraw0: Process 'fido_id' succeeded.
Apr 24 12:44:26 localhost systemd-udevd[143]: hidraw1: Process 'fido_id' succeeded.
Apr 24 12:44:26 localhost systemd-udevd[143]: hidraw1: Handling device node '/dev/hidraw1', devnum=c249:1
Apr 24 12:44:26 localhost systemd-udevd[143]: hidraw1: Preserve permissions of /dev/hidraw1, uid=0, gid=0, mode=0600
Apr 24 12:44:26 localhost systemd-udevd[143]: hidraw1: Creating symlink '/dev/char/249:1' to '../hidraw1'
Apr 24 12:44:26 localhost systemd-udevd[147]: hidraw0: Handling device node '/dev/hidraw0', devnum=c249:0
Apr 24 12:44:26 localhost systemd-udevd[147]: hidraw0: Preserve permissions of /dev/hidraw0, uid=0, gid=0, mode=0600
Apr 24 12:44:26 localhost systemd-udevd[147]: hidraw0: Creating symlink '/dev/char/249:0' to '../hidraw0'
Apr 24 12:44:26 localhost systemd-udevd[143]: hidraw1: sd-device: Created empty file '/run/udev/data/c249:1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C07E.0002/hidraw/hidraw1'
Apr 24 12:44:26 localhost systemd-udevd[143]: hidraw1: Device (SEQNUM=2017, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[143]: hidraw1: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[147]: hidraw0: sd-device: Created empty file '/run/udev/data/c249:0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C07E.0001/hidraw/hidraw0'
Apr 24 12:44:26 localhost systemd-udevd[147]: hidraw0: Device (SEQNUM=2010, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[147]: hidraw0: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0002: Device (SEQNUM=2018, ACTION=bind) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0002: sd-device-monitor: Passed 365 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0001: Device (SEQNUM=2011, ACTION=bind) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:046D:C07E.0001: sd-device-monitor: Passed 365 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0002: Processing device (SEQNUM=2018, ACTION=bind)
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0002: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0001: Processing device (SEQNUM=2011, ACTION=bind)
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0002: hwdb modalias key: "hid:b0003g0001v0000046Dp0000C07E"
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0001: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0001: hwdb modalias key: "hid:b0003g0001v0000046Dp0000C07E"
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0001: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0002: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0001: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0002: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0001: Device (SEQNUM=2011, ACTION=bind) processed
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:046D:C07E.0001: sd-device-monitor: Passed 365 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0002: Device (SEQNUM=2018, ACTION=bind) processed
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:046D:C07E.0002: sd-device-monitor: Passed 365 byte to netlink monitor
Apr 24 12:44:26 localhost kernel: usb 1-4: new full-speed USB device number 3 using xhci_hcd
Apr 24 12:44:26 localhost kernel: tsc: Refined TSC clocksource calibration: 1991.995 MHz
Apr 24 12:44:26 localhost kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d48bcfa5, max_idle_ns: 881590611924 ns
Apr 24 12:44:26 localhost kernel: clocksource: Switched to clocksource tsc
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4: Device (SEQNUM=2021, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4: Device (SEQNUM=2021, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4: sd-device-monitor: Passed 269 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: Processing device (SEQNUM=2021, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:26 localhost kernel: usb 1-4: New USB device found, idVendor=2516, idProduct=0027, bcdDevice= 0.01
Apr 24 12:44:26 localhost kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 24 12:44:26 localhost kernel: usb 1-4: Product: Coolermaster Novatouch TKL
Apr 24 12:44:26 localhost kernel: usb 1-4: Manufacturer: CM Storm
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.0: Device (SEQNUM=2022, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.0: SEQNUM=2022 blocked by SEQNUM=2021
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0003: Device (SEQNUM=2023, ACTION=add) is queued
Apr 24 12:44:26 localhost kernel: input: CM Storm Coolermaster Novatouch TKL as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:2516:0027.0003/input/input6
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0003: SEQNUM=2023 blocked by SEQNUM=2021
Apr 24 12:44:26 localhost systemd-udevd[133]: wakeup29: Device (SEQNUM=2024, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: wakeup29: SEQNUM=2024 blocked by SEQNUM=2021
Apr 24 12:44:26 localhost systemd-udevd[133]: input6: Device (SEQNUM=2025, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: input6: SEQNUM=2025 blocked by SEQNUM=2021
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw2: Device (SEQNUM=2026, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw2: SEQNUM=2026 blocked by SEQNUM=2021
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0003: Device (SEQNUM=2027, ACTION=bind) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0003: SEQNUM=2027 blocked by SEQNUM=2021
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.0: Device (SEQNUM=2028, ACTION=bind) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.0: SEQNUM=2028 blocked by SEQNUM=2021
Apr 24 12:44:26 localhost kernel: hid-generic 0003:2516:0027.0003: input,hidraw2: USB HID v1.11 Keyboard [CM Storm Coolermaster Novatouch TKL] on usb-0000:00:14.0-4/input0
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.1: Device (SEQNUM=2029, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.1: SEQNUM=2029 blocked by SEQNUM=2021
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0004: Device (SEQNUM=2030, ACTION=add) is queued
Apr 24 12:44:26 localhost kernel: input: CM Storm Coolermaster Novatouch TKL Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:2516:0027.0004/input/input7
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0004: SEQNUM=2030 blocked by SEQNUM=2021
Apr 24 12:44:26 localhost systemd-udevd[133]: input7: Device (SEQNUM=2031, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: input7: SEQNUM=2031 blocked by SEQNUM=2021
Apr 24 12:44:26 localhost systemd-udevd[133]: input8: Device (SEQNUM=2032, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: input8: SEQNUM=2032 blocked by SEQNUM=2021
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw3: Device (SEQNUM=2033, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw3: SEQNUM=2033 blocked by SEQNUM=2021
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0004: Device (SEQNUM=2034, ACTION=bind) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0004: SEQNUM=2034 blocked by SEQNUM=2021
Apr 24 12:44:26 localhost kernel: input: CM Storm Coolermaster Novatouch TKL Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:2516:0027.0004/input/input8
Apr 24 12:44:26 localhost kernel: hid-generic 0003:2516:0027.0004: input,hidraw3: USB HID v1.11 Keyboard [CM Storm Coolermaster Novatouch TKL] on usb-0000:00:14.0-4/input1
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.1: Device (SEQNUM=2035, ACTION=bind) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.1: SEQNUM=2035 blocked by SEQNUM=2021
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4: Device (SEQNUM=2036, ACTION=bind) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4: SEQNUM=2036 blocked by SEQNUM=2021
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: hwdb modalias key: "usb:v2516p0027:Coolermaster Novatouch TKL"
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:49 MODE 0664
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: Handling device node '/dev/bus/usb/001/003', devnum=c189:2
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: Setting permissions /dev/bus/usb/001/003, uid=0, gid=0, mode=0664
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: Creating symlink '/dev/char/189:2' to '../bus/usb/001/003'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: sd-device: Created db file '/run/udev/data/c189:2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: Device (SEQNUM=2021, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: sd-device-monitor: Passed 769 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.0: Device (SEQNUM=2022, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.0: sd-device-monitor: Passed 286 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0003: SEQNUM=2023 blocked by SEQNUM=2022
Apr 24 12:44:26 localhost systemd-udevd[133]: wakeup29: Device (SEQNUM=2024, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: wakeup29: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: input6: SEQNUM=2025 blocked by SEQNUM=2022
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw2: SEQNUM=2026 blocked by SEQNUM=2022
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0003: SEQNUM=2027 blocked by SEQNUM=2022
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: Processing device (SEQNUM=2022, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.0: SEQNUM=2028 blocked by SEQNUM=2022
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.1: Device (SEQNUM=2029, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.1: sd-device-monitor: Passed 286 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0004: SEQNUM=2030 blocked by SEQNUM=2029
Apr 24 12:44:26 localhost systemd-udevd[133]: input7: SEQNUM=2031 blocked by SEQNUM=2029
Apr 24 12:44:26 localhost systemd-udevd[142]: wakeup29: Processing device (SEQNUM=2024, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[133]: input8: SEQNUM=2032 blocked by SEQNUM=2029
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw3: SEQNUM=2033 blocked by SEQNUM=2029
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0004: SEQNUM=2034 blocked by SEQNUM=2029
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.1: SEQNUM=2035 blocked by SEQNUM=2029
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4: SEQNUM=2036 blocked by SEQNUM=2022
Apr 24 12:44:26 localhost systemd-udevd[145]: 1-4:1.1: Processing device (SEQNUM=2029, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: hwdb modalias key: "usb:v2516p0027d0001dc00dsc00dp00ic03isc01ip01in00"
Apr 24 12:44:26 localhost systemd-udevd[145]: 1-4:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:26 localhost systemd-udevd[145]: 1-4:1.1: hwdb modalias key: "usb:v2516p0027d0001dc00dsc00dp00ic03isc00ip00in01"
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[145]: 1-4:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[142]: wakeup29: Device (SEQNUM=2024, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[142]: wakeup29: sd-device-monitor: Passed 171 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[145]: 1-4:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:26 localhost systemd-udevd[145]: 1-4:1.1: sd-device: Created db file '/run/udev/data/+usb:1-4:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1'
Apr 24 12:44:26 localhost systemd-udevd[145]: 1-4:1.1: Running built-in command "kmod load usb:v2516p0027d0001dc00dsc00dp00ic03isc00ip00in01"
Apr 24 12:44:26 localhost systemd-udevd[145]: Loading module: usb:v2516p0027d0001dc00dsc00dp00ic03isc00ip00in01
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: sd-device: Created db file '/run/udev/data/+usb:1-4:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: Running built-in command "kmod load usb:v2516p0027d0001dc00dsc00dp00ic03isc01ip01in00"
Apr 24 12:44:26 localhost systemd-udevd[149]: Loading module: usb:v2516p0027d0001dc00dsc00dp00ic03isc01ip01in00
Apr 24 12:44:26 localhost systemd-udevd[145]: Module 'usbhid' is already loaded
Apr 24 12:44:26 localhost systemd-udevd[145]: 1-4:1.1: Device (SEQNUM=2029, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[145]: 1-4:1.1: sd-device-monitor: Passed 471 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0004: Device (SEQNUM=2030, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[149]: Module 'usbhid' is already loaded
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0004: sd-device-monitor: Passed 342 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: Device (SEQNUM=2022, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[133]: input7: SEQNUM=2031 blocked by SEQNUM=2030
Apr 24 12:44:26 localhost systemd-udevd[133]: input8: SEQNUM=2032 blocked by SEQNUM=2030
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw3: SEQNUM=2033 blocked by SEQNUM=2030
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0004: SEQNUM=2034 blocked by SEQNUM=2030
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.1: SEQNUM=2035 blocked by SEQNUM=2030
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: sd-device-monitor: Passed 471 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: Processing device (SEQNUM=2030, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0003: Device (SEQNUM=2023, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0003: sd-device-monitor: Passed 342 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: input6: SEQNUM=2025 blocked by SEQNUM=2023
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw2: SEQNUM=2026 blocked by SEQNUM=2023
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0003: SEQNUM=2027 blocked by SEQNUM=2023
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.0: SEQNUM=2028 blocked by SEQNUM=2023
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4: SEQNUM=2036 blocked by SEQNUM=2023
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: Processing device (SEQNUM=2023, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: hwdb modalias key: "hid:b0003g0001v00002516p00000027"
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: hwdb modalias key: "hid:b0003g0001v00002516p00000027"
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: Running built-in command "kmod load hid:b0003g0001v00002516p00000027"
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:44:26 localhost systemd-udevd[142]: Loading module: hid:b0003g0001v00002516p00000027
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: Running built-in command "kmod load hid:b0003g0001v00002516p00000027"
Apr 24 12:44:26 localhost systemd-udevd[149]: Loading module: hid:b0003g0001v00002516p00000027
Apr 24 12:44:26 localhost systemd-udevd[142]: Module 'hid_generic' is already loaded
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: Device (SEQNUM=2030, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: sd-device-monitor: Passed 342 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: input7: Device (SEQNUM=2031, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: input7: sd-device-monitor: Passed 444 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: input8: Device (SEQNUM=2032, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: input8: sd-device-monitor: Passed 577 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw3: Device (SEQNUM=2033, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw3: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: Processing device (SEQNUM=2031, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0004: SEQNUM=2034 blocked by SEQNUM=2031
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.1: SEQNUM=2035 blocked by SEQNUM=2031
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: Processing device (SEQNUM=2032, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: hwdb modalias key: "input:b0003v2516p0027e0111-e0,1,4,k71,72,73,A3,A4,A5,A6,ram4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:44:26 localhost systemd-udevd[149]: Module 'hid_generic' is already loaded
Apr 24 12:44:26 localhost systemd-udevd[146]: hidraw3: Processing device (SEQNUM=2033, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: hwdb modalias key: "input:b0003v2516p0027e0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: Device (SEQNUM=2023, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: sd-device-monitor: Passed 342 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: input6: Device (SEQNUM=2025, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: input6: sd-device-monitor: Passed 633 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw2: Device (SEQNUM=2026, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: hidraw2: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0003: SEQNUM=2027 blocked by SEQNUM=2025
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.0: SEQNUM=2028 blocked by SEQNUM=2025
Apr 24 12:44:26 localhost systemd-udevd[146]: hidraw3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: Processing device (SEQNUM=2025, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4: SEQNUM=2036 blocked by SEQNUM=2025
Apr 24 12:44:26 localhost systemd-udevd[146]: hidraw3: Starting 'fido_id'
Apr 24 12:44:26 localhost systemd-udevd[148]: hidraw2: Processing device (SEQNUM=2026, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: hwdb modalias key: "input:b0003v2516p0027e0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw"
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:44:26 localhost systemd-udevd[148]: hidraw2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:44:26 localhost systemd-udevd[148]: hidraw2: Starting 'fido_id'
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: capabilities/ev raw kernel attribute: 13
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: capabilities/abs raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: capabilities/rel raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: capabilities/ev raw kernel attribute: 100013
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: capabilities/key raw kernel attribute: 7800000000 e000000000000 0
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: capabilities/abs raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: properties raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: test_key: checking bit block 0 for any keys; found=0
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: test_key: checking bit block 64 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: test_key: checking bit block 128 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: capabilities/rel raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: hwdb modalias key: "input:b0003v2516p0027e0111-e0,1,4,k71,72,73,A3,A4,A5,A6,ram4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:44:26 localhost systemd-udevd[146]: Successfully forked off '(spawn)' as PID 183.
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: capabilities/key raw kernel attribute: 1000000000007 ff980000000007ff febeffdfffefffff fffffffffffffffe
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: properties raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: test_key: checking bit block 0 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: test_key: checking bit block 64 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: test_key: checking bit block 128 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[148]: Successfully forked off '(spawn)' as PID 184.
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: hwdb modalias key: "input:b0003v2516p0027e0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-4:1.1: if_class:3 protocol:0
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:44:26 localhost systemd-udevd[145]: 1-4:1.1: if_class:3 protocol:0
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: capabilities/ev raw kernel attribute: 120013
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: capabilities/abs raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: capabilities/rel raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: capabilities/key raw kernel attribute: 1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: properties raw kernel attribute: 0
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: test_key: checking bit block 0 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: test_key: checking bit block 64 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: test_key: checking bit block 128 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: hwdb modalias key: "input:b0003v2516p0027e0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw"
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: sd-device: Created db file '/run/udev/data/+input:input7' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:2516:0027.0004/input/input7'
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: Running built-in command "kmod load input:b0003v2516p0027e0111-e0,1,4,k71,72,73,A3,A4,A5,A6,ram4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[142]: Loading module: input:b0003v2516p0027e0111-e0,1,4,k71,72,73,A3,A4,A5,A6,ram4,lsfw
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:26 localhost systemd-udevd[142]: Failed to find module 'input:b0003v2516p0027e0111-e0,1,4,k71,72,73,A3,A4,A5,A6,ram4,lsfw'
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: Device (SEQNUM=2031, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[142]: input7: sd-device-monitor: Passed 934 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0004: SEQNUM=2034 blocked by SEQNUM=2032
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: if_class:3 protocol:0
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.1: SEQNUM=2035 blocked by SEQNUM=2032
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: sd-device: Created db file '/run/udev/data/+input:input8' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:2516:0027.0004/input/input8'
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: Running built-in command "kmod load input:b0003v2516p0027e0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw"
Apr 24 12:44:26 localhost systemd-udevd[145]: Loading module: input:b0003v2516p0027e0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw
Apr 24 12:44:26 localhost systemd-udevd[145]: Failed to find module 'input:b0003v2516p0027e0111-e0,1,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,lsfw'
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: Device (SEQNUM=2032, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[145]: input8: sd-device-monitor: Passed 1104 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0004: SEQNUM=2034 blocked by SEQNUM=2033
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.1: SEQNUM=2035 blocked by SEQNUM=2033
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: sd-device: Created db file '/run/udev/data/+input:input6' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:2516:0027.0003/input/input6'
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: Running built-in command "kmod load input:b0003v2516p0027e0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw"
Apr 24 12:44:26 localhost systemd-udevd[149]: Loading module: input:b0003v2516p0027e0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw
Apr 24 12:44:26 localhost systemd-udevd[149]: Failed to find module 'input:b0003v2516p0027e0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw'
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: Device (SEQNUM=2025, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[149]: input6: sd-device-monitor: Passed 1160 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0003: SEQNUM=2027 blocked by SEQNUM=2026
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.0: SEQNUM=2028 blocked by SEQNUM=2026
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4: SEQNUM=2036 blocked by SEQNUM=2026
Apr 24 12:44:26 localhost systemd-udevd[148]: hidraw2: Process 'fido_id' succeeded.
Apr 24 12:44:26 localhost systemd-udevd[146]: hidraw3: Process 'fido_id' succeeded.
Apr 24 12:44:26 localhost systemd-udevd[148]: hidraw2: Handling device node '/dev/hidraw2', devnum=c249:2
Apr 24 12:44:26 localhost systemd-udevd[148]: hidraw2: Preserve permissions of /dev/hidraw2, uid=0, gid=0, mode=0600
Apr 24 12:44:26 localhost systemd-udevd[148]: hidraw2: Creating symlink '/dev/char/249:2' to '../hidraw2'
Apr 24 12:44:26 localhost systemd-udevd[146]: hidraw3: Handling device node '/dev/hidraw3', devnum=c249:3
Apr 24 12:44:26 localhost systemd-udevd[146]: hidraw3: Preserve permissions of /dev/hidraw3, uid=0, gid=0, mode=0600
Apr 24 12:44:26 localhost systemd-udevd[146]: hidraw3: Creating symlink '/dev/char/249:3' to '../hidraw3'
Apr 24 12:44:26 localhost systemd-udevd[148]: hidraw2: sd-device: Created empty file '/run/udev/data/c249:2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:2516:0027.0003/hidraw/hidraw2'
Apr 24 12:44:26 localhost systemd-udevd[148]: hidraw2: Device (SEQNUM=2026, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[146]: hidraw3: sd-device: Created empty file '/run/udev/data/c249:3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:2516:0027.0004/hidraw/hidraw3'
Apr 24 12:44:26 localhost systemd-udevd[148]: hidraw2: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[146]: hidraw3: Device (SEQNUM=2033, ACTION=add) processed
Apr 24 12:44:26 localhost systemd-udevd[146]: hidraw3: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0003: Device (SEQNUM=2027, ACTION=bind) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0003: sd-device-monitor: Passed 362 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.0: SEQNUM=2028 blocked by SEQNUM=2027
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0004: Device (SEQNUM=2034, ACTION=bind) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 0003:2516:0027.0004: sd-device-monitor: Passed 362 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.1: SEQNUM=2035 blocked by SEQNUM=2034
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4: SEQNUM=2036 blocked by SEQNUM=2027
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: Processing device (SEQNUM=2027, ACTION=bind)
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: Processing device (SEQNUM=2034, ACTION=bind)
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: hwdb modalias key: "hid:b0003g0001v00002516p00000027"
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: hwdb modalias key: "hid:b0003g0001v00002516p00000027"
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: No entry found from hwdb.
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: Device (SEQNUM=2034, ACTION=bind) processed
Apr 24 12:44:26 localhost systemd-udevd[142]: 0003:2516:0027.0004: sd-device-monitor: Passed 362 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: Device (SEQNUM=2027, ACTION=bind) processed
Apr 24 12:44:26 localhost systemd-udevd[149]: 0003:2516:0027.0003: sd-device-monitor: Passed 362 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.0: Device (SEQNUM=2028, ACTION=bind) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.0: sd-device-monitor: Passed 301 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.1: Device (SEQNUM=2035, ACTION=bind) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4:1.1: sd-device-monitor: Passed 301 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4: SEQNUM=2036 blocked by SEQNUM=2028
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: Processing device (SEQNUM=2028, ACTION=bind)
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-4:1.1: Processing device (SEQNUM=2035, ACTION=bind)
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: hwdb modalias key: "usb:v2516p0027d0001dc00dsc00dp00ic03isc01ip01in00"
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-4:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-4:1.1: hwdb modalias key: "usb:v2516p0027d0001dc00dsc00dp00ic03isc00ip00in01"
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-4:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-4:1.1: sd-device: Created db file '/run/udev/data/+usb:1-4:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1'
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-4:1.1: Device (SEQNUM=2035, ACTION=bind) processed
Apr 24 12:44:26 localhost systemd-udevd[142]: 1-4:1.1: sd-device-monitor: Passed 486 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: sd-device: Created db file '/run/udev/data/+usb:1-4:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: Device (SEQNUM=2028, ACTION=bind) processed
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4:1.0: sd-device-monitor: Passed 486 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4: Device (SEQNUM=2036, ACTION=bind) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-4: sd-device-monitor: Passed 281 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: Processing device (SEQNUM=2036, ACTION=bind)
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: hwdb modalias key: "usb:v2516p0027:Coolermaster Novatouch TKL"
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: Handling device node '/dev/bus/usb/001/003', devnum=c189:2
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: Preserve already existing symlink '/dev/char/189:2' to '../bus/usb/001/003'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: sd-device: Created db file '/run/udev/data/c189:2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-4'
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: Device (SEQNUM=2036, ACTION=bind) processed
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-4: sd-device-monitor: Passed 781 byte to netlink monitor
Apr 24 12:44:26 localhost kernel: usb 1-5: new full-speed USB device number 4 using xhci_hcd
Apr 24 12:44:26 localhost kernel: usb 1-5: New USB device found, idVendor=1395, idProduct=00cb, bcdDevice= 0.18
Apr 24 12:44:26 localhost kernel: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 24 12:44:26 localhost kernel: usb 1-5: Product: Sennheiser SC 1x5 USB
Apr 24 12:44:26 localhost kernel: usb 1-5: Manufacturer: Sennheiser
Apr 24 12:44:26 localhost kernel: usb 1-5: SerialNumber: A002740204508952
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-5: Device (SEQNUM=2037, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-5: Device (SEQNUM=2037, ACTION=add) ready for processing
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-5: sd-device-monitor: Passed 270 byte to netlink monitor
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-5: Processing device (SEQNUM=2037, ACTION=add)
Apr 24 12:44:26 localhost systemd-udevd[149]: 1-5: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-5:1.0: Device (SEQNUM=2038, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-5:1.0: SEQNUM=2038 blocked by SEQNUM=2037
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-5:1.1: Device (SEQNUM=2039, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-5:1.1: SEQNUM=2039 blocked by SEQNUM=2037
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-5:1.2: Device (SEQNUM=2040, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-5:1.2: SEQNUM=2040 blocked by SEQNUM=2037
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-5:1.3: Device (SEQNUM=2041, ACTION=add) is queued
Apr 24 12:44:26 localhost systemd-udevd[133]: 1-5:1.3: SEQNUM=2041 blocked by SEQNUM=2037
Apr 24 12:44:27 localhost systemd-udevd[133]: 0003:1395:00CB.0005: Device (SEQNUM=2042, ACTION=add) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: 0003:1395:00CB.0005: SEQNUM=2042 blocked by SEQNUM=2037
Apr 24 12:44:27 localhost systemd-udevd[133]: input9: Device (SEQNUM=2043, ACTION=add) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: input9: SEQNUM=2043 blocked by SEQNUM=2037
Apr 24 12:44:27 localhost kernel: input: Sennheiser Sennheiser SC 1x5 USB Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/0003:1395:00CB.0005/input/input9
Apr 24 12:44:27 localhost systemd-udevd[133]: input10: Device (SEQNUM=2044, ACTION=add) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: input10: SEQNUM=2044 blocked by SEQNUM=2037
Apr 24 12:44:27 localhost systemd-udevd[133]: input11: Device (SEQNUM=2045, ACTION=add) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: input11: SEQNUM=2045 blocked by SEQNUM=2037
Apr 24 12:44:27 localhost systemd-udevd[133]: hiddev1: Device (SEQNUM=2046, ACTION=add) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: hiddev1: SEQNUM=2046 blocked by SEQNUM=2037
Apr 24 12:44:27 localhost kernel: input: Sennheiser Sennheiser SC 1x5 USB as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/0003:1395:00CB.0005/input/input10
Apr 24 12:44:27 localhost kernel: input: Sennheiser Sennheiser SC 1x5 USB as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/0003:1395:00CB.0005/input/input11
Apr 24 12:44:27 localhost kernel: hid-generic 0003:1395:00CB.0005: input,hiddev97,hidraw4: USB HID v1.11 Device [Sennheiser Sennheiser SC 1x5 USB] on usb-0000:00:14.0-5/input3
Apr 24 12:44:27 localhost systemd-udevd[133]: hidraw4: Device (SEQNUM=2047, ACTION=add) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: hidraw4: SEQNUM=2047 blocked by SEQNUM=2037
Apr 24 12:44:27 localhost systemd-udevd[133]: 0003:1395:00CB.0005: Device (SEQNUM=2048, ACTION=bind) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: 0003:1395:00CB.0005: SEQNUM=2048 blocked by SEQNUM=2037
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.3: Device (SEQNUM=2049, ACTION=bind) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.3: SEQNUM=2049 blocked by SEQNUM=2037
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5: Device (SEQNUM=2050, ACTION=bind) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5: SEQNUM=2050 blocked by SEQNUM=2037
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: hwdb modalias key: "usb:v1395p00CB:Sennheiser SC 1x5 USB"
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:49 MODE 0664
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: Handling device node '/dev/bus/usb/001/004', devnum=c189:3
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: Setting permissions /dev/bus/usb/001/004, uid=0, gid=0, mode=0664
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: Creating symlink '/dev/char/189:3' to '../bus/usb/001/004'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: sd-device: Created db file '/run/udev/data/c189:3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: Device (SEQNUM=2037, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: sd-device-monitor: Passed 761 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.0: Device (SEQNUM=2038, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.0: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.1: Device (SEQNUM=2039, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.1: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.2: Device (SEQNUM=2040, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.2: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.0: Processing device (SEQNUM=2038, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.3: Device (SEQNUM=2041, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.3: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 0003:1395:00CB.0005: SEQNUM=2042 blocked by SEQNUM=2041
Apr 24 12:44:27 localhost systemd-udevd[133]: input9: SEQNUM=2043 blocked by SEQNUM=2041
Apr 24 12:44:27 localhost systemd-udevd[133]: input10: SEQNUM=2044 blocked by SEQNUM=2041
Apr 24 12:44:27 localhost systemd-udevd[133]: input11: SEQNUM=2045 blocked by SEQNUM=2041
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-5:1.1: Processing device (SEQNUM=2039, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[133]: hiddev1: SEQNUM=2046 blocked by SEQNUM=2041
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-5:1.2: Processing device (SEQNUM=2040, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[133]: hidraw4: SEQNUM=2047 blocked by SEQNUM=2041
Apr 24 12:44:27 localhost systemd-udevd[133]: 0003:1395:00CB.0005: SEQNUM=2048 blocked by SEQNUM=2041
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.3: SEQNUM=2049 blocked by SEQNUM=2041
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5: SEQNUM=2050 blocked by SEQNUM=2038
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.0: hwdb modalias key: "usb:v1395p00CBd0018dc00dsc00dp00ic01isc01ip00in00"
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-5:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-5:1.2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-5:1.1: hwdb modalias key: "usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in01"
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-5:1.2: hwdb modalias key: "usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in02"
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-5:1.3: Processing device (SEQNUM=2041, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-5:1.2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-5:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-5:1.3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-5:1.3: hwdb modalias key: "usb:v1395p00CBd0018dc00dsc00dp00ic03isc00ip00in03"
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-5:1.3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-5:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-5:1.2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-5:1.1: sd-device: Created db file '/run/udev/data/+usb:1-5:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1'
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-5:1.2: sd-device: Created db file '/run/udev/data/+usb:1-5:1.2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-5:1.1: Running built-in command "kmod load usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in01"
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-5:1.2: Running built-in command "kmod load usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in02"
Apr 24 12:44:27 localhost systemd-udevd[142]: Loading module: usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in01
Apr 24 12:44:27 localhost systemd-udevd[145]: Loading module: usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in02
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-5:1.3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:27 localhost systemd-udevd[145]: Failed to find module 'usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in02'
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-5:1.2: Device (SEQNUM=2040, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[142]: Failed to find module 'usb:v1395p00CBd0018dc00dsc00dp00ic01isc02ip00in01'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-5:1.1: Device (SEQNUM=2039, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-5:1.3: sd-device: Created db file '/run/udev/data/+usb:1-5:1.3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3'
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-5:1.2: sd-device-monitor: Passed 415 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-5:1.3: Running built-in command "kmod load usb:v1395p00CBd0018dc00dsc00dp00ic03isc00ip00in03"
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.0: sd-device: Created db file '/run/udev/data/+usb:1-5:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0'
Apr 24 12:44:27 localhost systemd-udevd[146]: Loading module: usb:v1395p00CBd0018dc00dsc00dp00ic03isc00ip00in03
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-5:1.1: sd-device-monitor: Passed 415 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.0: Running built-in command "kmod load usb:v1395p00CBd0018dc00dsc00dp00ic01isc01ip00in00"
Apr 24 12:44:27 localhost systemd-udevd[149]: Loading module: usb:v1395p00CBd0018dc00dsc00dp00ic01isc01ip00in00
Apr 24 12:44:27 localhost systemd-udevd[146]: Module 'usbhid' is already loaded
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-5:1.3: Device (SEQNUM=2041, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[149]: Failed to find module 'usb:v1395p00CBd0018dc00dsc00dp00ic01isc01ip00in00'
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-5:1.3: sd-device-monitor: Passed 415 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.0: Device (SEQNUM=2038, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.0: sd-device-monitor: Passed 415 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 0003:1395:00CB.0005: Device (SEQNUM=2042, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 0003:1395:00CB.0005: sd-device-monitor: Passed 355 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: input9: SEQNUM=2043 blocked by SEQNUM=2042
Apr 24 12:44:27 localhost systemd-udevd[133]: input10: SEQNUM=2044 blocked by SEQNUM=2042
Apr 24 12:44:27 localhost systemd-udevd[133]: input11: SEQNUM=2045 blocked by SEQNUM=2042
Apr 24 12:44:27 localhost systemd-udevd[133]: hiddev1: Device (SEQNUM=2046, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: hiddev1: sd-device-monitor: Passed 224 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: hidraw4: SEQNUM=2047 blocked by SEQNUM=2042
Apr 24 12:44:27 localhost systemd-udevd[133]: 0003:1395:00CB.0005: SEQNUM=2048 blocked by SEQNUM=2042
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: Processing device (SEQNUM=2042, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.3: SEQNUM=2049 blocked by SEQNUM=2042
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5: SEQNUM=2050 blocked by SEQNUM=2042
Apr 24 12:44:27 localhost systemd-udevd[142]: hiddev1: Processing device (SEQNUM=2046, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: hwdb modalias key: "hid:b0003g0001v00001395p000000CB"
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: No entry found from hwdb.
Apr 24 12:44:27 localhost systemd-udevd[142]: hiddev1: Handling device node '/dev/usb/hiddev1', devnum=c180:97
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:44:27 localhost systemd-udevd[142]: hiddev1: Preserve permissions of /dev/usb/hiddev1, uid=0, gid=0, mode=0600
Apr 24 12:44:27 localhost systemd-udevd[142]: hiddev1: Creating symlink '/dev/char/180:97' to '../usb/hiddev1'
Apr 24 12:44:27 localhost systemd-udevd[142]: hiddev1: sd-device: Created empty file '/run/udev/data/c180:97' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/usbmisc/hiddev1'
Apr 24 12:44:27 localhost systemd-udevd[142]: hiddev1: Device (SEQNUM=2046, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[142]: hiddev1: sd-device-monitor: Passed 224 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: Running built-in command "kmod load hid:b0003g0001v00001395p000000CB"
Apr 24 12:44:27 localhost systemd-udevd[149]: Loading module: hid:b0003g0001v00001395p000000CB
Apr 24 12:44:27 localhost systemd-udevd[149]: Module 'hid_generic' is already loaded
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: Device (SEQNUM=2042, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: sd-device-monitor: Passed 355 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: input9: Device (SEQNUM=2043, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: input9: sd-device-monitor: Passed 452 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: input10: Device (SEQNUM=2044, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: input10: sd-device-monitor: Passed 439 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: input11: Device (SEQNUM=2045, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: input11: sd-device-monitor: Passed 407 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: hidraw4: Device (SEQNUM=2047, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: Processing device (SEQNUM=2043, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[133]: hidraw4: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 0003:1395:00CB.0005: SEQNUM=2048 blocked by SEQNUM=2043
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.3: SEQNUM=2049 blocked by SEQNUM=2043
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5: SEQNUM=2050 blocked by SEQNUM=2043
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: Processing device (SEQNUM=2044, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: Processing device (SEQNUM=2045, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:44:27 localhost systemd-udevd[146]: hidraw4: Processing device (SEQNUM=2047, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: hwdb modalias key: "input:b0003v1395p00CBe0111-e0,1,4,k72,73,246,ram4,lsfw"
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: hwdb modalias key: "input:b0003v1395p00CBe0111-e0,1,4,11,kF8,100,ram4,l7,sfw"
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: hwdb modalias key: "input:b0003v1395p00CBe0111-e0,1,4,k100,ram4,lsfw"
Apr 24 12:44:27 localhost systemd-udevd[146]: hidraw4: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Apr 24 12:44:27 localhost systemd-udevd[146]: hidraw4: Starting 'fido_id'
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: No entry found from hwdb.
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: No entry found from hwdb.
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:44:27 localhost systemd-udevd[146]: Successfully forked off '(spawn)' as PID 185.
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: No entry found from hwdb.
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: capabilities/ev raw kernel attribute: 20013
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: capabilities/ev raw kernel attribute: 13
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: capabilities/abs raw kernel attribute: 0
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: capabilities/abs raw kernel attribute: 0
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: capabilities/rel raw kernel attribute: 0
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: capabilities/rel raw kernel attribute: 0
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: capabilities/key raw kernel attribute: 1 100000000000000 0 0 0
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: properties raw kernel attribute: 0
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: capabilities/key raw kernel attribute: 1 0 0 0 0
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: test_key: checking bit block 0 for any keys; found=0
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: test_key: checking bit block 64 for any keys; found=0
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: test_key: checking bit block 128 for any keys; found=0
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: properties raw kernel attribute: 0
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: hwdb modalias key: "input:b0003v1395p00CBe0111-e0,1,4,11,kF8,100,ram4,l7,sfw"
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: test_key: checking bit block 0 for any keys; found=0
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: test_key: checking bit block 64 for any keys; found=0
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: No entry found from hwdb.
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: test_key: checking bit block 128 for any keys; found=0
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: test_key: checking bit block 192 for any keys; found=0
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: hwdb modalias key: "input:b0003v1395p00CBe0111-e0,1,4,k100,ram4,lsfw"
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: No entry found from hwdb.
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: capabilities/ev raw kernel attribute: 13
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: capabilities/abs raw kernel attribute: 0
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: capabilities/rel raw kernel attribute: 0
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-5:1.3: if_class:3 protocol:0
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: capabilities/key raw kernel attribute: 40 0 0 0 0 0 0 0 c000000000000 0
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-5:1.3: if_class:3 protocol:0
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: properties raw kernel attribute: 0
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: test_key: checking bit block 0 for any keys; found=0
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: test_key: checking bit block 64 for any keys; found=1
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: test_key: checking bit block 128 for any keys; found=1
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: test_key: checking bit block 192 for any keys; found=1
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: hwdb modalias key: "input:b0003v1395p00CBe0111-e0,1,4,k72,73,246,ram4,lsfw"
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: No entry found from hwdb.
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.3: if_class:3 protocol:0
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: sd-device: Created db file '/run/udev/data/+input:input10' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/0003:1395:00CB.0005/input/input10'
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: Running built-in command "kmod load input:b0003v1395p00CBe0111-e0,1,4,11,kF8,100,ram4,l7,sfw"
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: sd-device: Created db file '/run/udev/data/+input:input11' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/0003:1395:00CB.0005/input/input11'
Apr 24 12:44:27 localhost systemd-udevd[142]: Loading module: input:b0003v1395p00CBe0111-e0,1,4,11,kF8,100,ram4,l7,sfw
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: Running built-in command "kmod load input:b0003v1395p00CBe0111-e0,1,4,k100,ram4,lsfw"
Apr 24 12:44:27 localhost systemd-udevd[145]: Loading module: input:b0003v1395p00CBe0111-e0,1,4,k100,ram4,lsfw
Apr 24 12:44:27 localhost systemd-udevd[142]: Failed to find module 'input:b0003v1395p00CBe0111-e0,1,4,11,kF8,100,ram4,l7,sfw'
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: Device (SEQNUM=2044, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[145]: Failed to find module 'input:b0003v1395p00CBe0111-e0,1,4,k100,ram4,lsfw'
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: Device (SEQNUM=2045, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[142]: input10: sd-device-monitor: Passed 977 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[145]: input11: sd-device-monitor: Passed 930 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: sd-device: Created db file '/run/udev/data/+input:input9' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/0003:1395:00CB.0005/input/input9'
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: Running built-in command "kmod load input:b0003v1395p00CBe0111-e0,1,4,k72,73,246,ram4,lsfw"
Apr 24 12:44:27 localhost systemd-udevd[149]: Loading module: input:b0003v1395p00CBe0111-e0,1,4,k72,73,246,ram4,lsfw
Apr 24 12:44:27 localhost systemd-udevd[149]: Failed to find module 'input:b0003v1395p00CBe0111-e0,1,4,k72,73,246,ram4,lsfw'
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: Device (SEQNUM=2043, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[149]: input9: sd-device-monitor: Passed 990 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 0003:1395:00CB.0005: SEQNUM=2048 blocked by SEQNUM=2047
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.3: SEQNUM=2049 blocked by SEQNUM=2047
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5: SEQNUM=2050 blocked by SEQNUM=2047
Apr 24 12:44:27 localhost systemd-udevd[146]: hidraw4: Process 'fido_id' succeeded.
Apr 24 12:44:27 localhost systemd-udevd[146]: hidraw4: Handling device node '/dev/hidraw4', devnum=c249:4
Apr 24 12:44:27 localhost systemd-udevd[146]: hidraw4: Preserve permissions of /dev/hidraw4, uid=0, gid=0, mode=0600
Apr 24 12:44:27 localhost systemd-udevd[146]: hidraw4: Creating symlink '/dev/char/249:4' to '../hidraw4'
Apr 24 12:44:27 localhost systemd-udevd[146]: hidraw4: sd-device: Created empty file '/run/udev/data/c249:4' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3/0003:1395:00CB.0005/hidraw/hidraw4'
Apr 24 12:44:27 localhost systemd-udevd[146]: hidraw4: Device (SEQNUM=2047, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[146]: hidraw4: sd-device-monitor: Passed 237 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 0003:1395:00CB.0005: Device (SEQNUM=2048, ACTION=bind) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 0003:1395:00CB.0005: sd-device-monitor: Passed 375 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.3: SEQNUM=2049 blocked by SEQNUM=2048
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5: SEQNUM=2050 blocked by SEQNUM=2048
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: Processing device (SEQNUM=2048, ACTION=bind)
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: hwdb modalias key: "hid:b0003g0001v00001395p000000CB"
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: No entry found from hwdb.
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=hid': No data available
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: Device (SEQNUM=2048, ACTION=bind) processed
Apr 24 12:44:27 localhost systemd-udevd[149]: 0003:1395:00CB.0005: sd-device-monitor: Passed 375 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.3: Device (SEQNUM=2049, ACTION=bind) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5:1.3: sd-device-monitor: Passed 302 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5: SEQNUM=2050 blocked by SEQNUM=2049
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.3: Processing device (SEQNUM=2049, ACTION=bind)
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.3: hwdb modalias key: "usb:v1395p00CBd0018dc00dsc00dp00ic03isc00ip00in03"
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.3: sd-device: Created db file '/run/udev/data/+usb:1-5:1.3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.3'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.3: Device (SEQNUM=2049, ACTION=bind) processed
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5:1.3: sd-device-monitor: Passed 430 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5: Device (SEQNUM=2050, ACTION=bind) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-5: sd-device-monitor: Passed 282 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: Processing device (SEQNUM=2050, ACTION=bind)
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: hwdb modalias key: "usb:v1395p00CB:Sennheiser SC 1x5 USB"
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: Handling device node '/dev/bus/usb/001/004', devnum=c189:3
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: Preserve already existing symlink '/dev/char/189:3' to '../bus/usb/001/004'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: sd-device: Created db file '/run/udev/data/c189:3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-5'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: Device (SEQNUM=2050, ACTION=bind) processed
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-5: sd-device-monitor: Passed 773 byte to netlink monitor
Apr 24 12:44:27 localhost kernel: usb 1-8: new high-speed USB device number 5 using xhci_hcd
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8: Device (SEQNUM=2051, ACTION=add) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8: Device (SEQNUM=2051, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8: sd-device-monitor: Passed 275 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: Processing device (SEQNUM=2051, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:27 localhost kernel: usb 1-8: New USB device found, idVendor=04f2, idProduct=b681, bcdDevice=67.23
Apr 24 12:44:27 localhost kernel: usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Apr 24 12:44:27 localhost kernel: usb 1-8: Product: Integrated Camera
Apr 24 12:44:27 localhost kernel: usb 1-8: Manufacturer: Chicony Electronics Co.,Ltd.
Apr 24 12:44:27 localhost kernel: usb 1-8: SerialNumber: 0001
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.0: Device (SEQNUM=2052, ACTION=add) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.0: SEQNUM=2052 blocked by SEQNUM=2051
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.1: Device (SEQNUM=2053, ACTION=add) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.1: SEQNUM=2053 blocked by SEQNUM=2051
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.2: Device (SEQNUM=2054, ACTION=add) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.2: SEQNUM=2054 blocked by SEQNUM=2051
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.3: Device (SEQNUM=2055, ACTION=add) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.3: SEQNUM=2055 blocked by SEQNUM=2051
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8: Device (SEQNUM=2056, ACTION=bind) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8: SEQNUM=2056 blocked by SEQNUM=2051
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: hwdb modalias key: "usb:v04F2pB681:Integrated Camera"
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:49 MODE 0664
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: Handling device node '/dev/bus/usb/001/005', devnum=c189:4
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: Setting permissions /dev/bus/usb/001/005, uid=0, gid=0, mode=0664
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: Creating symlink '/dev/char/189:4' to '../bus/usb/001/005'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: sd-device: Created db file '/run/udev/data/c189:4' for '/devices/pci0000:00/0000:00:14.0/usb1/1-8'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: Device (SEQNUM=2051, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: sd-device-monitor: Passed 774 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.0: Device (SEQNUM=2052, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.0: sd-device-monitor: Passed 293 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.1: Device (SEQNUM=2053, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.1: sd-device-monitor: Passed 293 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.2: Device (SEQNUM=2054, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8:1.0: Processing device (SEQNUM=2052, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.2: sd-device-monitor: Passed 293 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.3: Device (SEQNUM=2055, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8:1.3: sd-device-monitor: Passed 293 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8: SEQNUM=2056 blocked by SEQNUM=2052
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-8:1.2: Processing device (SEQNUM=2054, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-8:1.1: Processing device (SEQNUM=2053, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8:1.0: hwdb modalias key: "usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in00"
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-8:1.3: Processing device (SEQNUM=2055, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-8:1.2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-8:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-8:1.2: hwdb modalias key: "usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in02"
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-8:1.1: hwdb modalias key: "usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in01"
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-8:1.3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-8:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-8:1.2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-8:1.3: hwdb modalias key: "usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in03"
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-8:1.3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-8:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-8:1.2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-8:1.1: sd-device: Created db file '/run/udev/data/+usb:1-8:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1'
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-8:1.2: sd-device: Created db file '/run/udev/data/+usb:1-8:1.2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-8:1.1: Running built-in command "kmod load usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in01"
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-8:1.3: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-8:1.2: Running built-in command "kmod load usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in02"
Apr 24 12:44:27 localhost systemd-udevd[142]: Loading module: usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in01
Apr 24 12:44:27 localhost systemd-udevd[145]: Loading module: usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in02
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8:1.0: sd-device: Created db file '/run/udev/data/+usb:1-8:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0'
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-8:1.3: sd-device: Created db file '/run/udev/data/+usb:1-8:1.3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.3'
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-8:1.3: Running built-in command "kmod load usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in03"
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8:1.0: Running built-in command "kmod load usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in00"
Apr 24 12:44:27 localhost systemd-udevd[146]: Loading module: usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in03
Apr 24 12:44:27 localhost systemd-udevd[149]: Loading module: usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in00
Apr 24 12:44:27 localhost systemd-udevd[142]: Failed to find module 'usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in01'
Apr 24 12:44:27 localhost systemd-udevd[145]: Failed to find module 'usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in02'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-8:1.1: Device (SEQNUM=2053, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-8:1.2: Device (SEQNUM=2054, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[145]: 1-8:1.2: sd-device-monitor: Passed 568 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-8:1.1: sd-device-monitor: Passed 568 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[146]: Failed to find module 'usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc02ip01in03'
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-8:1.3: Device (SEQNUM=2055, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[146]: 1-8:1.3: sd-device-monitor: Passed 568 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[149]: Failed to find module 'usb:v04F2pB681d6723dcEFdsc02dp01ic0Eisc01ip01in00'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8:1.0: Device (SEQNUM=2052, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8:1.0: sd-device-monitor: Passed 568 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8: Device (SEQNUM=2056, ACTION=bind) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-8: sd-device-monitor: Passed 287 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: Processing device (SEQNUM=2056, ACTION=bind)
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: hwdb modalias key: "usb:v04F2pB681:Integrated Camera"
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: Handling device node '/dev/bus/usb/001/005', devnum=c189:4
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: Preserve already existing symlink '/dev/char/189:4' to '../bus/usb/001/005'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: sd-device: Created db file '/run/udev/data/c189:4' for '/devices/pci0000:00/0000:00:14.0/usb1/1-8'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: Device (SEQNUM=2056, ACTION=bind) processed
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-8: sd-device-monitor: Passed 786 byte to netlink monitor
Apr 24 12:44:27 localhost kernel: usb 1-10: new full-speed USB device number 6 using xhci_hcd
Apr 24 12:44:27 localhost kernel: usb 1-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
Apr 24 12:44:27 localhost kernel: usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10: Device (SEQNUM=2057, ACTION=add) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10: Device (SEQNUM=2057, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10: sd-device-monitor: Passed 273 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: Processing device (SEQNUM=2057, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10:1.0: Device (SEQNUM=2058, ACTION=add) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10:1.0: SEQNUM=2058 blocked by SEQNUM=2057
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10:1.1: Device (SEQNUM=2059, ACTION=add) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10:1.1: SEQNUM=2059 blocked by SEQNUM=2057
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10: Device (SEQNUM=2060, ACTION=bind) is queued
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10: SEQNUM=2060 blocked by SEQNUM=2057
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: hwdb modalias key: "usb:v8087p0AAA:"
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:49 MODE 0664
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-autosuspend.rules:12 ATTR '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/power/control' writing 'auto'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: Handling device node '/dev/bus/usb/001/006', devnum=c189:5
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: Setting permissions /dev/bus/usb/001/006, uid=0, gid=0, mode=0664
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: Creating symlink '/dev/char/189:5' to '../bus/usb/001/006'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: sd-device: Created db file '/run/udev/data/c189:5' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: Device (SEQNUM=2057, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: sd-device-monitor: Passed 638 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10:1.0: Device (SEQNUM=2058, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10:1.0: sd-device-monitor: Passed 293 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10:1.1: Device (SEQNUM=2059, ACTION=add) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10:1.1: sd-device-monitor: Passed 293 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10: SEQNUM=2060 blocked by SEQNUM=2058
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10:1.0: Processing device (SEQNUM=2058, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-10:1.1: Processing device (SEQNUM=2059, ACTION=add)
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10:1.0: hwdb modalias key: "usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in00"
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-10:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-10:1.1: hwdb modalias key: "usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in01"
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-10:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-10:1.1: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-10:1.1: sd-device: Created db file '/run/udev/data/+usb:1-10:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-10:1.1: Running built-in command "kmod load usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in01"
Apr 24 12:44:27 localhost systemd-udevd[142]: Loading module: usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in01
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10:1.0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load $env{MODALIAS}'
Apr 24 12:44:27 localhost systemd-udevd[142]: Failed to find module 'usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in01'
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-10:1.1: Device (SEQNUM=2059, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[142]: 1-10:1.1: sd-device-monitor: Passed 612 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10:1.0: sd-device: Created db file '/run/udev/data/+usb:1-10:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10:1.0: Running built-in command "kmod load usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in00"
Apr 24 12:44:27 localhost systemd-udevd[149]: Loading module: usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in00
Apr 24 12:44:27 localhost systemd-udevd[149]: Failed to find module 'usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in00'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10:1.0: Device (SEQNUM=2058, ACTION=add) processed
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10:1.0: sd-device-monitor: Passed 612 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10: Device (SEQNUM=2060, ACTION=bind) ready for processing
Apr 24 12:44:27 localhost systemd-udevd[133]: 1-10: sd-device-monitor: Passed 285 byte to netlink monitor
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: Processing device (SEQNUM=2060, ACTION=bind)
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'usb_id'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:13 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: hwdb modalias key: "usb:v8087p0AAA:"
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-drm.rules:3 Importing properties from results of builtin command 'path_id'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: Handling device node '/dev/bus/usb/001/006', devnum=c189:5
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: Preserve already existing symlink '/dev/char/189:5' to '../bus/usb/001/006'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: sd-device: Created db file '/run/udev/data/c189:5' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10'
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: Device (SEQNUM=2060, ACTION=bind) processed
Apr 24 12:44:27 localhost systemd-udevd[149]: 1-10: sd-device-monitor: Passed 650 byte to netlink monitor
Apr 24 12:44:30 localhost systemd-cryptsetup[176]: Added key to kernel keyring as 287364448.
Apr 24 12:44:30 localhost systemd-cryptsetup[176]: Set cipher aes, mode xts-plain64, key size 256 bits for device /dev/gpt-auto-root-luks.
Apr 24 12:44:30 localhost systemd-cryptsetup[176]: Activating volume root [keyslot -1] using passphrase.
Apr 24 12:44:30 localhost systemd-cryptsetup[176]: dm versions   [ opencount flush ]   [16384] (*1)
Apr 24 12:44:30 localhost systemd-cryptsetup[176]: dm status root  [ opencount noflush ]   [16384] (*1)
Apr 24 12:44:30 localhost systemd-cryptsetup[176]: Trying to open key slot 0 [ACTIVE].
Apr 24 12:44:31 localhost systemd-udevd[133]: Cleanup idle workers
Apr 24 12:44:31 localhost systemd-udevd[138]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[140]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[143]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[147]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[148]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[138]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[140]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[143]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[147]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[148]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[146]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[146]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[144]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[142]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[144]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[142]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[150]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[150]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[134]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[139]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[149]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[134]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[139]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[149]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[135]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[135]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[136]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[145]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[136]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[137]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[145]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[141]: Unload module index
Apr 24 12:44:31 localhost systemd-udevd[137]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[141]: Unloaded link configuration context.
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [134] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [138] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [139] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [140] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [142] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [143] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [135] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [144] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [146] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [147] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [148] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [149] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [150] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [137] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [136] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [141] exited
Apr 24 12:44:31 localhost systemd-udevd[133]: Worker [145] exited
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Reading key slot 0 area.
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Using userspace crypto wrapper to access keyslot area.
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Reusing open ro fd on device /dev/gpt-auto-root-luks
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: dm versions   [ opencount flush ]   [16384] (*1)
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: dm status root  [ opencount noflush ]   [16384] (*1)
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Calculated device size is 491723407 sectors (RW), offset 4096.
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: dm target-version crypt  [ opencount flush ]   [16384] (*1)
Apr 24 12:44:32 localhost systemd-udevd[133]: nvme0n1p2: Inotify event: 8 for /dev/nvme0n1p2
Apr 24 12:44:32 localhost systemd-udevd[133]: nvme0n1p2: device is closed, synthesising 'change' on /sys/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Apr 24 12:44:32 localhost systemd-udevd[133]: nvme0n1p2: Device (SEQNUM=2061, ACTION=change) is queued
Apr 24 12:44:32 localhost systemd-udevd[133]: Validate module index
Apr 24 12:44:32 localhost systemd-udevd[133]: Check if link configuration needs reloading.
Apr 24 12:44:32 localhost systemd-udevd[133]: nvme0n1p2: Device (SEQNUM=2061, ACTION=change) ready for processing
Apr 24 12:44:32 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 189.
Apr 24 12:44:32 localhost systemd-udevd[133]: nvme0n1p2: Worker [189] is forked for processing SEQNUM=2061.
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Processing device (SEQNUM=2061, ACTION=change)
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Removing watch
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:34 LINK 'disk/by-id/nvme-eui.8ce38e020003b50c-part2'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:47 LINK 'disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part2'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:96 LINK 'disk/by-path/pci-0000:3d:00.0-nvme-1-part2'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:113 Importing properties from results of builtin command 'blkid'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Probe /dev/nvme0n1p2 with raid and offset=0
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:116 LINK 'disk/by-uuid/0c642ebc-2b76-43dc-b9ba-34f1125d7f16'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:124 LINK 'disk/by-partuuid/9f5a793b-d57a-4adc-a0d7-6b6db7c97031'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/60-persistent-storage.rules:125 LINK 'disk/by-partlabel/Linux\x20x86-64\x20root\x20\x28\x2f\x29'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/99-systemd.rules:22 LINK 'gpt-auto-root-luks'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Handling device node '/dev/nvme0n1p2', devnum=b259:2
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Preserve already existing symlink '/dev/block/259:2' to '../nvme0n1p2'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-eui.8ce38e020003b50c-part2'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-id/nvme-eui.8ce38e020003b50c-part2' to '../../nvme0n1p2'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f0c642ebc-2b76-43dc-b9ba-34f1125d7f16'
Apr 24 12:44:32 localhost systemd-udevd[133]: dm_crypt: Device (SEQNUM=2062, ACTION=add) is queued
Apr 24 12:44:32 localhost systemd-udevd[133]: dm_crypt: Device (SEQNUM=2062, ACTION=add) ready for processing
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-uuid/0c642ebc-2b76-43dc-b9ba-34f1125d7f16' to '../../nvme0n1p2'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fgpt-auto-root-luks'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Preserve already existing symlink '/dev/gpt-auto-root-luks' to 'nvme0n1p2'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-partlabel\x2fLinux\x5cx20x86-64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-partlabel/Linux\x20x86-64\x20root\x20\x28\x2f\x29' to '../../nvme0n1p2'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:3d:00.0-nvme-1-part2'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:3d:00.0-nvme-1-part2' to '../../nvme0n1p2'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f9f5a793b-d57a-4adc-a0d7-6b6db7c97031'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-partuuid/9f5a793b-d57a-4adc-a0d7-6b6db7c97031' to '../../nvme0n1p2'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Found 'b259:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fnvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part2'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Preserve already existing symlink '/dev/disk/by-id/nvme-KXG6AZNV256G_TOSHIBA_29OS11XGTMCQ-part2' to '../../nvme0n1p2'
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: dm versions   [ opencount flush ]   [16384] (*1)
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Detected dm-crypt version 1.19.0.
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: DM-UUID is CRYPT-LUKS1-0c642ebc2b7643dcb9ba34f1125d7f16-root
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: sd-device: Created db file '/run/udev/data/b259:2' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2'
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Adding watch on '/dev/nvme0n1p2'
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Udev cookie 0xd4dc8e6 (semid 0) created
Apr 24 12:44:32 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 190.
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Udev cookie 0xd4dc8e6 (semid 0) incremented to 1
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Udev cookie 0xd4dc8e6 (semid 0) incremented to 2
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Udev cookie 0xd4dc8e6 (semid 0) assigned to CREATE task(0) with flags DISABLE_LIBRARY_FALLBACK         (0x20)
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: dm create root CRYPT-LUKS1-0c642ebc2b7643dcb9ba34f1125d7f16-root [ opencount flush ]   [16384] (*1)
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: sd-device: Created db file '/run/udev/data/b259:2' for '/devices/pci0000:00/0000:00:1d.4/0000:3d:00.0/nvme/nvme0/nvme0n1/nvme0n1p2'
Apr 24 12:44:32 localhost systemd-udevd[133]: dm_crypt: Worker [190] is forked for processing SEQNUM=2062.
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: Device (SEQNUM=2061, ACTION=change) processed
Apr 24 12:44:32 localhost systemd-udevd[189]: nvme0n1p2: sd-device-monitor: Passed 1558 byte to netlink monitor
Apr 24 12:44:32 localhost systemd-udevd[190]: dm_crypt: Processing device (SEQNUM=2062, ACTION=add)
Apr 24 12:44:32 localhost systemd-udevd[133]: 254:0: Device (SEQNUM=2063, ACTION=add) is queued
Apr 24 12:44:32 localhost systemd-udevd[133]: 254:0: Device (SEQNUM=2063, ACTION=add) ready for processing
Apr 24 12:44:32 localhost systemd-udevd[133]: 254:0: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:44:32 localhost systemd-udevd[189]: 254:0: Processing device (SEQNUM=2063, ACTION=add)
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: dm reload   (254:0) [ opencount flush securedata ]   [16384] (*1)
Apr 24 12:44:32 localhost systemd[1]: Added job dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/nop to transaction.
Apr 24 12:44:32 localhost systemd-udevd[133]: dm-0: Device (SEQNUM=2064, ACTION=add) is queued
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device: Installed new job dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/nop as 78
Apr 24 12:44:32 localhost systemd-udevd[133]: dm-0: Device (SEQNUM=2064, ACTION=add) ready for processing
Apr 24 12:44:32 localhost systemd[1]: Added job dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/nop to transaction.
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device: Installed new job dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/nop as 79
Apr 24 12:44:32 localhost systemd[1]: Added job dev-gpt\x2dauto\x2droot\x2dluks.device/nop to transaction.
Apr 24 12:44:32 localhost systemd[1]: dev-gpt\x2dauto\x2droot\x2dluks.device: Installed new job dev-gpt\x2dauto\x2droot\x2dluks.device/nop as 80
Apr 24 12:44:32 localhost systemd[1]: Added job dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/nop to transaction.
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device: Installed new job dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/nop as 81
Apr 24 12:44:32 localhost systemd[1]: Added job dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/nop to transaction.
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device: Installed new job dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/nop as 82
Apr 24 12:44:32 localhost systemd[1]: Added job dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/nop to transaction.
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device: Installed new job dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/nop as 83
Apr 24 12:44:32 localhost systemd[1]: Added job dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/nop to transaction.
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device: Installed new job dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/nop as 84
Apr 24 12:44:32 localhost systemd[1]: Added job dev-nvme0n1p2.device/nop to transaction.
Apr 24 12:44:32 localhost systemd[1]: dev-nvme0n1p2.device: Installed new job dev-nvme0n1p2.device/nop as 85
Apr 24 12:44:32 localhost systemd[1]: Added job sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/nop to transaction.
Apr 24 12:44:32 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device: Installed new job sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/nop as 86
Apr 24 12:44:32 localhost systemd-udevd[189]: 254:0: Device (SEQNUM=2063, ACTION=add) processed
Apr 24 12:44:32 localhost systemd-udevd[189]: 254:0: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:44:32 localhost systemd-udevd[190]: dm_crypt: Device (SEQNUM=2062, ACTION=add) processed
Apr 24 12:44:32 localhost systemd-udevd[190]: dm_crypt: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:44:32 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 193.
Apr 24 12:44:32 localhost systemd-udevd[133]: dm-0: Worker [193] is forked for processing SEQNUM=2064.
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device: Job 81 dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device/nop finished, result=done
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device: Job 79 dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device/nop finished, result=done
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device: Job 84 dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device/nop finished, result=done
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device: Job 83 dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device/nop finished, result=done
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device: Job 78 dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device/nop finished, result=done
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device: Job 82 dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device/nop finished, result=done
Apr 24 12:44:32 localhost systemd[1]: dev-gpt\x2dauto\x2droot\x2dluks.device: Job 80 dev-gpt\x2dauto\x2droot\x2dluks.device/nop finished, result=done
Apr 24 12:44:32 localhost systemd[1]: dev-nvme0n1p2.device: Job 85 dev-nvme0n1p2.device/nop finished, result=done
Apr 24 12:44:32 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device: Job 86 sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/nop finished, result=done
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Processing device (SEQNUM=2064, ACTION=add)
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:63 GROUP 4294967295
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Handling device node '/dev/dm-0', devnum=b254:0
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Preserve permissions of /dev/dm-0, uid=0, gid=0, mode=0600
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Creating symlink '/dev/block/254:0' to '../dm-0'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: sd-device: Created db file '/run/udev/data/b254:0' for '/devices/virtual/block/dm-0'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Device (SEQNUM=2064, ACTION=add) processed
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: sd-device-monitor: Passed 329 byte to netlink monitor
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: dm resume root  [ opencount flush securedata ]   [16384] (*1)
Apr 24 12:44:32 localhost systemd-udevd[133]: :0000960: Device (SEQNUM=2065, ACTION=add) is queued
Apr 24 12:44:32 localhost systemd-udevd[133]: :0000960: Device (SEQNUM=2065, ACTION=add) ready for processing
Apr 24 12:44:32 localhost systemd-udevd[133]: :0000960: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: root: Stacking NODE_ADD (254,0) 0:0 0600 [trust_udev]
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: root: Stacking NODE_READ_AHEAD 256 (flags=1)
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Udev cookie 0xd4dc8e6 (semid 0) decremented to 1
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Udev cookie 0xd4dc8e6 (semid 0) waiting for zero
Apr 24 12:44:32 localhost systemd-udevd[190]: :0000960: Processing device (SEQNUM=2065, ACTION=add)
Apr 24 12:44:32 localhost systemd-udevd[133]: dm-0: Device (SEQNUM=2066, ACTION=change) is queued
Apr 24 12:44:32 localhost systemd-udevd[133]: dm-0: Device (SEQNUM=2066, ACTION=change) ready for processing
Apr 24 12:44:32 localhost systemd-udevd[133]: dm-0: sd-device-monitor: Passed 211 byte to netlink monitor
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Processing device (SEQNUM=2066, ACTION=change)
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/10-dm.rules:53 Importing properties from results of '/nix/store/hyk3dqjq0a6clzkdfwy6nn277k8xsq52-lvm2-2.03.10-bin/bin/dmsetup udevflags 6342886'
Apr 24 12:44:32 localhost systemd-udevd[190]: :0000960: Device (SEQNUM=2065, ACTION=add) processed
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Starting '/nix/store/hyk3dqjq0a6clzkdfwy6nn277k8xsq52-lvm2-2.03.10-bin/bin/dmsetup udevflags 6342886'
Apr 24 12:44:32 localhost systemd-udevd[190]: :0000960: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:44:32 localhost systemd-udevd[193]: Successfully forked off '(spawn)' as PID 200.
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: '/nix/store/hyk3dqjq0a6clzkdfwy6nn277k8xsq52-lvm2-2.03.10-bin/bin/dmsetup udevflags 6342886'(out) 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG='1''
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: '/nix/store/hyk3dqjq0a6clzkdfwy6nn277k8xsq52-lvm2-2.03.10-bin/bin/dmsetup udevflags 6342886'(out) 'DM_UDEV_PRIMARY_SOURCE_FLAG='1''
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Process '/nix/store/hyk3dqjq0a6clzkdfwy6nn277k8xsq52-lvm2-2.03.10-bin/bin/dmsetup udevflags 6342886' succeeded.
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/10-dm.rules:135 LINK 'mapper/root'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/13-dm-disk.rules:17 LINK 'disk/by-id/dm-name-root'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/13-dm-disk.rules:18 LINK 'disk/by-id/dm-uuid-CRYPT-LUKS1-0c642ebc2b7643dcb9ba34f1125d7f16-root'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/13-dm-disk.rules:23 Importing properties from results of builtin command 'blkid'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Probe /dev/dm-0 with raid and offset=0
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/13-dm-disk.rules:25 LINK 'disk/by-uuid/5cb38441-7012-4aaf-a70c-b11aaaa212d3'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/64-btrfs.rules:9 Importing properties from results of builtin command 'btrfs ready /dev/dm-0'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Failed to open /dev/btrfs-control: No such file or directory
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/64-btrfs.rules:9 Failed to run builtin 'btrfs ready /dev/dm-0': No such file or directory
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/95-dm-notify.rules:12 RUN '/nix/store/hyk3dqjq0a6clzkdfwy6nn277k8xsq52-lvm2-2.03.10-bin/bin/dmsetup udevcomplete $env{DM_COOKIE}'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/99-systemd.rules:23 LINK 'gpt-auto-root'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Handling device node '/dev/dm-0', devnum=b254:0
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Preserve already existing symlink '/dev/block/254:0' to '../dm-0'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Creating symlink '/dev/mapper/root' to '../dm-0'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Creating symlink '/dev/disk/by-id/dm-name-root' to '../../dm-0'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Creating symlink '/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-0c642ebc2b7643dcb9ba34f1125d7f16-root' to '../../dm-0'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Creating symlink '/dev/gpt-auto-root' to 'dm-0'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Creating symlink '/dev/disk/by-uuid/5cb38441-7012-4aaf-a70c-b11aaaa212d3' to '../../dm-0'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: sd-device: Created db file '/run/udev/data/b254:0' for '/devices/virtual/block/dm-0'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Running command "/nix/store/hyk3dqjq0a6clzkdfwy6nn277k8xsq52-lvm2-2.03.10-bin/bin/dmsetup udevcomplete 6342886"
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Starting '/nix/store/hyk3dqjq0a6clzkdfwy6nn277k8xsq52-lvm2-2.03.10-bin/bin/dmsetup udevcomplete 6342886'
Apr 24 12:44:32 localhost systemd-udevd[193]: Successfully forked off '(spawn)' as PID 201.
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Udev cookie 0xd4dc8e6 (semid 0) destroyed
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: root: Skipping NODE_ADD (254,0) 0:0 0600 [trust_udev]
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: '/nix/store/hyk3dqjq0a6clzkdfwy6nn277k8xsq52-lvm2-2.03.10-bin/bin/dmsetup udevcomplete 6342886'(out) 'DM_COOKIE_COMPLETED=0x60c8e6    '
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: root: Processing NODE_READ_AHEAD 256 (flags=1)
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Process '/nix/store/hyk3dqjq0a6clzkdfwy6nn277k8xsq52-lvm2-2.03.10-bin/bin/dmsetup udevcomplete 6342886' succeeded.
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: root (254:0): read ahead is 256
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: root: retaining kernel read ahead of 256 (requested 256)
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Releasing crypt device /dev/gpt-auto-root-luks context.
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Releasing device-mapper backend.
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Adding watch on '/dev/dm-0'
Apr 24 12:44:32 localhost systemd-cryptsetup[176]: Closing read only fd for /dev/gpt-auto-root-luks.
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: sd-device: Created db file '/run/udev/data/b254:0' for '/devices/virtual/block/dm-0'
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: Device (SEQNUM=2066, ACTION=change) processed
Apr 24 12:44:32 localhost systemd-udevd[193]: dm-0: sd-device-monitor: Passed 891 byte to netlink monitor
Apr 24 12:44:32 localhost systemd[1]: dev-gpt\x2dauto\x2droot.device: Changed dead -> plugged
Apr 24 12:44:32 localhost systemd[1]: dev-gpt\x2dauto\x2droot.device: Job 52 dev-gpt\x2dauto\x2droot.device/start finished, result=done
Apr 24 12:44:32 localhost systemd[1]: Found device /dev/gpt-auto-root.
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2did-dm\x2dname\x2droot.device: Changed dead -> plugged
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d0c642ebc2b7643dcb9ba34f1125d7f16\x2droot.device: Changed dead -> plugged
Apr 24 12:44:32 localhost systemd[1]: dev-mapper-root.device: Changed dead -> plugged
Apr 24 12:44:32 localhost systemd[1]: dev-disk-by\x2duuid-5cb38441\x2d7012\x2d4aaf\x2da70c\x2db11aaaa212d3.device: Changed dead -> plugged
Apr 24 12:44:32 localhost systemd[1]: dev-dm\x2d0.device: Changed dead -> plugged
Apr 24 12:44:32 localhost systemd[1]: sys-devices-virtual-block-dm\x2d0.device: Changed dead -> plugged
Apr 24 12:44:32 localhost systemd[1]: Received SIGCHLD from PID 176 (systemd-cryptse).
Apr 24 12:44:32 localhost systemd[1]: Child 176 (systemd-cryptse) died (code=exited, status=0/SUCCESS)
Apr 24 12:44:32 localhost systemd[1]: systemd-cryptsetup@root.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Apr 24 12:44:32 localhost systemd[1]: systemd-cryptsetup@root.service: Child 176 belongs to systemd-cryptsetup@root.service.
Apr 24 12:44:32 localhost systemd[1]: systemd-cryptsetup@root.service: Main process exited, code=exited, status=0/SUCCESS
Apr 24 12:44:32 localhost systemd[1]: systemd-cryptsetup@root.service: Changed start -> exited
Apr 24 12:44:32 localhost systemd[1]: systemd-cryptsetup@root.service: Job 56 systemd-cryptsetup@root.service/start finished, result=done
Apr 24 12:44:32 localhost systemd[1]: Finished Cryptography Setup for root.
Apr 24 12:44:32 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-cryptsetup@root comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:32 localhost systemd[1]: systemd-cryptsetup@root.service: Control group is empty.
Apr 24 12:44:32 localhost kernel: kauditd_printk_skb: 1 callbacks suppressed
Apr 24 12:44:32 localhost kernel: audit: type=1130 audit(1619268272.815:12): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-cryptsetup@root comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:32 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 43 (stored), closing.
Apr 24 12:44:32 localhost systemd[1]: blockdev@dev-mapper-root.target changed dead -> active
Apr 24 12:44:32 localhost systemd[1]: blockdev@dev-mapper-root.target: Job 69 blockdev@dev-mapper-root.target/start finished, result=done
Apr 24 12:44:32 localhost systemd[1]: Reached target Block Device Preparation for /dev/mapper/root.
Apr 24 12:44:32 localhost systemd[1]: initrd-root-device.target: ConditionPathExists=/etc/initrd-release succeeded.
Apr 24 12:44:32 localhost systemd[1]: initrd-root-device.target changed dead -> active
Apr 24 12:44:32 localhost systemd[1]: initrd-root-device.target: Job 55 initrd-root-device.target/start finished, result=done
Apr 24 12:44:32 localhost systemd[1]: Reached target Initrd Root Device.
Apr 24 12:44:32 localhost systemd[1]: initrd.target: starting held back, waiting for: initrd-root-fs.target
Apr 24 12:44:32 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:32 localhost systemd[1]: sysroot.mount: About to execute: /nix/store/wcbrp1x2xfmqdpg4vs759irmm1k74c0s-util-linux-2.36-bin/bin/mount /dev/gpt-auto-root /sysroot -o ro
Apr 24 12:44:32 localhost systemd[1]: sysroot.mount: Forked /nix/store/wcbrp1x2xfmqdpg4vs759irmm1k74c0s-util-linux-2.36-bin/bin/mount as 202
Apr 24 12:44:32 localhost systemd[1]: sysroot.mount: Changed dead -> mounting
Apr 24 12:44:32 localhost systemd[1]: Mounting Root Partition...
Apr 24 12:44:32 localhost systemd[202]: sysroot.mount: Executing: /nix/store/wcbrp1x2xfmqdpg4vs759irmm1k74c0s-util-linux-2.36-bin/bin/mount /dev/gpt-auto-root /sysroot -o ro
Apr 24 12:44:32 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:32 localhost systemd[1]: systemd-journald.service: Added fd 43 (n/a) to fd store.
Apr 24 12:44:32 localhost systemd-udevd[133]: zstd_decompress: Device (SEQNUM=2067, ACTION=add) is queued
Apr 24 12:44:32 localhost systemd-udevd[133]: zstd_decompress: Device (SEQNUM=2067, ACTION=add) ready for processing
Apr 24 12:44:32 localhost systemd-udevd[133]: zstd_decompress: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:44:32 localhost systemd-udevd[190]: zstd_decompress: Processing device (SEQNUM=2067, ACTION=add)
Apr 24 12:44:32 localhost systemd-udevd[190]: zstd_decompress: Device (SEQNUM=2067, ACTION=add) processed
Apr 24 12:44:32 localhost systemd-udevd[190]: zstd_decompress: sd-device-monitor: Passed 138 byte to netlink monitor
Apr 24 12:44:32 localhost kernel: raid6: avx2x4   gen() 43628 MB/s
Apr 24 12:44:32 localhost kernel: raid6: avx2x4   xor() 25480 MB/s
Apr 24 12:44:32 localhost kernel: raid6: avx2x2   gen() 37121 MB/s
Apr 24 12:44:32 localhost kernel: raid6: avx2x2   xor() 23585 MB/s
Apr 24 12:44:32 localhost kernel: raid6: avx2x1   gen() 30808 MB/s
Apr 24 12:44:32 localhost kernel: raid6: avx2x1   xor() 21009 MB/s
Apr 24 12:44:32 localhost kernel: raid6: sse2x4   gen() 17062 MB/s
Apr 24 12:44:32 localhost kernel: raid6: sse2x4   xor() 10935 MB/s
Apr 24 12:44:32 localhost kernel: raid6: sse2x2   gen() 15449 MB/s
Apr 24 12:44:33 localhost kernel: raid6: sse2x2   xor() 10250 MB/s
Apr 24 12:44:33 localhost kernel: raid6: sse2x1   gen() 13523 MB/s
Apr 24 12:44:33 localhost kernel: raid6: sse2x1   xor()  7847 MB/s
Apr 24 12:44:33 localhost kernel: raid6: using algorithm avx2x4 gen() 43628 MB/s
Apr 24 12:44:33 localhost kernel: raid6: .... xor() 25480 MB/s, rmw enabled
Apr 24 12:44:33 localhost kernel: raid6: using avx2x2 recovery algorithm
Apr 24 12:44:33 localhost systemd-udevd[133]: raid6_pq: Device (SEQNUM=2068, ACTION=add) is queued
Apr 24 12:44:33 localhost systemd-udevd[133]: raid6_pq: Device (SEQNUM=2068, ACTION=add) ready for processing
Apr 24 12:44:33 localhost systemd-udevd[133]: raid6_pq: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[190]: raid6_pq: Processing device (SEQNUM=2068, ACTION=add)
Apr 24 12:44:33 localhost systemd-udevd[190]: raid6_pq: Device (SEQNUM=2068, ACTION=add) processed
Apr 24 12:44:33 localhost systemd-udevd[190]: raid6_pq: sd-device-monitor: Passed 131 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[133]: zstd_compress: Device (SEQNUM=2069, ACTION=add) is queued
Apr 24 12:44:33 localhost systemd-udevd[133]: zstd_compress: Device (SEQNUM=2069, ACTION=add) ready for processing
Apr 24 12:44:33 localhost systemd-udevd[133]: zstd_compress: sd-device-monitor: Passed 136 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[190]: zstd_compress: Processing device (SEQNUM=2069, ACTION=add)
Apr 24 12:44:33 localhost systemd-udevd[190]: zstd_compress: Device (SEQNUM=2069, ACTION=add) processed
Apr 24 12:44:33 localhost systemd-udevd[190]: zstd_compress: sd-device-monitor: Passed 136 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[133]: xor: Device (SEQNUM=2070, ACTION=add) is queued
Apr 24 12:44:33 localhost systemd-udevd[133]: xor: Device (SEQNUM=2070, ACTION=add) ready for processing
Apr 24 12:44:33 localhost kernel: xor: automatically using best checksumming function   avx       
Apr 24 12:44:33 localhost systemd-udevd[133]: xor: sd-device-monitor: Passed 126 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[190]: xor: Processing device (SEQNUM=2070, ACTION=add)
Apr 24 12:44:33 localhost systemd-udevd[190]: xor: Device (SEQNUM=2070, ACTION=add) processed
Apr 24 12:44:33 localhost systemd-udevd[190]: xor: sd-device-monitor: Passed 126 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[133]: crc32c_generic: Device (SEQNUM=2071, ACTION=add) is queued
Apr 24 12:44:33 localhost systemd-udevd[133]: crc32c_generic: Device (SEQNUM=2071, ACTION=add) ready for processing
Apr 24 12:44:33 localhost systemd-udevd[133]: crc32c_generic: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[190]: crc32c_generic: Processing device (SEQNUM=2071, ACTION=add)
Apr 24 12:44:33 localhost systemd-udevd[190]: crc32c_generic: Device (SEQNUM=2071, ACTION=add) processed
Apr 24 12:44:33 localhost systemd-udevd[190]: crc32c_generic: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[133]: libcrc32c: Device (SEQNUM=2072, ACTION=add) is queued
Apr 24 12:44:33 localhost systemd-udevd[133]: libcrc32c: Device (SEQNUM=2072, ACTION=add) ready for processing
Apr 24 12:44:33 localhost systemd-udevd[133]: libcrc32c: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[190]: libcrc32c: Processing device (SEQNUM=2072, ACTION=add)
Apr 24 12:44:33 localhost systemd-udevd[190]: libcrc32c: Device (SEQNUM=2072, ACTION=add) processed
Apr 24 12:44:33 localhost systemd-udevd[190]: libcrc32c: sd-device-monitor: Passed 132 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[133]: btrfs_inode: Device (SEQNUM=2073, ACTION=add) is queued
Apr 24 12:44:33 localhost systemd-udevd[133]: btrfs_inode: Device (SEQNUM=2073, ACTION=add) ready for processing
Apr 24 12:44:33 localhost systemd-udevd[133]: btrfs_inode: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[133]: :0000264: Device (SEQNUM=2074, ACTION=add) is queued
Apr 24 12:44:33 localhost systemd-udevd[133]: :0000264: Device (SEQNUM=2074, ACTION=add) ready for processing
Apr 24 12:44:33 localhost systemd-udevd[133]: :0000264: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:44:33 localhost kernel: Btrfs loaded, crc32c=crc32c-intel
Apr 24 12:44:33 localhost systemd-udevd[190]: btrfs_inode: Processing device (SEQNUM=2073, ACTION=add)
Apr 24 12:44:33 localhost systemd-udevd[133]: :0000144: Device (SEQNUM=2075, ACTION=add) is queued
Apr 24 12:44:33 localhost systemd-udevd[133]: :0000144: Device (SEQNUM=2075, ACTION=add) ready for processing
Apr 24 12:44:33 localhost systemd-udevd[193]: :0000264: Processing device (SEQNUM=2074, ACTION=add)
Apr 24 12:44:33 localhost systemd-udevd[133]: :0000144: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[133]: :0000416: Device (SEQNUM=2076, ACTION=add) is queued
Apr 24 12:44:33 localhost systemd-udevd[133]: :0000416: Device (SEQNUM=2076, ACTION=add) ready for processing
Apr 24 12:44:33 localhost systemd-udevd[189]: :0000144: Processing device (SEQNUM=2075, ACTION=add)
Apr 24 12:44:33 localhost systemd-udevd[190]: btrfs_inode: Device (SEQNUM=2073, ACTION=add) processed
Apr 24 12:44:33 localhost systemd-udevd[190]: btrfs_inode: sd-device-monitor: Passed 137 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[193]: :0000264: Device (SEQNUM=2074, ACTION=add) processed
Apr 24 12:44:33 localhost systemd-udevd[189]: :0000144: Device (SEQNUM=2075, ACTION=add) processed
Apr 24 12:44:33 localhost systemd-udevd[193]: :0000264: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[189]: :0000144: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 205.
Apr 24 12:44:33 localhost systemd-udevd[133]: :0000416: Worker [205] is forked for processing SEQNUM=2076.
Apr 24 12:44:33 localhost systemd-udevd[133]: :0000312: Device (SEQNUM=2077, ACTION=add) is queued
Apr 24 12:44:33 localhost systemd-udevd[133]: :0000312: Device (SEQNUM=2077, ACTION=add) ready for processing
Apr 24 12:44:33 localhost systemd-udevd[133]: :0000312: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[190]: :0000312: Processing device (SEQNUM=2077, ACTION=add)
Apr 24 12:44:33 localhost systemd-udevd[133]: btrfs-control: Device (SEQNUM=2078, ACTION=add) is queued
Apr 24 12:44:33 localhost systemd-udevd[133]: btrfs-control: Device (SEQNUM=2078, ACTION=add) ready for processing
Apr 24 12:44:33 localhost systemd-udevd[133]: btrfs-control: sd-device-monitor: Passed 194 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[205]: :0000416: Processing device (SEQNUM=2076, ACTION=add)
Apr 24 12:44:33 localhost systemd-udevd[193]: btrfs-control: Processing device (SEQNUM=2078, ACTION=add)
Apr 24 12:44:33 localhost systemd-udevd[133]: btrfs: Device (SEQNUM=2079, ACTION=add) is queued
Apr 24 12:44:33 localhost systemd-udevd[133]: btrfs: Device (SEQNUM=2079, ACTION=add) ready for processing
Apr 24 12:44:33 localhost systemd-udevd[133]: btrfs: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[193]: btrfs-control: /nix/store/6kf32bzh3bq112dsbmpzgjwj0gvb6hym-rules/lib/udev/rules.d/50-udev-default.rules:74 GROUP 4294967295
Apr 24 12:44:33 localhost systemd-udevd[190]: :0000312: Device (SEQNUM=2077, ACTION=add) processed
Apr 24 12:44:33 localhost systemd-udevd[189]: btrfs: Processing device (SEQNUM=2079, ACTION=add)
Apr 24 12:44:33 localhost systemd-udevd[190]: :0000312: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[193]: btrfs-control: Handling device node '/dev/btrfs-control', devnum=c10:234
Apr 24 12:44:33 localhost systemd-udevd[193]: btrfs-control: Preserve permissions of /dev/btrfs-control, uid=0, gid=0, mode=0600
Apr 24 12:44:33 localhost systemd-udevd[205]: :0000416: Device (SEQNUM=2076, ACTION=add) processed
Apr 24 12:44:33 localhost systemd-udevd[193]: btrfs-control: Creating symlink '/dev/char/10:234' to '../btrfs-control'
Apr 24 12:44:33 localhost systemd-udevd[205]: :0000416: sd-device-monitor: Passed 134 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[189]: btrfs: Device (SEQNUM=2079, ACTION=add) processed
Apr 24 12:44:33 localhost systemd-udevd[189]: btrfs: sd-device-monitor: Passed 128 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[193]: btrfs-control: sd-device: Created empty file '/run/udev/data/c10:234' for '/devices/virtual/misc/btrfs-control'
Apr 24 12:44:33 localhost systemd-udevd[193]: btrfs-control: Device (SEQNUM=2078, ACTION=add) processed
Apr 24 12:44:33 localhost systemd-udevd[193]: btrfs-control: sd-device-monitor: Passed 194 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[133]: btrfs-1: Device (SEQNUM=2080, ACTION=add) is queued
Apr 24 12:44:33 localhost systemd-udevd[133]: btrfs-1: Device (SEQNUM=2080, ACTION=add) ready for processing
Apr 24 12:44:33 localhost systemd-udevd[133]: btrfs-1: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:33 localhost systemd-udevd[205]: btrfs-1: Processing device (SEQNUM=2080, ACTION=add)
Apr 24 12:44:33 localhost systemd-udevd[205]: btrfs-1: Device (SEQNUM=2080, ACTION=add) processed
Apr 24 12:44:33 localhost systemd-udevd[205]: btrfs-1: sd-device-monitor: Passed 140 byte to netlink monitor
Apr 24 12:44:33 localhost kernel: BTRFS: device fsid 5cb38441-7012-4aaf-a70c-b11aaaa212d3 devid 1 transid 1183135 /dev/mapper/root
Apr 24 12:44:33 localhost kernel: BTRFS info (device dm-0): disk space caching is enabled
Apr 24 12:44:33 localhost kernel: BTRFS info (device dm-0): has skinny extents
Apr 24 12:44:33 localhost kernel: BTRFS info (device dm-0): enabling ssd optimizations
Apr 24 12:44:33 localhost systemd[1]: sysroot.mount: Changed mounting -> mounting-done
Apr 24 12:44:33 localhost systemd[1]: Received SIGCHLD from PID 202 (mount).
Apr 24 12:44:33 localhost systemd[1]: Child 202 (mount) died (code=exited, status=0/SUCCESS)
Apr 24 12:44:33 localhost systemd[1]: sysroot.mount: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: sysroot.mount: Child 202 belongs to sysroot.mount.
Apr 24 12:44:33 localhost systemd[1]: sysroot.mount: Mount process exited, code=exited, status=0/SUCCESS
Apr 24 12:44:33 localhost systemd[1]: sysroot.mount: Changed mounting-done -> mounted
Apr 24 12:44:33 localhost systemd[1]: sysroot.mount: Job 50 sysroot.mount/start finished, result=done
Apr 24 12:44:33 localhost systemd[1]: Mounted Root Partition.
Apr 24 12:44:33 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 43 (stored), closing.
Apr 24 12:44:33 localhost systemd[1]: initrd-root-fs.target: starting held back, waiting for: systemd-repart.service
Apr 24 12:44:33 localhost systemd[1]: systemd-repart.service: ConditionDirectoryNotEmpty=|/run/repart.d failed.
Apr 24 12:44:33 localhost systemd[1]: systemd-repart.service: ConditionDirectoryNotEmpty=|/etc/repart.d failed.
Apr 24 12:44:33 localhost systemd[1]: systemd-repart.service: ConditionDirectoryNotEmpty=|/usr/local/lib/repart.d failed.
Apr 24 12:44:33 localhost systemd[1]: systemd-repart.service: ConditionDirectoryNotEmpty=|/usr/lib/repart.d failed.
Apr 24 12:44:33 localhost systemd[1]: systemd-repart.service: ConditionVirtualization=!container succeeded.
Apr 24 12:44:33 localhost systemd[1]: systemd-repart.service: Starting requested but condition failed. Not starting unit.
Apr 24 12:44:33 localhost systemd[1]: systemd-repart.service: Job 22 systemd-repart.service/start finished, result=done
Apr 24 12:44:33 localhost systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Apr 24 12:44:33 localhost systemd[1]: initrd-root-fs.target: ConditionPathExists=/etc/initrd-release succeeded.
Apr 24 12:44:33 localhost systemd[1]: initrd-root-fs.target changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: initrd-root-fs.target: Job 49 initrd-root-fs.target/start finished, result=done
Apr 24 12:44:33 localhost systemd[1]: Reached target Initrd Root File System.
Apr 24 12:44:33 localhost systemd[1]: initrd.target: starting held back, waiting for: initrd-fs.target
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: ConditionPathExists=/etc/initrd-release succeeded.
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: About to execute: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemctl daemon-reload
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Forked /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemctl as 227
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Changed dead -> start-pre
Apr 24 12:44:33 localhost systemd[1]: Starting Reload Configuration from the Real Root...
Apr 24 12:44:33 localhost systemd[227]: initrd-parse-etc.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemctl daemon-reload
Apr 24 12:44:33 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:33 localhost systemd[1]: systemd-journald.service: Added fd 43 (n/a) to fd store.
Apr 24 12:44:33 localhost systemd[1]: Bus private-bus-connection: changing state UNSET â?? OPENING
Apr 24 12:44:33 localhost systemd[1]: Bus private-bus-connection: changing state OPENING â?? AUTHENTICATING
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1 iface=org.freedesktop.systemd1.Manager
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/job iface=org.freedesktop.systemd1.Job
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Unit
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Automount
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Device
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Mount
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Path
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Scope
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Service
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Slice
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Socket
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Swap
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Target
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Timer
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/LogControl1 iface=org.freedesktop.LogControl1
Apr 24 12:44:33 localhost systemd[1]: Accepted new private connection.
Apr 24 12:44:33 localhost systemd[1]: Bus private-bus-connection: changing state AUTHENTICATING â?? RUNNING
Apr 24 12:44:33 localhost systemd[1]: Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=Reload cookie=1 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Reloading.
Apr 24 12:44:33 localhost systemd[1]: Failed to open configuration file '/etc/systemd/system.conf': No such file or directory
Apr 24 12:44:33 localhost systemd[1]: Serializing systemd-state to memfd.
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=Reloading cookie=1 reply_cookie=0 signature=b error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=2 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=3 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=4 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=5 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=6 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=7 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=8 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=9 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=10 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=11 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=12 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=13 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=14 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=15 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=16 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=17 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=18 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=19 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=20 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=21 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=22 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=23 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=24 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=25 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=26 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=27 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=28 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=29 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=30 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=31 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=32 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=33 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=34 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=35 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=36 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=37 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=38 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=39 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=40 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=41 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=42 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=43 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=44 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=45 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=46 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=47 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=48 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=49 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=50 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=51 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=52 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=53 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=54 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 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
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=56 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 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
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=58 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 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
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=60 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=61 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=62 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=63 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=64 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=65 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=66 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=67 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=68 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=69 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=70 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=71 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=72 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=73 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=74 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=75 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=76 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=77 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=78 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=79 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=80 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=81 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=82 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=83 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=84 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=85 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=86 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=87 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=88 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=89 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=90 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=91 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=92 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=93 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=94 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=95 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=96 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=97 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=98 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=99 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=100 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=101 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=102 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=103 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=104 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=105 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=106 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=107 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=108 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=109 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=110 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=111 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=112 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=113 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=114 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=115 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=116 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=117 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=118 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=119 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=120 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=121 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=122 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=123 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=124 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=125 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=126 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=127 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=128 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=129 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=130 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=131 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=132 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=133 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=134 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=135 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=136 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=137 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=138 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=139 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=140 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=141 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=142 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=143 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=144 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=145 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=146 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: systemd-journald.service: Releasing resources.
Apr 24 12:44:33 localhost systemd[1]: systemd-journald.service: Releasing all stored fds
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=147 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=148 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=149 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Successfully forked off '(sd-executor)' as PID 228.
Apr 24 12:44:33 localhost systemd[228]: Successfully forked off '(direxec)' as PID 229.
Apr 24 12:44:33 localhost systemd[228]: Successfully forked off '(direxec)' as PID 230.
Apr 24 12:44:33 localhost systemd[228]: Successfully forked off '(direxec)' as PID 231.
Apr 24 12:44:33 localhost systemd[228]: Successfully forked off '(direxec)' as PID 232.
Apr 24 12:44:33 localhost systemd[228]: Successfully forked off '(direxec)' as PID 233.
Apr 24 12:44:33 localhost systemd[228]: Successfully forked off '(direxec)' as PID 234.
Apr 24 12:44:33 localhost systemd[228]: Successfully forked off '(direxec)' as PID 235.
Apr 24 12:44:33 localhost systemd[228]: Successfully forked off '(direxec)' as PID 236.
Apr 24 12:44:33 localhost systemd[228]: Successfully forked off '(direxec)' as PID 237.
Apr 24 12:44:33 localhost systemd[228]: Successfully forked off '(direxec)' as PID 238.
Apr 24 12:44:33 localhost systemd[228]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-veritysetup-generator succeeded.
Apr 24 12:44:33 localhost systemd[228]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-getty-generator succeeded.
Apr 24 12:44:33 localhost systemd[228]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
Apr 24 12:44:33 localhost systemd[228]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-run-generator succeeded.
Apr 24 12:44:33 localhost systemd[228]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-hibernate-resume-generator succeeded.
Apr 24 12:44:33 localhost systemd[228]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
Apr 24 12:44:33 localhost systemd[228]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-fstab-generator succeeded.
Apr 24 12:44:33 localhost systemd[228]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-system-update-generator succeeded.
Apr 24 12:44:33 localhost systemd[228]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-bless-boot-generator succeeded.
Apr 24 12:44:33 localhost systemd[228]: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system-generators/systemd-debug-generator succeeded.
Apr 24 12:44:33 localhost systemd[1]: (sd-executor) succeeded.
Apr 24 12:44:33 localhost systemd[1]: Looking for unit files in (higher priority first):
Apr 24 12:44:33 localhost systemd[1]:         /etc/systemd/system.control
Apr 24 12:44:33 localhost systemd[1]:         /run/systemd/system.control
Apr 24 12:44:33 localhost systemd[1]:         /run/systemd/transient
Apr 24 12:44:33 localhost systemd[1]:         /run/systemd/generator.early
Apr 24 12:44:33 localhost systemd[1]:         /etc/systemd/system
Apr 24 12:44:33 localhost systemd[1]:         /etc/systemd-mutable/system
Apr 24 12:44:33 localhost systemd[1]:         /nix/var/nix/profiles/default/lib/systemd/system
Apr 24 12:44:33 localhost systemd[1]:         /etc/systemd/system.attached
Apr 24 12:44:33 localhost systemd[1]:         /run/systemd/system
Apr 24 12:44:33 localhost systemd[1]:         /run/systemd/system.attached
Apr 24 12:44:33 localhost systemd[1]:         /run/systemd/generator
Apr 24 12:44:33 localhost systemd[1]:         /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/system
Apr 24 12:44:33 localhost systemd[1]:         /run/systemd/generator.late
Apr 24 12:44:33 localhost systemd[1]: Modification times have changed, need to update cache.
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/kbrequest.target â?? /nix/store/hd381zglfv2wkirh6srclxwc108kldvi-system-units/rescue.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/ctrl-alt-del.target â?? /nix/store/hd381zglfv2wkirh6srclxwc108kldvi-system-units/reboot.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/default.target â?? /nix/store/hd381zglfv2wkirh6srclxwc108kldvi-system-units/initrd.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/modprobe-init.service â?? /nix/store/31gy3h08l6qryyrihz1xacjxvh07c3cr-unit-modprobe-init.service/modprobe-init.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-cleanup.service â?? /dev/null
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/usb-gadget.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/usb-gadget.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/umount.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/umount.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/tmp.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/tmp.mount
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/timers.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/timers.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/time-sync.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/time-sync.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/time-set.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/time-set.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-volatile-root.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-volatile-root.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-vconsole-setup.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-vconsole-setup.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-update-utmp.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-update-utmp.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-udevd.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-udevd.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-udevd-kernel.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-udevd-kernel.socket
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-udevd-control.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-udevd-control.socket
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-udev-trigger.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-udev-trigger.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-udev-settle.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-udev-settle.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-tmpfiles-setup.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-tmpfiles-setup.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-tmpfiles-setup-dev.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-tmpfiles-setup-dev.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-tmpfiles-clean.timer â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-tmpfiles-clean.timer
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-tmpfiles-clean.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-tmpfiles-clean.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-sysctl.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-sysctl.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-suspend.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-suspend.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-suspend-then-hibernate.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-suspend-then-hibernate.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-rfkill.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-rfkill.socket
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-rfkill.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-rfkill.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-resolved.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-resolved.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-repart.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-repart.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-remount-fs.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-remount-fs.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-reboot.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-reboot.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-random-seed.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-random-seed.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-pstore.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-pstore.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-poweroff.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-poweroff.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-modules-load.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-modules-load.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-machine-id-commit.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-machine-id-commit.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-kexec.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-kexec.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald@.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journald@.socket
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journald@.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journald.socket
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journald.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald-varlink@.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journald-varlink@.socket
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald-dev-log.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journald-dev-log.socket
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journald-audit.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journald-audit.socket
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journal-flush.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journal-flush.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-journal-catalog-update.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-journal-catalog-update.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-importd.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-importd.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-hybrid-sleep.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-hybrid-sleep.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-hwdb-update.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-hwdb-update.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-hostnamed.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-hostnamed.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-hibernate.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-hibernate.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-hibernate-resume@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-hibernate-resume@.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-halt.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-halt.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-fsck@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-fsck@.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-fsck-root.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-fsck-root.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-exit.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-exit.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-coredump@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-coredump@.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-coredump.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-coredump.socket
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-binfmt.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-binfmt.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-backlight@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-backlight@.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-ask-password-wall.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-ask-password-wall.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-ask-password-wall.path â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-ask-password-wall.path
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-ask-password-console.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-ask-password-console.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-ask-password-console.path â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/systemd-ask-password-console.path
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/system-systemd\x2dcryptsetup.slice â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/system-systemd\x2dcryptsetup.slice
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/syslog.socket â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/syslog.socket
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sysinit.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sysinit.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sys-kernel-tracing.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sys-kernel-tracing.mount
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sys-kernel-debug.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sys-kernel-debug.mount
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sys-kernel-config.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sys-kernel-config.mount
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sys-fs-fuse-connections.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sys-fs-fuse-connections.mount
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/swap.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/swap.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/suspend.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/suspend.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/suspend-then-hibernate.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/suspend-then-hibernate.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sound.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sound.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sockets.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sockets.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/smartcard.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/smartcard.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/slices.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/slices.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sleep.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sleep.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/sigpwr.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/sigpwr.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/shutdown.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/shutdown.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/serial-getty@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/serial-getty@.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/rpcbind.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/rpcbind.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/rescue.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/rescue.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/rescue.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/rescue.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/reboot.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/reboot.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/proc-sys-fs-binfmt_misc.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/proc-sys-fs-binfmt_misc.mount
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/proc-sys-fs-binfmt_misc.automount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/proc-sys-fs-binfmt_misc.automount
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/printer.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/printer.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/poweroff.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/poweroff.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/paths.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/paths.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/nss-user-lookup.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/nss-user-lookup.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/nss-lookup.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/nss-lookup.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/modprobe@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/modprobe@.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/local-fs.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/local-fs.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/local-fs-pre.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/local-fs-pre.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/kmod-static-nodes.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/kmod-static-nodes.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/kexec.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/kexec.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-udevadm-cleanup-db.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd-udevadm-cleanup-db.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-switch-root.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd-switch-root.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-switch-root.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd-switch-root.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-root-fs.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd-root-fs.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-root-device.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd-root-device.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-parse-etc.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd-parse-etc.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/initrd-fs.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/initrd-fs.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/hybrid-sleep.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/hybrid-sleep.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/hibernate.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/hibernate.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/halt.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/halt.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/getty@.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/getty@.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/getty.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/getty.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/getty-pre.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/getty-pre.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/final.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/final.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/exit.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/exit.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/emergency.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/emergency.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/emergency.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/emergency.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/dev-mqueue.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/dev-mqueue.mount
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/dev-hugepages.mount â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/dev-hugepages.mount
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/debug-shell.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/debug-shell.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/cryptsetup.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/cryptsetup.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/cryptsetup-pre.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/cryptsetup-pre.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/console-getty.service â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/console-getty.service
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/boot-complete.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/boot-complete.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/blockdev@.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/blockdev@.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/basic.target â?? /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/example/systemd/system/basic.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator.late/sysroot.mount
Apr 24 12:44:33 localhost systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator.late/systemd-cryptsetup@root.service
Apr 24 12:44:33 localhost systemd[1]: run-systemd-journal-stdout.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: run.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: run-systemd.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: run-systemd-journal.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: run-systemd-journal-socket.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: var.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: var-log.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: var-log-wtmp.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: auditd.service: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: run-udev.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: run-udev-control.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: systemd-sysusers.service: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: var-lib.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: var-lib-systemd.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: var-lib-systemd-random\x2dseed.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: var-log-journal.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: systemd-update-done.service: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: proc.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: proc-sys.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: proc-sys-fs.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: run-systemd-ask\x2dpassword.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: plymouth-start.service: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: sys.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: sys-kernel.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: sys-fs.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: sys-fs-fuse.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: run-systemd-journal-syslog.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: syslog.service: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: run-systemd-journal-dev\x2dlog.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: run-systemd-coredump.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: dev.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: dev-gpt\x2dauto\x2droot.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: Deserializing state...
Apr 24 12:44:33 localhost systemd[1]: unit_file_find_fragment: initrd.target has alias default.target
Apr 24 12:44:33 localhost systemd[1]: unit_file_find_fragment: rescue.target has alias kbrequest.target
Apr 24 12:44:33 localhost systemd[1]: var-tmp.mount: Failed to load configuration: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: initrd.target: Reinstalled deserialized job initrd.target/start as 1
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Reinstalled deserialized job initrd-parse-etc.service/start as 53
Apr 24 12:44:33 localhost systemd[1]: initrd-fs.target: Reinstalled deserialized job initrd-fs.target/start as 54
Apr 24 12:44:33 localhost systemd[1]: Invoking unit coldplug() handlersâ?¦
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram0.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-ram15.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart1.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: systemd-random-seed.service: Changed dead -> exited
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram2.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: systemd-journald-dev-log.socket: Changed dead -> running
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart1.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram4.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-ram8.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-gpt\x2dauto\x2droot.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: systemd-journald-audit.socket: Changed dead -> running
Apr 24 12:44:33 localhost systemd[1]: systemd-udevd.service: Changed dead -> running
Apr 24 12:44:33 localhost systemd[1]: local-fs.target changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: dev-ttyS0.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram5.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-ram4.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram11.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: systemd-udevd-kernel.socket: Changed dead -> running
Apr 24 12:44:33 localhost systemd[1]: dev-ram1.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-mapper-root.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram10.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c\x2dpart2.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: timers.target changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: swap.target changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: systemd-update-utmp.service: Changed dead -> exited
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart1.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram14.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: systemd-journald.socket: Changed dead -> running
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2dpartuuid-1bc32aff\x2d296f\x2d4a18\x2daec0\x2d41d72e2a9d43.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-dm\x2d0.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.service: Changed dead -> running
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2duuid-5cb38441\x2d7012\x2d4aaf\x2da70c\x2db11aaaa212d3.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: initrd-root-device.target changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d0c642ebc2b7643dcb9ba34f1125d7f16\x2droot.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2duuid-91C5\x2d0D36.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-ram13.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: systemd-hwdb-update.service: Changed dead -> exited
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram7.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sockets.target changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram6.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: systemd-journal-catalog-update.service: Changed dead -> exited
Apr 24 12:44:33 localhost systemd[1]: systemd-tmpfiles-setup.service: Changed dead -> exited
Apr 24 12:44:33 localhost systemd[1]: systemd-journal-flush.service: Changed dead -> exited
Apr 24 12:44:33 localhost systemd[1]: blockdev@dev-mapper-root.target changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Changed dead -> start-pre
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2dpartuuid-9f5a793b\x2dd57a\x2d4adc\x2da0d7\x2d6b6db7c97031.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-ram5.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2did-nvme\x2dKXG6AZNV256G_TOSHIBA_29OS11XGTMCQ\x2dpart2.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: cryptsetup.target changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: dev-ram9.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sysinit.target changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: -.slice changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: systemd-modules-load.service: Changed dead -> exited
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.path: Changed dead -> running
Apr 24 12:44:33 localhost systemd[1]: system.slice changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram13.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-ram0.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-ram6.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: slices.target changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: sys-kernel-debug.mount: Changed dead -> mounted
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2did-dm\x2dname\x2droot.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-ram11.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-mqueue.mount: Changed dead -> mounted
Apr 24 12:44:33 localhost systemd[1]: -.mount: Changed dead -> mounted
Apr 24 12:44:33 localhost systemd[1]: sys-devices-platform-serial8250-tty-ttyS1.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram1.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sys-devices-platform-serial8250-tty-ttyS0.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-ram14.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-ram2.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2did-nvme\x2deui.8ce38e020003b50c.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-gpt\x2dauto\x2droot\x2dluks.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-nvme0n1.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: paths.target changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: systemd-udev-trigger.service: Changed dead -> exited
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram8.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: init.scope changed dead -> running
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x2d64\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram3.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram9.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: proc-sys-fs-binfmt_misc.automount: Changed dead -> waiting
Apr 24 12:44:33 localhost systemd[1]: systemd-cryptsetup@root.service: Changed dead -> exited
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1\x2dpart2.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-ttyS3.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-nvme0n1p1.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: systemd-sysctl.service: Changed dead -> exited
Apr 24 12:44:33 localhost systemd[1]: dev-dm\x2d0.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sysroot.mount: Changed dead -> mounted
Apr 24 12:44:33 localhost systemd[1]: dev-ram3.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sys-kernel-tracing.mount: Changed dead -> mounted
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2duuid-0c642ebc\x2d2b76\x2d43dc\x2db9ba\x2d34f1125d7f16.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: system-systemd\x2dcryptsetup.slice changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram12.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sys-devices-pci0000:00-0000:00:1d.4-0000:3d:00.0-nvme-nvme0-nvme0n1.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sys-devices-platform-serial8250-tty-ttyS2.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: sys-devices-virtual-block-ram15.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-ram12.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: systemd-coredump.socket: Changed dead -> listening
Apr 24 12:44:33 localhost systemd[1]: systemd-udevd-control.socket: Changed dead -> running
Apr 24 12:44:33 localhost systemd[1]: sys-devices-platform-serial8250-tty-ttyS3.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-ttyS2.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: initrd-root-fs.target changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:3d:00.0\x2dnvme\x2d1.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-hugepages.mount: Changed dead -> mounted
Apr 24 12:44:33 localhost systemd[1]: dev-ttyS1.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: tmp.mount: Changed dead -> mounted
Apr 24 12:44:33 localhost systemd[1]: dev-nvme0n1p2.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: dev-ram7.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: systemd-journald.service: Changed dead -> running
Apr 24 12:44:33 localhost systemd[1]: basic.target changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: dev-ram10.device: Changed dead -> plugged
Apr 24 12:44:33 localhost systemd[1]: Invoking unit catchup() handlersâ?¦
Apr 24 12:44:33 localhost systemd[1]: Closing set fd 60
Apr 24 12:44:33 localhost systemd[1]: var-tmp.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: dev.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: dev-gpt\x2dauto\x2droot.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: run-systemd-coredump.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: run-systemd-journal-dev\x2dlog.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: run-systemd-journal-syslog.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: sys-fs.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: sys-fs-fuse.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: sys.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: sys-kernel.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: run-systemd-ask\x2dpassword.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: proc.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: proc-sys.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: proc-sys-fs.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: var-log-journal.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: var-lib.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: var-lib-systemd.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: var-lib-systemd-random\x2dseed.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: run-udev.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: run-udev-control.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: var.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: var-log.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: var-log-wtmp.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: run-systemd-journal-stdout.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: run.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: run-systemd.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: run-systemd-journal.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: run-systemd-journal-socket.mount: Collecting.
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=150 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=151 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=152 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=153 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=154 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=155 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=156 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=157 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=158 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=159 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=160 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=161 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=162 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=163 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=164 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=165 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=166 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=167 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=168 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=169 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=170 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=171 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=172 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=173 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=174 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=175 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=176 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=177 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=178 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=179 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=180 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=181 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=182 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=183 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=184 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=185 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=186 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=187 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=188 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=189 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=190 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=191 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=192 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=193 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=194 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=195 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=196 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=197 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=198 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=199 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=200 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=201 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=202 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=203 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=204 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=205 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /dev/null rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /dev/zero rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /dev/full rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /dev/random rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /dev/urandom rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /dev/tty rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /dev/ptmx rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /run/systemd/inaccessible/chr rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /run/systemd/inaccessible/blk rwm
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: system.slice: Failed to reset devices.allow/devices.deny: Invalid argument
Apr 24 12:44:33 localhost systemd[1]: -.slice: Failed to reset devices.allow/devices.deny: Invalid argument
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /dev/null rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /dev/zero rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /dev/full rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /dev/random rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /dev/urandom rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /dev/tty rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /dev/ptmx rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /run/systemd/inaccessible/chr rwm
Apr 24 12:44:33 localhost systemd[1]: bpf_devices_allow_list_device: /run/systemd/inaccessible/blk rwm
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=206 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=207 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=208 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 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
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 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
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=211 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=212 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=213 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=214 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=215 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=216 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=217 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=218 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=219 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=220 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=221 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=222 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=223 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=224 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=225 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=226 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=227 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=228 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=229 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=230 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=231 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=232 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=233 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=234 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=235 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=236 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=237 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=238 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=239 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=240 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=241 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=242 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=243 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=244 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=245 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=246 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=247 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=248 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=249 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=250 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=251 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=252 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=253 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=254 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=255 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=256 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=257 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=258 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=259 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=260 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=261 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=262 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=263 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=264 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=265 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=266 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=267 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=268 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=269 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=270 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=271 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=272 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=273 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=274 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=275 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=276 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=277 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=278 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=279 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=280 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=281 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=282 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=283 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=284 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=285 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=286 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=287 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=288 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=289 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=290 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=291 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=292 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=293 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=294 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=295 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=296 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=297 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=298 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=299 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=300 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=301 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=302 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=303 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=304 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=305 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=306 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=307 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=308 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=309 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=310 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=311 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=312 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=313 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=314 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=315 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=316 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=317 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=318 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=319 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=320 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=321 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=322 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=323 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=324 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=325 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=326 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=327 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=328 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=329 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=330 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=331 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=332 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=333 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=334 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=335 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=336 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=337 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=338 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=339 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=340 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=341 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=342 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=343 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=344 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=345 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=346 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=347 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=348 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=349 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=350 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=351 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=352 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=353 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=Reloading cookie=354 reply_cookie=0 signature=b error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=method_return sender=org.freedesktop.systemd1 destination=n/a path=n/a interface=n/a member=n/a cookie=355 reply_cookie=1 signature=n/a error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Received SIGCHLD from PID 228 (n/a).
Apr 24 12:44:33 localhost systemd[1]: initrd-fs.target: starting held back, waiting for: initrd-parse-etc.service
Apr 24 12:44:33 localhost systemd[1]: initrd.target: starting held back, waiting for: initrd-fs.target
Apr 24 12:44:33 localhost systemd[1]: Bus private-bus-connection: changing state RUNNING â?? CLOSING
Apr 24 12:44:33 localhost systemd[1]: Bus private-bus-connection: changing state CLOSING â?? CLOSED
Apr 24 12:44:33 localhost systemd[1]: Got disconnect on private connection.
Apr 24 12:44:33 localhost systemd[1]: Received SIGCHLD from PID 227 (systemctl).
Apr 24 12:44:33 localhost systemd[1]: Child 227 (systemctl) died (code=exited, status=0/SUCCESS)
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Child 227 belongs to initrd-parse-etc.service.
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Control process exited, code=exited, status=0/SUCCESS
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Got final SIGCHLD for state start-pre.
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Passing 0 fds to service
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: About to execute: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemctl --no-block start initrd-fs.target
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Forked /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemctl as 239
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Changed start-pre -> start
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Control group is empty.
Apr 24 12:44:33 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 57 (stored), closing.
Apr 24 12:44:33 localhost systemd[239]: initrd-parse-etc.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemctl --no-block start initrd-fs.target
Apr 24 12:44:33 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:33 localhost systemd[1]: systemd-journald.service: Added fd 27 (n/a) to fd store.
Apr 24 12:44:33 localhost systemd[1]: Bus private-bus-connection: changing state UNSET â?? OPENING
Apr 24 12:44:33 localhost systemd[1]: Bus private-bus-connection: changing state OPENING â?? AUTHENTICATING
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1 iface=org.freedesktop.systemd1.Manager
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/job iface=org.freedesktop.systemd1.Job
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Unit
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Automount
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Device
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Mount
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Path
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Scope
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Service
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Slice
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Socket
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Swap
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Target
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Timer
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/LogControl1 iface=org.freedesktop.LogControl1
Apr 24 12:44:33 localhost systemd[1]: Accepted new private connection.
Apr 24 12:44:33 localhost systemd[1]: Bus private-bus-connection: changing state AUTHENTICATING â?? RUNNING
Apr 24 12:44:33 localhost systemd[1]: Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=StartUnit cookie=1 reply_cookie=0 signature=ss error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: initrd-fs.target: Trying to enqueue job initrd-fs.target/start/replace
Apr 24 12:44:33 localhost systemd[1]: Added job initrd-fs.target/start to transaction.
Apr 24 12:44:33 localhost systemd[1]: Pulling in shutdown.target/stop from initrd-fs.target/start
Apr 24 12:44:33 localhost systemd[1]: Added job shutdown.target/stop to transaction.
Apr 24 12:44:33 localhost systemd[1]: Found redundant job shutdown.target/stop, dropping from transaction.
Apr 24 12:44:33 localhost systemd[1]: initrd-fs.target: Merged initrd-fs.target/start into installed job initrd-fs.target/start as 54
Apr 24 12:44:33 localhost systemd[1]: initrd-fs.target: Enqueued job initrd-fs.target/start as 54
Apr 24 12:44:33 localhost systemd[1]: Sent message type=signal sender=org.freedesktop.systemd1 destination=n/a path=/org/freedesktop/systemd1/job/54 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=method_return sender=org.freedesktop.systemd1 destination=n/a path=n/a interface=n/a member=n/a cookie=2 reply_cookie=1 signature=o error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: initrd-fs.target: starting held back, waiting for: initrd-parse-etc.service
Apr 24 12:44:33 localhost systemd[1]: Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=GetUnit cookie=2 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=method_return sender=org.freedesktop.systemd1 destination=n/a path=n/a interface=n/a member=n/a cookie=3 reply_cookie=2 signature=o error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1/unit/initrd_2dfs_2etarget interface=org.freedesktop.DBus.Properties member=Get cookie=3 reply_cookie=0 signature=ss error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Sent message type=method_return sender=org.freedesktop.systemd1 destination=n/a path=n/a interface=n/a member=n/a cookie=4 reply_cookie=3 signature=v error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: Bus private-bus-connection: changing state RUNNING â?? CLOSING
Apr 24 12:44:33 localhost systemd[1]: Bus private-bus-connection: changing state CLOSING â?? CLOSED
Apr 24 12:44:33 localhost systemd[1]: Got disconnect on private connection.
Apr 24 12:44:33 localhost systemd[1]: Received SIGCHLD from PID 239 (systemctl).
Apr 24 12:44:33 localhost systemd[1]: Child 239 (systemctl) died (code=exited, status=0/SUCCESS)
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Child 239 belongs to initrd-parse-etc.service.
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Main process exited, code=exited, status=0/SUCCESS
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Running next main command for state start.
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Passing 0 fds to service
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: About to execute: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemctl --no-block start initrd-cleanup.service
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Forked /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemctl as 240
Apr 24 12:44:33 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 27 (stored), closing.
Apr 24 12:44:33 localhost systemd[240]: initrd-parse-etc.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/systemctl --no-block start initrd-cleanup.service
Apr 24 12:44:33 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (FDSTORE=1)
Apr 24 12:44:33 localhost systemd[1]: systemd-journald.service: Added fd 27 (n/a) to fd store.
Apr 24 12:44:33 localhost systemd[1]: Bus private-bus-connection: changing state UNSET â?? OPENING
Apr 24 12:44:33 localhost systemd[1]: Bus private-bus-connection: changing state OPENING â?? AUTHENTICATING
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1 iface=org.freedesktop.systemd1.Manager
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/job iface=org.freedesktop.systemd1.Job
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Unit
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Automount
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Device
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Mount
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Path
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Scope
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Service
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Slice
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Socket
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Swap
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Target
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/systemd1/unit iface=org.freedesktop.systemd1.Timer
Apr 24 12:44:33 localhost systemd[1]: Registering bus object implementation for path=/org/freedesktop/LogControl1 iface=org.freedesktop.LogControl1
Apr 24 12:44:33 localhost systemd[1]: Accepted new private connection.
Apr 24 12:44:33 localhost systemd[1]: Bus private-bus-connection: changing state AUTHENTICATING â?? RUNNING
Apr 24 12:44:33 localhost systemd[1]: Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=StartUnit cookie=1 reply_cookie=0 signature=ss error-name=n/a error-message=n/a
Apr 24 12:44:33 localhost systemd[1]: initrd-cleanup.service: Trying to enqueue job initrd-cleanup.service/start/replace
Apr 24 12:44:33 localhost systemd[1]: Sent message type=error sender=org.freedesktop.systemd1 destination=n/a path=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 signature=s error-name=org.freedesktop.systemd1.UnitMasked error-message=Unit initrd-cleanup.service is masked.
Apr 24 12:44:33 localhost systemctl[240]: Failed to start initrd-cleanup.service: Unit initrd-cleanup.service is masked.
Apr 24 12:44:33 localhost systemd[1]: Failed to process message type=method_call sender=n/a destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=StartUnit cookie=1 reply_cookie=0 signature=ss error-name=n/a error-message=n/a: Unit initrd-cleanup.service is masked.
Apr 24 12:44:33 localhost systemd[1]: Bus private-bus-connection: changing state RUNNING â?? CLOSING
Apr 24 12:44:33 localhost systemd[1]: Bus private-bus-connection: changing state CLOSING â?? CLOSED
Apr 24 12:44:33 localhost systemd[1]: Got disconnect on private connection.
Apr 24 12:44:33 localhost systemd[1]: Received SIGCHLD from PID 240 (systemctl).
Apr 24 12:44:33 localhost systemd[1]: Child 240 (systemctl) died (code=exited, status=1/FAILURE)
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Child 240 belongs to initrd-parse-etc.service.
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Main process exited, code=exited, status=1/FAILURE
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Failed with result 'exit-code'.
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Service will not restart (restart setting)
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Changed start -> failed
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Job 53 initrd-parse-etc.service/start finished, result=failed
Apr 24 12:44:33 localhost systemd[1]: Failed to start Reload Configuration from the Real Root.
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Unit entered failed state.
Apr 24 12:44:33 localhost systemd[1]: initrd-parse-etc.service: Triggering OnFailure= dependencies.
Apr 24 12:44:33 localhost systemd[1]: emergency.target: Trying to enqueue job emergency.target/start/replace-irreversibly
Apr 24 12:44:33 localhost systemd[1]: Added job emergency.target/start to transaction.
Apr 24 12:44:33 localhost systemd[1]: Pulling in emergency.service/start from emergency.target/start
Apr 24 12:44:33 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 24 12:44:33 localhost systemd[1]: Added job emergency.service/start to transaction.
Apr 24 12:44:33 localhost systemd[1]: Pulling in system.slice/start from emergency.service/start
Apr 24 12:44:33 localhost systemd[1]: Added job system.slice/start to transaction.
Apr 24 12:44:33 localhost systemd[1]: Pulling in -.slice/start from system.slice/start
Apr 24 12:44:33 localhost systemd[1]: Added job -.slice/start to transaction.
Apr 24 12:44:33 localhost systemd[1]: Pulling in rescue.service/stop from emergency.service/start
Apr 24 12:44:33 localhost systemd[1]: Added job rescue.service/stop to transaction.
Apr 24 12:44:33 localhost kernel: audit: type=1130 audit(1619268273.215:13): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 24 12:44:33 localhost systemd[1]: Pulling in rescue.target/stop from rescue.service/stop
Apr 24 12:44:33 localhost systemd[1]: Added job rescue.target/stop to transaction.
Apr 24 12:44:33 localhost systemd[1]: Pulling in shutdown.target/stop from emergency.service/start
Apr 24 12:44:33 localhost systemd[1]: Added job shutdown.target/stop to transaction.
Apr 24 12:44:33 localhost systemd[1]: Pulling in syslog.socket/stop from emergency.service/start
Apr 24 12:44:33 localhost systemd[1]: Added job syslog.socket/stop to transaction.
Apr 24 12:44:33 localhost systemd[1]: Pulling in sysinit.target/stop from emergency.service/start
Apr 24 12:44:33 localhost systemd[1]: Added job sysinit.target/stop to transaction.
Apr 24 12:44:33 localhost systemd[1]: Pulling in rescue.target/stop from sysinit.target/stop
Apr 24 12:44:33 localhost systemd[1]: Pulling in basic.target/stop from sysinit.target/stop
Apr 24 12:44:33 localhost systemd[1]: Added job basic.target/stop to transaction.
Apr 24 12:44:33 localhost systemd[1]: Pulling in initrd.target/stop from basic.target/stop
Apr 24 12:44:33 localhost systemd[1]: Added job initrd.target/stop to transaction.
Apr 24 12:44:33 localhost systemd[1]: Pulling in systemd-ask-password-console.service/stop from emergency.service/start
Apr 24 12:44:33 localhost systemd[1]: Added job systemd-ask-password-console.service/stop to transaction.
Apr 24 12:44:33 localhost systemd[1]: Pulling in systemd-ask-password-console.path/stop from emergency.service/start
Apr 24 12:44:33 localhost systemd[1]: Added job systemd-ask-password-console.path/stop to transaction.
Apr 24 12:44:33 localhost systemd[1]: Pulling in shutdown.target/stop from emergency.target/start
Apr 24 12:44:33 localhost systemd[1]: Pulling in sysinit.target/stop from emergency.target/start
Apr 24 12:44:33 localhost systemd[1]: Found redundant job syslog.socket/stop, dropping from transaction.
Apr 24 12:44:33 localhost systemd[1]: Found redundant job -.slice/start, dropping from transaction.
Apr 24 12:44:33 localhost systemd[1]: Found redundant job system.slice/start, dropping from transaction.
Apr 24 12:44:33 localhost systemd[1]: Found redundant job shutdown.target/stop, dropping from transaction.
Apr 24 12:44:33 localhost systemd[1]: Found redundant job rescue.target/stop, dropping from transaction.
Apr 24 12:44:33 localhost systemd[1]: Found redundant job rescue.service/stop, dropping from transaction.
Apr 24 12:44:33 localhost systemd[1]: Keeping job emergency.service/start because of emergency.target/start
Apr 24 12:44:33 localhost systemd[1]: Keeping job systemd-ask-password-console.service/stop because of emergency.service/start
Apr 24 12:44:33 localhost systemd[1]: Keeping job systemd-ask-password-console.path/stop because of emergency.service/start
Apr 24 12:44:33 localhost systemd[1]: Keeping job initrd.target/stop because of basic.target/stop
Apr 24 12:44:33 localhost systemd[1]: Keeping job basic.target/stop because of sysinit.target/stop
Apr 24 12:44:33 localhost systemd[1]: Keeping job sysinit.target/stop because of emergency.target/start
Apr 24 12:44:33 localhost systemd[1]: emergency.service: Installed new job emergency.service/start as 90
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.service: Installed new job systemd-ask-password-console.service/stop as 100
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.path: Installed new job systemd-ask-password-console.path/stop as 101
Apr 24 12:44:33 localhost systemd[1]: emergency.target: Installed new job emergency.target/start as 89
Apr 24 12:44:33 localhost systemd[1]: initrd.target: Job 1 initrd.target/start finished, result=canceled
Apr 24 12:44:33 localhost systemd[1]: initrd.target: Installed new job initrd.target/stop as 99
Apr 24 12:44:33 localhost systemd[1]: basic.target: Installed new job basic.target/stop as 98
Apr 24 12:44:33 localhost systemd[1]: sysinit.target: Installed new job sysinit.target/stop as 97
Apr 24 12:44:33 localhost systemd[1]: emergency.target: Enqueued job emergency.target/start as 89
Apr 24 12:44:33 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 27 (stored), closing.
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.path: stopping held back, waiting for: systemd-ask-password-console.service
Apr 24 12:44:33 localhost systemd[1]: basic.target: stopping held back, waiting for: initrd.target
Apr 24 12:44:33 localhost systemd[1]: emergency.target: starting held back, waiting for: emergency.service
Apr 24 12:44:33 localhost systemd[1]: initrd-fs.target: stopping held back, waiting for: initrd.target
Apr 24 12:44:33 localhost systemd[1]: initrd.target: Job 99 initrd.target/stop finished, result=done
Apr 24 12:44:33 localhost systemd[1]: basic.target changed active -> dead
Apr 24 12:44:33 localhost systemd[1]: basic.target: Job 98 basic.target/stop finished, result=done
Apr 24 12:44:33 localhost systemd[1]: Stopped target Basic System.
Apr 24 12:44:33 localhost systemd[1]: initrd-fs.target: ConditionPathExists=/etc/initrd-release succeeded.
Apr 24 12:44:33 localhost systemd[1]: initrd-fs.target changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: initrd-fs.target: Job 54 initrd-fs.target/start finished, result=done
Apr 24 12:44:33 localhost systemd[1]: Reached target Initrd File Systems.
Apr 24 12:44:33 localhost systemd[1]: sysinit.target changed active -> dead
Apr 24 12:44:33 localhost systemd[1]: sysinit.target: Job 97 sysinit.target/stop finished, result=done
Apr 24 12:44:33 localhost systemd[1]: Stopped target System Initialization.
Apr 24 12:44:33 localhost systemd[1]: emergency.target: starting held back, waiting for: emergency.service
Apr 24 12:44:33 localhost systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No data available
Apr 24 12:44:33 localhost systemd[1]: emergency.service: About to execute: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/plymouth --wait quit
Apr 24 12:44:33 localhost systemd[1]: emergency.service: Forked /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/plymouth as 241
Apr 24 12:44:33 localhost systemd[1]: emergency.service: Changed dead -> start-pre
Apr 24 12:44:33 localhost systemd[1]: emergency.service: Job 90 emergency.service/start finished, result=done
Apr 24 12:44:33 localhost systemd[1]: Started Emergency Shell.
Apr 24 12:44:33 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=emergency comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:33 localhost systemd[1]: emergency.target changed dead -> active
Apr 24 12:44:33 localhost systemd[1]: emergency.target: Job 89 emergency.target/start finished, result=done
Apr 24 12:44:33 localhost systemd[1]: Reached target Emergency Mode.
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.service: Changed running -> stop-sigterm
Apr 24 12:44:33 localhost systemd[1]: Stopping Dispatch Password Requests to Console...
Apr 24 12:44:33 localhost kernel: audit: type=1130 audit(1619268273.218:14): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=emergency comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:33 localhost systemd[1]: basic.target: Collecting.
Apr 24 12:44:33 localhost systemd[1]: initrd.target: Collecting.
Apr 24 12:44:33 localhost systemd[1]: rescue.target: Collecting.
Apr 24 12:44:33 localhost systemd[1]: Received SIGCHLD from PID 178 (systemd-tty-ask).
Apr 24 12:44:33 localhost systemd[1]: Child 178 (systemd-tty-ask) died (code=killed, status=15/TERM)
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.service: Child 178 belongs to systemd-ask-password-console.service.
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.service: Main process exited, code=killed, status=15/TERM
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.service: Succeeded.
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.service: Service restart not allowed.
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.service: Changed stop-sigterm -> dead
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.service: Job 100 systemd-ask-password-console.service/stop finished, result=done
Apr 24 12:44:33 localhost systemd[1]: Stopped Dispatch Password Requests to Console.
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.path: Got notified about unit deactivation.
Apr 24 12:44:33 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-ask-password-console comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.path: Changed running -> waiting
Apr 24 12:44:33 localhost systemd[1]: Child 179 (systemd-tty-ask) died (code=exited, status=0/SUCCESS)
Apr 24 12:44:33 localhost systemd[1]: system.slice: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: system.slice: Child 179 belongs to system.slice.
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.service: Control group is empty.
Apr 24 12:44:33 localhost systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 58 (stored), closing.
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.path: Succeeded.
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.path: Changed waiting -> dead
Apr 24 12:44:33 localhost systemd[1]: systemd-ask-password-console.path: Job 101 systemd-ask-password-console.path/stop finished, result=done
Apr 24 12:44:33 localhost systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Apr 24 12:44:33 localhost kernel: audit: type=1131 audit(1619268273.220:15): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-ask-password-console comm="systemd" exe="/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 24 12:44:33 localhost systemd[1]: Startup finished in 7.053s (firmware) + 1.292s (loader) + 2.551s (kernel) + 0 (initrd) + 7.929s (userspace) = 18.827s.
Apr 24 12:44:33 localhost systemd[241]: emergency.service: Executing: /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/plymouth --wait quit
Apr 24 12:44:33 localhost systemd[241]: emergency.service: Executable /nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/bin/plymouth missing, skipping: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: Received SIGCHLD from PID 241 ((plymouth)).
Apr 24 12:44:33 localhost systemd[1]: Child 241 ((plymouth)) died (code=exited, status=0/SUCCESS)
Apr 24 12:44:33 localhost systemd[1]: emergency.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Apr 24 12:44:33 localhost systemd[1]: emergency.service: Child 241 belongs to emergency.service.
Apr 24 12:44:33 localhost systemd[1]: emergency.service: Control process exited, code=exited, status=0/SUCCESS
Apr 24 12:44:33 localhost systemd[1]: emergency.service: Got final SIGCHLD for state start-pre.
Apr 24 12:44:33 localhost systemd[1]: emergency.service: Passing 0 fds to service
Apr 24 12:44:33 localhost systemd[1]: emergency.service: About to execute: /nix/store/cgvsmcmbxv1aszhhzy8b86gmas58bvbr-busybox-1.31.1/bin/ash
Apr 24 12:44:33 localhost systemd[1]: emergency.service: Forked /nix/store/cgvsmcmbxv1aszhhzy8b86gmas58bvbr-busybox-1.31.1/bin/ash as 242
Apr 24 12:44:33 localhost systemd[1]: emergency.service: Changed start-pre -> running
Apr 24 12:44:33 localhost systemd[242]: emergency.service: Executing: /nix/store/cgvsmcmbxv1aszhhzy8b86gmas58bvbr-busybox-1.31.1/bin/ash
Apr 24 12:44:37 localhost systemd-udevd[133]: Cleanup idle workers
Apr 24 12:44:37 localhost systemd-udevd[189]: Unload module index
Apr 24 12:44:37 localhost systemd-udevd[193]: Unload module index
Apr 24 12:44:37 localhost systemd-udevd[205]: Unload module index
Apr 24 12:44:37 localhost systemd-udevd[190]: Unload module index
Apr 24 12:44:37 localhost systemd-udevd[189]: Unloaded link configuration context.
Apr 24 12:44:37 localhost systemd-udevd[205]: Unloaded link configuration context.
Apr 24 12:44:37 localhost systemd-udevd[193]: Unloaded link configuration context.
Apr 24 12:44:37 localhost systemd-udevd[190]: Unloaded link configuration context.
Apr 24 12:44:37 localhost systemd-udevd[133]: Worker [189] exited
Apr 24 12:44:37 localhost systemd-udevd[133]: Worker [190] exited
Apr 24 12:44:37 localhost systemd-udevd[133]: Worker [193] exited
Apr 24 12:44:37 localhost systemd-udevd[133]: Worker [205] exited
Apr 24 12:46:21 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (WATCHDOG=1)
Apr 24 12:46:21 localhost systemd[1]: systemd-udevd.service: Got notification message from PID 133 (WATCHDOG=1)
Apr 24 12:48:01 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (WATCHDOG=1)
Apr 24 12:48:21 localhost systemd[1]: systemd-udevd.service: Got notification message from PID 133 (WATCHDOG=1)
Apr 24 12:49:21 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (WATCHDOG=1)
Apr 24 12:50:21 localhost systemd[1]: systemd-udevd.service: Got notification message from PID 133 (WATCHDOG=1)
Apr 24 12:51:01 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (WATCHDOG=1)
Apr 24 12:52:21 localhost systemd[1]: Received SIGCHLD from PID 246 (less).
Apr 24 12:52:21 localhost systemd[1]: Child 246 (less) died (code=exited, status=0/SUCCESS)
Apr 24 12:52:21 localhost systemd[1]: emergency.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Apr 24 12:52:21 localhost systemd[1]: emergency.service: Child 246 belongs to emergency.service.
Apr 24 12:52:21 localhost systemd[1]: systemd-journald.service: Got notification message from PID 121 (WATCHDOG=1)
Apr 24 12:52:21 localhost systemd[1]: systemd-udevd.service: Got notification message from PID 133 (WATCHDOG=1)
Apr 24 12:52:59 localhost systemd[1]: sysroot.mount: Succeeded.
Apr 24 12:52:59 localhost systemd[1]: sysroot.mount: Changed mounted -> dead
Apr 24 12:52:59 localhost systemd[1]: sysroot.mount: lost dependency BindsTo=dev-mapper-root.device
Apr 24 12:52:59 localhost systemd[1]: dev-mapper-root.device: lost dependency BoundBy=sysroot.mount
Apr 24 12:52:59 localhost systemd[1]: dev-mapper-root.device: lost dependency Before=sysroot.mount
Apr 24 12:52:59 localhost systemd[1]: dev-mapper-root.device: lost dependency ReferencedBy=sysroot.mount
Apr 24 12:52:59 localhost systemd[1]: sysroot.mount: lost dependency After=dev-mapper-root.device
Apr 24 12:52:59 localhost systemd[1]: sysroot.mount: lost dependency After=blockdev@dev-mapper-root.target
Apr 24 12:52:59 localhost systemd[1]: blockdev@dev-mapper-root.target: lost dependency Before=sysroot.mount
Apr 24 12:52:59 localhost systemd[1]: blockdev@dev-mapper-root.target: lost dependency ReferencedBy=sysroot.mount
Apr 24 12:52:59 localhost systemd[1]: sysroot.mount: lost dependency References=blockdev@dev-mapper-root.target
Apr 24 12:52:59 localhost systemd[1]: sysroot.mount: lost dependency References=dev-mapper-root.device
Apr 24 12:52:59 localhost systemd-udevd[133]: btrfs-1: Device (SEQNUM=2081, ACTION=remove) is queued
Apr 24 12:52:59 localhost systemd-udevd[133]: Validate module index
Apr 24 12:52:59 localhost systemd-udevd[133]: Check if link configuration needs reloading.
Apr 24 12:52:59 localhost systemd-udevd[133]: btrfs-1: Device (SEQNUM=2081, ACTION=remove) ready for processing
Apr 24 12:52:59 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 252.
Apr 24 12:52:59 localhost systemd-udevd[133]: btrfs-1: Worker [252] is forked for processing SEQNUM=2081.
Apr 24 12:52:59 localhost systemd-udevd[252]: btrfs-1: Processing device (SEQNUM=2081, ACTION=remove)
Apr 24 12:52:59 localhost systemd-udevd[252]: btrfs-1: Device (SEQNUM=2081, ACTION=remove) processed
Apr 24 12:52:59 localhost systemd-udevd[252]: btrfs-1: sd-device-monitor: Passed 144 byte to netlink monitor
Apr 24 12:53:02 localhost systemd-udevd[133]: Cleanup idle workers
Apr 24 12:53:02 localhost systemd-udevd[252]: Unload module index
Apr 24 12:53:02 localhost systemd-udevd[252]: Unloaded link configuration context.
Apr 24 12:53:02 localhost systemd-udevd[133]: Worker [252] exited
Apr 24 12:53:05 localhost systemd-udevd[133]: btrfs-2: Device (SEQNUM=2082, ACTION=add) is queued
Apr 24 12:53:05 localhost systemd-udevd[133]: Validate module index
Apr 24 12:53:05 localhost systemd-udevd[133]: Check if link configuration needs reloading.
Apr 24 12:53:05 localhost systemd-udevd[133]: btrfs-2: Device (SEQNUM=2082, ACTION=add) ready for processing
Apr 24 12:53:05 localhost systemd-udevd[133]: Successfully forked off 'n/a' as PID 256.
Apr 24 12:53:05 localhost systemd-udevd[133]: btrfs-2: Worker [256] is forked for processing SEQNUM=2082.
Apr 24 12:53:05 localhost systemd-udevd[256]: btrfs-2: Processing device (SEQNUM=2082, ACTION=add)
Apr 24 12:53:05 localhost systemd-udevd[256]: btrfs-2: Device (SEQNUM=2082, ACTION=add) processed
Apr 24 12:53:05 localhost systemd-udevd[256]: btrfs-2: sd-device-monitor: Passed 141 byte to netlink monitor
Apr 24 12:53:05 localhost kernel: BTRFS info (device dm-0): disk space caching is enabled
Apr 24 12:53:05 localhost kernel: BTRFS info (device dm-0): has skinny extents
Apr 24 12:53:05 localhost kernel: BTRFS info (device dm-0): enabling ssd optimizations
Apr 24 12:53:05 localhost systemd[1]: sysroot.mount: Changed dead -> mounted
Apr 24 12:53:08 localhost systemd-udevd[133]: Cleanup idle workers
Apr 24 12:53:08 localhost systemd[1]: systemd-udevd.service: Got notification message from PID 133 (WATCHDOG=1)
Apr 24 12:53:08 localhost systemd-udevd[256]: Unload module index
Apr 24 12:53:08 localhost systemd-udevd[256]: Unloaded link configuration context.
Apr 24 12:53:08 localhost systemd-udevd[133]: Worker [256] exited
_______________________________________________
systemd-devel mailing list
systemd-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux