You are not logged in.
After a update last night, I can't log in any more.
The issue seems to be with getty. In journal logs I get:
getty@tt1.service: Failed to set up standard input: No such file or directory
getty@tt1.service: Failed that step STDIN spawning /sbin/agetty: No such file or directoryI can see in system.d settings for getty it has this config:
[Service]
ExecStart =-/sbin/agetty ...
StandardInput=tty
TTYPath=/dev/%iSo this ought to mean it should be looking for /dev/tty1.
I have enabled debug logging for udev, and I can see that after boot that udev is giving access to tty1:
tty1: Setting permissions /dev/tty1, uid=0, gid=5, mode=0620gid=5 is group tty, which is in my /etc/groups. I have also put this in initcpio and verified that the image is in the /boot partition.
If I go to systemd.unit=emergency.target, and udev trigger tty, then I can call `/sbin/agetty tty2` and type in my username in tty2, but it locks before I can type in my password.
I'm a bit stuck now - any ideas?
Last edited by wbecker (2025-07-11 16:09:25)
Offline
I reinstalled every package and this seemed to fix it. Bit of a hammer to solve it, but oh well...
Offline
Further update - after having had it work for a bit, I had issues with my nvidia drivers and reinstalled the kernel and some other packages. It has now its broken again with the same issue! This time, reinstalling everything doesn't seemed to have helped. It's strange that it did help and maybe points at the underlying problem, but I can't see it...
Offline
This has only ever shown up in https://bbs.archlinux.org/viewtopic.php?id=282992
stat /sbin
stat /sbin/agetty
sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files' | grep -v backupAnd if you can, please post the entire journal.
Offline
stat /sbin
File: /sbin -> usr/bin
Size: 7 Blocks: 0 IO Block: 4096 symbolic link
Device: 8,2 Inode: 15 Links: 1
Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2025-07-11 17:00:22.665152821 +0100
Modify: 2025-05-03 20:26:18.000000000 +0100
Change: 2025-07-11 16:55:00.845160206 +0100
Birth: 2025-07-11 16:55:00.845160206 +0100stat /sbin/agetty
File: /sbin/agetty
Size: 56600 Blocks: 112 IO Block: 4096 regular file
Device: 8,2 Inode: 1444956 Links: 1
Access: (0755/-rwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2025-07-11 17:01:18.758838051 +0100
Modify: 2025-06-24 11:45:04.000000000 +0100
Change: 2025-07-11 16:55:13.458493244 +0100
Birth: 2025-07-11 16:55:13.458493244 +0100sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files' | grep -v backup
warning: accountsservice: /var/lib/AccountsService (Permissions mismatch)
warning: accountsservice: /var/lib/AccountsService/icons (Permissions mismatch)
warning: accountsservice: /var/lib/AccountsService/users (Permissions mismatch)
warning: bluez: /etc/bluetooth (Permissions mismatch)
warning: filesystem: /etc/resolv.conf (UID mismatch)
warning: filesystem: /etc/resolv.conf (GID mismatch)
warning: java-runtime-common: /usr/lib/jvm/default (Symlink path mismatch)
warning: java-runtime-common: /usr/lib/jvm/default (Modification time mismatch)
warning: java-runtime-common: /usr/lib/jvm/default-runtime (Symlink path mismatch)
warning: java-runtime-common: /usr/lib/jvm/default-runtime (Modification time mismatch)
warning: libutempter: /usr/lib/utempter/utempter (GID mismatch)
warning: libutempter: /usr/lib/utempter/utempter (Permissions mismatch)
warning: libvlc: /usr/lib/vlc/plugins/plugins.dat (Modification time mismatch)
warning: libvlc: /usr/lib/vlc/plugins/plugins.dat (Size mismatch)
warning: libvlc: /usr/lib/vlc/plugins/plugins.dat (SHA256 checksum mismatch)
warning: mariadb: /usr/lib/mysql/plugin/auth_pam_tool_dir (Permissions mismatch)
warning: nodejs-nopt: /usr/bin/nopt (Permissions mismatch)
warning: nordvpn-bin: /var/lib/nordvpn/data/countries.dat (Modification time mismatch)
warning: nordvpn-bin: /var/lib/nordvpn/data/countries.dat (Size mismatch)
warning: nordvpn-bin: /var/lib/nordvpn/data/countries.dat (SHA256 checksum mismatch)
warning: nordvpn-bin: /var/lib/nordvpn/data/insights.dat (Modification time mismatch)
warning: nordvpn-bin: /var/lib/nordvpn/data/insights.dat (SHA256 checksum mismatch)
warning: nordvpn-bin: /var/lib/nordvpn/data/servers.dat (Modification time mismatch)
warning: nordvpn-bin: /var/lib/nordvpn/data/servers.dat (Size mismatch)
warning: nordvpn-bin: /var/lib/nordvpn/data/servers.dat (SHA256 checksum mismatch)
warning: passim: /var/lib/passim (UID mismatch)
warning: passim: /var/lib/passim (GID mismatch)
warning: passim: /var/lib/passim/data (UID mismatch)
warning: passim: /var/lib/passim/data (GID mismatch)
warning: python-conda: /usr/bin/conda (Modification time mismatch)
warning: python-conda: /usr/bin/conda (Size mismatch)
warning: python-conda: /usr/bin/conda (SHA256 checksum mismatch)
warning: python-conda: /usr/bin/conda-env (Modification time mismatch)
warning: python-conda: /usr/bin/conda-env (Size mismatch)
warning: python-conda: /usr/bin/conda-env (SHA256 checksum mismatch)
warning: shadow: /usr/bin/groupmems (GID mismatch)
warning: shadow: /usr/bin/groupmems (Permissions mismatch)
warning: systemd: /var/log/journal (GID mismatch)
accountsservice: 298 total files, 3 altered files
bluez: 38 total files, 1 altered file
filesystem: 124 total files, 1 altered file
java-runtime-common: 21 total files, 2 altered files
libutempter: 20 total files, 1 altered file
libvlc: 120 total files, 1 altered file
mariadb: 491 total files, 1 altered file
nodejs-nopt: 30 total files, 1 altered file
nordvpn-bin: 58 total files, 3 altered files
passim: 86 total files, 2 altered files
python-conda: 659 total files, 2 altered files
shadow: 576 total files, 1 altered file
systemd: 1570 total files, 1 altered filei'll post the journal separately!
Offline
journal:
Jul 11 22:15:27 megalex kernel: Linux version 6.15.6-arch1-1 (linux@archlinux) (gcc (GCC) 15.1.1 20250425, GNU ld (GNU Binutils) 2.44.0) #1 SMP PREEMPT_DYNAMIC Thu, 10 Jul 2025 17:10:18 +0000
Jul 11 22:15:27 megalex kernel: Command line: \\vmlinuz-linux ro root=UUID=bd79e6f2-0cc4-49cf-ac74-d5b57e11b009 nvidia_drm.modeset=1 initrd=\initramfs-linux.img
Jul 11 22:15:27 megalex kernel: BIOS-provided physical RAM map:
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000082ab9fff] usable
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x0000000082aba000-0x0000000082abafff] ACPI NVS
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x0000000082abb000-0x0000000082abbfff] reserved
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x0000000082abc000-0x000000008e6b8fff] usable
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x000000008e6b9000-0x000000008eb68fff] reserved
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x000000008eb69000-0x000000008eb9afff] ACPI data
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x000000008eb9b000-0x000000008efb7fff] ACPI NVS
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x000000008efb8000-0x000000008fbfefff] reserved
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x000000008fbff000-0x000000008fbfffff] usable
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x000000008fc00000-0x000000008fffffff] reserved
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jul 11 22:15:27 megalex kernel: BIOS-e820: [mem 0x0000000100000000-0x000000106effffff] usable
Jul 11 22:15:27 megalex kernel: The simpledrm driver will not be probed
Jul 11 22:15:27 megalex kernel: NX (Execute Disable) protection: active
Jul 11 22:15:27 megalex kernel: APIC: Static calls initialized
Jul 11 22:15:27 megalex kernel: efi: EFI v2.6 by American Megatrends
Jul 11 22:15:27 megalex kernel: efi: ACPI 2.0=0x8ec10000 ACPI=0x8ec10000 SMBIOS=0x8fa65000 ESRT=0x89360f18 MEMATTR=0x89336018 INITRD=0x82078e18
Jul 11 22:15:27 megalex kernel: efi: Remove mem41: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
Jul 11 22:15:27 megalex kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
Jul 11 22:15:27 megalex kernel: efi: Not removing mem42: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Jul 11 22:15:27 megalex kernel: efi: Not removing mem43: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Jul 11 22:15:27 megalex kernel: efi: Not removing mem44: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Jul 11 22:15:27 megalex kernel: efi: Not removing mem45: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Jul 11 22:15:27 megalex kernel: efi: Remove mem46: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Jul 11 22:15:27 megalex kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Jul 11 22:15:27 megalex kernel: SMBIOS 3.0 present.
Jul 11 22:15:27 megalex kernel: DMI: MSI MS-7A63/Z270 GAMING PRO CARBON (MS-7A63), BIOS 1.50 06/27/2017
Jul 11 22:15:27 megalex kernel: DMI: Memory slots populated: 4/4
Jul 11 22:15:27 megalex kernel: tsc: Detected 3600.000 MHz processor
Jul 11 22:15:27 megalex kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jul 11 22:15:27 megalex kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jul 11 22:15:27 megalex kernel: last_pfn = 0x106f000 max_arch_pfn = 0x400000000
Jul 11 22:15:27 megalex kernel: MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
Jul 11 22:15:27 megalex kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Jul 11 22:15:27 megalex kernel: last_pfn = 0x8fc00 max_arch_pfn = 0x400000000
Jul 11 22:15:27 megalex kernel: found SMP MP-table at [mem 0x000fcc30-0x000fcc3f]
Jul 11 22:15:27 megalex kernel: esrt: Reserving ESRT space from 0x0000000089360f18 to 0x0000000089360f50.
Jul 11 22:15:27 megalex kernel: e820: update [mem 0x89360000-0x89360fff] usable ==> reserved
Jul 11 22:15:27 megalex kernel: Using GB pages for direct mapping
Jul 11 22:15:27 megalex kernel: Secure boot disabled
Jul 11 22:15:27 megalex kernel: RAMDISK: [mem 0x7cee0000-0x7fffffff]
Jul 11 22:15:27 megalex kernel: ACPI: Early table checksum verification disabled
Jul 11 22:15:27 megalex kernel: ACPI: RSDP 0x000000008EC10000 000024 (v02 ALASKA)
Jul 11 22:15:27 megalex kernel: ACPI: XSDT 0x000000008EC100B0 0000DC (v01 ALASKA A M I 01072009 AMI 00010013)
Jul 11 22:15:27 megalex kernel: ACPI: FACP 0x000000008EC37420 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
Jul 11 22:15:27 megalex kernel: ACPI: DSDT 0x000000008EC10220 0271FD (v02 ALASKA A M I 01072009 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: FACS 0x000000008EFB7D80 000040
Jul 11 22:15:27 megalex kernel: ACPI: APIC 0x000000008EC37538 0000BC (v03 ALASKA A M I 01072009 AMI 00010013)
Jul 11 22:15:27 megalex kernel: ACPI: FPDT 0x000000008EC375F8 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
Jul 11 22:15:27 megalex kernel: ACPI: FIDT 0x000000008EC37640 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
Jul 11 22:15:27 megalex kernel: ACPI: MCFG 0x000000008EC376E0 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
Jul 11 22:15:27 megalex kernel: ACPI: SSDT 0x000000008EC37720 0003A3 (v01 SataRe SataTabl 00001000 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: SSDT 0x000000008EC37AC8 003176 (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: SSDT 0x000000008EC3AC40 0025A5 (v02 PegSsd PegSsdt 00001000 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: HPET 0x000000008EC3D1E8 000038 (v01 INTEL KBL 00000001 MSFT 0000005F)
Jul 11 22:15:27 megalex kernel: ACPI: SSDT 0x000000008EC3D220 000DE5 (v02 INTEL Ther_Rvp 00001000 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: SSDT 0x000000008EC3E008 000A2C (v02 INTEL xh_rvp08 00000000 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: UEFI 0x000000008EC3EA38 000042 (v01 ALASKA A M I 00000002 01000013)
Jul 11 22:15:27 megalex kernel: ACPI: SSDT 0x000000008EC3EA80 000EDE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: LPIT 0x000000008EC3F960 000094 (v01 INTEL KBL 00000000 MSFT 0000005F)
Jul 11 22:15:27 megalex kernel: ACPI: SSDT 0x000000008EC3F9F8 000141 (v02 INTEL HdaDsp 00000000 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: SSDT 0x000000008EC3FB40 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: SSDT 0x000000008EC3FDE0 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: SSDT 0x000000008EC42DE8 000517 (v02 INTEL TbtTypeC 00000000 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: DBGP 0x000000008EC43300 000034 (v01 INTEL 00000002 MSFT 0000005F)
Jul 11 22:15:27 megalex kernel: ACPI: DBG2 0x000000008EC43338 000054 (v00 INTEL 00000002 MSFT 0000005F)
Jul 11 22:15:27 megalex kernel: ACPI: DMAR 0x000000008EC43390 000070 (v01 INTEL KBL 00000001 INTL 00000001)
Jul 11 22:15:27 megalex kernel: ACPI: BGRT 0x000000008EC43400 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
Jul 11 22:15:27 megalex kernel: ACPI: WSMT 0x000000008EC43438 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
Jul 11 22:15:27 megalex kernel: ACPI: Reserving FACP table memory at [mem 0x8ec37420-0x8ec37533]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving DSDT table memory at [mem 0x8ec10220-0x8ec3741c]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving FACS table memory at [mem 0x8efb7d80-0x8efb7dbf]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving APIC table memory at [mem 0x8ec37538-0x8ec375f3]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving FPDT table memory at [mem 0x8ec375f8-0x8ec3763b]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving FIDT table memory at [mem 0x8ec37640-0x8ec376db]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving MCFG table memory at [mem 0x8ec376e0-0x8ec3771b]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec37720-0x8ec37ac2]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec37ac8-0x8ec3ac3d]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec3ac40-0x8ec3d1e4]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving HPET table memory at [mem 0x8ec3d1e8-0x8ec3d21f]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec3d220-0x8ec3e004]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec3e008-0x8ec3ea33]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving UEFI table memory at [mem 0x8ec3ea38-0x8ec3ea79]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec3ea80-0x8ec3f95d]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving LPIT table memory at [mem 0x8ec3f960-0x8ec3f9f3]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec3f9f8-0x8ec3fb38]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec3fb40-0x8ec3fdde]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec3fde0-0x8ec42de1]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec42de8-0x8ec432fe]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving DBGP table memory at [mem 0x8ec43300-0x8ec43333]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving DBG2 table memory at [mem 0x8ec43338-0x8ec4338b]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving DMAR table memory at [mem 0x8ec43390-0x8ec433ff]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving BGRT table memory at [mem 0x8ec43400-0x8ec43437]
Jul 11 22:15:27 megalex kernel: ACPI: Reserving WSMT table memory at [mem 0x8ec43438-0x8ec4345f]
Jul 11 22:15:27 megalex kernel: No NUMA configuration found
Jul 11 22:15:27 megalex kernel: Faking a node at [mem 0x0000000000000000-0x000000106effffff]
Jul 11 22:15:27 megalex kernel: NODE_DATA(0) allocated [mem 0x106efd5280-0x106effffff]
Jul 11 22:15:27 megalex kernel: Zone ranges:
Jul 11 22:15:27 megalex kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Jul 11 22:15:27 megalex kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Jul 11 22:15:27 megalex kernel: Normal [mem 0x0000000100000000-0x000000106effffff]
Jul 11 22:15:27 megalex kernel: Device empty
Jul 11 22:15:27 megalex kernel: Movable zone start for each node
Jul 11 22:15:27 megalex kernel: Early memory node ranges
Jul 11 22:15:27 megalex kernel: node 0: [mem 0x0000000000001000-0x0000000000057fff]
Jul 11 22:15:27 megalex kernel: node 0: [mem 0x0000000000059000-0x000000000009efff]
Jul 11 22:15:27 megalex kernel: node 0: [mem 0x0000000000100000-0x0000000082ab9fff]
Jul 11 22:15:27 megalex kernel: node 0: [mem 0x0000000082abc000-0x000000008e6b8fff]
Jul 11 22:15:27 megalex kernel: node 0: [mem 0x000000008fbff000-0x000000008fbfffff]
Jul 11 22:15:27 megalex kernel: node 0: [mem 0x0000000100000000-0x000000106effffff]
Jul 11 22:15:27 megalex kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000106effffff]
Jul 11 22:15:27 megalex kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 11 22:15:27 megalex kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 11 22:15:27 megalex kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Jul 11 22:15:27 megalex kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
Jul 11 22:15:27 megalex kernel: On node 0, zone DMA32: 5446 pages in unavailable ranges
Jul 11 22:15:27 megalex kernel: On node 0, zone Normal: 1024 pages in unavailable ranges
Jul 11 22:15:27 megalex kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Jul 11 22:15:27 megalex kernel: ACPI: PM-Timer IO Port: 0x1808
Jul 11 22:15:27 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jul 11 22:15:27 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jul 11 22:15:27 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jul 11 22:15:27 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jul 11 22:15:27 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jul 11 22:15:27 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jul 11 22:15:27 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jul 11 22:15:27 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jul 11 22:15:27 megalex kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jul 11 22:15:27 megalex kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jul 11 22:15:27 megalex kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jul 11 22:15:27 megalex kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jul 11 22:15:27 megalex kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jul 11 22:15:27 megalex kernel: e820: update [mem 0x88d8d000-0x88fcdfff] usable ==> reserved
Jul 11 22:15:27 megalex kernel: TSC deadline timer available
Jul 11 22:15:27 megalex kernel: CPU topo: Max. logical packages: 1
Jul 11 22:15:27 megalex kernel: CPU topo: Max. logical dies: 1
Jul 11 22:15:27 megalex kernel: CPU topo: Max. dies per package: 1
Jul 11 22:15:27 megalex kernel: CPU topo: Max. threads per core: 2
Jul 11 22:15:27 megalex kernel: CPU topo: Num. cores per package: 4
Jul 11 22:15:27 megalex kernel: CPU topo: Num. threads per package: 8
Jul 11 22:15:27 megalex kernel: CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
Jul 11 22:15:27 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jul 11 22:15:27 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Jul 11 22:15:27 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Jul 11 22:15:27 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x82aba000-0x82abbfff]
Jul 11 22:15:27 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x88d8d000-0x88fcdfff]
Jul 11 22:15:27 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x89360000-0x89360fff]
Jul 11 22:15:27 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x8e6b9000-0x8fbfefff]
Jul 11 22:15:27 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x8fc00000-0xffffffff]
Jul 11 22:15:27 megalex kernel: [mem 0x90000000-0xfdffffff] available for PCI devices
Jul 11 22:15:27 megalex kernel: Booting paravirtualized kernel on bare hardware
Jul 11 22:15:27 megalex kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Jul 11 22:15:27 megalex kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Jul 11 22:15:27 megalex kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
Jul 11 22:15:27 megalex kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
Jul 11 22:15:27 megalex kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Jul 11 22:15:27 megalex kernel: Kernel command line: \\vmlinuz-linux ro root=UUID=bd79e6f2-0cc4-49cf-ac74-d5b57e11b009 nvidia_drm.modeset=1 initrd=\initramfs-linux.img
Jul 11 22:15:27 megalex kernel: Unknown kernel command line parameters "\\vmlinuz-linux", will be passed to user space.
Jul 11 22:15:27 megalex kernel: random: crng init done
Jul 11 22:15:27 megalex kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Jul 11 22:15:27 megalex kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Jul 11 22:15:27 megalex kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Jul 11 22:15:27 megalex kernel: software IO TLB: area num 8.
Jul 11 22:15:27 megalex kernel: Fallback order for Node 0: 0
Jul 11 22:15:27 megalex kernel: Built 1 zonelists, mobility grouping on. Total pages: 16766549
Jul 11 22:15:27 megalex kernel: Policy zone: Normal
Jul 11 22:15:27 megalex kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jul 11 22:15:27 megalex kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Jul 11 22:15:27 megalex kernel: Kernel/User page tables isolation: enabled
Jul 11 22:15:27 megalex kernel: ftrace: allocating 55582 entries in 220 pages
Jul 11 22:15:27 megalex kernel: ftrace: allocated 220 pages with 5 groups
Jul 11 22:15:27 megalex kernel: Dynamic Preempt: full
Jul 11 22:15:27 megalex kernel: rcu: Preemptible hierarchical RCU implementation.
Jul 11 22:15:27 megalex kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
Jul 11 22:15:27 megalex kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Jul 11 22:15:27 megalex kernel: Trampoline variant of Tasks RCU enabled.
Jul 11 22:15:27 megalex kernel: Rude variant of Tasks RCU enabled.
Jul 11 22:15:27 megalex kernel: Tracing variant of Tasks RCU enabled.
Jul 11 22:15:27 megalex kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Jul 11 22:15:27 megalex kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Jul 11 22:15:27 megalex kernel: RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Jul 11 22:15:27 megalex kernel: RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Jul 11 22:15:27 megalex kernel: RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Jul 11 22:15:27 megalex kernel: NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
Jul 11 22:15:27 megalex kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jul 11 22:15:27 megalex kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jul 11 22:15:27 megalex kernel: Console: colour dummy device 80x25
Jul 11 22:15:27 megalex kernel: printk: legacy console [tty0] enabled
Jul 11 22:15:27 megalex kernel: ACPI: Core revision 20240827
Jul 11 22:15:27 megalex kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Jul 11 22:15:27 megalex kernel: APIC: Switch to symmetric I/O mode setup
Jul 11 22:15:27 megalex kernel: DMAR: Host address width 39
Jul 11 22:15:27 megalex kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x1
Jul 11 22:15:27 megalex kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da
Jul 11 22:15:27 megalex kernel: DMAR: RMRR base: 0x0000008eace000 end: 0x0000008eaedfff
Jul 11 22:15:27 megalex kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed90000 IOMMU 0
Jul 11 22:15:27 megalex kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed90000
Jul 11 22:15:27 megalex kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jul 11 22:15:27 megalex kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jul 11 22:15:27 megalex kernel: x2apic enabled
Jul 11 22:15:27 megalex kernel: APIC: Switched APIC routing to: cluster x2apic
Jul 11 22:15:27 megalex kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jul 11 22:15:27 megalex kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f, max_idle_ns: 440795236593 ns
Jul 11 22:15:27 megalex kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7200.00 BogoMIPS (lpj=3600000)
Jul 11 22:15:27 megalex kernel: x86/cpu: SGX disabled or unsupported by BIOS.
Jul 11 22:15:27 megalex kernel: CPU0: Thermal monitoring enabled (TM1)
Jul 11 22:15:27 megalex kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Jul 11 22:15:27 megalex kernel: Last level dTLB entries: 4KB 64, 2MB 32, 4MB 32, 1GB 4
Jul 11 22:15:27 megalex kernel: process: using mwait in idle threads
Jul 11 22:15:27 megalex kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jul 11 22:15:27 megalex kernel: Spectre V2 : Mitigation: IBRS
Jul 11 22:15:27 megalex kernel: Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
Jul 11 22:15:27 megalex kernel: RETBleed: Mitigation: IBRS
Jul 11 22:15:27 megalex kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jul 11 22:15:27 megalex kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Jul 11 22:15:27 megalex kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jul 11 22:15:27 megalex kernel: MDS: Mitigation: Clear CPU buffers
Jul 11 22:15:27 megalex kernel: TAA: Mitigation: TSX disabled
Jul 11 22:15:27 megalex kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Jul 11 22:15:27 megalex kernel: SRBDS: Mitigation: Microcode
Jul 11 22:15:27 megalex kernel: GDS: Mitigation: Microcode
Jul 11 22:15:27 megalex kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jul 11 22:15:27 megalex kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jul 11 22:15:27 megalex kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jul 11 22:15:27 megalex kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Jul 11 22:15:27 megalex kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Jul 11 22:15:27 megalex kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Jul 11 22:15:27 megalex kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
Jul 11 22:15:27 megalex kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
Jul 11 22:15:27 megalex kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Jul 11 22:15:27 megalex kernel: Freeing SMP alternatives memory: 52K
Jul 11 22:15:27 megalex kernel: pid_max: default: 32768 minimum: 301
Jul 11 22:15:27 megalex kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Jul 11 22:15:27 megalex kernel: landlock: Up and running.
Jul 11 22:15:27 megalex kernel: Yama: becoming mindful.
Jul 11 22:15:27 megalex kernel: LSM support for eBPF active
Jul 11 22:15:27 megalex kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jul 11 22:15:27 megalex kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jul 11 22:15:27 megalex kernel: smpboot: CPU0: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz (family: 0x6, model: 0x9e, stepping: 0x9)
Jul 11 22:15:27 megalex kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Jul 11 22:15:27 megalex kernel: ... version: 4
Jul 11 22:15:27 megalex kernel: ... bit width: 48
Jul 11 22:15:27 megalex kernel: ... generic registers: 4
Jul 11 22:15:27 megalex kernel: ... value mask: 0000ffffffffffff
Jul 11 22:15:27 megalex kernel: ... max period: 00007fffffffffff
Jul 11 22:15:27 megalex kernel: ... fixed-purpose events: 3
Jul 11 22:15:27 megalex kernel: ... event mask: 000000070000000f
Jul 11 22:15:27 megalex kernel: signal: max sigframe size: 2032
Jul 11 22:15:27 megalex kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1137
Jul 11 22:15:27 megalex kernel: rcu: Hierarchical SRCU implementation.
Jul 11 22:15:27 megalex kernel: rcu: Max phase no-delay instances is 400.
Jul 11 22:15:27 megalex kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Jul 11 22:15:27 megalex kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jul 11 22:15:27 megalex kernel: smp: Bringing up secondary CPUs ...
Jul 11 22:15:27 megalex kernel: smpboot: x86: Booting SMP configuration:
Jul 11 22:15:27 megalex kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
Jul 11 22:15:27 megalex kernel: Transient Scheduler Attacks: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Jul 11 22:15:27 megalex kernel: Transient Scheduler Attacks: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Jul 11 22:15:27 megalex kernel: smp: Brought up 1 node, 8 CPUs
Jul 11 22:15:27 megalex kernel: smpboot: Total of 8 processors activated (57600.00 BogoMIPS)
Jul 11 22:15:27 megalex kernel: Memory: 65720672K/67066196K available (19692K kernel code, 2940K rwdata, 16528K rodata, 4640K init, 5028K bss, 1328640K reserved, 0K cma-reserved)
Jul 11 22:15:27 megalex kernel: devtmpfs: initialized
Jul 11 22:15:27 megalex kernel: x86/mm: Memory block size: 2048MB
Jul 11 22:15:27 megalex kernel: ACPI: PM: Registering ACPI NVS region [mem 0x82aba000-0x82abafff] (4096 bytes)
Jul 11 22:15:27 megalex kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8eb9b000-0x8efb7fff] (4313088 bytes)
Jul 11 22:15:27 megalex kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Jul 11 22:15:27 megalex kernel: posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear)
Jul 11 22:15:27 megalex kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Jul 11 22:15:27 megalex kernel: pinctrl core: initialized pinctrl subsystem
Jul 11 22:15:27 megalex kernel: PM: RTC time: 21:15:25, date: 2025-07-11
Jul 11 22:15:27 megalex kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jul 11 22:15:27 megalex kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Jul 11 22:15:27 megalex kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jul 11 22:15:27 megalex kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jul 11 22:15:27 megalex kernel: audit: initializing netlink subsys (disabled)
Jul 11 22:15:27 megalex kernel: audit: type=2000 audit(1752268525.050:1): state=initialized audit_enabled=0 res=1
Jul 11 22:15:27 megalex kernel: thermal_sys: Registered thermal governor 'fair_share'
Jul 11 22:15:27 megalex kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jul 11 22:15:27 megalex kernel: thermal_sys: Registered thermal governor 'step_wise'
Jul 11 22:15:27 megalex kernel: thermal_sys: Registered thermal governor 'user_space'
Jul 11 22:15:27 megalex kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jul 11 22:15:27 megalex kernel: cpuidle: using governor ladder
Jul 11 22:15:27 megalex kernel: cpuidle: using governor menu
Jul 11 22:15:27 megalex kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jul 11 22:15:27 megalex kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jul 11 22:15:27 megalex kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Jul 11 22:15:27 megalex kernel: PCI: Using configuration type 1 for base access
Jul 11 22:15:27 megalex kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jul 11 22:15:27 megalex kernel: HugeTLB: allocation took 0ms with hugepage_allocation_threads=2
Jul 11 22:15:27 megalex kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jul 11 22:15:27 megalex kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jul 11 22:15:27 megalex kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jul 11 22:15:27 megalex kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jul 11 22:15:27 megalex kernel: raid6: skipped pq benchmark and selected avx2x4
Jul 11 22:15:27 megalex kernel: raid6: using avx2x2 recovery algorithm
Jul 11 22:15:27 megalex kernel: fbcon: Taking over console
Jul 11 22:15:27 megalex kernel: ACPI: Added _OSI(Module Device)
Jul 11 22:15:27 megalex kernel: ACPI: Added _OSI(Processor Device)
Jul 11 22:15:27 megalex kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jul 11 22:15:27 megalex kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
Jul 11 22:15:27 megalex kernel: ACPI: Dynamic OEM Table Load:
Jul 11 22:15:27 megalex kernel: ACPI: SSDT 0xFFFF8943C0F67800 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: Dynamic OEM Table Load:
Jul 11 22:15:27 megalex kernel: ACPI: SSDT 0xFFFF8943C0F58800 000759 (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: Dynamic OEM Table Load:
Jul 11 22:15:27 megalex kernel: ACPI: SSDT 0xFFFF8943C0F59000 00065C (v02 PmRef ApIst 00003000 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: Dynamic OEM Table Load:
Jul 11 22:15:27 megalex kernel: ACPI: SSDT 0xFFFF8943C1BED000 000197 (v02 PmRef ApHwp 00003000 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: Dynamic OEM Table Load:
Jul 11 22:15:27 megalex kernel: ACPI: SSDT 0xFFFF8943C1BEF200 00018A (v02 PmRef ApCst 00003000 INTL 20160422)
Jul 11 22:15:27 megalex kernel: ACPI: Interpreter enabled
Jul 11 22:15:27 megalex kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jul 11 22:15:27 megalex kernel: ACPI: Using IOAPIC for interrupt routing
Jul 11 22:15:27 megalex kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jul 11 22:15:27 megalex kernel: PCI: Using E820 reservations for host bridge windows
Jul 11 22:15:27 megalex kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_TZ_.FN00: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_TZ_.FN01: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_TZ_.FN02: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_TZ_.FN03: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: \_TZ_.FN04: New power resource
Jul 11 22:15:27 megalex kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Jul 11 22:15:27 megalex kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jul 11 22:15:27 megalex kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER]
Jul 11 22:15:27 megalex kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR DPC]
Jul 11 22:15:27 megalex kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jul 11 22:15:27 megalex kernel: PCI host bridge to bus 0000:00
Jul 11 22:15:27 megalex kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Jul 11 22:15:27 megalex kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Jul 11 22:15:27 megalex kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jul 11 22:15:27 megalex kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
Jul 11 22:15:27 megalex kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Jul 11 22:15:27 megalex kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jul 11 22:15:27 megalex kernel: pci 0000:00:00.0: [8086:591f] type 00 class 0x060000 conventional PCI endpoint
Jul 11 22:15:27 megalex kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port
Jul 11 22:15:27 megalex kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jul 11 22:15:27 megalex kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
Jul 11 22:15:27 megalex kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff]
Jul 11 22:15:27 megalex kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Jul 11 22:15:27 megalex kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jul 11 22:15:27 megalex kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Jul 11 22:15:27 megalex kernel: pci 0000:00:08.0: BAR 0 [mem 0xdf24f000-0xdf24ffff 64bit]
Jul 11 22:15:27 megalex kernel: pci 0000:00:14.0: [8086:a2af] type 00 class 0x0c0330 conventional PCI endpoint
Jul 11 22:15:27 megalex kernel: pci 0000:00:14.0: BAR 0 [mem 0xdf230000-0xdf23ffff 64bit]
Jul 11 22:15:27 megalex kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jul 11 22:15:27 megalex kernel: pci 0000:00:14.2: [8086:a2b1] type 00 class 0x118000 conventional PCI endpoint
Jul 11 22:15:27 megalex kernel: pci 0000:00:14.2: BAR 0 [mem 0xdf24e000-0xdf24efff 64bit]
Jul 11 22:15:27 megalex kernel: pci 0000:00:16.0: [8086:a2ba] type 00 class 0x078000 conventional PCI endpoint
Jul 11 22:15:27 megalex kernel: pci 0000:00:16.0: BAR 0 [mem 0xdf24d000-0xdf24dfff 64bit]
Jul 11 22:15:27 megalex kernel: pci 0000:00:16.0: PME# supported from D3hot
Jul 11 22:15:27 megalex kernel: pci 0000:00:17.0: [8086:a282] type 00 class 0x010601 conventional PCI endpoint
Jul 11 22:15:27 megalex kernel: pci 0000:00:17.0: BAR 0 [mem 0xdf248000-0xdf249fff]
Jul 11 22:15:27 megalex kernel: pci 0000:00:17.0: BAR 1 [mem 0xdf24c000-0xdf24c0ff]
Jul 11 22:15:27 megalex kernel: pci 0000:00:17.0: BAR 2 [io 0xf050-0xf057]
Jul 11 22:15:27 megalex kernel: pci 0000:00:17.0: BAR 3 [io 0xf040-0xf043]
Jul 11 22:15:27 megalex kernel: pci 0000:00:17.0: BAR 4 [io 0xf020-0xf03f]
Jul 11 22:15:27 megalex kernel: pci 0000:00:17.0: BAR 5 [mem 0xdf24b000-0xdf24b7ff]
Jul 11 22:15:27 megalex kernel: pci 0000:00:17.0: PME# supported from D3hot
Jul 11 22:15:27 megalex kernel: pci 0000:00:1c.0: [8086:a290] type 01 class 0x060400 PCIe Root Port
Jul 11 22:15:27 megalex kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jul 11 22:15:27 megalex kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jul 11 22:15:27 megalex kernel: pci 0000:00:1c.4: [8086:a294] type 01 class 0x060400 PCIe Root Port
Jul 11 22:15:27 megalex kernel: pci 0000:00:1c.4: PCI bridge to [bus 03]
Jul 11 22:15:27 megalex kernel: pci 0000:00:1c.4: bridge window [mem 0xdf100000-0xdf1fffff]
Jul 11 22:15:27 megalex kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Jul 11 22:15:27 megalex kernel: pci 0000:00:1f.0: [8086:a2c5] type 00 class 0x060100 conventional PCI endpoint
Jul 11 22:15:27 megalex kernel: pci 0000:00:1f.2: [8086:a2a1] type 00 class 0x058000 conventional PCI endpoint
Jul 11 22:15:27 megalex kernel: pci 0000:00:1f.2: BAR 0 [mem 0xdf244000-0xdf247fff]
Jul 11 22:15:27 megalex kernel: pci 0000:00:1f.3: [8086:a2f0] type 00 class 0x040300 conventional PCI endpoint
Jul 11 22:15:27 megalex kernel: pci 0000:00:1f.3: BAR 0 [mem 0xdf240000-0xdf243fff 64bit]
Jul 11 22:15:27 megalex kernel: pci 0000:00:1f.3: BAR 4 [mem 0xdf220000-0xdf22ffff 64bit]
Jul 11 22:15:27 megalex kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jul 11 22:15:27 megalex kernel: pci 0000:00:1f.4: [8086:a2a3] type 00 class 0x0c0500 conventional PCI endpoint
Jul 11 22:15:27 megalex kernel: pci 0000:00:1f.4: BAR 0 [mem 0xdf24a000-0xdf24a0ff 64bit]
Jul 11 22:15:27 megalex kernel: pci 0000:00:1f.4: BAR 4 [io 0xf000-0xf01f]
Jul 11 22:15:27 megalex kernel: pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000 conventional PCI endpoint
Jul 11 22:15:27 megalex kernel: pci 0000:00:1f.6: BAR 0 [mem 0xdf200000-0xdf21ffff]
Jul 11 22:15:27 megalex kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Jul 11 22:15:27 megalex kernel: pci 0000:01:00.0: [10de:1c81] type 00 class 0x030000 PCIe Legacy Endpoint
Jul 11 22:15:27 megalex kernel: pci 0000:01:00.0: BAR 0 [mem 0xde000000-0xdeffffff]
Jul 11 22:15:27 megalex kernel: pci 0000:01:00.0: BAR 1 [mem 0xc0000000-0xcfffffff 64bit pref]
Jul 11 22:15:27 megalex kernel: pci 0000:01:00.0: BAR 3 [mem 0xd0000000-0xd1ffffff 64bit pref]
Jul 11 22:15:27 megalex kernel: pci 0000:01:00.0: BAR 5 [io 0xe000-0xe07f]
Jul 11 22:15:27 megalex kernel: pci 0000:01:00.0: ROM [mem 0xdf000000-0xdf07ffff pref]
Jul 11 22:15:27 megalex kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jul 11 22:15:27 megalex kernel: pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Jul 11 22:15:27 megalex kernel: pci 0000:01:00.1: [10de:0fb9] type 00 class 0x040300 PCIe Endpoint
Jul 11 22:15:27 megalex kernel: pci 0000:01:00.1: BAR 0 [mem 0xdf080000-0xdf083fff]
Jul 11 22:15:27 megalex kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jul 11 22:15:27 megalex kernel: acpiphp: Slot [1] registered
Jul 11 22:15:27 megalex kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jul 11 22:15:27 megalex kernel: pci 0000:03:00.0: [1b21:2142] type 00 class 0x0c0330 PCIe Legacy Endpoint
Jul 11 22:15:27 megalex kernel: pci 0000:03:00.0: BAR 0 [mem 0xdf100000-0xdf107fff 64bit]
Jul 11 22:15:27 megalex kernel: pci 0000:03:00.0: enabling Extended Tags
Jul 11 22:15:27 megalex kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Jul 11 22:15:27 megalex kernel: pci 0000:00:1c.4: PCI bridge to [bus 03]
Jul 11 22:15:27 megalex kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Jul 11 22:15:27 megalex kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Jul 11 22:15:27 megalex kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Jul 11 22:15:27 megalex kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Jul 11 22:15:27 megalex kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 11
Jul 11 22:15:27 megalex kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 11
Jul 11 22:15:27 megalex kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Jul 11 22:15:27 megalex kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Jul 11 22:15:27 megalex kernel: iommu: Default domain type: Translated
Jul 11 22:15:27 megalex kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jul 11 22:15:27 megalex kernel: SCSI subsystem initialized
Jul 11 22:15:27 megalex kernel: libata version 3.00 loaded.
Jul 11 22:15:27 megalex kernel: ACPI: bus type USB registered
Jul 11 22:15:27 megalex kernel: usbcore: registered new interface driver usbfs
Jul 11 22:15:27 megalex kernel: usbcore: registered new interface driver hub
Jul 11 22:15:27 megalex kernel: usbcore: registered new device driver usb
Jul 11 22:15:27 megalex kernel: EDAC MC: Ver: 3.0.0
Jul 11 22:15:27 megalex kernel: efivars: Registered efivars operations
Jul 11 22:15:27 megalex kernel: NetLabel: Initializing
Jul 11 22:15:27 megalex kernel: NetLabel: domain hash size = 128
Jul 11 22:15:27 megalex kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Jul 11 22:15:27 megalex kernel: NetLabel: unlabeled traffic allowed by default
Jul 11 22:15:27 megalex kernel: mctp: management component transport protocol core
Jul 11 22:15:27 megalex kernel: NET: Registered PF_MCTP protocol family
Jul 11 22:15:27 megalex kernel: PCI: Using ACPI for IRQ routing
Jul 11 22:15:27 megalex kernel: PCI: pci_cache_line_size set to 64 bytes
Jul 11 22:15:27 megalex kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Jul 11 22:15:27 megalex kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Jul 11 22:15:27 megalex kernel: e820: reserve RAM buffer [mem 0x82aba000-0x83ffffff]
Jul 11 22:15:27 megalex kernel: e820: reserve RAM buffer [mem 0x88d8d000-0x8bffffff]
Jul 11 22:15:27 megalex kernel: e820: reserve RAM buffer [mem 0x89360000-0x8bffffff]
Jul 11 22:15:27 megalex kernel: e820: reserve RAM buffer [mem 0x8e6b9000-0x8fffffff]
Jul 11 22:15:27 megalex kernel: e820: reserve RAM buffer [mem 0x8fc00000-0x8fffffff]
Jul 11 22:15:27 megalex kernel: e820: reserve RAM buffer [mem 0x106f000000-0x106fffffff]
Jul 11 22:15:27 megalex kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Jul 11 22:15:27 megalex kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jul 11 22:15:27 megalex kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jul 11 22:15:27 megalex kernel: vgaarb: loaded
Jul 11 22:15:27 megalex kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jul 11 22:15:27 megalex kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Jul 11 22:15:27 megalex kernel: clocksource: Switched to clocksource tsc-early
Jul 11 22:15:27 megalex kernel: VFS: Disk quotas dquot_6.6.0
Jul 11 22:15:27 megalex kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jul 11 22:15:27 megalex kernel: pnp: PnP ACPI init
Jul 11 22:15:27 megalex kernel: system 00:00: [io 0x0a00-0x0a0f] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:00: [io 0x0a10-0x0a1f] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:00: [io 0x0a20-0x0a2f] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:00: [io 0x0a30-0x0a3f] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:03: [io 0x0680-0x069f] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:03: [io 0xffff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:03: [io 0xffff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:03: [io 0xffff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:03: [io 0x1800-0x18fe] could not be reserved
Jul 11 22:15:27 megalex kernel: system 00:03: [io 0x164e-0x164f] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:04: [io 0x0800-0x087f] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
Jul 11 22:15:27 megalex kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
Jul 11 22:15:27 megalex kernel: system 00:06: [mem 0xdffc0000-0xdffdffff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
Jul 11 22:15:27 megalex kernel: system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:08: [io 0xff00-0xfffe] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
Jul 11 22:15:27 megalex kernel: system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
Jul 11 22:15:27 megalex kernel: pnp: PnP ACPI: found 10 devices
Jul 11 22:15:27 megalex kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jul 11 22:15:27 megalex kernel: NET: Registered PF_INET protocol family
Jul 11 22:15:27 megalex kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jul 11 22:15:27 megalex kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Jul 11 22:15:27 megalex kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jul 11 22:15:27 megalex kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Jul 11 22:15:27 megalex kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jul 11 22:15:27 megalex kernel: TCP: Hash tables configured (established 524288 bind 65536)
Jul 11 22:15:27 megalex kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Jul 11 22:15:27 megalex kernel: UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
Jul 11 22:15:27 megalex kernel: UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
Jul 11 22:15:27 megalex kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jul 11 22:15:27 megalex kernel: NET: Registered PF_XDP protocol family
Jul 11 22:15:27 megalex kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jul 11 22:15:27 megalex kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
Jul 11 22:15:27 megalex kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff]
Jul 11 22:15:27 megalex kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Jul 11 22:15:27 megalex kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jul 11 22:15:27 megalex kernel: pci 0000:00:1c.4: PCI bridge to [bus 03]
Jul 11 22:15:27 megalex kernel: pci 0000:00:1c.4: bridge window [mem 0xdf100000-0xdf1fffff]
Jul 11 22:15:27 megalex kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Jul 11 22:15:27 megalex kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Jul 11 22:15:27 megalex kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jul 11 22:15:27 megalex kernel: pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
Jul 11 22:15:27 megalex kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Jul 11 22:15:27 megalex kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
Jul 11 22:15:27 megalex kernel: pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
Jul 11 22:15:27 megalex kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Jul 11 22:15:27 megalex kernel: pci_bus 0000:03: resource 1 [mem 0xdf100000-0xdf1fffff]
Jul 11 22:15:27 megalex kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Jul 11 22:15:27 megalex kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jul 11 22:15:27 megalex kernel: pci 0000:03:00.0: PME# does not work under D0, disabling it
Jul 11 22:15:27 megalex kernel: PCI: CLS 64 bytes, default 64
Jul 11 22:15:27 megalex kernel: pci 0000:00:1f.1: [8086:a2a0] type 00 class 0x058000 conventional PCI endpoint
Jul 11 22:15:27 megalex kernel: pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
Jul 11 22:15:27 megalex kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jul 11 22:15:27 megalex kernel: software IO TLB: mapped [mem 0x0000000084d8d000-0x0000000088d8d000] (64MB)
Jul 11 22:15:27 megalex kernel: Trying to unpack rootfs image as initramfs...
Jul 11 22:15:27 megalex kernel: Initialise system trusted keyrings
Jul 11 22:15:27 megalex kernel: Key type blacklist registered
Jul 11 22:15:27 megalex kernel: workingset: timestamp_bits=36 max_order=24 bucket_order=0
Jul 11 22:15:27 megalex kernel: fuse: init (API version 7.43)
Jul 11 22:15:27 megalex kernel: integrity: Platform Keyring initialized
Jul 11 22:15:27 megalex kernel: integrity: Machine keyring initialized
Jul 11 22:15:27 megalex kernel: xor: automatically using best checksumming function avx
Jul 11 22:15:27 megalex kernel: Key type asymmetric registered
Jul 11 22:15:27 megalex kernel: Asymmetric key parser 'x509' registered
Jul 11 22:15:27 megalex kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Jul 11 22:15:27 megalex kernel: io scheduler mq-deadline registered
Jul 11 22:15:27 megalex kernel: io scheduler kyber registered
Jul 11 22:15:27 megalex kernel: io scheduler bfq registered
Jul 11 22:15:27 megalex kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jul 11 22:15:27 megalex kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Jul 11 22:15:27 megalex kernel: ACPI: button: Sleep Button [SLPB]
Jul 11 22:15:27 megalex kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jul 11 22:15:27 megalex kernel: ACPI: button: Power Button [PWRB]
Jul 11 22:15:27 megalex kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Jul 11 22:15:27 megalex kernel: ACPI: button: Power Button [PWRF]
Jul 11 22:15:27 megalex kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jul 11 22:15:27 megalex kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Jul 11 22:15:27 megalex kernel: thermal LNXTHERM:01: registered as thermal_zone1
Jul 11 22:15:27 megalex kernel: ACPI: thermal: Thermal Zone [TZ01] (30 C)
Jul 11 22:15:27 megalex kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jul 11 22:15:27 megalex kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jul 11 22:15:27 megalex kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Jul 11 22:15:27 megalex kernel: Non-volatile memory driver v1.3
Jul 11 22:15:27 megalex kernel: Linux agpgart interface v0.103
Jul 11 22:15:27 megalex kernel: ACPI: bus type drm_connector registered
Jul 11 22:15:27 megalex kernel: ahci 0000:00:17.0: version 3.0
Jul 11 22:15:27 megalex kernel: ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
Jul 11 22:15:27 megalex kernel: ahci 0000:00:17.0: 6/6 ports implemented (port mask 0x3f)
Jul 11 22:15:27 megalex kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst
Jul 11 22:15:27 megalex kernel: Freeing initrd memory: 50304K
Jul 11 22:15:27 megalex kernel: scsi host0: ahci
Jul 11 22:15:27 megalex kernel: scsi host1: ahci
Jul 11 22:15:27 megalex kernel: scsi host2: ahci
Jul 11 22:15:27 megalex kernel: scsi host3: ahci
Jul 11 22:15:27 megalex kernel: scsi host4: ahci
Jul 11 22:15:27 megalex kernel: scsi host5: ahci
Jul 11 22:15:27 megalex kernel: ata1: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b100 irq 123 lpm-pol 3
Jul 11 22:15:27 megalex kernel: ata2: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b180 irq 123 lpm-pol 3
Jul 11 22:15:27 megalex kernel: ata3: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b200 irq 123 lpm-pol 3
Jul 11 22:15:27 megalex kernel: ata4: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b280 irq 123 lpm-pol 3
Jul 11 22:15:27 megalex kernel: ata5: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b300 irq 123 lpm-pol 3
Jul 11 22:15:27 megalex kernel: ata6: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b380 irq 123 lpm-pol 3
Jul 11 22:15:27 megalex kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 11 22:15:27 megalex kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jul 11 22:15:27 megalex kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Jul 11 22:15:27 megalex kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 11 22:15:27 megalex kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jul 11 22:15:27 megalex kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Jul 11 22:15:27 megalex kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
Jul 11 22:15:27 megalex kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 11 22:15:27 megalex kernel: usb usb1: Product: xHCI Host Controller
Jul 11 22:15:27 megalex kernel: usb usb1: Manufacturer: Linux 6.15.6-arch1-1 xhci-hcd
Jul 11 22:15:27 megalex kernel: usb usb1: SerialNumber: 0000:00:14.0
Jul 11 22:15:27 megalex kernel: hub 1-0:1.0: USB hub found
Jul 11 22:15:27 megalex kernel: hub 1-0:1.0: 16 ports detected
Jul 11 22:15:27 megalex kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.15
Jul 11 22:15:27 megalex kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 11 22:15:27 megalex kernel: usb usb2: Product: xHCI Host Controller
Jul 11 22:15:27 megalex kernel: usb usb2: Manufacturer: Linux 6.15.6-arch1-1 xhci-hcd
Jul 11 22:15:27 megalex kernel: usb usb2: SerialNumber: 0000:00:14.0
Jul 11 22:15:27 megalex kernel: hub 2-0:1.0: USB hub found
Jul 11 22:15:27 megalex kernel: hub 2-0:1.0: 10 ports detected
Jul 11 22:15:27 megalex kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
Jul 11 22:15:27 megalex kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
Jul 11 22:15:27 megalex kernel: xhci_hcd 0000:03:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
Jul 11 22:15:27 megalex kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
Jul 11 22:15:27 megalex kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
Jul 11 22:15:27 megalex kernel: xhci_hcd 0000:03:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Jul 11 22:15:27 megalex kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
Jul 11 22:15:27 megalex kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 11 22:15:27 megalex kernel: usb usb3: Product: xHCI Host Controller
Jul 11 22:15:27 megalex kernel: usb usb3: Manufacturer: Linux 6.15.6-arch1-1 xhci-hcd
Jul 11 22:15:27 megalex kernel: usb usb3: SerialNumber: 0000:03:00.0
Jul 11 22:15:27 megalex kernel: hub 3-0:1.0: USB hub found
Jul 11 22:15:27 megalex kernel: hub 3-0:1.0: 2 ports detected
Jul 11 22:15:27 megalex kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jul 11 22:15:27 megalex kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.15
Jul 11 22:15:27 megalex kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 11 22:15:27 megalex kernel: usb usb4: Product: xHCI Host Controller
Jul 11 22:15:27 megalex kernel: usb usb4: Manufacturer: Linux 6.15.6-arch1-1 xhci-hcd
Jul 11 22:15:27 megalex kernel: usb usb4: SerialNumber: 0000:03:00.0
Jul 11 22:15:27 megalex kernel: hub 4-0:1.0: USB hub found
Jul 11 22:15:27 megalex kernel: hub 4-0:1.0: 2 ports detected
Jul 11 22:15:27 megalex kernel: usbcore: registered new interface driver usbserial_generic
Jul 11 22:15:27 megalex kernel: usbserial: USB Serial support registered for generic
Jul 11 22:15:27 megalex kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Jul 11 22:15:27 megalex kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jul 11 22:15:27 megalex kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jul 11 22:15:27 megalex kernel: rtc_cmos 00:05: RTC can wake from S4
Jul 11 22:15:27 megalex kernel: rtc_cmos 00:05: registered as rtc0
Jul 11 22:15:27 megalex kernel: rtc_cmos 00:05: setting system clock to 2025-07-11T21:15:25 UTC (1752268525)
Jul 11 22:15:27 megalex kernel: rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram
Jul 11 22:15:27 megalex kernel: intel_pstate: Intel P-state driver initializing
Jul 11 22:15:27 megalex kernel: intel_pstate: Disabling energy efficiency optimization
Jul 11 22:15:27 megalex kernel: intel_pstate: HWP enabled
Jul 11 22:15:27 megalex kernel: Relocating firmware framebuffer to offset 0x0000000001000000[d] within [mem 0xd0000000-0xd1ffffff flags 0x14220c]
Jul 11 22:15:27 megalex kernel: efifb: probing for efifb
Jul 11 22:15:27 megalex kernel: efifb: framebuffer at 0xd1000000, using 3072k, total 3072k
Jul 11 22:15:27 megalex kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
Jul 11 22:15:27 megalex kernel: efifb: scrolling: redraw
Jul 11 22:15:27 megalex kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jul 11 22:15:27 megalex kernel: Console: switching to colour frame buffer device 128x48
Jul 11 22:15:27 megalex kernel: fb0: EFI VGA frame buffer device
Jul 11 22:15:27 megalex kernel: hid: raw HID events driver (C) Jiri Kosina
Jul 11 22:15:27 megalex kernel: usbcore: registered new interface driver usbhid
Jul 11 22:15:27 megalex kernel: usbhid: USB HID core driver
Jul 11 22:15:27 megalex kernel: drop_monitor: Initializing network drop monitor service
Jul 11 22:15:27 megalex kernel: NET: Registered PF_INET6 protocol family
Jul 11 22:15:27 megalex kernel: Segment Routing with IPv6
Jul 11 22:15:27 megalex kernel: RPL Segment Routing with IPv6
Jul 11 22:15:27 megalex kernel: In-situ OAM (IOAM) with IPv6
Jul 11 22:15:27 megalex kernel: NET: Registered PF_PACKET protocol family
Jul 11 22:15:27 megalex kernel: microcode: Current revision: 0x000000f8
Jul 11 22:15:27 megalex kernel: microcode: Updated early from: 0x0000005e
Jul 11 22:15:27 megalex kernel: IPI shorthand broadcast: enabled
Jul 11 22:15:27 megalex kernel: sched_clock: Marking stable (623000909, 3418395)->(629762325, -3343021)
Jul 11 22:15:27 megalex kernel: registered taskstats version 1
Jul 11 22:15:27 megalex kernel: Loading compiled-in X.509 certificates
Jul 11 22:15:27 megalex kernel: Loaded X.509 cert 'Build time autogenerated kernel key: c92675c24f6b4bd17516ae0e98b61f2812601d04'
Jul 11 22:15:27 megalex kernel: zswap: loaded using pool zstd/zsmalloc
Jul 11 22:15:27 megalex kernel: Demotion targets for Node 0: null
Jul 11 22:15:27 megalex kernel: Key type .fscrypt registered
Jul 11 22:15:27 megalex kernel: Key type fscrypt-provisioning registered
Jul 11 22:15:27 megalex kernel: Btrfs loaded, zoned=yes, fsverity=yes
Jul 11 22:15:27 megalex kernel: Key type big_key registered
Jul 11 22:15:27 megalex kernel: PM: Magic number: 1:780:297
Jul 11 22:15:27 megalex kernel: RAS: Correctable Errors collector initialized.
Jul 11 22:15:27 megalex kernel: clk: Disabling unused clocks
Jul 11 22:15:27 megalex kernel: PM: genpd: Disabling unused power domains
Jul 11 22:15:27 megalex kernel: usb 1-6: new high-speed USB device number 2 using xhci_hcd
Jul 11 22:15:27 megalex kernel: ata2: SATA link down (SStatus 4 SControl 300)
Jul 11 22:15:27 megalex kernel: ata4: SATA link down (SStatus 4 SControl 300)
Jul 11 22:15:27 megalex kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jul 11 22:15:27 megalex kernel: ata5: SATA link down (SStatus 4 SControl 300)
Jul 11 22:15:27 megalex kernel: ata6: SATA link down (SStatus 4 SControl 300)
Jul 11 22:15:27 megalex kernel: ata3: SATA link down (SStatus 4 SControl 300)
Jul 11 22:15:27 megalex kernel: ata1.00: Model 'Samsung SSD 850 EVO 250GB', rev 'EMT03B6Q', applying quirks: noncqtrim zeroaftertrim
Jul 11 22:15:27 megalex kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jul 11 22:15:27 megalex kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jul 11 22:15:27 megalex kernel: ata1.00: supports DRM functions and may not be fully accessible
Jul 11 22:15:27 megalex kernel: ata1.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT03B6Q, max UDMA/133
Jul 11 22:15:27 megalex kernel: ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Jul 11 22:15:27 megalex kernel: ata1.00: Features: Trust Dev-Sleep NCQ-sndrcv
Jul 11 22:15:27 megalex kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jul 11 22:15:27 megalex kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jul 11 22:15:27 megalex kernel: ata1.00: supports DRM functions and may not be fully accessible
Jul 11 22:15:27 megalex kernel: ata1.00: configured for UDMA/133
Jul 11 22:15:27 megalex kernel: ahci 0000:00:17.0: port does not support device sleep
Jul 11 22:15:27 megalex kernel: scsi 0:0:0:0: Direct-Access ATA Samsung SSD 850 3B6Q PQ: 0 ANSI: 5
Jul 11 22:15:27 megalex kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Jul 11 22:15:27 megalex kernel: sd 0:0:0:0: [sda] Write Protect is off
Jul 11 22:15:27 megalex kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jul 11 22:15:27 megalex kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 11 22:15:27 megalex kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Jul 11 22:15:27 megalex kernel: sda: sda1 sda2 sda3
Jul 11 22:15:27 megalex kernel: sd 0:0:0:0: [sda] supports TCG Opal
Jul 11 22:15:27 megalex kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jul 11 22:15:27 megalex kernel: Freeing unused decrypted memory: 2028K
Jul 11 22:15:27 megalex kernel: Freeing unused kernel image (initmem) memory: 4640K
Jul 11 22:15:27 megalex kernel: Write protecting the kernel read-only data: 38912k
Jul 11 22:15:27 megalex kernel: Freeing unused kernel image (text/rodata gap) memory: 784K
Jul 11 22:15:27 megalex kernel: Freeing unused kernel image (rodata/data gap) memory: 1904K
Jul 11 22:15:27 megalex kernel: usb 1-6: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.00
Jul 11 22:15:27 megalex kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 11 22:15:27 megalex kernel: usb 1-6: Product: Cruzer Blade
Jul 11 22:15:27 megalex kernel: usb 1-6: Manufacturer: SanDisk
Jul 11 22:15:27 megalex kernel: usb 1-6: SerialNumber: 4C530001260215103541
Jul 11 22:15:27 megalex kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 11 22:15:27 megalex kernel: rodata_test: all tests were successful
Jul 11 22:15:27 megalex kernel: x86/mm: Checking user space page tables
Jul 11 22:15:27 megalex kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 11 22:15:27 megalex kernel: Run /init as init process
Jul 11 22:15:27 megalex kernel: with arguments:
Jul 11 22:15:27 megalex kernel: /init
Jul 11 22:15:27 megalex kernel: \\vmlinuz-linux
Jul 11 22:15:27 megalex kernel: with environment:
Jul 11 22:15:27 megalex kernel: HOME=/
Jul 11 22:15:27 megalex kernel: TERM=linux
Jul 11 22:15:27 megalex kernel: usb 1-9: new low-speed USB device number 3 using xhci_hcd
Jul 11 22:15:27 megalex kernel: usb 1-9: New USB device found, idVendor=0461, idProduct=0010, bcdDevice= 1.10
Jul 11 22:15:27 megalex kernel: usb 1-9: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Jul 11 22:15:27 megalex kernel: usb 1-9: Product: USB Keyboard
Jul 11 22:15:27 megalex kernel: input: USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5
Jul 11 22:15:27 megalex kernel: hid-generic 0003:0461:0010.0001: input,hidraw0: USB HID v1.11 Keyboard [USB Keyboard] on usb-0000:00:14.0-9/input0
Jul 11 22:15:27 megalex kernel: input: USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6
Jul 11 22:15:27 megalex kernel: input: USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7
Jul 11 22:15:27 megalex kernel: hid-generic 0003:0461:0010.0002: input,hidraw1: USB HID v1.11 Device [USB Keyboard] on usb-0000:00:14.0-9/input1
Jul 11 22:15:27 megalex kernel: usb 1-10: new high-speed USB device number 4 using xhci_hcd
Jul 11 22:15:27 megalex kernel: tsc: Refined TSC clocksource calibration: 3599.999 MHz
Jul 11 22:15:27 megalex kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e4525366a, max_idle_ns: 440795257657 ns
Jul 11 22:15:27 megalex kernel: clocksource: Switched to clocksource tsc
Jul 11 22:15:27 megalex kernel: usb 1-10: New USB device found, idVendor=1bcf, idProduct=28c4, bcdDevice= 7.04
Jul 11 22:15:27 megalex kernel: usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 11 22:15:27 megalex kernel: usb 1-10: Product: 1080P Webcam
Jul 11 22:15:27 megalex kernel: usb 1-10: Manufacturer: SunplusIT Inc
Jul 11 22:15:27 megalex kernel: usb 1-10: SerialNumber: 01.00.00
Jul 11 22:15:27 megalex kernel: usb 1-13: new low-speed USB device number 5 using xhci_hcd
Jul 11 22:15:27 megalex kernel: usb 1-13: New USB device found, idVendor=1bcf, idProduct=0005, bcdDevice= 0.14
Jul 11 22:15:27 megalex kernel: usb 1-13: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Jul 11 22:15:27 megalex kernel: usb 1-13: Product: USB Optical Mouse
Jul 11 22:15:27 megalex kernel: input: USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/0003:1BCF:0005.0003/input/input8
Jul 11 22:15:27 megalex kernel: hid-generic 0003:1BCF:0005.0003: input,hidraw2: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:00:14.0-13/input0
Jul 11 22:15:27 megalex kernel: usb-storage 1-6:1.0: USB Mass Storage device detected
Jul 11 22:15:27 megalex kernel: scsi host6: usb-storage 1-6:1.0
Jul 11 22:15:27 megalex kernel: usbcore: registered new interface driver usb-storage
Jul 11 22:15:27 megalex kernel: usbcore: registered new interface driver uas
Jul 11 22:15:27 megalex kernel: EXT4-fs (sda2): mounted filesystem bd79e6f2-0cc4-49cf-ac74-d5b57e11b009 ro with ordered data mode. Quota mode: none.
Jul 11 22:15:27 megalex systemd[1]: systemd 257.7-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Jul 11 22:15:27 megalex systemd[1]: Detected architecture x86-64.
Jul 11 22:15:27 megalex systemd[1]: Hostname set to <megalex>.
Jul 11 22:15:27 megalex systemd[1]: bpf-restrict-fs: LSM BPF program attached
Jul 11 22:15:27 megalex systemd[1]: Queued start job for default target Multi-User System.
Jul 11 22:15:27 megalex systemd[1]: Created slice Slice /system/dirmngr.
Jul 11 22:15:27 megalex systemd[1]: Created slice Slice /system/getty.
Jul 11 22:15:27 megalex systemd[1]: Created slice Slice /system/gpg-agent.
Jul 11 22:15:27 megalex systemd[1]: Created slice Slice /system/gpg-agent-browser.
Jul 11 22:15:27 megalex systemd[1]: Created slice Slice /system/gpg-agent-extra.
Jul 11 22:15:27 megalex systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Jul 11 22:15:27 megalex systemd[1]: Created slice Slice /system/keyboxd.
Jul 11 22:15:27 megalex systemd[1]: Created slice Slice /system/modprobe.
Jul 11 22:15:27 megalex systemd[1]: Created slice Slice /system/systemd-fsck.
Jul 11 22:15:27 megalex systemd[1]: Created slice User and Session Slice.
Jul 11 22:15:27 megalex systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jul 11 22:15:27 megalex systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jul 11 22:15:27 megalex systemd[1]: Expecting device /dev/disk/by-uuid/9ace81ae-343c-46d1-b630-31e8f6ee868d...
Jul 11 22:15:27 megalex systemd[1]: Reached target Local Integrity Protected Volumes.
Jul 11 22:15:27 megalex systemd[1]: Reached target Remote File Systems.
Jul 11 22:15:27 megalex systemd[1]: Reached target Slice Units.
Jul 11 22:15:27 megalex systemd[1]: Reached target Swaps.
Jul 11 22:15:27 megalex systemd[1]: Reached target System Time Set.
Jul 11 22:15:27 megalex systemd[1]: Reached target Local Verity Protected Volumes.
Jul 11 22:15:27 megalex systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jul 11 22:15:27 megalex systemd[1]: Listening on LVM2 poll daemon socket.
Jul 11 22:15:27 megalex systemd[1]: Listening on Process Core Dump Socket.
Jul 11 22:15:27 megalex systemd[1]: Listening on Credential Encryption/Decryption.
Jul 11 22:15:27 megalex systemd[1]: Listening on Journal Socket (/dev/log).
Jul 11 22:15:27 megalex systemd[1]: Listening on Journal Sockets.
Jul 11 22:15:27 megalex systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 11 22:15:27 megalex systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 11 22:15:27 megalex systemd[1]: Listening on udev Control Socket.
Jul 11 22:15:27 megalex systemd[1]: Listening on udev Kernel Socket.
Jul 11 22:15:27 megalex systemd[1]: Mounting Huge Pages File System...
Jul 11 22:15:27 megalex systemd[1]: Mounting POSIX Message Queue File System...
Jul 11 22:15:27 megalex systemd[1]: Mounting Kernel Debug File System...
Jul 11 22:15:27 megalex systemd[1]: Mounting Kernel Trace File System...
Jul 11 22:15:27 megalex systemd[1]: Mounting Temporary Directory /tmp...
Jul 11 22:15:27 megalex systemd[1]: Starting Create List of Static Device Nodes...
Jul 11 22:15:27 megalex systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jul 11 22:15:27 megalex systemd[1]: Starting Load Kernel Module configfs...
Jul 11 22:15:27 megalex systemd[1]: Starting Load Kernel Module dm_mod...
Jul 11 22:15:27 megalex systemd[1]: Starting Load Kernel Module drm...
Jul 11 22:15:27 megalex systemd[1]: Starting Load Kernel Module fuse...
Jul 11 22:15:27 megalex systemd[1]: Starting Load Kernel Module loop...
Jul 11 22:15:27 megalex systemd[1]: Starting File System Check on Root Device...
Jul 11 22:15:27 megalex systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Jul 11 22:15:27 megalex systemd[1]: Starting Journal Service...
Jul 11 22:15:27 megalex systemd[1]: Starting Load Kernel Modules...
Jul 11 22:15:27 megalex systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 11 22:15:27 megalex systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 11 22:15:27 megalex systemd[1]: Starting Load udev Rules from Credentials...
Jul 11 22:15:27 megalex systemd[1]: Starting Coldplug All udev Devices...
Jul 11 22:15:27 megalex systemd[1]: Starting Virtual Console Setup...
Jul 11 22:15:27 megalex systemd[1]: Mounted Huge Pages File System.
Jul 11 22:15:27 megalex systemd[1]: Mounted POSIX Message Queue File System.
Jul 11 22:15:27 megalex systemd[1]: Mounted Kernel Debug File System.
Jul 11 22:15:27 megalex systemd[1]: Mounted Kernel Trace File System.
Jul 11 22:15:27 megalex kernel: loop: module loaded
Jul 11 22:15:27 megalex kernel: device-mapper: uevent: version 1.0.3
Jul 11 22:15:27 megalex kernel: device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
Jul 11 22:15:27 megalex systemd[1]: Mounted Temporary Directory /tmp.
Jul 11 22:15:27 megalex systemd[1]: Finished Create List of Static Device Nodes.
Jul 11 22:15:27 megalex systemd[1]: lvm2-monitor.service: Main process exited, code=exited, status=4/NOPERMISSION
Jul 11 22:15:27 megalex systemd[1]: lvm2-monitor.service: Failed with result 'exit-code'.
Jul 11 22:15:27 megalex systemd[1]: Failed to start Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jul 11 22:15:27 megalex systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jul 11 22:15:27 megalex systemd[1]: Finished Load Kernel Module configfs.
Jul 11 22:15:27 megalex systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jul 11 22:15:27 megalex systemd[1]: Finished Load Kernel Module dm_mod.
Jul 11 22:15:27 megalex systemd[1]: modprobe@drm.service: Deactivated successfully.
Jul 11 22:15:27 megalex systemd[1]: Finished Load Kernel Module drm.
Jul 11 22:15:27 megalex systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jul 11 22:15:27 megalex systemd[1]: Finished Load Kernel Module fuse.
Jul 11 22:15:27 megalex systemd[1]: modprobe@loop.service: Deactivated successfully.
Jul 11 22:15:27 megalex systemd[1]: Finished Load Kernel Module loop.
Jul 11 22:15:27 megalex systemd[1]: Finished Load udev Rules from Credentials.
Jul 11 22:15:27 megalex systemd[1]: Mounting FUSE Control File System...
Jul 11 22:15:27 megalex systemd[1]: Mounting Kernel Configuration File System...
Jul 11 22:15:27 megalex systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jul 11 22:15:27 megalex systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jul 11 22:15:27 megalex systemd[1]: Finished File System Check on Root Device.
Jul 11 22:15:27 megalex kernel: i2c_dev: i2c /dev entries driver
Jul 11 22:15:27 megalex systemd[1]: Starting Remount Root and Kernel File Systems...
Jul 11 22:15:27 megalex systemd-journald[302]: Collecting audit messages is disabled.
Jul 11 22:15:27 megalex systemd[1]: Mounted FUSE Control File System.
Jul 11 22:15:27 megalex systemd[1]: Mounted Kernel Configuration File System.
Jul 11 22:15:27 megalex systemd[1]: Finished Virtual Console Setup.
Jul 11 22:15:27 megalex systemd[1]: Started Early root shell on /dev/tty9 FOR DEBUGGING ONLY.
Jul 11 22:15:27 megalex kernel: EXT4-fs (sda2): re-mounted bd79e6f2-0cc4-49cf-ac74-d5b57e11b009 r/w.
Jul 11 22:15:27 megalex systemd[1]: Finished Remount Root and Kernel File Systems.
Jul 11 22:15:27 megalex systemd-journald[302]: Journal started
Jul 11 22:15:27 megalex systemd-journald[302]: Runtime Journal (/run/log/journal/4a21ca48949e4aa8832b31ad1606dcd3) is 8M, max 3.1G, 3.1G free.
Jul 11 22:15:27 megalex systemd-modules-load[303]: Inserted module 'crypto_user'
Jul 11 22:15:27 megalex systemd-modules-load[303]: Inserted module 'i2c_dev'
Jul 11 22:15:27 megalex lvm[295]: Failed to load config file /etc/lvm/lvm.conf
Jul 11 22:15:27 megalex systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jul 11 22:15:27 megalex systemd[1]: Starting Load/Save OS Random Seed...
Jul 11 22:15:27 megalex systemd-fsck[313]: /dev/sda2: clean, 762851/2293760 files, 8294583/9175040 blocks
Jul 11 22:15:27 megalex udevadm[304]: Found container virtualization none.
Jul 11 22:15:27 megalex udevadm[306]: Found container virtualization none.
Jul 11 22:15:27 megalex systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 11 22:15:27 megalex systemd[1]: Started Journal Service.
Jul 11 22:15:27 megalex systemd[1]: Starting Flush Journal to Persistent Storage...
Jul 11 22:15:27 megalex systemd-journald[302]: Time spent on flushing to /var/log/journal/4a21ca48949e4aa8832b31ad1606dcd3 is 116.304ms for 862 entries.
Jul 11 22:15:27 megalex systemd-journald[302]: System Journal (/var/log/journal/4a21ca48949e4aa8832b31ad1606dcd3) is 258.8M, max 258.8M, 0B free.
Jul 11 22:15:28 megalex systemd-journald[302]: Received client request to flush runtime journal.
Jul 11 22:15:28 megalex kernel: scsi 6:0:0:0: Direct-Access SanDisk Cruzer Blade 1.00 PQ: 0 ANSI: 6
Jul 11 22:15:28 megalex kernel: sd 6:0:0:0: [sdb] 30031872 512-byte logical blocks: (15.4 GB/14.3 GiB)
Jul 11 22:15:28 megalex kernel: sd 6:0:0:0: [sdb] Write Protect is off
Jul 11 22:15:28 megalex kernel: sd 6:0:0:0: [sdb] Mode Sense: 43 00 00 00
Jul 11 22:15:28 megalex kernel: sd 6:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Jul 11 22:15:28 megalex kernel: GPT:Primary header thinks Alt. header is not at the end of the disk.
Jul 11 22:15:28 megalex kernel: GPT:1413783 != 30031871
Jul 11 22:15:28 megalex kernel: GPT:Alternate GPT header not at the end of the disk.
Jul 11 22:15:28 megalex kernel: GPT:1413783 != 30031871
Jul 11 22:15:28 megalex kernel: GPT: Use GNU Parted to correct GPT errors.
Jul 11 22:15:28 megalex kernel: sdb: sdb1 sdb2 sdb3
Jul 11 22:15:28 megalex kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
Jul 11 22:15:28 megalex kernel: nvidia: loading out-of-tree module taints kernel.
Jul 11 22:15:28 megalex kernel: nvidia: module license 'NVIDIA' taints kernel.
Jul 11 22:15:28 megalex kernel: Disabling lock debugging due to kernel taint
Jul 11 22:15:28 megalex kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Jul 11 22:15:28 megalex kernel: nvidia: module license taints kernel.
Jul 11 22:15:27 megalex udevadm[306]: 8250: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: 8250_pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: acpi: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: acpi_x86: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: acpiphp: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ahci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: apparmor: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: atkbd: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: battery: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: binder: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: binder_alloc: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: blk_cgroup: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: blk_crypto: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: block: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: button: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: clocksource: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: configfs: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: cpufreq: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: cpuidle: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: crypto_user: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: cryptomgr: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: damon_lru_sort: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: damon_reclaim: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: device_hmem: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: dm_mod: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drm: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drm_client_lib: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drm_kms_helper: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: dw_dmac_pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: dynamic_debug: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: edac_core: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: efi_pstore: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ehci_hcd: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ehci_pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: fb: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: firmware_class: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: fscrypto: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: fuse: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: gpiolib_acpi: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: grant_table: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: haltpoll: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: hibernate: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: hid: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: hid_generic: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: i2c_designware_pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: i2c_dev: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: i8042: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: intel_idle: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: intel_scu_pcidrv: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: iosf_mbi: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ip_tables: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ipe: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ipv6: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: kernel: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: keyboard: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: kfence: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: libahci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: libata: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: loop: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: memory_hotplug: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: microcode: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: module: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: msr: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: mxm_wmi: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: netpoll: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: nfnetlink: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: nmi_backtrace: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ohci_pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: page_alloc: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: page_reporting: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: pci_hotplug: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: pci_stub: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: pcie_aspm: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: pciehp: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: pcieportdrv: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: platform_pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: pnp: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: printk: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: processor: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: pstore: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: random: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: rcupdate: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: rcutree: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: rng_core: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: rtc_cmos: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: scsi_mod: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: secretmem: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serio_raw: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: shpchp: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: slab_common: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: spurious: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: srcutree: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: suspend: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: sysrq: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tcp_cubic: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: thermal: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tpm: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tpm_crb: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tpm_tis: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tpm_tis_core: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: uas: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: udmabuf: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: uhci_hcd: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: usb_storage: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: usbcore: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: usbhid: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: usbserial: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: video: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: virtio_blk: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: virtio_pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: virtio_pci_legacy_dev: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: virtio_pci_modern_dev: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: vt: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: watchdog: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: wmi: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: workqueue: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: x_tables: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: xen: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: xhci_hcd: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: xhci_pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: xz_dec: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: zswap: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: 0000:00:17.0: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: host0: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: target0:0:0: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: 0:0:0:0: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: sda: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: sda1: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: sda2: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: sda3: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: lo: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.0: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS0: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.1: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS1: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.10: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS10: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.11: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS11: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.12: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS12: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.13: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS13: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.14: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS14: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.15: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS15: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.16: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS16: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.17: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS17: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.18: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS18: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.19: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS19: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.2: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS2: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.20: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS20: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.21: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS21: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.22: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS22: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.23: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS23: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.24: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS24: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.25: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS25: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.26: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS26: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.27: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS27: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.28: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS28: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.29: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS29: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.3: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS3: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.30: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS30: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.31: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS31: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.4: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS4: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.5: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS5: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.6: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS6: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.7: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS7: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.8: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS8: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250:0.9: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ttyS9: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: console: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ptmx: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty0: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty1: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty10: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty11: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty12: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty13: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty14: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty15: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty16: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty17: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty18: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty19: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty2: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty20: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty21: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty22: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty23: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty24: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty25: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty26: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty27: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty28: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty29: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty3: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty30: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty31: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty32: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty33: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty34: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty35: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty36: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty37: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty38: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty39: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty4: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty40: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty41: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty42: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty43: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty44: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty45: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty46: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty47: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty48: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty49: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty5: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty50: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty51: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty52: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty53: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty54: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty55: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty56: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty57: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty58: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty59: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty6: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty60: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty61: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty62: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty63: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty7: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty8: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tty9: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: LNXSYSTM:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: LNXPWRBN:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: input2: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: event2: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: LNXSYBUS:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: PNP0C0C:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: input1: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: event1: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: PNP0C0E:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: input0: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: event0: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: 0000:00:14.0: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: usb1: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: 1-13: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: 1-13:1.0: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: 0003:1BCF:0005.0003: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: input8: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: event6: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: 1-9: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: 1-9:1.0: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: 0003:0461:0010.0001: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: input5: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: event3: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: 1-9:1.1: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: 0003:0461:0010.0002: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: input6: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: event4: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: input7: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: event5: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: acpi: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/acpi/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: battery: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: button: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ec: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: hardware_error_device: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: hpet: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: thermal: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tpm_crb: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: video: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: auxiliary: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: clockevents: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: clocksource: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: container: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: cpu: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/cpu/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: processor: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: dax: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: edac: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: event_source: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: faux: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/faux/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: faux_driver: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: gpio: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/gpio/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: gpio_stub_drv: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: hid: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/hid/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: hid-generic: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: i2c: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/i2c/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: 88PM860x: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: WM8400: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: aat2870: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: adp5520: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: as3711: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: da903x: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: da9052: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: da9055-pmic: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: dummy: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: intel_soc_pmic_chtwc: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: intel_soc_pmic_crc: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: lp8788: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: max77843: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: max8925: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: max8997: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: max8998: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: rc5t583: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: sx150x-pinctrl: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tps65090: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tps6586x: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tps65910: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: twl: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: twl6040: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: wm831x: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: wm8350: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: isa: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: machinecheck: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: memory: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: memory_tiering: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: mipi-dsi: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: node: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: nvmem: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/pci/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: ahci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: dw_dmac_pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ehci-pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: i2c-designware-pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: intel_scu: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: iosf_mbi_pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ohci-pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: pci-stub: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: pcieport: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: shpchp: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: uhci_hcd: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: virtio-pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: xen-platform-pci: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: xhci_hcd: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: pci_express: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/pci_express/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: aer: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: dpc: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: pcie_bwctrl: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: pcie_pme: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: pciehp: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: platform: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/platform/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: ac: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: acpi-fan: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: acpi-ged: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: acpi-wmi: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: alarmtimer: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: amd_gpio: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: axp288_pmic_acpi: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: bxt_whiskey_cove_pmic: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: byt_crystal_cove_pmic: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: byt_gpio: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: cherryview-pinctrl: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: cht_crystal_cove_pmic: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: cht_dollar_cove_ti_pmic: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: cht_whiskey_cove_pmic: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: clk-fch: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: clk-lpss-atom: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: clk-pmc-atom: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: crystal_cove_gpio: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: crystal_cove_pwm: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: dw-pcie: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: efi-framebuffer: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: gated-fixed-clk: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: gpio-clk: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: i2c_designware: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: i8042: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: lgm-dma: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: mt6323-pwrc: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: palmas-gpio: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: poweroff-restart: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: rc5t583-gpio: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: rproc-virtio: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial8250: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: simple-framebuffer: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tpm_tis: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tps65086-restart: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tps6586x-gpio: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tps65910-gpio: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tps68470_pmic_opregion: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: twl4030-audio: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: vesa-framebuffer: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: vmgenid: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: pnp: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/pnp/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: i8042 aux: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: i8042 kbd: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: rtc_cmos: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: system: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: tpm_tis: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: scsi: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/scsi/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: sd: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serial-base: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/serial-base/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: ctrl: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: port: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serio: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/serio/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: atkbd: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: serio_raw: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: soc: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: spi: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/spi/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: da9052: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ezx-pcap: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: wm831x: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: usb: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/usb/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: hub: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: uas: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: usb: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: usb-storage: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: usbfs: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: usbhid: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: usbserial_generic: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: usb-serial: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/usb-serial/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: generic: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: virtio: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: drivers: Failed to write 'add' to '/sys/bus/virtio/drivers/uevent', ignoring: No such file or directory
Jul 11 22:15:27 megalex udevadm[306]: virtio_blk: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: virtio_console: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: virtio_rproc_serial: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: virtiofs: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: wmi: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: workqueue: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: xen: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: xen-backend: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ACPI0008:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT339B:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT33D0:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT3420:01: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: LNXCPU:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: LNXCPU:01: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: LNXCPU:02: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: LNXCPU:03: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: LNXCPU:04: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: LNXCPU:05: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: LNXCPU:06: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: LNXCPU:07: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: wakeup17: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ACPI000C:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT0E0C:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT33A1:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT33A3:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT340E:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT3420:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT3470:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: IWC0001:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: PNP0A08:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: ABCD0000:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT33A2:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT343D:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT343E:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT3440:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT3441:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: FPNT_DIS:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT3442:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT0000:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT3515:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT3515:01: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: XXXX0000:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT3443:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: IMPJ0003:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: XXXX0000:01: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT3444:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT3471:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT3472:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT3445:00: Triggered device with action 'add'.
Jul 11 22:15:27 megalex udevadm[306]: INT3446:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT3474:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Found cgroup2 on /sys/fs/cgroup/, full unified hierarchy
Jul 11 22:15:28 megalex udevadm[306]: INT3447:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Running in delegated subcgroup '/system.slice/systemd-udevd.service/udev'.
Jul 11 22:15:28 megalex udevadm[306]: INT3448:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Set children_max to 32
Jul 11 22:15:28 megalex udevadm[306]: INT33E1:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT3449:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT344A:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT3451:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT3471:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT3471:02: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT3471:03: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd[1]: Finished Flush Journal to Persistent Storage.
Jul 11 22:15:28 megalex udevadm[306]: INT3471:04: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Trying to open "/etc/systemd/hwdb/hwdb.bin"...
Jul 11 22:15:28 megalex udevadm[306]: INT3472:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Trying to open "/etc/udev/hwdb.bin"...
Jul 11 22:15:28 megalex udevadm[306]: INT3472:02: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT3472:03: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT3472:04: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT3472:05: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT3472:06: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT3472:07: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT3472:08: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:02: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXVIDEO:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:02: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:03: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:04: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:05: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:06: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:07: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:08: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:09: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:0a: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:0b: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:0c: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:0d: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:0e: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:0f: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:10: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C02:03: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C02:04: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C02:05: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C02:06: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C14:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup25: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:11: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:12: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:13: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup14: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:14: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:15: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:16: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:17: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:18: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT0800:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT3F0D:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0000:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0100:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0103:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0303:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0B00:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C02:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C02:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C02:02: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C04:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C08:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C09:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0A:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: === trie on-disk ===
Jul 11 22:15:28 megalex systemd-udevd[353]: tool version: 257
Jul 11 22:15:28 megalex systemd-udevd[353]: file size: 13384002 bytes
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0A:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: header size 80 bytes
Jul 11 22:15:28 megalex systemd-udevd[353]: strings 2735842 bytes
Jul 11 22:15:28 megalex systemd-udevd[353]: nodes 10648080 bytes
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0A:02: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Loading kernel module index.
Jul 11 22:15:28 megalex udevadm[306]: PNP0F03:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup9: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:19: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:1a: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:03: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:1b: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:1c: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:04: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:1d: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:1e: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:05: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:1f: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:20: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:06: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:21: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Loaded 'libkmod.so.2' via dlopen()
Jul 11 22:15:28 megalex udevadm[306]: device:22: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:07: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:23: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:24: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:08: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup5: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:25: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:26: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:09: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:27: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:28: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:0a: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:29: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:2a: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:0b: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:2b: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:2c: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Using default interface naming scheme 'v257'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:0c: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:2d: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:2e: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:2f: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:30: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:31: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup15: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup7: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:32: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:33: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:0d: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:34: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:35: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:0e: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:36: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:37: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:0f: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:38: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:39: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:10: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:3a: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:3b: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:11: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:3c: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:3d: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:12: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:3e: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:3f: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:13: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:40: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:41: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:42: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:43: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:44: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:45: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:46: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:47: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:48: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:49: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:14: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:4a: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Parsed configuration file "/usr/lib/systemd/network/99-default.link"
Jul 11 22:15:28 megalex udevadm[306]: device:4b: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:15: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:4c: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:4d: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:16: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:4e: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup10: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:4f: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup12: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:50: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup13: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:51: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:52: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:53: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:54: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:55: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:56: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Parsed configuration file "/usr/lib/systemd/network/80-vm-vt.link"
Jul 11 22:15:28 megalex udevadm[306]: device:57: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:58: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:59: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:5a: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:5b: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:5c: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:5d: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:5e: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:5f: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:60: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:61: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:62: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:63: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:64: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:65: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Parsed configuration file "/usr/lib/systemd/network/80-namespace-ns.link"
Jul 11 22:15:28 megalex udevadm[306]: device:66: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:67: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:68: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:69: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:6a: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Parsed configuration file "/usr/lib/systemd/network/80-container-vz.link"
Jul 11 22:15:28 megalex udevadm[306]: device:6b: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:6c: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:6d: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:6e: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Parsed configuration file "/usr/lib/systemd/network/80-container-ve.link"
Jul 11 22:15:28 megalex udevadm[306]: wakeup11: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:6f: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:70: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:71: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:72: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:73: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:74: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:75: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:76: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:77: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:78: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:79: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:7a: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:7b: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:7c: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Parsed configuration file "/usr/lib/systemd/network/80-container-vb.link"
Jul 11 22:15:28 megalex udevadm[306]: device:7d: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:7e: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device:7f: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup16: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup19: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0D:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup18: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0F:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0F:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0F:02: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0F:03: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0F:04: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0F:05: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0F:06: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Parsed configuration file "/usr/lib/systemd/network/80-6rd-tunnel.link"
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0F:07: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Created link configuration context.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C14:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup26: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C31:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXSYBUS:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:17: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:18: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:19: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:1a: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXPOWER:1b: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXTHERM:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: LNXTHERM:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0B:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0B:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0B:02: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0B:03: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0B:04: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: breakpoint: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: reg-dummy: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: regulator.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: intel_pt: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: kprobe: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: msr: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:00:00.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:00:01.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:00:01.0:pcie010: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:01:00.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: efi-framebuffer.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: fb0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:01:00.1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/01-md-raid-creating.rules
Jul 11 22:15:28 megalex udevadm[306]: 0000:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:00:08.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 1-0:1.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 1-10: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 1-10:1.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/10-dm.rules
Jul 11 22:15:28 megalex udevadm[306]: 1-10:1.1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 1-10:1.2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 1-10:1.3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: hidraw2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/11-dm-lvm.rules
Jul 11 22:15:28 megalex udevadm[306]: 1-6: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 1-6:1.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: host6: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: host6: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: hidraw0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: input5::capslock: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: input5::compose: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: input5::kana: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: input5::numlock: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: input5::scrolllock: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: hidraw1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup24: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: usb2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 2-0:1.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup20: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:00:14.2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/13-dm-disk.rules
Jul 11 22:15:28 megalex udevadm[306]: 0000:00:16.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: ata1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: host0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0:0:0:0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0:0:0:0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0:0:0:0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: link1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: dev1.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: ata2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: host1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: host1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: link2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: dev2.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: ata3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: host2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: host2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: link3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: dev3.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: ata4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: host3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: host3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: link4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: dev4.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: ata5: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: host4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: host4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: link5: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: dev5.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: ata6: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: host5: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: host5: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: link6: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: dev6.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:00:1c.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:00:1c.0:pcie010: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:02: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup6: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:00:1c.4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:00:1c.4:pcie010: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:03:00.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: usb3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 3-0:1.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/39-usbmuxd.rules
Jul 11 22:15:28 megalex udevadm[306]: usb4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 4-0:1.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup21: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:03: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup8: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:00:1f.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT0800:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT3F0D:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0103:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C04:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:00:1f.2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:00:1f.3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:00:1f.4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:00:1f.6: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C14:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wmi_bus-PNP0C14:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 0000:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: ACPI000C:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: INT33A1:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Skipping empty file: /usr/lib/udev/rules.d/40-gphoto.rules
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0B:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/40-usb-media-players.rules
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0B:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0B:02: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0B:03: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0B:04: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0C:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C0E:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: PNP0C14:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wmi_bus-PNP0C14:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: A80593CE-2377-11DA-B012-B62220120727: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: acpi-cpufreq: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: efivars.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: i8042: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: serio0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: serio1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: microcode: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: pcspkr: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: rtc-efi.0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 00:00: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 00:01: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 00:02: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 00:03: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 00:04: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 00:05: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cmos_nvram0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: rtc0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: alarmtimer.0.auto: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup23: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: wakeup22: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 00:06: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 00:07: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/45-i2c-tools.rules
Jul 11 22:15:28 megalex udevadm[306]: 00:08: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 00:09: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: software: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: broadcast: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: clockevent0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: clockevent1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: clockevent2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: clockevent3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: clockevent4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: clockevent5: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: clockevent6: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: clockevent7: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: clocksource0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu5: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu6: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu7: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: mc: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: machinecheck0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: machinecheck1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: machinecheck2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: machinecheck3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: machinecheck4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: machinecheck5: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: machinecheck6: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: machinecheck7: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory10: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory11: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory12: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory13: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory14: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory15: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory16: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory17: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory18: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory19: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory20: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory21: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory22: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory23: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory24: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory25: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory26: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory27: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory28: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory29: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory30: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory31: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory32: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory5: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/50-udev-default.rules
Jul 11 22:15:28 megalex udevadm[306]: memory6: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory7: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory8: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory9: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: node0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: tracepoint: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: uprobe: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: 8:0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu5: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu6: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu7: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: :ata1--scsi:0:0:0:0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: pci:0000:01:00.0--pci:0000:01:00.1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: platform:PNP0C14:00--wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: system: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: id: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: fbcon: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: full: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: kmsg: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: mem: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: null: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: port: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: random: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: urandom: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: zero: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: memory_tier4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: autofs: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: btrfs-control: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cpu_dma_latency: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: device-mapper: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: fuse: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: hpet: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: hw_random: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: loop-control: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: nvram: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: snapshot: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: udmabuf: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: userfaultfd: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: vga_arbiter: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: msr0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: msr1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: msr2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: msr3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: msr4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: msr5: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: msr6: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: msr7: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cooling_device0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cooling_device1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cooling_device10: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cooling_device11: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cooling_device12: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cooling_device2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cooling_device3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cooling_device4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cooling_device5: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cooling_device6: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cooling_device7: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cooling_device8: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: cooling_device9: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: thermal_zone0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: hwmon0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: thermal_zone1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: vcs: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: vcs1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: vcs9: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: vcsa: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: vcsa1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: vcsa9: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: vcsu: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: vcsu1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: vcsu9: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: vtcon0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: vtcon1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: blkcg_punt_bio: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: scsi_tmf_0: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: scsi_tmf_1: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: scsi_tmf_2: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: scsi_tmf_3: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: scsi_tmf_4: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: scsi_tmf_5: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: scsi_tmf_6: Triggered device with action 'add'.
Jul 11 22:15:28 megalex udevadm[306]: writeback: Triggered device with action 'add'.
Jul 11 22:15:28 megalex systemd[1]: Finished Coldplug All udev Devices.
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-autosuspend.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-block.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-cdrom_id.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-ddcutil-i2c.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-dmi-id.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-drm.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-evdev.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-fido-id.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-infiniband.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-input-id.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-nvidia.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-pcmcia.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-alsa.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-input.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-storage-mtd.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-storage-tape.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-storage.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-v4l.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-rfkill.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-sensor.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-serial.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-tpm-udev.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-upower-battery.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/60-vboxdrv.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/61-kde-bluetooth-rfkill.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/63-md-raid-arrays.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/64-btrfs-dm.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/64-btrfs-zoned.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/64-btrfs.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/64-ext4.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/64-md-raid-assembly.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/64-xfs.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/65-libwacom.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/65-sane.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/66-saned.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/69-cd-sensors.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/69-dm-lvm.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/69-libftdi.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/69-libmtp.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/69-md-clustered-confirm-device.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/70-camera.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/70-flashrom.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/70-infrared.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/70-joystick.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/70-memory.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/70-mouse.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/70-power-switch.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /etc/udev/rules.d/70-snap.postbird.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /etc/udev/rules.d/70-snap.snapd.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/70-touchpad.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/70-uaccess.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/71-seat.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/73-seat-late.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/75-net-description.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/75-probe_mtd.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-broadmobi-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-cellient.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-cinterion-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-dell-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-dlink-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-ericsson-mbm.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-fibocom-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-foxconn-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-gosuncn-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-haier-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-huawei-net-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-linktop-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-longcheer-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-mtk-legacy-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-netprisma-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-nokia-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-qcom-soc.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-quectel-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-rolling-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-sierra.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-simtech-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-telit-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-tplink-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-ublox-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-x22x-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/77-mm-zte-port-types.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/78-sound-card.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/80-docker.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/80-drivers.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/80-libinput-device-groups.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/80-mm-candidate.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/80-net-setup-link.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/80-udisks2.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/81-net-dhcp.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/84-nm-drivers.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/85-nm-unmanaged.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/90-bolt.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/90-daxctl-device.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/90-iocost.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/90-libinput-fuzz-override.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/90-nm-thunderbolt.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/90-pipewire-alsa.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/90-pulseaudio.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/90-vconsole.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/95-cd-devices.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/95-dm-notify.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/95-upower-hid.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/95-upower-wup.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/96-e2scrub.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /etc/udev/rules.d/99-fix-tty.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/99-fuse.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/99-fuse3.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/99-systemd.rules
Jul 11 22:15:28 megalex systemd-udevd[353]: Reading rules file: /usr/lib/udev/rules.d/wacom.rules
Jul 11 22:15:28 megalex systemd[1]: Started Rule-based Manager for Device Events and Files.
Jul 11 22:15:28 megalex systemd-udevd[353]: loop-control: Device is queued (SEQNUM=2496, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: loop-control: Device ready for processing (SEQNUM=2496, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 358.
Jul 11 22:15:28 megalex systemd-udevd[353]: loop-control: Worker [358] is forked for processing SEQNUM=2496.
Jul 11 22:15:28 megalex systemd-udevd[353]: loop: Device is queued (SEQNUM=2497, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: loop: Device ready for processing (SEQNUM=2497, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: loop-control: Processing device (SEQNUM=2496, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 359.
Jul 11 22:15:28 megalex systemd-udevd[353]: loop: Worker [359] is forked for processing SEQNUM=2497.
Jul 11 22:15:28 megalex (udev-worker)[358]: loop-control: /usr/lib/udev/rules.d/50-udev-default.rules:98 GROUP 984
Jul 11 22:15:28 megalex systemd-udevd[353]: device-mapper: Device is queued (SEQNUM=2498, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device-mapper: Device ready for processing (SEQNUM=2498, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: loop: Processing device (SEQNUM=2497, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: loop-control: Preserve permissions of /dev/loop-control, uid=0, gid=984, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[358]: loop-control: Successfully created symlink '/dev/char/10:237' to '/dev/loop-control'
Jul 11 22:15:28 megalex (udev-worker)[358]: loop-control: sd-device: Created database file '/run/udev/data/c10:237' for '/devices/virtual/misc/loop-control'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 360.
Jul 11 22:15:28 megalex (udev-worker)[358]: loop-control: sd-device: Created database file '/run/udev/data/c10:237' for '/devices/virtual/misc/loop-control'.
Jul 11 22:15:28 megalex (udev-worker)[358]: loop-control: Device processed (SEQNUM=2496, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: loop-control: sd-device-monitor(worker): Passed 215 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device-mapper: Worker [360] is forked for processing SEQNUM=2498.
Jul 11 22:15:28 megalex systemd-udevd[353]: dm_mod: Device is queued (SEQNUM=2499, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dm_mod: Device ready for processing (SEQNUM=2499, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dm_mod: sd-device-monitor(manager): Passed 152 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: dm_mod: Processing device (SEQNUM=2499, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: device-mapper: Processing device (SEQNUM=2498, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: crypto_user: Device is queued (SEQNUM=2500, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: crypto_user: Device ready for processing (SEQNUM=2500, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: loop: Device processed (SEQNUM=2497, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: loop: sd-device-monitor(worker): Passed 150 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 362.
Jul 11 22:15:28 megalex systemd[1]: Starting Show Plymouth Boot Screen...
Jul 11 22:15:28 megalex systemd-udevd[353]: crypto_user: Worker [362] is forked for processing SEQNUM=2500.
Jul 11 22:15:28 megalex (udev-worker)[358]: dm_mod: Device processed (SEQNUM=2499, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: dm_mod: sd-device-monitor(worker): Passed 152 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c-dev: Device is queued (SEQNUM=2501, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c-dev: Device ready for processing (SEQNUM=2501, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c-dev: sd-device-monitor(manager): Passed 151 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: i2c-dev: Processing device (SEQNUM=2501, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c_dev: Device is queued (SEQNUM=2502, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c_dev: Device ready for processing (SEQNUM=2502, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: crypto_user: Processing device (SEQNUM=2500, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: device-mapper: Preserve permissions of /dev/mapper/control, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c_dev: sd-device-monitor(manager): Passed 153 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: device-mapper: Successfully created symlink '/dev/char/10:236' to '/dev/mapper/control'
Jul 11 22:15:28 megalex systemd-udevd[353]: vcs9: Device is queued (SEQNUM=2503, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vcs9: Device ready for processing (SEQNUM=2503, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: device-mapper: sd-device: Created database file '/run/udev/data/c10:236' for '/devices/virtual/misc/device-mapper'.
Jul 11 22:15:28 megalex (udev-worker)[360]: device-mapper: sd-device: Created database file '/run/udev/data/c10:236' for '/devices/virtual/misc/device-mapper'.
Jul 11 22:15:28 megalex (udev-worker)[360]: device-mapper: Device processed (SEQNUM=2498, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: device-mapper: sd-device-monitor(worker): Passed 218 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: i2c_dev: Processing device (SEQNUM=2502, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 363.
Jul 11 22:15:28 megalex systemd-udevd[353]: vcs9: Worker [363] is forked for processing SEQNUM=2503.
Jul 11 22:15:28 megalex (udev-worker)[359]: i2c-dev: Device processed (SEQNUM=2501, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: i2c-dev: sd-device-monitor(worker): Passed 151 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: vcsu9: Device is queued (SEQNUM=2504, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vcsu9: Device ready for processing (SEQNUM=2504, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: crypto_user: Device processed (SEQNUM=2500, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vcsu9: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: crypto_user: sd-device-monitor(worker): Passed 157 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: vcsa9: Device is queued (SEQNUM=2505, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vcsa9: Device ready for processing (SEQNUM=2505, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: vcsu9: Processing device (SEQNUM=2504, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: vcs9: Processing device (SEQNUM=2503, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vcsa9: sd-device-monitor(manager): Passed 196 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: i2c_dev: Device processed (SEQNUM=2502, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: i2c_dev: sd-device-monitor(worker): Passed 153 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: vcsa9: Processing device (SEQNUM=2505, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 8250: Device is queued (SEQNUM=2506, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: vcsu9: /usr/lib/udev/rules.d/50-udev-default.rules:41 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: 8250: Device ready for processing (SEQNUM=2506, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 8250: sd-device-monitor(manager): Passed 163 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: vcsa9: /usr/lib/udev/rules.d/50-udev-default.rules:41 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: 8250_pci: Device is queued (SEQNUM=2507, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: vcs9: /usr/lib/udev/rules.d/50-udev-default.rules:41 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: 8250_pci: Device ready for processing (SEQNUM=2507, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 8250_pci: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi: Device is queued (SEQNUM=2508, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: 8250_pci: Processing device (SEQNUM=2507, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi: Device ready for processing (SEQNUM=2508, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: vcsu9: Setting permissions /dev/vcsu9, uid=0, gid=5, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[358]: 8250_pci: Device processed (SEQNUM=2507, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: 8250_pci: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: vcsu9: Successfully created symlink '/dev/char/7:73' to '/dev/vcsu9'
Jul 11 22:15:28 megalex (udev-worker)[360]: vcsu9: sd-device: Created database file '/run/udev/data/c7:73' for '/devices/virtual/vc/vcsu9'.
Jul 11 22:15:28 megalex (udev-worker)[362]: 8250: Processing device (SEQNUM=2506, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: vcsa9: Setting permissions /dev/vcsa9, uid=0, gid=5, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[360]: vcsu9: sd-device: Created database file '/run/udev/data/c7:73' for '/devices/virtual/vc/vcsu9'.
Jul 11 22:15:28 megalex (udev-worker)[360]: vcsu9: Device processed (SEQNUM=2504, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: vcsu9: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: vcsa9: Successfully created symlink '/dev/char/7:137' to '/dev/vcsa9'
Jul 11 22:15:28 megalex (udev-worker)[364]: acpi: Processing device (SEQNUM=2508, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: vcsa9: sd-device: Created database file '/run/udev/data/c7:137' for '/devices/virtual/vc/vcsa9'.
Jul 11 22:15:28 megalex (udev-worker)[363]: vcs9: Setting permissions /dev/vcs9, uid=0, gid=5, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[359]: vcsa9: sd-device: Created database file '/run/udev/data/c7:137' for '/devices/virtual/vc/vcsa9'.
Jul 11 22:15:28 megalex (udev-worker)[359]: vcsa9: Device processed (SEQNUM=2505, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: vcsa9: sd-device-monitor(worker): Passed 196 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: vcs9: Successfully created symlink '/dev/char/7:9' to '/dev/vcs9'
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 364.
Jul 11 22:15:28 megalex (udev-worker)[363]: vcs9: sd-device: Created database file '/run/udev/data/c7:9' for '/devices/virtual/vc/vcs9'.
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi: Worker [364] is forked for processing SEQNUM=2508.
Jul 11 22:15:28 megalex (udev-worker)[363]: vcs9: sd-device: Created database file '/run/udev/data/c7:9' for '/devices/virtual/vc/vcs9'.
Jul 11 22:15:28 megalex (udev-worker)[363]: vcs9: Device processed (SEQNUM=2503, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: vcs9: sd-device-monitor(worker): Passed 192 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: 8250: Device processed (SEQNUM=2506, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi_x86: Device is queued (SEQNUM=2509, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: 8250: sd-device-monitor(worker): Passed 163 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi_x86: Device ready for processing (SEQNUM=2509, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi_x86: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: acpiphp: Device is queued (SEQNUM=2510, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: acpi_x86: Processing device (SEQNUM=2509, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpiphp: Device ready for processing (SEQNUM=2510, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpiphp: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ahci: Device is queued (SEQNUM=2511, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ahci: Device ready for processing (SEQNUM=2511, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: acpiphp: Processing device (SEQNUM=2510, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ahci: sd-device-monitor(manager): Passed 163 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: apparmor: Device is queued (SEQNUM=2512, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: ahci: Processing device (SEQNUM=2511, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: apparmor: Device ready for processing (SEQNUM=2512, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: acpi: Device processed (SEQNUM=2508, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: apparmor: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: acpi: sd-device-monitor(worker): Passed 163 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: atkbd: Device is queued (SEQNUM=2513, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: atkbd: Device ready for processing (SEQNUM=2513, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: apparmor: Processing device (SEQNUM=2512, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: atkbd: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: battery: Device is queued (SEQNUM=2514, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: battery: Device ready for processing (SEQNUM=2514, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: battery: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: binder: Device is queued (SEQNUM=2515, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: binder: Device ready for processing (SEQNUM=2515, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: acpiphp: Device processed (SEQNUM=2510, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: acpiphp: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: ahci: Device processed (SEQNUM=2511, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: ahci: sd-device-monitor(worker): Passed 163 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: atkbd: Processing device (SEQNUM=2513, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: acpi_x86: Device processed (SEQNUM=2509, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: acpi_x86: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 365.
Jul 11 22:15:28 megalex (udev-worker)[362]: apparmor: Device processed (SEQNUM=2512, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: binder: Worker [365] is forked for processing SEQNUM=2515.
Jul 11 22:15:28 megalex (udev-worker)[362]: apparmor: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: battery: Processing device (SEQNUM=2514, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: binder_alloc: Device is queued (SEQNUM=2516, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: binder_alloc: Device ready for processing (SEQNUM=2516, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: binder_alloc: sd-device-monitor(manager): Passed 171 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: atkbd: Device processed (SEQNUM=2513, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: blk_cgroup: Device is queued (SEQNUM=2517, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: atkbd: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: binder: Processing device (SEQNUM=2515, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: blk_cgroup: Device ready for processing (SEQNUM=2517, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: blk_cgroup: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: binder_alloc: Processing device (SEQNUM=2516, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: blk_crypto: Device is queued (SEQNUM=2518, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: blk_cgroup: Processing device (SEQNUM=2517, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: blk_crypto: Device ready for processing (SEQNUM=2518, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: blk_crypto: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: block: Device is queued (SEQNUM=2519, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: block: Device ready for processing (SEQNUM=2519, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: block: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: button: Device is queued (SEQNUM=2520, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: button: Device ready for processing (SEQNUM=2520, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: button: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: battery: Device processed (SEQNUM=2514, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: battery: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: clocksource: Device is queued (SEQNUM=2521, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clocksource: Device ready for processing (SEQNUM=2521, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: block: Processing device (SEQNUM=2519, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: binder_alloc: Device processed (SEQNUM=2516, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: block: /usr/lib/udev/rules.d/60-block.rules:5 Writing ATTR{'/sys/module/block/parameters/events_dfl_poll_msecs'}="2000".
Jul 11 22:15:28 megalex (udev-worker)[359]: binder_alloc: sd-device-monitor(worker): Passed 171 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: blk_crypto: Processing device (SEQNUM=2518, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: button: Processing device (SEQNUM=2520, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: blk_cgroup: Device processed (SEQNUM=2517, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: blk_cgroup: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: button: Device processed (SEQNUM=2520, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: clocksource: Processing device (SEQNUM=2521, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: block: Device processed (SEQNUM=2519, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: button: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: blk_crypto: Device processed (SEQNUM=2518, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: block: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: blk_crypto: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 366.
Jul 11 22:15:28 megalex (udev-worker)[365]: binder: Device processed (SEQNUM=2515, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: binder: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: clocksource: Worker [366] is forked for processing SEQNUM=2521.
Jul 11 22:15:28 megalex systemd-udevd[353]: configfs: Device is queued (SEQNUM=2522, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: configfs: Device ready for processing (SEQNUM=2522, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: configfs: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpufreq: Device is queued (SEQNUM=2523, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: configfs: Processing device (SEQNUM=2522, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpufreq: Device ready for processing (SEQNUM=2523, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpufreq: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpuidle: Device is queued (SEQNUM=2524, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: cpufreq: Processing device (SEQNUM=2523, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpuidle: Device ready for processing (SEQNUM=2524, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpuidle: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: crypto_user: Device is queued (SEQNUM=2525, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: crypto_user: Device ready for processing (SEQNUM=2525, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: cpuidle: Processing device (SEQNUM=2524, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: crypto_user: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cryptomgr: Device is queued (SEQNUM=2526, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cryptomgr: Device ready for processing (SEQNUM=2526, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: clocksource: Device processed (SEQNUM=2521, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cryptomgr: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: clocksource: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: damon_lru_sort: Device is queued (SEQNUM=2527, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: damon_lru_sort: Device ready for processing (SEQNUM=2527, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: crypto_user: Processing device (SEQNUM=2525, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: damon_lru_sort: sd-device-monitor(manager): Passed 173 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: damon_reclaim: Device is queued (SEQNUM=2528, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: damon_reclaim: Device ready for processing (SEQNUM=2528, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: damon_reclaim: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device_hmem: Device is queued (SEQNUM=2529, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device_hmem: Device ready for processing (SEQNUM=2529, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device_hmem: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: configfs: sd-device: Created database file '/run/udev/data/+module:configfs' for '/module/configfs'.
Jul 11 22:15:28 megalex systemd-udevd[353]: dm_mod: Device is queued (SEQNUM=2530, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dm_mod: Device ready for processing (SEQNUM=2530, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: configfs: sd-device: Created database file '/run/udev/data/+module:configfs' for '/module/configfs'.
Jul 11 22:15:28 megalex (udev-worker)[359]: configfs: Device processed (SEQNUM=2522, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: configfs: sd-device-monitor(worker): Passed 243 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: cpuidle: Device processed (SEQNUM=2524, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: cpuidle: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: cpufreq: Device processed (SEQNUM=2523, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: cpufreq: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: cryptomgr: Processing device (SEQNUM=2526, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: crypto_user: Device processed (SEQNUM=2525, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: crypto_user: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 367.
Jul 11 22:15:28 megalex (udev-worker)[366]: damon_reclaim: Processing device (SEQNUM=2528, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dm_mod: Worker [367] is forked for processing SEQNUM=2530.
Jul 11 22:15:28 megalex systemd-udevd[353]: drm: Device is queued (SEQNUM=2531, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: drm: Device ready for processing (SEQNUM=2531, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: drm: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: cryptomgr: Device processed (SEQNUM=2526, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: cryptomgr: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: dm_mod: Processing device (SEQNUM=2530, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: drm_client_lib: Device is queued (SEQNUM=2532, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: drm: Processing device (SEQNUM=2531, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: drm_client_lib: Device ready for processing (SEQNUM=2532, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: drm_client_lib: sd-device-monitor(manager): Passed 173 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: drm_kms_helper: Device is queued (SEQNUM=2533, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: drm_kms_helper: Device ready for processing (SEQNUM=2533, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: drm_kms_helper: sd-device-monitor(manager): Passed 173 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: damon_reclaim: Device processed (SEQNUM=2528, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dw_dmac_pci: Device is queued (SEQNUM=2534, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: drm_kms_helper: Processing device (SEQNUM=2533, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dw_dmac_pci: Device ready for processing (SEQNUM=2534, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: damon_reclaim: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: dw_dmac_pci: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: dw_dmac_pci: Processing device (SEQNUM=2534, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dynamic_debug: Device is queued (SEQNUM=2535, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dynamic_debug: Device ready for processing (SEQNUM=2535, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dynamic_debug: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: edac_core: Device is queued (SEQNUM=2536, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: edac_core: Device ready for processing (SEQNUM=2536, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: edac_core: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: drm_kms_helper: Device processed (SEQNUM=2533, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: drm: Device processed (SEQNUM=2531, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: edac_core: Processing device (SEQNUM=2536, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: efi_pstore: Device is queued (SEQNUM=2537, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: drm_kms_helper: sd-device-monitor(worker): Passed 173 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: drm: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: efi_pstore: Device ready for processing (SEQNUM=2537, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: drm_client_lib: Processing device (SEQNUM=2532, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: damon_lru_sort: Processing device (SEQNUM=2527, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: dw_dmac_pci: Device processed (SEQNUM=2534, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: dw_dmac_pci: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: device_hmem: Processing device (SEQNUM=2529, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: dynamic_debug: Processing device (SEQNUM=2535, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: dm_mod: Device processed (SEQNUM=2530, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: dm_mod: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: edac_core: Device processed (SEQNUM=2536, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: edac_core: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: drm_client_lib: Device processed (SEQNUM=2532, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: damon_lru_sort: Device processed (SEQNUM=2527, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: drm_client_lib: sd-device-monitor(worker): Passed 173 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: damon_lru_sort: sd-device-monitor(worker): Passed 173 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: device_hmem: Device processed (SEQNUM=2529, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: device_hmem: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 368.
Jul 11 22:15:28 megalex (udev-worker)[366]: dynamic_debug: Device processed (SEQNUM=2535, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: dynamic_debug: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: efi_pstore: Worker [368] is forked for processing SEQNUM=2537.
Jul 11 22:15:28 megalex systemd-udevd[353]: ehci_hcd: Device is queued (SEQNUM=2538, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ehci_hcd: Device ready for processing (SEQNUM=2538, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ehci_hcd: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: efi_pstore: Processing device (SEQNUM=2537, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ehci_pci: Device is queued (SEQNUM=2539, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ehci_pci: Device ready for processing (SEQNUM=2539, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: ehci_hcd: Processing device (SEQNUM=2538, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ehci_pci: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: fb: Device is queued (SEQNUM=2540, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: fb: Device ready for processing (SEQNUM=2540, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: fb: sd-device-monitor(manager): Passed 161 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: ehci_pci: Processing device (SEQNUM=2539, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: firmware_class: Device is queued (SEQNUM=2541, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: firmware_class: Device ready for processing (SEQNUM=2541, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: firmware_class: sd-device-monitor(manager): Passed 173 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: fb: Processing device (SEQNUM=2540, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: firmware_class: Processing device (SEQNUM=2541, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: fscrypto: Device is queued (SEQNUM=2542, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: fscrypto: Device ready for processing (SEQNUM=2542, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: fscrypto: Processing device (SEQNUM=2542, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: ehci_hcd: Device processed (SEQNUM=2538, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: ehci_hcd: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: efi_pstore: Device processed (SEQNUM=2537, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: fb: Device processed (SEQNUM=2540, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: efi_pstore: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: fb: sd-device-monitor(worker): Passed 161 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: firmware_class: Device processed (SEQNUM=2541, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: firmware_class: sd-device-monitor(worker): Passed 173 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: fscrypto: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: fscrypto: Device processed (SEQNUM=2542, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: fscrypto: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: fuse: Device is queued (SEQNUM=2543, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: fuse: Device ready for processing (SEQNUM=2543, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: ehci_pci: Device processed (SEQNUM=2539, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: fuse: sd-device-monitor(manager): Passed 163 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: ehci_pci: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: gpiolib_acpi: Device is queued (SEQNUM=2544, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: fuse: Processing device (SEQNUM=2543, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: gpiolib_acpi: Device ready for processing (SEQNUM=2544, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: gpiolib_acpi: sd-device-monitor(manager): Passed 171 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: gpiolib_acpi: Processing device (SEQNUM=2544, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: grant_table: Device is queued (SEQNUM=2545, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: grant_table: Device ready for processing (SEQNUM=2545, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: grant_table: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: haltpoll: Device is queued (SEQNUM=2546, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: grant_table: Processing device (SEQNUM=2545, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: haltpoll: Device ready for processing (SEQNUM=2546, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: haltpoll: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: hibernate: Device is queued (SEQNUM=2547, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: haltpoll: Processing device (SEQNUM=2546, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hibernate: Device ready for processing (SEQNUM=2547, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hibernate: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: hibernate: Processing device (SEQNUM=2547, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hid: Device is queued (SEQNUM=2548, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hid: Device ready for processing (SEQNUM=2548, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hid: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: hid_generic: Device is queued (SEQNUM=2549, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hid_generic: Device ready for processing (SEQNUM=2549, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hid_generic: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c_designware_pci: Device is queued (SEQNUM=2550, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c_designware_pci: Device ready for processing (SEQNUM=2550, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: gpiolib_acpi: Device processed (SEQNUM=2544, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c_designware_pci: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: gpiolib_acpi: sd-device-monitor(worker): Passed 171 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: fuse: sd-device: Created database file '/run/udev/data/+module:fuse' for '/module/fuse'.
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c_dev: Device is queued (SEQNUM=2551, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c_dev: Device ready for processing (SEQNUM=2551, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c_dev: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: fuse: sd-device: Created database file '/run/udev/data/+module:fuse' for '/module/fuse'.
Jul 11 22:15:28 megalex (udev-worker)[359]: fuse: Device processed (SEQNUM=2543, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: i2c_dev: Processing device (SEQNUM=2551, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042: Device is queued (SEQNUM=2552, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: haltpoll: Device processed (SEQNUM=2546, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042: Device ready for processing (SEQNUM=2552, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: haltpoll: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_idle: Device is queued (SEQNUM=2553, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: i8042: Processing device (SEQNUM=2552, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: hid: Processing device (SEQNUM=2548, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_idle: Device ready for processing (SEQNUM=2553, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_idle: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: grant_table: Device processed (SEQNUM=2545, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_scu_pcidrv: Device is queued (SEQNUM=2554, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: grant_table: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_scu_pcidrv: Device ready for processing (SEQNUM=2554, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_scu_pcidrv: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: hid_generic: Processing device (SEQNUM=2549, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: iosf_mbi: Device is queued (SEQNUM=2555, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: iosf_mbi: Device ready for processing (SEQNUM=2555, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: iosf_mbi: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ip_tables: Device is queued (SEQNUM=2556, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ip_tables: Device ready for processing (SEQNUM=2556, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: i2c_dev: Device processed (SEQNUM=2551, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: i2c_dev: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: i8042: Device processed (SEQNUM=2552, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: hid: Device processed (SEQNUM=2548, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: i8042: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: hid: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: intel_idle: Processing device (SEQNUM=2553, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: fuse: sd-device-monitor(worker): Passed 245 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: i2c_designware_pci: Processing device (SEQNUM=2550, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 369.
Jul 11 22:15:28 megalex (udev-worker)[358]: hibernate: Device processed (SEQNUM=2547, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: hibernate: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ip_tables: Worker [369] is forked for processing SEQNUM=2556.
Jul 11 22:15:28 megalex (udev-worker)[365]: intel_scu_pcidrv: Processing device (SEQNUM=2554, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ipe: Device is queued (SEQNUM=2557, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: hid_generic: Device processed (SEQNUM=2549, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: hid_generic: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ipe: Device ready for processing (SEQNUM=2557, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ipe: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: iosf_mbi: Processing device (SEQNUM=2555, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: ip_tables: Processing device (SEQNUM=2556, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ipv6: Device is queued (SEQNUM=2558, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ipv6: Device ready for processing (SEQNUM=2558, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: intel_idle: Device processed (SEQNUM=2553, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ipv6: sd-device-monitor(manager): Passed 163 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: intel_idle: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: i2c_designware_pci: Device processed (SEQNUM=2550, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: i2c_designware_pci: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: kernel: Device is queued (SEQNUM=2559, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: kernel: Device ready for processing (SEQNUM=2559, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: kernel: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: ipe: Processing device (SEQNUM=2557, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: ipv6: Processing device (SEQNUM=2558, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: keyboard: Device is queued (SEQNUM=2560, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: keyboard: Device ready for processing (SEQNUM=2560, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: keyboard: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: intel_scu_pcidrv: Device processed (SEQNUM=2554, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: kfence: Device is queued (SEQNUM=2561, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: intel_scu_pcidrv: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: kfence: Device ready for processing (SEQNUM=2561, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: kfence: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: kernel: Processing device (SEQNUM=2559, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: libahci: Device is queued (SEQNUM=2562, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: libahci: Device ready for processing (SEQNUM=2562, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: libahci: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: libata: Device is queued (SEQNUM=2563, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: libata: Device ready for processing (SEQNUM=2563, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: libata: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: ipe: Device processed (SEQNUM=2557, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: ip_tables: Device processed (SEQNUM=2556, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: ipe: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: loop: Device is queued (SEQNUM=2564, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: loop: Device ready for processing (SEQNUM=2564, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: ip_tables: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: ipv6: Device processed (SEQNUM=2558, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: ipv6: sd-device-monitor(worker): Passed 163 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: loop: Processing device (SEQNUM=2564, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: iosf_mbi: Device processed (SEQNUM=2555, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: keyboard: Processing device (SEQNUM=2560, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: iosf_mbi: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: libata: Processing device (SEQNUM=2563, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: libahci: Processing device (SEQNUM=2562, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: kernel: Device processed (SEQNUM=2559, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: kernel: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: loop: sd-device-monitor(manager): Passed 163 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory_hotplug: Device is queued (SEQNUM=2565, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory_hotplug: Device ready for processing (SEQNUM=2565, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory_hotplug: sd-device-monitor(manager): Passed 173 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: microcode: Device is queued (SEQNUM=2566, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: memory_hotplug: Processing device (SEQNUM=2565, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: microcode: Device ready for processing (SEQNUM=2566, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: microcode: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: loop: Device processed (SEQNUM=2564, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: loop: sd-device-monitor(worker): Passed 163 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: microcode: Processing device (SEQNUM=2566, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: libata: Device processed (SEQNUM=2563, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: module: Device is queued (SEQNUM=2567, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: libata: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: module: Device ready for processing (SEQNUM=2567, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: keyboard: Device processed (SEQNUM=2560, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: module: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: keyboard: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: kfence: Processing device (SEQNUM=2561, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: module: Processing device (SEQNUM=2567, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: msr: Device is queued (SEQNUM=2568, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: msr: Device ready for processing (SEQNUM=2568, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: msr: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: msr: Processing device (SEQNUM=2568, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mxm_wmi: Device is queued (SEQNUM=2569, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mxm_wmi: Device ready for processing (SEQNUM=2569, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mxm_wmi: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: netpoll: Device is queued (SEQNUM=2570, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: netpoll: Device ready for processing (SEQNUM=2570, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: netpoll: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: nfnetlink: Device is queued (SEQNUM=2571, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: memory_hotplug: Device processed (SEQNUM=2565, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: nfnetlink: Device ready for processing (SEQNUM=2571, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: memory_hotplug: sd-device-monitor(worker): Passed 173 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: nfnetlink: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: nmi_backtrace: Device is queued (SEQNUM=2572, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: nmi_backtrace: Device ready for processing (SEQNUM=2572, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: nmi_backtrace: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: kfence: Device processed (SEQNUM=2561, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: module: Device processed (SEQNUM=2567, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: kfence: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: nmi_backtrace: Processing device (SEQNUM=2572, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: module: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ohci_pci: Device is queued (SEQNUM=2573, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ohci_pci: Device ready for processing (SEQNUM=2573, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ohci_pci: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: nfnetlink: Processing device (SEQNUM=2571, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: mxm_wmi: Processing device (SEQNUM=2569, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: msr: Device processed (SEQNUM=2568, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: page_alloc: Device is queued (SEQNUM=2574, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: microcode: Device processed (SEQNUM=2566, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: msr: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: page_alloc: Device ready for processing (SEQNUM=2574, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: microcode: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: page_alloc: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: page_reporting: Device is queued (SEQNUM=2575, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: page_reporting: Device ready for processing (SEQNUM=2575, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: page_reporting: sd-device-monitor(manager): Passed 173 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pci_hotplug: Device is queued (SEQNUM=2576, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pci_hotplug: Device ready for processing (SEQNUM=2576, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pci_hotplug: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pci_stub: Device is queued (SEQNUM=2577, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: pci_hotplug: Processing device (SEQNUM=2576, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pci_stub: Device ready for processing (SEQNUM=2577, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pci_stub: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pcie_aspm: Device is queued (SEQNUM=2578, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: nmi_backtrace: Device processed (SEQNUM=2572, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pcie_aspm: Device ready for processing (SEQNUM=2578, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: nfnetlink: Device processed (SEQNUM=2571, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: nmi_backtrace: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pcie_aspm: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: nfnetlink: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: mxm_wmi: Device processed (SEQNUM=2569, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: libahci: Device processed (SEQNUM=2562, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: mxm_wmi: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pciehp: Device is queued (SEQNUM=2579, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: libahci: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: page_alloc: Processing device (SEQNUM=2574, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pciehp: Device ready for processing (SEQNUM=2579, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: ohci_pci: Processing device (SEQNUM=2573, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pciehp: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: page_reporting: Processing device (SEQNUM=2575, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: pciehp: Processing device (SEQNUM=2579, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pcieportdrv: Device is queued (SEQNUM=2580, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pcieportdrv: Device ready for processing (SEQNUM=2580, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pcieportdrv: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: platform_pci: Device is queued (SEQNUM=2581, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: platform_pci: Device ready for processing (SEQNUM=2581, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: platform_pci: sd-device-monitor(manager): Passed 171 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: pci_hotplug: Device processed (SEQNUM=2576, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: platform_pci: Processing device (SEQNUM=2581, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pnp: Device is queued (SEQNUM=2582, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: pci_hotplug: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pnp: Device ready for processing (SEQNUM=2582, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pnp: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: printk: Device is queued (SEQNUM=2583, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: printk: Device ready for processing (SEQNUM=2583, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: printk: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: page_alloc: Device processed (SEQNUM=2574, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: page_alloc: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: processor: Device is queued (SEQNUM=2584, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: printk: Processing device (SEQNUM=2583, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: processor: Device ready for processing (SEQNUM=2584, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: ohci_pci: Device processed (SEQNUM=2573, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: pnp: Processing device (SEQNUM=2582, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: ohci_pci: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: pciehp: Device processed (SEQNUM=2579, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: pciehp: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: pci_stub: Processing device (SEQNUM=2577, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 370.
Jul 11 22:15:28 megalex systemd-udevd[353]: processor: Worker [370] is forked for processing SEQNUM=2584.
Jul 11 22:15:28 megalex (udev-worker)[360]: pnp: Device processed (SEQNUM=2582, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: platform_pci: Device processed (SEQNUM=2581, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: printk: Device processed (SEQNUM=2583, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: pnp: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: platform_pci: sd-device-monitor(worker): Passed 171 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: printk: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: pcie_aspm: Processing device (SEQNUM=2578, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: netpoll: Processing device (SEQNUM=2570, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: processor: Processing device (SEQNUM=2584, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: pci_stub: Device processed (SEQNUM=2577, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: pci_stub: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: pcieportdrv: Processing device (SEQNUM=2580, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: netpoll: Device processed (SEQNUM=2570, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: pcie_aspm: Device processed (SEQNUM=2578, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: netpoll: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: pcie_aspm: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: page_reporting: Device processed (SEQNUM=2575, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: page_reporting: sd-device-monitor(worker): Passed 173 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pstore: Device is queued (SEQNUM=2585, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: pcieportdrv: Device processed (SEQNUM=2580, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pstore: Device ready for processing (SEQNUM=2585, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: pcieportdrv: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pstore: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: random: Device is queued (SEQNUM=2586, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: pstore: Processing device (SEQNUM=2585, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: random: Device ready for processing (SEQNUM=2586, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: random: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: processor: Device processed (SEQNUM=2584, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rcupdate: Device is queued (SEQNUM=2587, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rcupdate: Device ready for processing (SEQNUM=2587, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: processor: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: rcupdate: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: random: Processing device (SEQNUM=2586, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rcutree: Device is queued (SEQNUM=2588, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rcutree: Device ready for processing (SEQNUM=2588, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rcutree: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: rcupdate: Processing device (SEQNUM=2587, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rng_core: Device is queued (SEQNUM=2589, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rng_core: Device ready for processing (SEQNUM=2589, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rng_core: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: rcutree: Processing device (SEQNUM=2588, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc_cmos: Device is queued (SEQNUM=2590, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc_cmos: Device ready for processing (SEQNUM=2590, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc_cmos: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: rtc_cmos: Processing device (SEQNUM=2590, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: scsi_mod: Device is queued (SEQNUM=2591, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: scsi_mod: Device ready for processing (SEQNUM=2591, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: scsi_mod: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: secretmem: Device is queued (SEQNUM=2592, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: secretmem: Device ready for processing (SEQNUM=2592, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: secretmem: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: pstore: Device processed (SEQNUM=2585, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: pstore: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serio_raw: Device is queued (SEQNUM=2593, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serio_raw: Device ready for processing (SEQNUM=2593, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serio_raw: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: rng_core: Processing device (SEQNUM=2589, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: rcupdate: Device processed (SEQNUM=2587, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: shpchp: Device is queued (SEQNUM=2594, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: rcupdate: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: shpchp: Device ready for processing (SEQNUM=2594, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: shpchp: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: rcutree: Device processed (SEQNUM=2588, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: rcutree: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: slab_common: Device is queued (SEQNUM=2595, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: secretmem: Processing device (SEQNUM=2592, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: slab_common: Device ready for processing (SEQNUM=2595, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: slab_common: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: shpchp: Processing device (SEQNUM=2594, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: rtc_cmos: Device processed (SEQNUM=2590, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: spurious: Device is queued (SEQNUM=2596, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: rtc_cmos: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: spurious: Device ready for processing (SEQNUM=2596, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: random: Device processed (SEQNUM=2586, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: spurious: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: random: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: scsi_mod: Processing device (SEQNUM=2591, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: srcutree: Device is queued (SEQNUM=2597, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: serio_raw: Processing device (SEQNUM=2593, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: srcutree: Device ready for processing (SEQNUM=2597, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: srcutree: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: suspend: Device is queued (SEQNUM=2598, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: suspend: Device ready for processing (SEQNUM=2598, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: rng_core: Device processed (SEQNUM=2589, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: suspend: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: rng_core: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sysrq: Device is queued (SEQNUM=2599, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sysrq: Device ready for processing (SEQNUM=2599, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: secretmem: Device processed (SEQNUM=2592, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sysrq: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: secretmem: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tcp_cubic: Device is queued (SEQNUM=2600, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: sysrq: Processing device (SEQNUM=2599, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tcp_cubic: Device ready for processing (SEQNUM=2600, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: spurious: Processing device (SEQNUM=2596, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tcp_cubic: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: shpchp: Device processed (SEQNUM=2594, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: thermal: Device is queued (SEQNUM=2601, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: thermal: Device ready for processing (SEQNUM=2601, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: shpchp: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: thermal: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: scsi_mod: Device processed (SEQNUM=2591, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: scsi_mod: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm: Device is queued (SEQNUM=2602, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: tcp_cubic: Processing device (SEQNUM=2600, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm: Device ready for processing (SEQNUM=2602, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: suspend: Processing device (SEQNUM=2598, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_crb: Device is queued (SEQNUM=2603, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_crb: Device ready for processing (SEQNUM=2603, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_crb: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_tis: Device is queued (SEQNUM=2604, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_tis: Device ready for processing (SEQNUM=2604, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: serio_raw: Device processed (SEQNUM=2593, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_tis: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: serio_raw: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: spurious: Device processed (SEQNUM=2596, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: sysrq: Device processed (SEQNUM=2599, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: spurious: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_tis_core: Device is queued (SEQNUM=2605, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: sysrq: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_tis_core: Device ready for processing (SEQNUM=2605, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: srcutree: Processing device (SEQNUM=2597, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: thermal: Processing device (SEQNUM=2601, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: tpm_tis_core: Processing device (SEQNUM=2605, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: slab_common: Processing device (SEQNUM=2595, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: tcp_cubic: Device processed (SEQNUM=2600, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: tcp_cubic: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: suspend: Device processed (SEQNUM=2598, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: suspend: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: tpm_tis: Processing device (SEQNUM=2604, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: tpm_crb: Processing device (SEQNUM=2603, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: thermal: Device processed (SEQNUM=2601, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: tpm_tis_core: Device processed (SEQNUM=2605, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: thermal: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: slab_common: Device processed (SEQNUM=2595, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: tpm_tis_core: sd-device-monitor(worker): Passed 171 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: slab_common: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_tis_core: sd-device-monitor(manager): Passed 171 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: tpm: Processing device (SEQNUM=2602, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uas: Device is queued (SEQNUM=2606, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uas: Device ready for processing (SEQNUM=2606, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uas: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: tpm_tis: Device processed (SEQNUM=2604, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: tpm_crb: Device processed (SEQNUM=2603, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: srcutree: Device processed (SEQNUM=2597, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: tpm_tis: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: tpm_crb: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: uas: Processing device (SEQNUM=2606, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: udmabuf: Device is queued (SEQNUM=2607, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: srcutree: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: udmabuf: Device ready for processing (SEQNUM=2607, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: udmabuf: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: udmabuf: Processing device (SEQNUM=2607, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uhci_hcd: Device is queued (SEQNUM=2608, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uhci_hcd: Device ready for processing (SEQNUM=2608, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uhci_hcd: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: usb_storage: Device is queued (SEQNUM=2609, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb_storage: Device ready for processing (SEQNUM=2609, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb_storage: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: tpm: Device processed (SEQNUM=2602, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usbcore: Device is queued (SEQNUM=2610, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: usb_storage: Processing device (SEQNUM=2609, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: tpm: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: usbcore: Device ready for processing (SEQNUM=2610, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usbcore: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: usbcore: Processing device (SEQNUM=2610, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usbhid: Device is queued (SEQNUM=2611, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: uhci_hcd: Processing device (SEQNUM=2608, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usbhid: Device ready for processing (SEQNUM=2611, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usbhid: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: usbserial: Device is queued (SEQNUM=2612, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: uas: Device processed (SEQNUM=2606, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usbserial: Device ready for processing (SEQNUM=2612, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: uas: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: usbserial: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: video: Device is queued (SEQNUM=2613, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: video: Device ready for processing (SEQNUM=2613, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: video: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: video: Processing device (SEQNUM=2613, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_blk: Device is queued (SEQNUM=2614, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_blk: Device ready for processing (SEQNUM=2614, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_blk: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: usb_storage: Device processed (SEQNUM=2609, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_pci: Device is queued (SEQNUM=2615, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_pci: Device ready for processing (SEQNUM=2615, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: usb_storage: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_pci: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: udmabuf: Device processed (SEQNUM=2607, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: udmabuf: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_pci_legacy_dev: Device is queued (SEQNUM=2616, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: usbcore: Device processed (SEQNUM=2610, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: uhci_hcd: Device processed (SEQNUM=2608, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: usbcore: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_pci_legacy_dev: Device ready for processing (SEQNUM=2616, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: uhci_hcd: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_pci_legacy_dev: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: virtio_pci: Processing device (SEQNUM=2615, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: usbserial: Processing device (SEQNUM=2612, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_pci_modern_dev: Device is queued (SEQNUM=2617, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: virtio_blk: Processing device (SEQNUM=2614, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_pci_modern_dev: Device ready for processing (SEQNUM=2617, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_pci_modern_dev: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: vt: Device is queued (SEQNUM=2618, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vt: Device ready for processing (SEQNUM=2618, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vt: sd-device-monitor(manager): Passed 161 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: vt: Processing device (SEQNUM=2618, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: watchdog: Device is queued (SEQNUM=2619, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: watchdog: Device ready for processing (SEQNUM=2619, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: video: Device processed (SEQNUM=2613, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: watchdog: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: video: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wmi: Device is queued (SEQNUM=2620, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wmi: Device ready for processing (SEQNUM=2620, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wmi: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: wmi: Processing device (SEQNUM=2620, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: workqueue: Device is queued (SEQNUM=2621, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: workqueue: Device ready for processing (SEQNUM=2621, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: workqueue: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: virtio_blk: Device processed (SEQNUM=2614, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: usbserial: Device processed (SEQNUM=2612, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: x_tables: Device is queued (SEQNUM=2622, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: virtio_blk: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: x_tables: Device ready for processing (SEQNUM=2622, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: usbserial: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: x_tables: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: virtio_pci_modern_dev: Processing device (SEQNUM=2617, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: watchdog: Processing device (SEQNUM=2619, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xen: Device is queued (SEQNUM=2623, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xen: Device ready for processing (SEQNUM=2623, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xen: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: vt: Device processed (SEQNUM=2618, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: virtio_pci: Device processed (SEQNUM=2615, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xhci_hcd: Device is queued (SEQNUM=2624, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: vt: sd-device-monitor(worker): Passed 161 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: xhci_hcd: Device ready for processing (SEQNUM=2624, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: virtio_pci: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: xhci_hcd: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: workqueue: Processing device (SEQNUM=2621, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: virtio_pci_legacy_dev: Processing device (SEQNUM=2616, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xhci_pci: Device is queued (SEQNUM=2625, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: wmi: Device processed (SEQNUM=2620, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xhci_pci: Device ready for processing (SEQNUM=2625, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xhci_pci: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: wmi: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: xz_dec: Device is queued (SEQNUM=2626, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xz_dec: Device ready for processing (SEQNUM=2626, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: usbhid: Processing device (SEQNUM=2611, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xz_dec: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: zswap: Device is queued (SEQNUM=2627, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: virtio_pci_modern_dev: Device processed (SEQNUM=2617, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: zswap: Device ready for processing (SEQNUM=2627, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: virtio_pci_modern_dev: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: zswap: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: watchdog: Device processed (SEQNUM=2619, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: watchdog: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: xhci_hcd: Processing device (SEQNUM=2624, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:17.0: Device is queued (SEQNUM=2628, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:17.0: Device ready for processing (SEQNUM=2628, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: xen: Processing device (SEQNUM=2623, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:17.0: sd-device-monitor(manager): Passed 339 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: host0: Device is queued (SEQNUM=2629, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host0: SEQNUM=2629 blocked by SEQNUM=2628
Jul 11 22:15:28 megalex (udev-worker)[370]: workqueue: Device processed (SEQNUM=2621, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: workqueue: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: target0:0:0: Device is queued (SEQNUM=2630, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: target0:0:0: SEQNUM=2630 blocked by SEQNUM=2628
Jul 11 22:15:28 megalex (udev-worker)[360]: zswap: Processing device (SEQNUM=2627, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: usbhid: Device processed (SEQNUM=2611, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0:0:0:0: Device is queued (SEQNUM=2631, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: usbhid: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0:0:0:0: SEQNUM=2631 blocked by SEQNUM=2628
Jul 11 22:15:28 megalex (udev-worker)[364]: x_tables: Processing device (SEQNUM=2622, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sda: Device is queued (SEQNUM=2632, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sda: SEQNUM=2632 blocked by SEQNUM=2628
Jul 11 22:15:28 megalex (udev-worker)[369]: virtio_pci_legacy_dev: Device processed (SEQNUM=2616, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: virtio_pci_legacy_dev: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: xz_dec: Processing device (SEQNUM=2626, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: xen: Device processed (SEQNUM=2623, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: 0000:00:17.0: Processing device (SEQNUM=2628, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: xhci_hcd: Device processed (SEQNUM=2624, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: xhci_pci: Processing device (SEQNUM=2625, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sda1: Device is queued (SEQNUM=2633, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: xen: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: zswap: Device processed (SEQNUM=2627, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: xhci_hcd: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: 0000:00:17.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex (udev-worker)[364]: x_tables: Device processed (SEQNUM=2622, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: zswap: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sda1: SEQNUM=2633 blocked by SEQNUM=2628
Jul 11 22:15:28 megalex (udev-worker)[363]: xhci_pci: Device processed (SEQNUM=2625, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sda2: Device is queued (SEQNUM=2634, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: xz_dec: Device processed (SEQNUM=2626, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: 0000:00:17.0: hwdb modalias key: "pci:v00008086d0000A282sv00001462sd00007A63bc01sc06i01"
Jul 11 22:15:28 megalex (udev-worker)[363]: xhci_pci: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: x_tables: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: xz_dec: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sda2: SEQNUM=2634 blocked by SEQNUM=2628
Jul 11 22:15:28 megalex systemd-udevd[353]: sda3: Device is queued (SEQNUM=2635, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sda3: SEQNUM=2635 blocked by SEQNUM=2628
Jul 11 22:15:28 megalex systemd-udevd[353]: lo: Device is queued (SEQNUM=2636, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: lo: Device ready for processing (SEQNUM=2636, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: lo: sd-device-monitor(manager): Passed 194 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250: Device is queued (SEQNUM=2637, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: Processing device (SEQNUM=2636, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250: Device ready for processing (SEQNUM=2637, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: /usr/lib/udev/rules.d/50-udev-default.rules:31 Importing properties from results of builtin command 'net_driver'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250: Processing device (SEQNUM=2637, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: Querying driver name via ethtool API is not supported by device 'lo', ignoring: Operation not supported
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0: Device is queued (SEQNUM=2638, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0: SEQNUM=2638 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250: hwdb modalias key: "platform:serial8250"
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.0: Device is queued (SEQNUM=2639, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.0: SEQNUM=2639 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: /usr/lib/udev/rules.d/75-net-description.rules:6 Importing properties from results of builtin command 'hwdb 'net:naming:dr:''
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS0: Device is queued (SEQNUM=2640, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS0: SEQNUM=2640 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.1: Device is queued (SEQNUM=2641, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: /usr/lib/udev/rules.d/75-net-description.rules:6 Failed to run builtin 'hwdb 'net:naming:dr:'': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.1: SEQNUM=2641 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: /usr/lib/udev/rules.d/75-net-description.rules:15 Importing properties from results of builtin command 'net_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS1: Device is queued (SEQNUM=2642, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: Failed to determine prefix for network interface naming, ignoring: Operation not supported
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS1: SEQNUM=2642 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: /usr/lib/udev/rules.d/80-net-setup-link.rules:5 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.10: Device is queued (SEQNUM=2643, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: /usr/lib/udev/rules.d/80-net-setup-link.rules:5 Failed to run builtin 'path_id': No such file or directory
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.10: SEQNUM=2643 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: /usr/lib/udev/rules.d/80-net-setup-link.rules:9 Importing properties from results of builtin command 'net_setup_link'
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS10: Device is queued (SEQNUM=2644, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: Device has name_assign_type=2
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS10: SEQNUM=2644 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: Device has addr_assign_type=0
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.11: Device is queued (SEQNUM=2645, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.11: SEQNUM=2645 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: No matching link configuration found, ignoring device.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS11: Device is queued (SEQNUM=2646, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS11: SEQNUM=2646 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: /usr/lib/udev/rules.d/84-nm-drivers.rules:10 Running PROGRAM="/bin/sh -c '/usr/sbin/ethtool -i $1 |/usr/bin/sed -n s/^driver:\ //p' -- lo"
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.12: Device is queued (SEQNUM=2647, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: Starting '/bin/sh -c '/usr/sbin/ethtool -i $1 |/usr/bin/sed -n s/^driver:\ //p' -- lo'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.12: SEQNUM=2647 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250: sd-device: Created database file '/run/udev/data/+platform:serial8250' for '/devices/platform/serial8250'.
Jul 11 22:15:28 megalex (udev-worker)[359]: Successfully forked off '(spawn)' as PID 371.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS12: Device is queued (SEQNUM=2648, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS12: SEQNUM=2648 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex (udev-worker)[370]: Loading module: platform:serial8250
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.13: Device is queued (SEQNUM=2649, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.13: SEQNUM=2649 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS13: Device is queued (SEQNUM=2650, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS13: SEQNUM=2650 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.14: Device is queued (SEQNUM=2651, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.14: SEQNUM=2651 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS14: Device is queued (SEQNUM=2652, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS14: SEQNUM=2652 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.15: Device is queued (SEQNUM=2653, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.15: SEQNUM=2653 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS15: Device is queued (SEQNUM=2654, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS15: SEQNUM=2654 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.16: Device is queued (SEQNUM=2655, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.16: SEQNUM=2655 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS16: Device is queued (SEQNUM=2656, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS16: SEQNUM=2656 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.17: Device is queued (SEQNUM=2657, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.17: SEQNUM=2657 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS17: Device is queued (SEQNUM=2658, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS17: SEQNUM=2658 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.18: Device is queued (SEQNUM=2659, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.18: SEQNUM=2659 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: '/bin/sh -c '/usr/sbin/ethtool -i $1 |/usr/bin/sed -n s/^driver:\ //p' -- lo'(err) '--: line 1: /usr/sbin/ethtool: No such file or directory'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS18: Device is queued (SEQNUM=2660, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS18: SEQNUM=2660 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.19: Device is queued (SEQNUM=2661, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.19: SEQNUM=2661 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS19: Device is queued (SEQNUM=2662, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS19: SEQNUM=2662 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.2: Device is queued (SEQNUM=2663, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.2: SEQNUM=2663 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS2: Device is queued (SEQNUM=2664, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS2: SEQNUM=2664 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.20: Device is queued (SEQNUM=2665, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.20: SEQNUM=2665 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex (udev-worker)[370]: Failed to find module 'platform:serial8250'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS20: Device is queued (SEQNUM=2666, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS20: SEQNUM=2666 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250: sd-device: Created database file '/run/udev/data/+platform:serial8250' for '/devices/platform/serial8250'.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.21: Device is queued (SEQNUM=2667, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250: Device processed (SEQNUM=2637, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.21: SEQNUM=2667 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250: sd-device-monitor(worker): Passed 288 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS21: Device is queued (SEQNUM=2668, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS21: SEQNUM=2668 blocked by SEQNUM=2637
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.22: Device is queued (SEQNUM=2669, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0: Device ready for processing (SEQNUM=2638, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.0: SEQNUM=2639 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250:0: Processing device (SEQNUM=2638, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS0: SEQNUM=2640 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.1: SEQNUM=2641 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS1: SEQNUM=2642 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.10: SEQNUM=2643 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS10: SEQNUM=2644 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.11: SEQNUM=2645 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS11: SEQNUM=2646 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.12: SEQNUM=2647 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS12: SEQNUM=2648 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.13: SEQNUM=2649 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS13: SEQNUM=2650 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.14: SEQNUM=2651 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS14: SEQNUM=2652 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.15: SEQNUM=2653 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS15: SEQNUM=2654 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250:0: Device processed (SEQNUM=2638, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.16: SEQNUM=2655 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250:0: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS16: SEQNUM=2656 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.17: SEQNUM=2657 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS17: SEQNUM=2658 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.18: SEQNUM=2659 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS18: SEQNUM=2660 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.19: SEQNUM=2661 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS19: SEQNUM=2662 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.2: SEQNUM=2663 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex (udev-worker)[367]: 0000:00:17.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS2: SEQNUM=2664 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.20: SEQNUM=2665 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS20: SEQNUM=2666 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.21: SEQNUM=2667 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS21: SEQNUM=2668 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.22: SEQNUM=2669 blocked by SEQNUM=2638
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS22: Device is queued (SEQNUM=2670, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: 0000:00:17.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.0: Device ready for processing (SEQNUM=2639, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.0: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS0: SEQNUM=2640 blocked by SEQNUM=2639
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250:0.0: Processing device (SEQNUM=2639, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.1: Device ready for processing (SEQNUM=2641, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: 0000:00:17.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:17.0' for '/devices/pci0000:00/0000:00:17.0'.
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: Process '/bin/sh -c '/usr/sbin/ethtool -i $1 |/usr/bin/sed -n s/^driver:\ //p' -- lo' succeeded.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.1: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: serial8250:0.1: Processing device (SEQNUM=2641, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: 0000:00:17.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS1: SEQNUM=2642 blocked by SEQNUM=2641
Jul 11 22:15:28 megalex (udev-worker)[367]: Loading module: pci:v00008086d0000A282sv00001462sd00007A63bc01sc06i01
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.10: Device ready for processing (SEQNUM=2643, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: sd-device: Created database file '/run/udev/data/n1' for '/devices/virtual/net/lo'.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.10: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: serial8250:0.1: Device processed (SEQNUM=2641, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: sd-device: Created database file '/run/udev/data/n1' for '/devices/virtual/net/lo'.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS10: SEQNUM=2644 blocked by SEQNUM=2643
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250:0.0: Device processed (SEQNUM=2639, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: serial8250:0.1: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: Device processed (SEQNUM=2636, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.11: Device ready for processing (SEQNUM=2645, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: serial8250:0.10: Processing device (SEQNUM=2643, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: serial8250:0.0: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: lo: sd-device-monitor(worker): Passed 227 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.11: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: serial8250:0.11: Processing device (SEQNUM=2645, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS11: SEQNUM=2646 blocked by SEQNUM=2645
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.12: Device ready for processing (SEQNUM=2647, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.12: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS12: SEQNUM=2648 blocked by SEQNUM=2647
Jul 11 22:15:28 megalex (udev-worker)[358]: serial8250:0.12: Processing device (SEQNUM=2647, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.13: Device ready for processing (SEQNUM=2649, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.13: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: serial8250:0.13: Processing device (SEQNUM=2649, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS13: SEQNUM=2650 blocked by SEQNUM=2649
Jul 11 22:15:28 megalex (udev-worker)[363]: serial8250:0.10: Device processed (SEQNUM=2643, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.14: Device ready for processing (SEQNUM=2651, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: serial8250:0.10: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: Failed to find module 'pci:v00008086d0000A282sv00001462sd00007A63bc01sc06i01'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.14: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: serial8250:0.14: Processing device (SEQNUM=2651, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: serial8250:0.11: Device processed (SEQNUM=2645, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS14: SEQNUM=2652 blocked by SEQNUM=2651
Jul 11 22:15:28 megalex (udev-worker)[367]: 0000:00:17.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:17.0' for '/devices/pci0000:00/0000:00:17.0'.
Jul 11 22:15:28 megalex (udev-worker)[366]: serial8250:0.11: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.15: Device ready for processing (SEQNUM=2653, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: 0000:00:17.0: Device processed (SEQNUM=2628, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: serial8250:0.13: Device processed (SEQNUM=2649, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.15: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: serial8250:0.15: Processing device (SEQNUM=2653, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: 0000:00:17.0: sd-device-monitor(worker): Passed 638 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: serial8250:0.12: Device processed (SEQNUM=2647, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: serial8250:0.13: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS15: SEQNUM=2654 blocked by SEQNUM=2653
Jul 11 22:15:28 megalex (udev-worker)[358]: serial8250:0.12: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: serial8250:0.14: Device processed (SEQNUM=2651, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.16: Device ready for processing (SEQNUM=2655, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: serial8250:0.14: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.16: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: serial8250:0.16: Processing device (SEQNUM=2655, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS16: SEQNUM=2656 blocked by SEQNUM=2655
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.17: Device ready for processing (SEQNUM=2657, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.17: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS17: SEQNUM=2658 blocked by SEQNUM=2657
Jul 11 22:15:28 megalex (udev-worker)[365]: serial8250:0.17: Processing device (SEQNUM=2657, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: serial8250:0.15: Device processed (SEQNUM=2653, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.18: Device ready for processing (SEQNUM=2659, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: serial8250:0.15: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: serial8250:0.16: Device processed (SEQNUM=2655, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 374.
Jul 11 22:15:28 megalex (udev-worker)[364]: serial8250:0.16: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.18: Worker [374] is forked for processing SEQNUM=2659.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS18: SEQNUM=2660 blocked by SEQNUM=2659
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.19: Device ready for processing (SEQNUM=2661, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: serial8250:0.17: Device processed (SEQNUM=2657, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: serial8250:0.17: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: serial8250:0.18: Processing device (SEQNUM=2659, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 375.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.19: Worker [375] is forked for processing SEQNUM=2661.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS19: SEQNUM=2662 blocked by SEQNUM=2661
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.2: Device ready for processing (SEQNUM=2663, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: serial8250:0.19: Processing device (SEQNUM=2661, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 376.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.2: Worker [376] is forked for processing SEQNUM=2663.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS2: SEQNUM=2664 blocked by SEQNUM=2663
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.20: Device ready for processing (SEQNUM=2665, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: serial8250:0.2: Processing device (SEQNUM=2663, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: serial8250:0.18: Device processed (SEQNUM=2659, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 377.
Jul 11 22:15:28 megalex (udev-worker)[374]: serial8250:0.18: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.20: Worker [377] is forked for processing SEQNUM=2665.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS20: SEQNUM=2666 blocked by SEQNUM=2665
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.21: Device ready for processing (SEQNUM=2667, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: serial8250:0.20: Processing device (SEQNUM=2665, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: serial8250:0.19: Device processed (SEQNUM=2661, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 379.
Jul 11 22:15:28 megalex (udev-worker)[375]: serial8250:0.19: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.21: Worker [379] is forked for processing SEQNUM=2667.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS21: SEQNUM=2668 blocked by SEQNUM=2667
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.22: Device ready for processing (SEQNUM=2669, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: serial8250:0.21: Processing device (SEQNUM=2667, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 380.
Jul 11 22:15:28 megalex systemd[1]: Received SIGRTMIN+20 from PID 378 (plymouthd).
Jul 11 22:15:28 megalex (udev-worker)[376]: serial8250:0.2: Device processed (SEQNUM=2663, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.22: Worker [380] is forked for processing SEQNUM=2669.
Jul 11 22:15:28 megalex (udev-worker)[376]: serial8250:0.2: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS22: SEQNUM=2670 blocked by SEQNUM=2669
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.23: Device is queued (SEQNUM=2671, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: serial8250:0.22: Processing device (SEQNUM=2669, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: serial8250:0.20: Device processed (SEQNUM=2665, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host0: Device ready for processing (SEQNUM=2629, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host0: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: serial8250:0.20: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: target0:0:0: SEQNUM=2630 blocked by SEQNUM=2629
Jul 11 22:15:28 megalex systemd-udevd[353]: 0:0:0:0: SEQNUM=2631 blocked by SEQNUM=2629
Jul 11 22:15:28 megalex systemd-udevd[353]: sda: SEQNUM=2632 blocked by SEQNUM=2629
Jul 11 22:15:28 megalex systemd-udevd[353]: sda1: SEQNUM=2633 blocked by SEQNUM=2629
Jul 11 22:15:28 megalex systemd-udevd[353]: sda2: SEQNUM=2634 blocked by SEQNUM=2629
Jul 11 22:15:28 megalex (udev-worker)[370]: host0: Processing device (SEQNUM=2629, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sda3: SEQNUM=2635 blocked by SEQNUM=2629
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS0: Device ready for processing (SEQNUM=2640, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS0: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS0: Processing device (SEQNUM=2640, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS1: Device ready for processing (SEQNUM=2642, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS1: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS0: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS10: Device ready for processing (SEQNUM=2644, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: serial8250:0.21: Device processed (SEQNUM=2667, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: serial8250:0.21: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[380]: serial8250:0.22: Device processed (SEQNUM=2669, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS10: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS10: Processing device (SEQNUM=2644, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS1: Processing device (SEQNUM=2642, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS10: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[380]: serial8250:0.22: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS1: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS11: Device ready for processing (SEQNUM=2646, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: host0: Device processed (SEQNUM=2629, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS11: Processing device (SEQNUM=2646, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS11: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS0: Setting permissions /dev/ttyS0, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[370]: host0: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS0: Successfully created symlink '/dev/char/4:64' to '/dev/ttyS0'
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS0: sd-device: Created database file '/run/udev/data/c4:64' for '/devices/platform/serial8250/serial8250:0/serial8250:0.0/tty/ttyS0'.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS0: sd-device: Created database file '/run/udev/data/c4:64' for '/devices/platform/serial8250/serial8250:0/serial8250:0.0/tty/ttyS0'.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS0: Device processed (SEQNUM=2640, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS0: sd-device-monitor(worker): Passed 306 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS11: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS1: Setting permissions /dev/ttyS1, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS12: Device ready for processing (SEQNUM=2648, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS10: Setting permissions /dev/ttyS10, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS12: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS13: Device ready for processing (SEQNUM=2650, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS10: Successfully created symlink '/dev/char/4:74' to '/dev/ttyS10'
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS1: Successfully created symlink '/dev/char/4:65' to '/dev/ttyS1'
Jul 11 22:15:28 megalex (udev-worker)[369]: ttyS12: Processing device (SEQNUM=2648, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS13: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: ttyS13: Processing device (SEQNUM=2650, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: ttyS13: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS1: sd-device: Created database file '/run/udev/data/c4:65' for '/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1'.
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS1: sd-device: Created database file '/run/udev/data/c4:65' for '/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1'.
Jul 11 22:15:28 megalex (udev-worker)[369]: ttyS12: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS11: Setting permissions /dev/ttyS11, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS1: Device processed (SEQNUM=2642, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS10: sd-device: Created database file '/run/udev/data/c4:74' for '/devices/platform/serial8250/serial8250:0/serial8250:0.10/tty/ttyS10'.
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS10: sd-device: Created database file '/run/udev/data/c4:74' for '/devices/platform/serial8250/serial8250:0/serial8250:0.10/tty/ttyS10'.
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS1: sd-device-monitor(worker): Passed 306 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS11: Successfully created symlink '/dev/char/4:75' to '/dev/ttyS11'
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS10: Device processed (SEQNUM=2644, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS14: Device ready for processing (SEQNUM=2652, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS10: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS11: sd-device: Created database file '/run/udev/data/c4:75' for '/devices/platform/serial8250/serial8250:0/serial8250:0.11/tty/ttyS11'.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS14: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: ttyS14: Processing device (SEQNUM=2652, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: ttyS14: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS11: sd-device: Created database file '/run/udev/data/c4:75' for '/devices/platform/serial8250/serial8250:0/serial8250:0.11/tty/ttyS11'.
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS11: Device processed (SEQNUM=2646, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: ttyS13: Setting permissions /dev/ttyS13, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[358]: ttyS13: Successfully created symlink '/dev/char/4:77' to '/dev/ttyS13'
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS11: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS15: Device ready for processing (SEQNUM=2654, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: ttyS13: sd-device: Created database file '/run/udev/data/c4:77' for '/devices/platform/serial8250/serial8250:0/serial8250:0.13/tty/ttyS13'.
Jul 11 22:15:28 megalex (udev-worker)[369]: ttyS12: Setting permissions /dev/ttyS12, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS15: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: ttyS15: Processing device (SEQNUM=2654, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: ttyS13: sd-device: Created database file '/run/udev/data/c4:77' for '/devices/platform/serial8250/serial8250:0/serial8250:0.13/tty/ttyS13'.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS16: Device ready for processing (SEQNUM=2656, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: ttyS12: Successfully created symlink '/dev/char/4:76' to '/dev/ttyS12'
Jul 11 22:15:28 megalex (udev-worker)[358]: ttyS13: Device processed (SEQNUM=2650, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: ttyS15: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS16: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: ttyS16: Processing device (SEQNUM=2656, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: ttyS13: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: ttyS12: sd-device: Created database file '/run/udev/data/c4:76' for '/devices/platform/serial8250/serial8250:0/serial8250:0.12/tty/ttyS12'.
Jul 11 22:15:28 megalex (udev-worker)[376]: ttyS14: Setting permissions /dev/ttyS14, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS17: Device ready for processing (SEQNUM=2658, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: ttyS16: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[369]: ttyS12: sd-device: Created database file '/run/udev/data/c4:76' for '/devices/platform/serial8250/serial8250:0/serial8250:0.12/tty/ttyS12'.
Jul 11 22:15:28 megalex (udev-worker)[376]: ttyS14: Successfully created symlink '/dev/char/4:78' to '/dev/ttyS14'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS17: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: ttyS17: Processing device (SEQNUM=2658, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: ttyS12: Device processed (SEQNUM=2648, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS18: Device ready for processing (SEQNUM=2660, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: ttyS14: sd-device: Created database file '/run/udev/data/c4:78' for '/devices/platform/serial8250/serial8250:0/serial8250:0.14/tty/ttyS14'.
Jul 11 22:15:28 megalex (udev-worker)[369]: ttyS12: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: ttyS17: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS18: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: ttyS18: Processing device (SEQNUM=2660, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: ttyS14: sd-device: Created database file '/run/udev/data/c4:78' for '/devices/platform/serial8250/serial8250:0/serial8250:0.14/tty/ttyS14'.
Jul 11 22:15:28 megalex (udev-worker)[364]: ttyS15: Setting permissions /dev/ttyS15, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS19: Device ready for processing (SEQNUM=2662, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: ttyS14: Device processed (SEQNUM=2652, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: ttyS18: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[364]: ttyS15: Successfully created symlink '/dev/char/4:79' to '/dev/ttyS15'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS19: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: ttyS14: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: ttyS19: Processing device (SEQNUM=2662, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS2: Device ready for processing (SEQNUM=2664, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: ttyS2: Processing device (SEQNUM=2664, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: ttyS16: Setting permissions /dev/ttyS16, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS2: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: ttyS19: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[362]: ttyS17: Setting permissions /dev/ttyS17, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[364]: ttyS15: sd-device: Created database file '/run/udev/data/c4:79' for '/devices/platform/serial8250/serial8250:0/serial8250:0.15/tty/ttyS15'.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.23: Device ready for processing (SEQNUM=2671, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.23: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: ttyS16: Successfully created symlink '/dev/char/4:80' to '/dev/ttyS16'
Jul 11 22:15:28 megalex (udev-worker)[363]: ttyS2: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[364]: ttyS15: sd-device: Created database file '/run/udev/data/c4:79' for '/devices/platform/serial8250/serial8250:0/serial8250:0.15/tty/ttyS15'.
Jul 11 22:15:28 megalex (udev-worker)[364]: ttyS15: Device processed (SEQNUM=2654, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: ttyS18: Setting permissions /dev/ttyS18, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[374]: ttyS16: sd-device: Created database file '/run/udev/data/c4:80' for '/devices/platform/serial8250/serial8250:0/serial8250:0.16/tty/ttyS16'.
Jul 11 22:15:28 megalex (udev-worker)[365]: serial8250:0.23: Processing device (SEQNUM=2671, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS23: Device is queued (SEQNUM=2672, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: ttyS16: sd-device: Created database file '/run/udev/data/c4:80' for '/devices/platform/serial8250/serial8250:0/serial8250:0.16/tty/ttyS16'.
Jul 11 22:15:28 megalex (udev-worker)[374]: ttyS16: Device processed (SEQNUM=2656, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: ttyS17: Successfully created symlink '/dev/char/4:81' to '/dev/ttyS17'
Jul 11 22:15:28 megalex (udev-worker)[359]: ttyS19: Setting permissions /dev/ttyS19, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: target0:0:0: Device ready for processing (SEQNUM=2630, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: target0:0:0: Processing device (SEQNUM=2630, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: ttyS2: Setting permissions /dev/ttyS2, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[374]: ttyS16: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: ttyS2: Successfully created symlink '/dev/char/4:66' to '/dev/ttyS2'
Jul 11 22:15:28 megalex (udev-worker)[363]: ttyS2: sd-device: Created database file '/run/udev/data/c4:66' for '/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2'.
Jul 11 22:15:28 megalex systemd-udevd[353]: target0:0:0: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: ttyS18: Successfully created symlink '/dev/char/4:82' to '/dev/ttyS18'
Jul 11 22:15:28 megalex (udev-worker)[365]: serial8250:0.23: Device processed (SEQNUM=2671, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: ttyS15: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: ttyS19: Successfully created symlink '/dev/char/4:83' to '/dev/ttyS19'
Jul 11 22:15:28 megalex (udev-worker)[363]: ttyS2: sd-device: Created database file '/run/udev/data/c4:66' for '/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0:0:0:0: SEQNUM=2631 blocked by SEQNUM=2630
Jul 11 22:15:28 megalex (udev-worker)[362]: ttyS17: sd-device: Created database file '/run/udev/data/c4:81' for '/devices/platform/serial8250/serial8250:0/serial8250:0.17/tty/ttyS17'.
Jul 11 22:15:28 megalex (udev-worker)[365]: serial8250:0.23: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: ttyS2: Device processed (SEQNUM=2664, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sda: SEQNUM=2632 blocked by SEQNUM=2630
Jul 11 22:15:28 megalex (udev-worker)[359]: ttyS19: sd-device: Created database file '/run/udev/data/c4:83' for '/devices/platform/serial8250/serial8250:0/serial8250:0.19/tty/ttyS19'.
Jul 11 22:15:28 megalex (udev-worker)[368]: ttyS18: sd-device: Created database file '/run/udev/data/c4:82' for '/devices/platform/serial8250/serial8250:0/serial8250:0.18/tty/ttyS18'.
Jul 11 22:15:28 megalex (udev-worker)[368]: ttyS18: sd-device: Created database file '/run/udev/data/c4:82' for '/devices/platform/serial8250/serial8250:0/serial8250:0.18/tty/ttyS18'.
Jul 11 22:15:28 megalex (udev-worker)[363]: ttyS2: sd-device-monitor(worker): Passed 306 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sda1: SEQNUM=2633 blocked by SEQNUM=2630
Jul 11 22:15:28 megalex (udev-worker)[359]: ttyS19: sd-device: Created database file '/run/udev/data/c4:83' for '/devices/platform/serial8250/serial8250:0/serial8250:0.19/tty/ttyS19'.
Jul 11 22:15:28 megalex (udev-worker)[370]: target0:0:0: Device processed (SEQNUM=2630, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: ttyS17: sd-device: Created database file '/run/udev/data/c4:81' for '/devices/platform/serial8250/serial8250:0/serial8250:0.17/tty/ttyS17'.
Jul 11 22:15:28 megalex (udev-worker)[368]: ttyS18: Device processed (SEQNUM=2660, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sda2: SEQNUM=2634 blocked by SEQNUM=2630
Jul 11 22:15:28 megalex (udev-worker)[359]: ttyS19: Device processed (SEQNUM=2662, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: target0:0:0: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: ttyS17: Device processed (SEQNUM=2658, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: ttyS18: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sda3: SEQNUM=2635 blocked by SEQNUM=2630
Jul 11 22:15:28 megalex (udev-worker)[359]: ttyS19: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: ttyS17: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS20: Device ready for processing (SEQNUM=2666, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS20: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS21: Device ready for processing (SEQNUM=2668, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS20: Processing device (SEQNUM=2666, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS21: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS21: Processing device (SEQNUM=2668, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS22: Device ready for processing (SEQNUM=2670, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS20: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS22: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS21: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS22: Processing device (SEQNUM=2670, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS23: SEQNUM=2672 blocked by SEQNUM=2671
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS22: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.24: Device is queued (SEQNUM=2673, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0:0:0:0: Device ready for processing (SEQNUM=2631, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0:0:0:0: sd-device-monitor(manager): Passed 263 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sda: SEQNUM=2632 blocked by SEQNUM=2631
Jul 11 22:15:28 megalex systemd-udevd[353]: sda1: SEQNUM=2633 blocked by SEQNUM=2631
Jul 11 22:15:28 megalex (udev-worker)[370]: 0:0:0:0: Processing device (SEQNUM=2631, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sda2: SEQNUM=2634 blocked by SEQNUM=2631
Jul 11 22:15:28 megalex systemd-udevd[353]: sda3: SEQNUM=2635 blocked by SEQNUM=2631
Jul 11 22:15:28 megalex (udev-worker)[370]: 0:0:0:0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=scsi'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS23: Device ready for processing (SEQNUM=2672, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 0:0:0:0: hwdb modalias key: "scsi:t-0x00"
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS23: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.24: Device ready for processing (SEQNUM=2673, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.24: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS22: Setting permissions /dev/ttyS22, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS22: Successfully created symlink '/dev/char/4:86' to '/dev/ttyS22'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS24: Device is queued (SEQNUM=2674, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS20: Setting permissions /dev/ttyS20, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[370]: 0:0:0:0: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS21: Setting permissions /dev/ttyS21, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS24: SEQNUM=2674 blocked by SEQNUM=2673
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS22: sd-device: Created database file '/run/udev/data/c4:86' for '/devices/platform/serial8250/serial8250:0/serial8250:0.22/tty/ttyS22'.
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS22: sd-device: Created database file '/run/udev/data/c4:86' for '/devices/platform/serial8250/serial8250:0/serial8250:0.22/tty/ttyS22'.
Jul 11 22:15:28 megalex (udev-worker)[370]: 0:0:0:0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=scsi': No data available
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS23: Processing device (SEQNUM=2672, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS20: Successfully created symlink '/dev/char/4:84' to '/dev/ttyS20'
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS21: Successfully created symlink '/dev/char/4:85' to '/dev/ttyS21'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.25: Device is queued (SEQNUM=2675, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: serial8250:0.24: Processing device (SEQNUM=2673, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS22: Device processed (SEQNUM=2670, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS23: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS20: sd-device: Created database file '/run/udev/data/c4:84' for '/devices/platform/serial8250/serial8250:0/serial8250:0.20/tty/ttyS20'.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.25: Device ready for processing (SEQNUM=2675, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS21: sd-device: Created database file '/run/udev/data/c4:85' for '/devices/platform/serial8250/serial8250:0/serial8250:0.21/tty/ttyS21'.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS21: sd-device: Created database file '/run/udev/data/c4:85' for '/devices/platform/serial8250/serial8250:0/serial8250:0.21/tty/ttyS21'.
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS22: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS20: sd-device: Created database file '/run/udev/data/c4:84' for '/devices/platform/serial8250/serial8250:0/serial8250:0.20/tty/ttyS20'.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.25: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS25: Device is queued (SEQNUM=2676, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 0:0:0:0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS21: Device processed (SEQNUM=2668, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS20: Device processed (SEQNUM=2666, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: serial8250:0.25: Processing device (SEQNUM=2675, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS25: SEQNUM=2676 blocked by SEQNUM=2675
Jul 11 22:15:28 megalex (udev-worker)[375]: serial8250:0.24: Device processed (SEQNUM=2673, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS21: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS20: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: 0:0:0:0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.26: Device is queued (SEQNUM=2677, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: serial8250:0.24: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS23: Setting permissions /dev/ttyS23, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS23: Successfully created symlink '/dev/char/4:87' to '/dev/ttyS23'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.26: Device ready for processing (SEQNUM=2677, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: Loading module: scsi:t-0x00
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS23: sd-device: Created database file '/run/udev/data/c4:87' for '/devices/platform/serial8250/serial8250:0/serial8250:0.23/tty/ttyS23'.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.26: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: serial8250:0.26: Processing device (SEQNUM=2677, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: Module 'sd_mod' is built in
Jul 11 22:15:28 megalex (udev-worker)[369]: serial8250:0.25: Device processed (SEQNUM=2675, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS23: sd-device: Created database file '/run/udev/data/c4:87' for '/devices/platform/serial8250/serial8250:0/serial8250:0.23/tty/ttyS23'.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS26: Device is queued (SEQNUM=2678, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 0:0:0:0: Device processed (SEQNUM=2631, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: serial8250:0.25: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS23: Device processed (SEQNUM=2672, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS24: Device ready for processing (SEQNUM=2674, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 0:0:0:0: sd-device-monitor(worker): Passed 263 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS23: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS24: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS24: Processing device (SEQNUM=2674, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS26: SEQNUM=2678 blocked by SEQNUM=2677
Jul 11 22:15:28 megalex (udev-worker)[366]: serial8250:0.26: Device processed (SEQNUM=2677, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.27: Device is queued (SEQNUM=2679, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS24: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[366]: serial8250:0.26: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sda: Device ready for processing (SEQNUM=2632, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sda: sd-device-monitor(manager): Passed 279 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sda1: SEQNUM=2633 blocked by SEQNUM=2632
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: Processing device (SEQNUM=2632, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sda2: SEQNUM=2634 blocked by SEQNUM=2632
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: Successfully took flock(LOCK_SH) for /dev/sda, it will be released after the event has been processed.
Jul 11 22:15:28 megalex systemd-udevd[353]: sda3: SEQNUM=2635 blocked by SEQNUM=2632
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS25: Device ready for processing (SEQNUM=2676, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS25: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS25: Processing device (SEQNUM=2676, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.27: Device ready for processing (SEQNUM=2679, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS25: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.27: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: serial8250:0.27: Processing device (SEQNUM=2679, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS27: Device is queued (SEQNUM=2680, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS26: Device ready for processing (SEQNUM=2678, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS26: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 984
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS27: SEQNUM=2680 blocked by SEQNUM=2679
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS26: Processing device (SEQNUM=2678, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS24: Setting permissions /dev/ttyS24, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.28: Device is queued (SEQNUM=2681, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:61 Importing properties from results of 'ata_id --export /dev/sda'
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS26: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.28: Device ready for processing (SEQNUM=2681, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS24: Successfully created symlink '/dev/char/4:88' to '/dev/ttyS24'
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: Starting 'ata_id --export /dev/sda'
Jul 11 22:15:28 megalex (udev-worker)[360]: serial8250:0.27: Device processed (SEQNUM=2679, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.28: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: serial8250:0.28: Processing device (SEQNUM=2681, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS24: sd-device: Created database file '/run/udev/data/c4:88' for '/devices/platform/serial8250/serial8250:0/serial8250:0.24/tty/ttyS24'.
Jul 11 22:15:28 megalex (udev-worker)[360]: serial8250:0.27: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS25: Setting permissions /dev/ttyS25, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS28: Device is queued (SEQNUM=2682, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS24: sd-device: Created database file '/run/udev/data/c4:88' for '/devices/platform/serial8250/serial8250:0/serial8250:0.24/tty/ttyS24'.
Jul 11 22:15:28 megalex (udev-worker)[370]: Successfully forked off '(spawn)' as PID 383.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS25: Successfully created symlink '/dev/char/4:89' to '/dev/ttyS25'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS28: SEQNUM=2682 blocked by SEQNUM=2681
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS24: Device processed (SEQNUM=2674, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS26: Setting permissions /dev/ttyS26, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS25: sd-device: Created database file '/run/udev/data/c4:89' for '/devices/platform/serial8250/serial8250:0/serial8250:0.25/tty/ttyS25'.
Jul 11 22:15:28 megalex (udev-worker)[375]: serial8250:0.28: Device processed (SEQNUM=2681, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.29: Device is queued (SEQNUM=2683, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS24: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS26: Successfully created symlink '/dev/char/4:90' to '/dev/ttyS26'
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS25: sd-device: Created database file '/run/udev/data/c4:89' for '/devices/platform/serial8250/serial8250:0/serial8250:0.25/tty/ttyS25'.
Jul 11 22:15:28 megalex (udev-worker)[375]: serial8250:0.28: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS27: Device ready for processing (SEQNUM=2680, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS25: Device processed (SEQNUM=2676, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS26: sd-device: Created database file '/run/udev/data/c4:90' for '/devices/platform/serial8250/serial8250:0/serial8250:0.26/tty/ttyS26'.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS27: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS27: Processing device (SEQNUM=2680, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS25: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.29: Device ready for processing (SEQNUM=2683, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: serial8250:0.29: Processing device (SEQNUM=2683, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS27: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[369]: serial8250:0.29: Device processed (SEQNUM=2683, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: serial8250:0.29: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS27: Setting permissions /dev/ttyS27, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS27: Successfully created symlink '/dev/char/4:91' to '/dev/ttyS27'
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS27: sd-device: Created database file '/run/udev/data/c4:91' for '/devices/platform/serial8250/serial8250:0/serial8250:0.27/tty/ttyS27'.
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS27: sd-device: Created database file '/run/udev/data/c4:91' for '/devices/platform/serial8250/serial8250:0/serial8250:0.27/tty/ttyS27'.
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS27: Device processed (SEQNUM=2680, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS27: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.29: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS29: Device is queued (SEQNUM=2684, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS28: Device ready for processing (SEQNUM=2682, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS28: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS29: Device ready for processing (SEQNUM=2684, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS29: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.3: Device is queued (SEQNUM=2685, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS28: Processing device (SEQNUM=2682, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.3: Device ready for processing (SEQNUM=2685, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS29: Processing device (SEQNUM=2684, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.3: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS3: Device is queued (SEQNUM=2686, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS3: SEQNUM=2686 blocked by SEQNUM=2685
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS29: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS28: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.30: Device is queued (SEQNUM=2687, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.30: Device ready for processing (SEQNUM=2687, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.30: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: serial8250:0.30: Processing device (SEQNUM=2687, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS30: Device is queued (SEQNUM=2688, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS30: SEQNUM=2688 blocked by SEQNUM=2687
Jul 11 22:15:28 megalex (udev-worker)[360]: serial8250:0.3: Processing device (SEQNUM=2685, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.31: Device is queued (SEQNUM=2689, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS26: sd-device: Created database file '/run/udev/data/c4:90' for '/devices/platform/serial8250/serial8250:0/serial8250:0.26/tty/ttyS26'.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.31: Device ready for processing (SEQNUM=2689, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS26: Device processed (SEQNUM=2678, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.31: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: serial8250:0.31: Processing device (SEQNUM=2689, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS26: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS31: Device is queued (SEQNUM=2690, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: serial8250:0.30: Device processed (SEQNUM=2687, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS31: SEQNUM=2690 blocked by SEQNUM=2689
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.4: Device is queued (SEQNUM=2691, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS29: Setting permissions /dev/ttyS29, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[375]: serial8250:0.30: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS28: Setting permissions /dev/ttyS28, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.4: Device ready for processing (SEQNUM=2691, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS29: Successfully created symlink '/dev/char/4:93' to '/dev/ttyS29'
Jul 11 22:15:28 megalex (udev-worker)[360]: serial8250:0.3: Device processed (SEQNUM=2685, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS28: Successfully created symlink '/dev/char/4:92' to '/dev/ttyS28'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.4: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: serial8250:0.4: Processing device (SEQNUM=2691, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: serial8250:0.31: Device processed (SEQNUM=2689, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS29: sd-device: Created database file '/run/udev/data/c4:93' for '/devices/platform/serial8250/serial8250:0/serial8250:0.29/tty/ttyS29'.
Jul 11 22:15:28 megalex (udev-worker)[360]: serial8250:0.3: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS28: sd-device: Created database file '/run/udev/data/c4:92' for '/devices/platform/serial8250/serial8250:0/serial8250:0.28/tty/ttyS28'.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS4: Device is queued (SEQNUM=2692, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: serial8250:0.31: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS29: sd-device: Created database file '/run/udev/data/c4:93' for '/devices/platform/serial8250/serial8250:0/serial8250:0.29/tty/ttyS29'.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS28: sd-device: Created database file '/run/udev/data/c4:92' for '/devices/platform/serial8250/serial8250:0/serial8250:0.28/tty/ttyS28'.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS3: Device ready for processing (SEQNUM=2686, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA=1'
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS3: Processing device (SEQNUM=2686, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS28: Device processed (SEQNUM=2682, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS3: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_TYPE=disk'
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS29: Device processed (SEQNUM=2684, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: serial8250:0.4: Device processed (SEQNUM=2691, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS28: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS3: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS30: Device ready for processing (SEQNUM=2688, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_BUS=ata'
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS29: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: serial8250:0.4: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS30: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_MODEL=Samsung_SSD_850_EVO_250GB'
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS30: Processing device (SEQNUM=2688, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS4: SEQNUM=2692 blocked by SEQNUM=2691
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_MODEL_ENC=Samsung\x20SSD\x20850\x20EVO\x20250GB\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.5: Device is queued (SEQNUM=2693, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS30: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_REVISION=EMT03B6Q'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS31: Device ready for processing (SEQNUM=2690, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS3: Setting permissions /dev/ttyS3, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS31: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_SERIAL=Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T'
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS31: Processing device (SEQNUM=2690, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS3: Successfully created symlink '/dev/char/4:67' to '/dev/ttyS3'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS4: Device ready for processing (SEQNUM=2692, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_SERIAL_SHORT=S3PXNF0J909081T'
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS31: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS4: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS3: sd-device: Created database file '/run/udev/data/c4:67' for '/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3'.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_WRITE_CACHE=1'
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS4: Processing device (SEQNUM=2692, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.5: Device ready for processing (SEQNUM=2693, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS3: sd-device: Created database file '/run/udev/data/c4:67' for '/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3'.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_WRITE_CACHE_ENABLED=1'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.5: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS4: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS3: Device processed (SEQNUM=2686, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: serial8250:0.5: Processing device (SEQNUM=2693, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_READ_LOOKAHEAD=1'
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS30: Setting permissions /dev/ttyS30, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS5: Device is queued (SEQNUM=2694, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS3: sd-device-monitor(worker): Passed 306 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_READ_LOOKAHEAD_ENABLED=1'
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS30: Successfully created symlink '/dev/char/4:94' to '/dev/ttyS30'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS5: SEQNUM=2694 blocked by SEQNUM=2693
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_HPA=1'
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS30: sd-device: Created database file '/run/udev/data/c4:94' for '/devices/platform/serial8250/serial8250:0/serial8250:0.30/tty/ttyS30'.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.6: Device is queued (SEQNUM=2695, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_HPA_ENABLED=1'
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS31: Setting permissions /dev/ttyS31, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS30: sd-device: Created database file '/run/udev/data/c4:94' for '/devices/platform/serial8250/serial8250:0/serial8250:0.30/tty/ttyS30'.
Jul 11 22:15:28 megalex (udev-worker)[366]: serial8250:0.5: Device processed (SEQNUM=2693, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.6: Device ready for processing (SEQNUM=2695, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: serial8250:0.6: Processing device (SEQNUM=2695, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS30: Device processed (SEQNUM=2688, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS4: Setting permissions /dev/ttyS4, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS31: Successfully created symlink '/dev/char/4:95' to '/dev/ttyS31'
Jul 11 22:15:28 megalex (udev-worker)[366]: serial8250:0.5: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.6: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_PM=1'
Jul 11 22:15:28 megalex (udev-worker)[375]: ttyS30: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS4: Successfully created symlink '/dev/char/4:68' to '/dev/ttyS4'
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS31: sd-device: Created database file '/run/udev/data/c4:95' for '/devices/platform/serial8250/serial8250:0/serial8250:0.31/tty/ttyS31'.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_PM_ENABLED=1'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS6: Device is queued (SEQNUM=2696, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: serial8250:0.6: Device processed (SEQNUM=2695, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS4: sd-device: Created database file '/run/udev/data/c4:68' for '/devices/platform/serial8250/serial8250:0/serial8250:0.4/tty/ttyS4'.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS4: sd-device: Created database file '/run/udev/data/c4:68' for '/devices/platform/serial8250/serial8250:0/serial8250:0.4/tty/ttyS4'.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS31: sd-device: Created database file '/run/udev/data/c4:95' for '/devices/platform/serial8250/serial8250:0/serial8250:0.31/tty/ttyS31'.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS5: Device ready for processing (SEQNUM=2694, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: serial8250:0.6: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_SECURITY=1'
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS4: Device processed (SEQNUM=2692, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS31: Device processed (SEQNUM=2690, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS5: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS5: Processing device (SEQNUM=2694, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_SECURITY_ENABLED=0'
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS4: sd-device-monitor(worker): Passed 322 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS31: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS6: SEQNUM=2696 blocked by SEQNUM=2695
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.7: Device is queued (SEQNUM=2697, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS5: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=2'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS6: Device ready for processing (SEQNUM=2696, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=8'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS6: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_SECURITY_FROZEN=1'
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS6: Processing device (SEQNUM=2696, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.7: Device ready for processing (SEQNUM=2697, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_SMART=1'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.7: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS6: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_SMART_ENABLED=1'
Jul 11 22:15:28 megalex (udev-worker)[367]: serial8250:0.7: Processing device (SEQNUM=2697, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS7: Device is queued (SEQNUM=2698, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_DOWNLOAD_MICROCODE=1'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS7: SEQNUM=2698 blocked by SEQNUM=2697
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_SATA=1'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.8: Device is queued (SEQNUM=2699, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_SATA_SIGNAL_RATE_GEN2=1'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.8: Device ready for processing (SEQNUM=2699, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_SATA_SIGNAL_RATE_GEN1=1'
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS5: Setting permissions /dev/ttyS5, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.8: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: serial8250:0.8: Processing device (SEQNUM=2699, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_ROTATION_RATE_RPM=0'
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS5: Successfully created symlink '/dev/char/4:69' to '/dev/ttyS5'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS8: Device is queued (SEQNUM=2700, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: serial8250:0.7: Device processed (SEQNUM=2697, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_WWN=0x5002538d423dcab4'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS8: SEQNUM=2700 blocked by SEQNUM=2699
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS5: sd-device: Created database file '/run/udev/data/c4:69' for '/devices/platform/serial8250/serial8250:0/serial8250:0.5/tty/ttyS5'.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS6: Setting permissions /dev/ttyS6, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[367]: serial8250:0.7: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.9: Device is queued (SEQNUM=2701, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_WWN_WITH_EXTENSION=0x5002538d423dcab4'
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS5: sd-device: Created database file '/run/udev/data/c4:69' for '/devices/platform/serial8250/serial8250:0/serial8250:0.5/tty/ttyS5'.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS6: Successfully created symlink '/dev/char/4:70' to '/dev/ttyS6'
Jul 11 22:15:28 megalex (udev-worker)[360]: serial8250:0.8: Device processed (SEQNUM=2699, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.9: Device ready for processing (SEQNUM=2701, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_PERIPHERAL_DEVICE_TYPE=0'
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS5: Device processed (SEQNUM=2694, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS6: sd-device: Created database file '/run/udev/data/c4:70' for '/devices/platform/serial8250/serial8250:0/serial8250:0.6/tty/ttyS6'.
Jul 11 22:15:28 megalex (udev-worker)[360]: serial8250:0.8: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250:0.9: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS9: Device is queued (SEQNUM=2702, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS7: Device ready for processing (SEQNUM=2698, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: serial8250:0.9: Processing device (SEQNUM=2701, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS6: sd-device: Created database file '/run/udev/data/c4:70' for '/devices/platform/serial8250/serial8250:0/serial8250:0.6/tty/ttyS6'.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS7: Processing device (SEQNUM=2698, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: Process 'ata_id --export /dev/sda' succeeded.
Jul 11 22:15:28 megalex (udev-worker)[366]: ttyS5: sd-device-monitor(worker): Passed 322 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS6: Device processed (SEQNUM=2696, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS7: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS7: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T'
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:110 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS6: sd-device-monitor(worker): Passed 322 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS8: Device ready for processing (SEQNUM=2700, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sd-device: Failed to chase symlinks in "/sys/bus/ata_port/devices/ata1".
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS7: Setting permissions /dev/ttyS7, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS7: Successfully created symlink '/dev/char/4:71' to '/dev/ttyS7'
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS8: Processing device (SEQNUM=2700, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sd-device: Failed to chase symlinks in "/sys/firmware/ata_port/ata1".
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0'
Jul 11 22:15:28 megalex (udev-worker)[375]: serial8250:0.9: Device processed (SEQNUM=2701, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS8: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS7: sd-device: Created database file '/run/udev/data/c4:71' for '/devices/platform/serial8250/serial8250:0/serial8250:0.7/tty/ttyS7'.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:115 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1'
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS8: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: serial8250:0.9: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS7: sd-device: Created database file '/run/udev/data/c4:71' for '/devices/platform/serial8250/serial8250:0/serial8250:0.7/tty/ttyS7'.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: Probe /dev/sda with raid and offset=0
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS7: Device processed (SEQNUM=2698, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: ttyS7: sd-device-monitor(worker): Passed 322 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS9: SEQNUM=2702 blocked by SEQNUM=2701
Jul 11 22:15:28 megalex systemd-udevd[353]: console: Device is queued (SEQNUM=2703, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS9: Device ready for processing (SEQNUM=2702, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttyS9: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS8: Setting permissions /dev/ttyS8, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: console: Device ready for processing (SEQNUM=2703, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS9: Processing device (SEQNUM=2702, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS8: Successfully created symlink '/dev/char/4:72' to '/dev/ttyS8'
Jul 11 22:15:28 megalex systemd-udevd[353]: console: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: console: Processing device (SEQNUM=2703, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS9: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS8: sd-device: Created database file '/run/udev/data/c4:72' for '/devices/platform/serial8250/serial8250:0/serial8250:0.8/tty/ttyS8'.
Jul 11 22:15:28 megalex systemd-udevd[353]: ptmx: Device is queued (SEQNUM=2704, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS8: sd-device: Created database file '/run/udev/data/c4:72' for '/devices/platform/serial8250/serial8250:0/serial8250:0.8/tty/ttyS8'.
Jul 11 22:15:28 megalex systemd-udevd[353]: ptmx: Device ready for processing (SEQNUM=2704, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS8: Device processed (SEQNUM=2700, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: console: Preserve permissions of /dev/console, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[367]: console: Successfully created symlink '/dev/char/5:1' to '/dev/console'
Jul 11 22:15:28 megalex (udev-worker)[360]: ttyS8: sd-device-monitor(worker): Passed 322 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: ptmx: Processing device (SEQNUM=2704, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ptmx: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: console: sd-device: Created database file '/run/udev/data/c5:1' for '/devices/virtual/tty/console'.
Jul 11 22:15:28 megalex (udev-worker)[367]: console: sd-device: Created database file '/run/udev/data/c5:1' for '/devices/virtual/tty/console'.
Jul 11 22:15:28 megalex (udev-worker)[366]: ptmx: /usr/lib/udev/rules.d/50-udev-default.rules:38 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty: Device is queued (SEQNUM=2705, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: Reading EFI variable /sys/firmware/efi/efivars/LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f.
Jul 11 22:15:28 megalex (udev-worker)[367]: console: Device processed (SEQNUM=2703, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: ptmx: /usr/lib/udev/rules.d/50-udev-default.rules:38 MODE 0666
Jul 11 22:15:28 megalex systemd-udevd[353]: tty: Device ready for processing (SEQNUM=2705, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: open("/sys/firmware/efi/efivars/LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f") failed: No such file or directory
Jul 11 22:15:28 megalex (udev-worker)[367]: console: sd-device-monitor(worker): Passed 231 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS9: Setting permissions /dev/ttyS9, uid=0, gid=989, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[360]: tty: Processing device (SEQNUM=2705, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty: sd-device-monitor(manager): Passed 218 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS9: Successfully created symlink '/dev/char/4:73' to '/dev/ttyS9'
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:142 Added SYMLINK 'disk/by-id/wwn-0x5002538d423dcab4'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty: /usr/lib/udev/rules.d/50-udev-default.rules:39 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty0: Device is queued (SEQNUM=2706, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS9: sd-device: Created database file '/run/udev/data/c4:73' for '/devices/platform/serial8250/serial8250:0/serial8250:0.9/tty/ttyS9'.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/1'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty: /usr/lib/udev/rules.d/50-udev-default.rules:39 MODE 0666
Jul 11 22:15:28 megalex (udev-worker)[366]: ptmx: Setting permissions /dev/ptmx, uid=0, gid=5, mode=0666
Jul 11 22:15:28 megalex systemd-udevd[353]: tty0: Device ready for processing (SEQNUM=2706, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS9: sd-device: Created database file '/run/udev/data/c4:73' for '/devices/platform/serial8250/serial8250:0/serial8250:0.9/tty/ttyS9'.
Jul 11 22:15:28 megalex (udev-worker)[366]: ptmx: Successfully created symlink '/dev/char/5:2' to '/dev/ptmx'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty0: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS9: Device processed (SEQNUM=2702, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty0: Processing device (SEQNUM=2706, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: ptmx: sd-device: Created database file '/run/udev/data/c5:2' for '/devices/virtual/tty/ptmx'.
Jul 11 22:15:28 megalex (udev-worker)[366]: ptmx: sd-device: Created database file '/run/udev/data/c5:2' for '/devices/virtual/tty/ptmx'.
Jul 11 22:15:28 megalex (udev-worker)[379]: ttyS9: sd-device-monitor(worker): Passed 322 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: /usr/lib/udev/rules.d/90-iocost.rules:18 Importing properties from results of builtin command 'hwdb 'block::name:Samsung_SSD_850_EVO_250GB:fwrev:EMT03B6Q:''
Jul 11 22:15:28 megalex (udev-worker)[367]: tty0: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty: Setting permissions /dev/tty, uid=0, gid=5, mode=0666
Jul 11 22:15:28 megalex systemd-udevd[353]: tty1: Device is queued (SEQNUM=2707, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: ptmx: Device processed (SEQNUM=2704, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty0: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty: Successfully created symlink '/dev/char/5:0' to '/dev/tty'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty1: Device ready for processing (SEQNUM=2707, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: ptmx: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty1: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty: sd-device: Created database file '/run/udev/data/c5:0' for '/devices/virtual/tty/tty'.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty: sd-device: Created database file '/run/udev/data/c5:0' for '/devices/virtual/tty/tty'.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty10: Device is queued (SEQNUM=2708, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty1: Processing device (SEQNUM=2707, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty: Device processed (SEQNUM=2705, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: /usr/lib/udev/rules.d/90-iocost.rules:18 Failed to run builtin 'hwdb 'block::name:Samsung_SSD_850_EVO_250GB:fwrev:EMT03B6Q:'': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: tty10: Device ready for processing (SEQNUM=2708, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty0: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[375]: tty1: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty: sd-device-monitor(worker): Passed 236 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: Setting permissions /dev/sda, uid=0, gid=984, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: tty10: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty0: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty10: Processing device (SEQNUM=2708, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty1: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty11: Device is queued (SEQNUM=2709, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty0: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty10: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty11: Device ready for processing (SEQNUM=2709, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0' to '/dev/sda'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty0: Setting permissions /dev/tty0, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty10: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty11: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty12: Device is queued (SEQNUM=2710, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty0: Successfully created symlink '/dev/char/4:0' to '/dev/tty0'
Jul 11 22:15:28 megalex (udev-worker)[375]: tty1: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[366]: tty11: Processing device (SEQNUM=2709, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty12: Device ready for processing (SEQNUM=2710, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: Successfully created symlink '/dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T' to '/dev/sda'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty0: sd-device: Created database file '/run/udev/data/c4:0' for '/devices/virtual/tty/tty0'.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty1: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty12: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty11: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty12: Processing device (SEQNUM=2710, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty0: sd-device: Created database file '/run/udev/data/c4:0' for '/devices/virtual/tty/tty0'.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty1: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd[1]: Received SIGRTMIN+20 from PID 378 (plymouthd).
Jul 11 22:15:28 megalex (udev-worker)[379]: tty10: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[366]: tty11: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty13: Device is queued (SEQNUM=2711, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty12: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: Successfully created symlink '/dev/disk/by-id/wwn-0x5002538d423dcab4' to '/dev/sda'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty0: Device processed (SEQNUM=2706, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty1: Setting permissions /dev/tty1, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty10: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty13: Device ready for processing (SEQNUM=2711, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty12: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[369]: tty13: Processing device (SEQNUM=2711, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty0: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty10: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[375]: tty1: Successfully created symlink '/dev/char/4:1' to '/dev/tty1'
Jul 11 22:15:28 megalex (udev-worker)[375]: tty1: sd-device: Created database file '/run/udev/data/c4:1' for '/devices/virtual/tty/tty1'.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1' to '/dev/sda'
Jul 11 22:15:28 megalex (udev-worker)[369]: tty13: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty10: Setting permissions /dev/tty10, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty12: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[379]: tty10: Successfully created symlink '/dev/char/4:10' to '/dev/tty10'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty13: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty1: sd-device: Created database file '/run/udev/data/c4:1' for '/devices/virtual/tty/tty1'.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: Successfully created symlink '/dev/disk/by-diskseq/1' to '/dev/sda'
Jul 11 22:15:28 megalex (udev-worker)[369]: tty13: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty12: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[366]: tty11: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[379]: tty10: sd-device: Created database file '/run/udev/data/c4:10' for '/devices/virtual/tty/tty10'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty10: sd-device: Created database file '/run/udev/data/c4:10' for '/devices/virtual/tty/tty10'.
Jul 11 22:15:28 megalex systemd[1]: Started Show Plymouth Boot Screen.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty1: Device processed (SEQNUM=2707, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: Successfully created symlink '/dev/block/8:0' to '/dev/sda'
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: sd-device: Created database file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty11: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty14: Device is queued (SEQNUM=2712, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty10: Device processed (SEQNUM=2708, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty1: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: tty13: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[366]: tty11: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: Adding watch on '/dev/sda'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty12: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: sd-device: Created database file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty14: Device ready for processing (SEQNUM=2712, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty10: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: tty13: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[366]: tty11: Setting permissions /dev/tty11, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty12: Setting permissions /dev/tty12, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: Device processed (SEQNUM=2632, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty14: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty15: Device is queued (SEQNUM=2713, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty13: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty11: Successfully created symlink '/dev/char/4:11' to '/dev/tty11'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty11: sd-device: Created database file '/run/udev/data/c4:11' for '/devices/virtual/tty/tty11'.
Jul 11 22:15:28 megalex systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda: sd-device-monitor(worker): Passed 1758 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty15: Device ready for processing (SEQNUM=2713, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty14: Processing device (SEQNUM=2712, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty13: Setting permissions /dev/tty13, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty12: Successfully created symlink '/dev/char/4:12' to '/dev/tty12'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty11: sd-device: Created database file '/run/udev/data/c4:11' for '/devices/virtual/tty/tty11'.
Jul 11 22:15:28 megalex systemd[1]: Reached target Local Encrypted Volumes.
Jul 11 22:15:28 megalex systemd[1]: Reached target Path Units.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty15: Processing device (SEQNUM=2713, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty14: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty15: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty12: sd-device: Created database file '/run/udev/data/c4:12' for '/devices/virtual/tty/tty12'.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty12: sd-device: Created database file '/run/udev/data/c4:12' for '/devices/virtual/tty/tty12'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty15: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty14: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[369]: tty13: Successfully created symlink '/dev/char/4:13' to '/dev/tty13'
Jul 11 22:15:28 megalex (udev-worker)[379]: tty15: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty11: Device processed (SEQNUM=2709, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty16: Device is queued (SEQNUM=2714, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sda1: Device ready for processing (SEQNUM=2633, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty13: sd-device: Created database file '/run/udev/data/c4:13' for '/devices/virtual/tty/tty13'.
Jul 11 22:15:28 megalex (udev-worker)[369]: tty13: sd-device: Created database file '/run/udev/data/c4:13' for '/devices/virtual/tty/tty13'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty11: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sda1: sd-device-monitor(manager): Passed 344 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty12: Device processed (SEQNUM=2710, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty13: Device processed (SEQNUM=2711, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Processing device (SEQNUM=2633, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty14: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex systemd-udevd[353]: sda2: Device ready for processing (SEQNUM=2634, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty15: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[369]: tty13: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty14: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: sda2: sd-device-monitor(manager): Passed 344 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty12: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty15: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Processing device (SEQNUM=2634, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty14: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: sda3: Device ready for processing (SEQNUM=2635, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Successfully took flock(LOCK_SH) for /dev/sda, it will be released after the event has been processed.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty15: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty14: Setting permissions /dev/tty14, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: sda3: sd-device-monitor(manager): Passed 344 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Processing device (SEQNUM=2635, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Successfully took flock(LOCK_SH) for /dev/sda, it will be released after the event has been processed.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty15: Setting permissions /dev/tty15, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty14: Successfully created symlink '/dev/char/4:14' to '/dev/tty14'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty16: Device ready for processing (SEQNUM=2714, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty15: Successfully created symlink '/dev/char/4:15' to '/dev/tty15'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty14: sd-device: Created database file '/run/udev/data/c4:14' for '/devices/virtual/tty/tty14'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty16: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: tty16: Processing device (SEQNUM=2714, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Successfully took flock(LOCK_SH) for /dev/sda, it will be released after the event has been processed.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty15: sd-device: Created database file '/run/udev/data/c4:15' for '/devices/virtual/tty/tty15'.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty14: sd-device: Created database file '/run/udev/data/c4:14' for '/devices/virtual/tty/tty14'.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 984
Jul 11 22:15:28 megalex systemd-udevd[353]: tty17: Device is queued (SEQNUM=2715, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: tty16: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[367]: tty14: Device processed (SEQNUM=2712, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty15: sd-device: Created database file '/run/udev/data/c4:15' for '/devices/virtual/tty/tty15'.
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 984
Jul 11 22:15:28 megalex systemd-udevd[353]: tty17: Device ready for processing (SEQNUM=2715, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: tty16: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T-part1'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty14: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty15: Device processed (SEQNUM=2713, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty17: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty17: Processing device (SEQNUM=2715, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 984
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T-part2'
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part1'
Jul 11 22:15:28 megalex (udev-worker)[379]: tty15: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty18: Device is queued (SEQNUM=2716, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty17: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:115 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1-part1'
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part2'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty18: Device ready for processing (SEQNUM=2716, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T-part3'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty17: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[376]: tty16: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:115 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1-part2'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty18: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty18: Processing device (SEQNUM=2716, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part3'
Jul 11 22:15:28 megalex (udev-worker)[376]: tty16: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Probe /dev/sda1 with raid and offset=0
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty19: Device is queued (SEQNUM=2717, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty17: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:115 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1-part3'
Jul 11 22:15:28 megalex (udev-worker)[379]: tty18: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[376]: tty16: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[376]: tty16: Setting permissions /dev/tty16, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty17: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Probe /dev/sda2 with raid and offset=0
Jul 11 22:15:28 megalex (udev-worker)[379]: tty18: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty19: Device ready for processing (SEQNUM=2717, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty17: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[376]: tty16: Successfully created symlink '/dev/char/4:16' to '/dev/tty16'
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Probe /dev/sda3 with raid and offset=0
Jul 11 22:15:28 megalex systemd-udevd[353]: tty19: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty19: Processing device (SEQNUM=2717, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty17: Setting permissions /dev/tty17, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[376]: tty16: sd-device: Created database file '/run/udev/data/c4:16' for '/devices/virtual/tty/tty16'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty2: Device is queued (SEQNUM=2718, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty19: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[366]: tty17: Successfully created symlink '/dev/char/4:17' to '/dev/tty17'
Jul 11 22:15:28 megalex (udev-worker)[376]: tty16: sd-device: Created database file '/run/udev/data/c4:16' for '/devices/virtual/tty/tty16'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty2: Device ready for processing (SEQNUM=2718, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty2: Processing device (SEQNUM=2718, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty18: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[366]: tty17: sd-device: Created database file '/run/udev/data/c4:17' for '/devices/virtual/tty/tty17'.
Jul 11 22:15:28 megalex (udev-worker)[376]: tty16: Device processed (SEQNUM=2714, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty2: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty18: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty2: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[367]: tty19: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty17: sd-device: Created database file '/run/udev/data/c4:17' for '/devices/virtual/tty/tty17'.
Jul 11 22:15:28 megalex (udev-worker)[376]: tty16: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty18: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty20: Device is queued (SEQNUM=2719, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:138 Added SYMLINK 'disk/by-uuid/bd79e6f2-0cc4-49cf-ac74-d5b57e11b009'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty2: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty17: Device processed (SEQNUM=2715, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty18: Setting permissions /dev/tty18, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty20: Device ready for processing (SEQNUM=2719, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:142 Added SYMLINK 'disk/by-id/wwn-0x5002538d423dcab4-part2'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty17: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty19: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[379]: tty18: Successfully created symlink '/dev/char/4:18' to '/dev/tty18'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty20: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty2: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[369]: tty20: Processing device (SEQNUM=2719, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty19: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty18: sd-device: Created database file '/run/udev/data/c4:18' for '/devices/virtual/tty/tty18'.
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:145 Added SYMLINK 'disk/by-partuuid/dba68115-92b9-5543-898e-da4233f23936'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty2: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty21: Device is queued (SEQNUM=2720, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty19: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[369]: tty20: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty18: sd-device: Created database file '/run/udev/data/c4:18' for '/devices/virtual/tty/tty18'.
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:152 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partnum/2'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty2: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty21: Device ready for processing (SEQNUM=2720, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty19: Setting permissions /dev/tty19, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[369]: tty20: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty18: Device processed (SEQNUM=2716, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:153 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partuuid/dba68115-92b9-5543-898e-da4233f23936'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty2: Setting permissions /dev/tty2, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty21: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty21: Processing device (SEQNUM=2720, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty19: Successfully created symlink '/dev/char/4:19' to '/dev/tty19'
Jul 11 22:15:28 megalex (udev-worker)[379]: tty18: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:156 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-uuid/bd79e6f2-0cc4-49cf-ac74-d5b57e11b009'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty2: Successfully created symlink '/dev/char/4:2' to '/dev/tty2'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty22: Device is queued (SEQNUM=2721, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty21: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[367]: tty19: sd-device: Created database file '/run/udev/data/c4:19' for '/devices/virtual/tty/tty19'.
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/1-part2'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty2: sd-device: Created database file '/run/udev/data/c4:2' for '/devices/virtual/tty/tty2'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty22: Device ready for processing (SEQNUM=2721, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty21: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[369]: tty20: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[367]: tty19: sd-device: Created database file '/run/udev/data/c4:19' for '/devices/virtual/tty/tty19'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty22: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty2: sd-device: Created database file '/run/udev/data/c4:2' for '/devices/virtual/tty/tty2'.
Jul 11 22:15:28 megalex (udev-worker)[376]: tty22: Processing device (SEQNUM=2721, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty20: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[367]: tty19: Device processed (SEQNUM=2717, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty2: Device processed (SEQNUM=2718, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty23: Device is queued (SEQNUM=2722, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty20: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty21: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[376]: tty22: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Setting permissions /dev/sda2, uid=0, gid=984, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[367]: tty19: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty2: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty23: Device ready for processing (SEQNUM=2722, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty20: Setting permissions /dev/tty20, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty21: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[376]: tty22: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty23: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty23: Processing device (SEQNUM=2722, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty20: Successfully created symlink '/dev/char/4:20' to '/dev/tty20'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty21: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part2' to '/dev/sda2'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty24: Device is queued (SEQNUM=2723, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty23: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[369]: tty20: sd-device: Created database file '/run/udev/data/c4:20' for '/devices/virtual/tty/tty20'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty21: Setting permissions /dev/tty21, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty24: Device ready for processing (SEQNUM=2723, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty23: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[369]: tty20: sd-device: Created database file '/run/udev/data/c4:20' for '/devices/virtual/tty/tty20'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty21: Successfully created symlink '/dev/char/4:21' to '/dev/tty21'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty24: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Successfully created symlink '/dev/disk/by-partuuid/dba68115-92b9-5543-898e-da4233f23936' to '/dev/sda2'
Jul 11 22:15:28 megalex (udev-worker)[376]: tty22: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[367]: tty24: Processing device (SEQNUM=2723, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty20: Device processed (SEQNUM=2719, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty21: sd-device: Created database file '/run/udev/data/c4:21' for '/devices/virtual/tty/tty21'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty25: Device is queued (SEQNUM=2724, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: tty22: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[367]: tty24: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[369]: tty20: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty23: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[366]: tty21: sd-device: Created database file '/run/udev/data/c4:21' for '/devices/virtual/tty/tty21'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty25: Device ready for processing (SEQNUM=2724, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Successfully created symlink '/dev/disk/by-diskseq/1-part2' to '/dev/sda2'
Jul 11 22:15:28 megalex (udev-worker)[376]: tty22: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[376]: tty22: Setting permissions /dev/tty22, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty23: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[366]: tty21: Device processed (SEQNUM=2720, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty25: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty26: Device is queued (SEQNUM=2725, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty24: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[376]: tty22: Successfully created symlink '/dev/char/4:22' to '/dev/tty22'
Jul 11 22:15:28 megalex (udev-worker)[376]: tty22: sd-device: Created database file '/run/udev/data/c4:22' for '/devices/virtual/tty/tty22'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty21: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Successfully created symlink '/dev/disk/by-id/wwn-0x5002538d423dcab4-part2' to '/dev/sda2'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty25: Processing device (SEQNUM=2724, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty26: Device ready for processing (SEQNUM=2725, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty23: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[376]: tty22: sd-device: Created database file '/run/udev/data/c4:22' for '/devices/virtual/tty/tty22'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty26: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty25: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[369]: tty26: Processing device (SEQNUM=2725, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty23: Setting permissions /dev/tty23, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[376]: tty22: Device processed (SEQNUM=2721, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty24: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-uuid/bd79e6f2-0cc4-49cf-ac74-d5b57e11b009' to '/dev/sda2'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty25: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty27: Device is queued (SEQNUM=2726, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty26: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty23: Successfully created symlink '/dev/char/4:23' to '/dev/tty23'
Jul 11 22:15:28 megalex (udev-worker)[376]: tty22: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty24: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty27: Device ready for processing (SEQNUM=2726, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty26: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty23: sd-device: Created database file '/run/udev/data/c4:23' for '/devices/virtual/tty/tty23'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty23: sd-device: Created database file '/run/udev/data/c4:23' for '/devices/virtual/tty/tty23'.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty24: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:138 Added SYMLINK 'disk/by-uuid/0DD0-4E93'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty27: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty27: Processing device (SEQNUM=2726, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty25: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partnum/2' to '/dev/sda2'
Jul 11 22:15:28 megalex (udev-worker)[379]: tty23: Device processed (SEQNUM=2722, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty24: Setting permissions /dev/tty24, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:142 Added SYMLINK 'disk/by-id/wwn-0x5002538d423dcab4-part1'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty28: Device is queued (SEQNUM=2727, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty25: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[366]: tty27: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty23: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:145 Added SYMLINK 'disk/by-partuuid/878df509-d92d-5f43-8f02-4c47a90f1b14'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty24: Successfully created symlink '/dev/char/4:24' to '/dev/tty24'
Jul 11 22:15:28 megalex (udev-worker)[369]: tty26: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex systemd-udevd[353]: tty28: Device ready for processing (SEQNUM=2727, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty25: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty25: Setting permissions /dev/tty25, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Successfully created symlink '/dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T-part2' to '/dev/sda2'
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:152 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partnum/1'
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:138 Added SYMLINK 'disk/by-uuid/9ace81ae-343c-46d1-b630-31e8f6ee868d'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty24: sd-device: Created database file '/run/udev/data/c4:24' for '/devices/virtual/tty/tty24'.
Jul 11 22:15:28 megalex (udev-worker)[369]: tty26: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty28: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: tty28: Processing device (SEQNUM=2727, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty27: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty25: Successfully created symlink '/dev/char/4:25' to '/dev/tty25'
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:153 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partuuid/878df509-d92d-5f43-8f02-4c47a90f1b14'
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:142 Added SYMLINK 'disk/by-id/wwn-0x5002538d423dcab4-part3'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty24: sd-device: Created database file '/run/udev/data/c4:24' for '/devices/virtual/tty/tty24'.
Jul 11 22:15:28 megalex (udev-worker)[369]: tty26: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Successfully created symlink '/dev/disk/by-uuid/bd79e6f2-0cc4-49cf-ac74-d5b57e11b009' to '/dev/sda2'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty29: Device is queued (SEQNUM=2728, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: tty28: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty25: sd-device: Created database file '/run/udev/data/c4:25' for '/devices/virtual/tty/tty25'.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:156 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-uuid/0DD0-4E93'
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:145 Added SYMLINK 'disk/by-partuuid/63cbd9e0-daff-8546-b738-e5334a3ec5a7'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty24: Device processed (SEQNUM=2723, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty26: Setting permissions /dev/tty26, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty29: Device ready for processing (SEQNUM=2728, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: tty28: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/1-part1'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty25: sd-device: Created database file '/run/udev/data/c4:25' for '/devices/virtual/tty/tty25'.
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:152 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partnum/3'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty24: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty27: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1-part2' to '/dev/sda2'
Jul 11 22:15:28 megalex (udev-worker)[369]: tty26: Successfully created symlink '/dev/char/4:26' to '/dev/tty26'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty29: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty29: Processing device (SEQNUM=2728, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty25: Device processed (SEQNUM=2724, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty29: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[366]: tty27: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[369]: tty26: sd-device: Created database file '/run/udev/data/c4:26' for '/devices/virtual/tty/tty26'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty3: Device is queued (SEQNUM=2729, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Setting permissions /dev/sda1, uid=0, gid=984, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[360]: tty25: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:153 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partuuid/63cbd9e0-daff-8546-b738-e5334a3ec5a7'
Jul 11 22:15:28 megalex (udev-worker)[379]: tty29: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty27: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partuuid/dba68115-92b9-5543-898e-da4233f23936' to '/dev/sda2'
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Successfully created symlink '/dev/block/8:2' to '/dev/sda2'
Jul 11 22:15:28 megalex (udev-worker)[369]: tty26: sd-device: Created database file '/run/udev/data/c4:26' for '/devices/virtual/tty/tty26'.
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: sd-device: Created database file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'.
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:156 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-uuid/9ace81ae-343c-46d1-b630-31e8f6ee868d'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty27: Setting permissions /dev/tty27, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1-part1' to '/dev/sda1'
Jul 11 22:15:28 megalex (udev-worker)[376]: tty28: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[369]: tty26: Device processed (SEQNUM=2725, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty3: Device ready for processing (SEQNUM=2729, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Adding watch on '/dev/sda2'
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/1-part3'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty27: Successfully created symlink '/dev/char/4:27' to '/dev/tty27'
Jul 11 22:15:28 megalex (udev-worker)[376]: tty28: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty29: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[369]: tty26: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty3: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty3: Processing device (SEQNUM=2729, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Successfully created symlink '/dev/disk/by-diskseq/1-part1' to '/dev/sda1'
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: sd-device: Created database file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'.
Jul 11 22:15:28 megalex (udev-worker)[376]: tty28: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty27: sd-device: Created database file '/run/udev/data/c4:27' for '/devices/virtual/tty/tty27'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty29: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty30: Device is queued (SEQNUM=2730, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty3: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: Device processed (SEQNUM=2634, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Setting permissions /dev/sda3, uid=0, gid=984, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[376]: tty28: Setting permissions /dev/tty28, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty29: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty29: Setting permissions /dev/tty29, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty30: Device ready for processing (SEQNUM=2730, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-uuid/0DD0-4E93' to '/dev/sda1'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty3: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part3' to '/dev/sda3'
Jul 11 22:15:28 megalex (udev-worker)[376]: tty28: Successfully created symlink '/dev/char/4:28' to '/dev/tty28'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty27: sd-device: Created database file '/run/udev/data/c4:27' for '/devices/virtual/tty/tty27'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty29: Successfully created symlink '/dev/char/4:29' to '/dev/tty29'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty30: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty30: Processing device (SEQNUM=2730, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: sda2: sd-device-monitor(worker): Passed 2683 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty30: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[366]: tty27: Device processed (SEQNUM=2726, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Successfully created symlink '/dev/disk/by-id/wwn-0x5002538d423dcab4-part1' to '/dev/sda1'
Jul 11 22:15:28 megalex (udev-worker)[379]: tty29: sd-device: Created database file '/run/udev/data/c4:29' for '/devices/virtual/tty/tty29'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty31: Device is queued (SEQNUM=2731, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty3: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partuuid/63cbd9e0-daff-8546-b738-e5334a3ec5a7' to '/dev/sda3'
Jul 11 22:15:28 megalex (udev-worker)[376]: tty28: sd-device: Created database file '/run/udev/data/c4:28' for '/devices/virtual/tty/tty28'.
Jul 11 22:15:28 megalex (udev-worker)[376]: tty28: sd-device: Created database file '/run/udev/data/c4:28' for '/devices/virtual/tty/tty28'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty27: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty29: sd-device: Created database file '/run/udev/data/c4:29' for '/devices/virtual/tty/tty29'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty31: Device ready for processing (SEQNUM=2731, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty3: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part1' to '/dev/sda1'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty30: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[376]: tty28: Device processed (SEQNUM=2727, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty29: Device processed (SEQNUM=2728, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty31: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-diskseq/1-part3' to '/dev/sda3'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty3: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[369]: tty31: Processing device (SEQNUM=2731, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: tty28: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: tty31: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty32: Device is queued (SEQNUM=2732, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Successfully created symlink '/dev/disk/by-uuid/0DD0-4E93' to '/dev/sda1'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty30: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[367]: tty3: Setting permissions /dev/tty3, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty29: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: tty31: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty32: Device ready for processing (SEQNUM=2732, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partnum/3' to '/dev/sda3'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty30: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[367]: tty3: Successfully created symlink '/dev/char/4:3' to '/dev/tty3'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty32: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partuuid/878df509-d92d-5f43-8f02-4c47a90f1b14' to '/dev/sda1'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty32: Processing device (SEQNUM=2732, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty30: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty3: sd-device: Created database file '/run/udev/data/c4:3' for '/devices/virtual/tty/tty3'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty33: Device is queued (SEQNUM=2733, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty31: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-uuid/9ace81ae-343c-46d1-b630-31e8f6ee868d' to '/dev/sda3'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty32: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty30: Setting permissions /dev/tty30, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty3: sd-device: Created database file '/run/udev/data/c4:3' for '/devices/virtual/tty/tty3'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty33: Device ready for processing (SEQNUM=2733, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty31: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Successfully created symlink '/dev/disk/by-partuuid/878df509-d92d-5f43-8f02-4c47a90f1b14' to '/dev/sda1'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty32: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty30: Successfully created symlink '/dev/char/4:30' to '/dev/tty30'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty3: Device processed (SEQNUM=2729, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty33: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty34: Device is queued (SEQNUM=2734, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty33: Processing device (SEQNUM=2733, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1-part3' to '/dev/sda3'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty30: sd-device: Created database file '/run/udev/data/c4:30' for '/devices/virtual/tty/tty30'.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty30: sd-device: Created database file '/run/udev/data/c4:30' for '/devices/virtual/tty/tty30'.
Jul 11 22:15:28 megalex (udev-worker)[369]: tty31: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Successfully created symlink '/dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T-part1' to '/dev/sda1'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty34: Device ready for processing (SEQNUM=2734, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty33: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[367]: tty3: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty30: Device processed (SEQNUM=2730, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty31: Setting permissions /dev/tty31, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[369]: tty31: Successfully created symlink '/dev/char/4:31' to '/dev/tty31'
Jul 11 22:15:28 megalex (udev-worker)[369]: tty31: sd-device: Created database file '/run/udev/data/c4:31' for '/devices/virtual/tty/tty31'.
Jul 11 22:15:28 megalex (udev-worker)[369]: tty31: sd-device: Created database file '/run/udev/data/c4:31' for '/devices/virtual/tty/tty31'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty33: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[375]: tty34: Processing device (SEQNUM=2734, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty30: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partnum/1' to '/dev/sda1'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty32: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex systemd-udevd[353]: tty34: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty35: Device is queued (SEQNUM=2735, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty31: Device processed (SEQNUM=2731, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty34: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Successfully created symlink '/dev/block/8:1' to '/dev/sda1'
Jul 11 22:15:28 megalex (udev-worker)[379]: tty33: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[366]: tty32: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T-part3' to '/dev/sda3'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty35: Device ready for processing (SEQNUM=2735, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty31: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty34: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty33: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: sd-device: Created database file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'.
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-uuid/9ace81ae-343c-46d1-b630-31e8f6ee868d' to '/dev/sda3'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty35: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty35: Processing device (SEQNUM=2735, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty33: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Adding watch on '/dev/sda1'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty32: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty36: Device is queued (SEQNUM=2736, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty35: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty33: Setting permissions /dev/tty33, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty32: Setting permissions /dev/tty32, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-partuuid/63cbd9e0-daff-8546-b738-e5334a3ec5a7' to '/dev/sda3'
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: sd-device: Created database file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty36: Device ready for processing (SEQNUM=2736, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty35: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[375]: tty34: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[379]: tty33: Successfully created symlink '/dev/char/4:33' to '/dev/tty33'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty32: Successfully created symlink '/dev/char/4:32' to '/dev/tty32'
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: Device processed (SEQNUM=2633, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty36: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty36: Processing device (SEQNUM=2736, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty34: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty36: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-id/wwn-0x5002538d423dcab4-part3' to '/dev/sda3'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty32: sd-device: Created database file '/run/udev/data/c4:32' for '/devices/virtual/tty/tty32'.
Jul 11 22:15:28 megalex (udev-worker)[370]: sda1: sd-device-monitor(worker): Passed 2548 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty37: Device is queued (SEQNUM=2737, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty34: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty35: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[379]: tty33: sd-device: Created database file '/run/udev/data/c4:33' for '/devices/virtual/tty/tty33'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty33: sd-device: Created database file '/run/udev/data/c4:33' for '/devices/virtual/tty/tty33'.
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/block/8:3' to '/dev/sda3'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty32: sd-device: Created database file '/run/udev/data/c4:32' for '/devices/virtual/tty/tty32'.
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: sd-device: Created database file '/run/udev/data/b8:3' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3'.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty34: Setting permissions /dev/tty34, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty35: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty36: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty33: Device processed (SEQNUM=2733, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty32: Device processed (SEQNUM=2732, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty37: Device ready for processing (SEQNUM=2737, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Adding watch on '/dev/sda3'
Jul 11 22:15:28 megalex (udev-worker)[375]: tty34: Successfully created symlink '/dev/char/4:34' to '/dev/tty34'
Jul 11 22:15:28 megalex (udev-worker)[375]: tty34: sd-device: Created database file '/run/udev/data/c4:34' for '/devices/virtual/tty/tty34'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty33: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty32: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty37: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: tty37: Processing device (SEQNUM=2737, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: sd-device: Created database file '/run/udev/data/b8:3' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3'.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty35: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty35: Setting permissions /dev/tty35, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty38: Device is queued (SEQNUM=2738, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: Device processed (SEQNUM=2635, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty37: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty36: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[375]: tty34: sd-device: Created database file '/run/udev/data/c4:34' for '/devices/virtual/tty/tty34'.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty35: Successfully created symlink '/dev/char/4:35' to '/dev/tty35'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty38: Device ready for processing (SEQNUM=2738, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: sda3: sd-device-monitor(worker): Passed 2688 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: tty37: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty36: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[375]: tty34: Device processed (SEQNUM=2734, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty35: sd-device: Created database file '/run/udev/data/c4:35' for '/devices/virtual/tty/tty35'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty38: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty39: Device is queued (SEQNUM=2739, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty36: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[375]: tty34: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty35: sd-device: Created database file '/run/udev/data/c4:35' for '/devices/virtual/tty/tty35'.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty38: Processing device (SEQNUM=2738, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty39: Device ready for processing (SEQNUM=2739, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty36: Setting permissions /dev/tty36, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty35: Device processed (SEQNUM=2735, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tty37: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex systemd-udevd[353]: tty39: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty4: Device is queued (SEQNUM=2740, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty39: Processing device (SEQNUM=2739, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty36: Successfully created symlink '/dev/char/4:36' to '/dev/tty36'
Jul 11 22:15:28 megalex (udev-worker)[379]: tty39: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[369]: tty37: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: tty38: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty4: Device ready for processing (SEQNUM=2740, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty35: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty39: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty36: sd-device: Created database file '/run/udev/data/c4:36' for '/devices/virtual/tty/tty36'.
Jul 11 22:15:28 megalex (udev-worker)[369]: tty37: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: tty38: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty4: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty4: Processing device (SEQNUM=2740, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty36: sd-device: Created database file '/run/udev/data/c4:36' for '/devices/virtual/tty/tty36'.
Jul 11 22:15:28 megalex (udev-worker)[369]: tty37: Setting permissions /dev/tty37, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty40: Device is queued (SEQNUM=2741, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty36: Device processed (SEQNUM=2736, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty38: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[369]: tty37: Successfully created symlink '/dev/char/4:37' to '/dev/tty37'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty40: Device ready for processing (SEQNUM=2741, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty36: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty4: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: tty38: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[369]: tty37: sd-device: Created database file '/run/udev/data/c4:37' for '/devices/virtual/tty/tty37'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty39: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex systemd-udevd[353]: tty40: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty40: Processing device (SEQNUM=2741, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty4: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: tty38: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[369]: tty37: sd-device: Created database file '/run/udev/data/c4:37' for '/devices/virtual/tty/tty37'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty39: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty41: Device is queued (SEQNUM=2742, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty40: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: tty38: Setting permissions /dev/tty38, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[369]: tty37: Device processed (SEQNUM=2737, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty39: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty41: Device ready for processing (SEQNUM=2742, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty40: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: tty38: Successfully created symlink '/dev/char/4:38' to '/dev/tty38'
Jul 11 22:15:28 megalex (udev-worker)[369]: tty37: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty39: Setting permissions /dev/tty39, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty41: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty41: Processing device (SEQNUM=2742, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty38: sd-device: Created database file '/run/udev/data/c4:38' for '/devices/virtual/tty/tty38'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty4: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[379]: tty39: Successfully created symlink '/dev/char/4:39' to '/dev/tty39'
Jul 11 22:15:28 megalex (udev-worker)[379]: tty39: sd-device: Created database file '/run/udev/data/c4:39' for '/devices/virtual/tty/tty39'.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty41: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: tty38: sd-device: Created database file '/run/udev/data/c4:38' for '/devices/virtual/tty/tty38'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty4: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[367]: tty40: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex systemd-udevd[353]: tty42: Device is queued (SEQNUM=2743, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty41: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty39: sd-device: Created database file '/run/udev/data/c4:39' for '/devices/virtual/tty/tty39'.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty38: Device processed (SEQNUM=2738, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty4: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty40: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty42: Device ready for processing (SEQNUM=2743, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty39: Device processed (SEQNUM=2739, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty38: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty40: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty4: Setting permissions /dev/tty4, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty42: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty43: Device is queued (SEQNUM=2744, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty39: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty41: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[367]: tty40: Setting permissions /dev/tty40, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty4: Successfully created symlink '/dev/char/4:4' to '/dev/tty4'
Jul 11 22:15:28 megalex (udev-worker)[375]: tty42: Processing device (SEQNUM=2743, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty43: Device ready for processing (SEQNUM=2744, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty41: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[367]: tty40: Successfully created symlink '/dev/char/4:40' to '/dev/tty40'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty4: sd-device: Created database file '/run/udev/data/c4:4' for '/devices/virtual/tty/tty4'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty43: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty42: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty41: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty41: Setting permissions /dev/tty41, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty41: Successfully created symlink '/dev/char/4:41' to '/dev/tty41'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty4: sd-device: Created database file '/run/udev/data/c4:4' for '/devices/virtual/tty/tty4'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty44: Device is queued (SEQNUM=2745, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty42: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: tty43: Processing device (SEQNUM=2744, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty40: sd-device: Created database file '/run/udev/data/c4:40' for '/devices/virtual/tty/tty40'.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty41: sd-device: Created database file '/run/udev/data/c4:41' for '/devices/virtual/tty/tty41'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty4: Device processed (SEQNUM=2740, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty44: Device ready for processing (SEQNUM=2745, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty43: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[367]: tty40: sd-device: Created database file '/run/udev/data/c4:40' for '/devices/virtual/tty/tty40'.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty41: sd-device: Created database file '/run/udev/data/c4:41' for '/devices/virtual/tty/tty41'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty4: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty44: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty43: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty44: Processing device (SEQNUM=2745, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty40: Device processed (SEQNUM=2741, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty41: Device processed (SEQNUM=2742, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty42: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex systemd-udevd[353]: tty45: Device is queued (SEQNUM=2746, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty40: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty43: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[360]: tty41: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty42: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty45: Device ready for processing (SEQNUM=2746, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty44: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: tty43: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[375]: tty42: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty45: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty44: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty45: Processing device (SEQNUM=2746, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty43: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[375]: tty42: Setting permissions /dev/tty42, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty46: Device is queued (SEQNUM=2747, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty43: Setting permissions /dev/tty43, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty45: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[375]: tty42: Successfully created symlink '/dev/char/4:42' to '/dev/tty42'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty46: Device ready for processing (SEQNUM=2747, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty45: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: tty43: Successfully created symlink '/dev/char/4:43' to '/dev/tty43'
Jul 11 22:15:28 megalex (udev-worker)[370]: tty43: sd-device: Created database file '/run/udev/data/c4:43' for '/devices/virtual/tty/tty43'.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty43: sd-device: Created database file '/run/udev/data/c4:43' for '/devices/virtual/tty/tty43'.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty46: Processing device (SEQNUM=2747, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty44: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[375]: tty42: sd-device: Created database file '/run/udev/data/c4:42' for '/devices/virtual/tty/tty42'.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty42: sd-device: Created database file '/run/udev/data/c4:42' for '/devices/virtual/tty/tty42'.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty43: Device processed (SEQNUM=2744, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty44: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[367]: tty46: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty46: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty42: Device processed (SEQNUM=2743, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty43: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty44: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty44: Setting permissions /dev/tty44, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty47: Device is queued (SEQNUM=2748, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty45: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[375]: tty42: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty46: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty44: Successfully created symlink '/dev/char/4:44' to '/dev/tty44'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty47: Device ready for processing (SEQNUM=2748, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty45: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty44: sd-device: Created database file '/run/udev/data/c4:44' for '/devices/virtual/tty/tty44'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty47: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty47: Processing device (SEQNUM=2748, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty45: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty44: sd-device: Created database file '/run/udev/data/c4:44' for '/devices/virtual/tty/tty44'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty48: Device is queued (SEQNUM=2749, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty47: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[367]: tty46: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[366]: tty45: Setting permissions /dev/tty45, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty44: Device processed (SEQNUM=2745, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty48: Device ready for processing (SEQNUM=2749, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty47: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty46: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[366]: tty45: Successfully created symlink '/dev/char/4:45' to '/dev/tty45'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty45: sd-device: Created database file '/run/udev/data/c4:45' for '/devices/virtual/tty/tty45'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty48: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty48: Processing device (SEQNUM=2749, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty46: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty46: Setting permissions /dev/tty46, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty45: sd-device: Created database file '/run/udev/data/c4:45' for '/devices/virtual/tty/tty45'.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty47: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[370]: tty48: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty44: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty46: Successfully created symlink '/dev/char/4:46' to '/dev/tty46'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty45: Device processed (SEQNUM=2746, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty49: Device is queued (SEQNUM=2750, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty47: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: tty48: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty46: sd-device: Created database file '/run/udev/data/c4:46' for '/devices/virtual/tty/tty46'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty45: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty49: Device ready for processing (SEQNUM=2750, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty47: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty46: sd-device: Created database file '/run/udev/data/c4:46' for '/devices/virtual/tty/tty46'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty49: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty49: Processing device (SEQNUM=2750, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty47: Setting permissions /dev/tty47, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty46: Device processed (SEQNUM=2747, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty48: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex systemd-udevd[353]: tty5: Device is queued (SEQNUM=2751, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty49: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty47: Successfully created symlink '/dev/char/4:47' to '/dev/tty47'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty47: sd-device: Created database file '/run/udev/data/c4:47' for '/devices/virtual/tty/tty47'.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty47: sd-device: Created database file '/run/udev/data/c4:47' for '/devices/virtual/tty/tty47'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty5: Device ready for processing (SEQNUM=2751, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty49: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty46: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty48: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty47: Device processed (SEQNUM=2748, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty5: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty5: Processing device (SEQNUM=2751, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty48: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty47: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty50: Device is queued (SEQNUM=2752, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty5: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: tty48: Setting permissions /dev/tty48, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty50: Device ready for processing (SEQNUM=2752, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty5: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[375]: tty49: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex systemd-udevd[353]: tty50: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty48: Successfully created symlink '/dev/char/4:48' to '/dev/tty48'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty50: Processing device (SEQNUM=2752, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty49: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty51: Device is queued (SEQNUM=2753, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty48: sd-device: Created database file '/run/udev/data/c4:48' for '/devices/virtual/tty/tty48'.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty49: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[375]: tty49: Setting permissions /dev/tty49, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[375]: tty49: Successfully created symlink '/dev/char/4:49' to '/dev/tty49'
Jul 11 22:15:28 megalex (udev-worker)[370]: tty48: sd-device: Created database file '/run/udev/data/c4:48' for '/devices/virtual/tty/tty48'.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty50: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty51: Device ready for processing (SEQNUM=2753, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty49: sd-device: Created database file '/run/udev/data/c4:49' for '/devices/virtual/tty/tty49'.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty48: Device processed (SEQNUM=2749, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty5: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[367]: tty50: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty51: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty51: Processing device (SEQNUM=2753, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty49: sd-device: Created database file '/run/udev/data/c4:49' for '/devices/virtual/tty/tty49'.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty48: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty5: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty52: Device is queued (SEQNUM=2754, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty49: Device processed (SEQNUM=2750, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty51: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty5: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty52: Device ready for processing (SEQNUM=2754, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty50: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[375]: tty49: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty51: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty5: Setting permissions /dev/tty5, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty52: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty50: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty52: Processing device (SEQNUM=2754, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty5: Successfully created symlink '/dev/char/4:5' to '/dev/tty5'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty50: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty53: Device is queued (SEQNUM=2755, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty52: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty5: sd-device: Created database file '/run/udev/data/c4:5' for '/devices/virtual/tty/tty5'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty5: sd-device: Created database file '/run/udev/data/c4:5' for '/devices/virtual/tty/tty5'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty53: Device ready for processing (SEQNUM=2755, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty52: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty50: Setting permissions /dev/tty50, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty5: Device processed (SEQNUM=2751, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty53: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty51: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[370]: tty53: Processing device (SEQNUM=2755, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty50: Successfully created symlink '/dev/char/4:50' to '/dev/tty50'
Jul 11 22:15:28 megalex (udev-worker)[379]: tty5: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty52: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex systemd-udevd[353]: tty54: Device is queued (SEQNUM=2756, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty53: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[367]: tty50: sd-device: Created database file '/run/udev/data/c4:50' for '/devices/virtual/tty/tty50'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty51: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty52: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty54: Device ready for processing (SEQNUM=2756, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty53: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty50: sd-device: Created database file '/run/udev/data/c4:50' for '/devices/virtual/tty/tty50'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty51: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty52: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty54: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty54: Processing device (SEQNUM=2756, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty50: Device processed (SEQNUM=2752, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty51: Setting permissions /dev/tty51, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty52: Setting permissions /dev/tty52, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty55: Device is queued (SEQNUM=2757, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty50: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty54: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: tty53: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[366]: tty51: Successfully created symlink '/dev/char/4:51' to '/dev/tty51'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty51: sd-device: Created database file '/run/udev/data/c4:51' for '/devices/virtual/tty/tty51'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty51: sd-device: Created database file '/run/udev/data/c4:51' for '/devices/virtual/tty/tty51'.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty54: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: tty53: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty52: Successfully created symlink '/dev/char/4:52' to '/dev/tty52'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty55: Device ready for processing (SEQNUM=2757, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty51: Device processed (SEQNUM=2753, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty53: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty52: sd-device: Created database file '/run/udev/data/c4:52' for '/devices/virtual/tty/tty52'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty55: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty55: Processing device (SEQNUM=2757, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty51: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty53: Setting permissions /dev/tty53, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty52: sd-device: Created database file '/run/udev/data/c4:52' for '/devices/virtual/tty/tty52'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty56: Device is queued (SEQNUM=2758, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty55: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: tty53: Successfully created symlink '/dev/char/4:53' to '/dev/tty53'
Jul 11 22:15:28 megalex (udev-worker)[360]: tty52: Device processed (SEQNUM=2754, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty54: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex systemd-udevd[353]: tty56: Device ready for processing (SEQNUM=2758, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty55: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: tty53: sd-device: Created database file '/run/udev/data/c4:53' for '/devices/virtual/tty/tty53'.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty52: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty54: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty56: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty56: Processing device (SEQNUM=2758, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty53: sd-device: Created database file '/run/udev/data/c4:53' for '/devices/virtual/tty/tty53'.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty54: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty57: Device is queued (SEQNUM=2759, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty53: Device processed (SEQNUM=2755, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty56: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty55: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[375]: tty54: Setting permissions /dev/tty54, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty57: Device ready for processing (SEQNUM=2759, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty53: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty56: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty55: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[375]: tty54: Successfully created symlink '/dev/char/4:54' to '/dev/tty54'
Jul 11 22:15:28 megalex (udev-worker)[375]: tty54: sd-device: Created database file '/run/udev/data/c4:54' for '/devices/virtual/tty/tty54'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty57: Processing device (SEQNUM=2759, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty55: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty57: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty54: sd-device: Created database file '/run/udev/data/c4:54' for '/devices/virtual/tty/tty54'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty55: Setting permissions /dev/tty55, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty57: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[367]: tty56: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[375]: tty54: Device processed (SEQNUM=2756, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty58: Device is queued (SEQNUM=2760, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty55: Successfully created symlink '/dev/char/4:55' to '/dev/tty55'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty57: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty56: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[375]: tty54: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty58: Device ready for processing (SEQNUM=2760, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty55: sd-device: Created database file '/run/udev/data/c4:55' for '/devices/virtual/tty/tty55'.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty56: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty58: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty59: Device is queued (SEQNUM=2761, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty55: sd-device: Created database file '/run/udev/data/c4:55' for '/devices/virtual/tty/tty55'.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty56: Setting permissions /dev/tty56, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty56: Successfully created symlink '/dev/char/4:56' to '/dev/tty56'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty59: Device ready for processing (SEQNUM=2761, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty55: Device processed (SEQNUM=2757, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty57: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[370]: tty58: Processing device (SEQNUM=2760, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty56: sd-device: Created database file '/run/udev/data/c4:56' for '/devices/virtual/tty/tty56'.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty56: sd-device: Created database file '/run/udev/data/c4:56' for '/devices/virtual/tty/tty56'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty55: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty59: Processing device (SEQNUM=2761, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty57: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty59: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty59: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty56: Device processed (SEQNUM=2758, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty57: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: tty58: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty59: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty6: Device is queued (SEQNUM=2762, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty56: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty57: Setting permissions /dev/tty57, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[370]: tty58: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty6: Device ready for processing (SEQNUM=2762, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty57: Successfully created symlink '/dev/char/4:57' to '/dev/tty57'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty6: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty6: Processing device (SEQNUM=2762, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty57: sd-device: Created database file '/run/udev/data/c4:57' for '/devices/virtual/tty/tty57'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty57: sd-device: Created database file '/run/udev/data/c4:57' for '/devices/virtual/tty/tty57'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty6: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty60: Device is queued (SEQNUM=2763, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty57: Device processed (SEQNUM=2759, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty58: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[379]: tty6: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty59: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex systemd-udevd[353]: tty60: Device ready for processing (SEQNUM=2763, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty57: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty58: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty59: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty60: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty60: Processing device (SEQNUM=2763, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty58: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty59: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[360]: tty59: Setting permissions /dev/tty59, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty6: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[367]: tty60: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: tty58: Setting permissions /dev/tty58, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty61: Device is queued (SEQNUM=2764, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: tty59: Successfully created symlink '/dev/char/4:59' to '/dev/tty59'
Jul 11 22:15:28 megalex (udev-worker)[379]: tty6: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[367]: tty60: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: tty58: Successfully created symlink '/dev/char/4:58' to '/dev/tty58'
Jul 11 22:15:28 megalex (udev-worker)[370]: tty58: sd-device: Created database file '/run/udev/data/c4:58' for '/devices/virtual/tty/tty58'.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty59: sd-device: Created database file '/run/udev/data/c4:59' for '/devices/virtual/tty/tty59'.
Jul 11 22:15:28 megalex (udev-worker)[360]: tty59: sd-device: Created database file '/run/udev/data/c4:59' for '/devices/virtual/tty/tty59'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty61: Device ready for processing (SEQNUM=2764, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty58: sd-device: Created database file '/run/udev/data/c4:58' for '/devices/virtual/tty/tty58'.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty60: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[360]: tty59: Device processed (SEQNUM=2761, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty61: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty58: Device processed (SEQNUM=2760, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty61: Processing device (SEQNUM=2764, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty6: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty60: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[360]: tty59: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty62: Device is queued (SEQNUM=2765, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty58: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty61: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty6: Setting permissions /dev/tty6, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[367]: tty60: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty62: Device ready for processing (SEQNUM=2765, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty61: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[379]: tty6: Successfully created symlink '/dev/char/4:6' to '/dev/tty6'
Jul 11 22:15:28 megalex (udev-worker)[367]: tty60: Setting permissions /dev/tty60, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty62: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty62: Processing device (SEQNUM=2765, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty6: sd-device: Created database file '/run/udev/data/c4:6' for '/devices/virtual/tty/tty6'.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty60: Successfully created symlink '/dev/char/4:60' to '/dev/tty60'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty63: Device is queued (SEQNUM=2766, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty62: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty6: sd-device: Created database file '/run/udev/data/c4:6' for '/devices/virtual/tty/tty6'.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty60: sd-device: Created database file '/run/udev/data/c4:60' for '/devices/virtual/tty/tty60'.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty60: sd-device: Created database file '/run/udev/data/c4:60' for '/devices/virtual/tty/tty60'.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty62: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty61: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[379]: tty6: Device processed (SEQNUM=2762, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tty63: Device ready for processing (SEQNUM=2766, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty60: Device processed (SEQNUM=2763, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty61: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty6: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty63: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty63: Processing device (SEQNUM=2766, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty60: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty61: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty7: Device is queued (SEQNUM=2767, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty63: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[366]: tty61: Setting permissions /dev/tty61, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[366]: tty61: Successfully created symlink '/dev/char/4:61' to '/dev/tty61'
Jul 11 22:15:28 megalex (udev-worker)[366]: tty61: sd-device: Created database file '/run/udev/data/c4:61' for '/devices/virtual/tty/tty61'.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty63: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty7: Device ready for processing (SEQNUM=2767, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty62: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[366]: tty61: sd-device: Created database file '/run/udev/data/c4:61' for '/devices/virtual/tty/tty61'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tty7: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: tty62: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[379]: tty7: Processing device (SEQNUM=2767, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty61: Device processed (SEQNUM=2764, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty62: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty8: Device is queued (SEQNUM=2768, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty61: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty7: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: tty63: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[375]: tty62: Setting permissions /dev/tty62, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty8: Device ready for processing (SEQNUM=2768, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty7: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: tty63: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[375]: tty62: Successfully created symlink '/dev/char/4:62' to '/dev/tty62'
Jul 11 22:15:28 megalex systemd-udevd[353]: tty8: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty8: Processing device (SEQNUM=2768, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty63: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: tty63: Setting permissions /dev/tty63, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: tty9: Device is queued (SEQNUM=2769, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty8: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[375]: tty62: sd-device: Created database file '/run/udev/data/c4:62' for '/devices/virtual/tty/tty62'.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty63: Successfully created symlink '/dev/char/4:63' to '/dev/tty63'
Jul 11 22:15:28 megalex (udev-worker)[379]: tty7: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex systemd-udevd[353]: tty9: Device ready for processing (SEQNUM=2769, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty8: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[375]: tty62: sd-device: Created database file '/run/udev/data/c4:62' for '/devices/virtual/tty/tty62'.
Jul 11 22:15:28 megalex (udev-worker)[370]: tty63: sd-device: Created database file '/run/udev/data/c4:63' for '/devices/virtual/tty/tty63'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty7: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: tty9: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty9: Processing device (SEQNUM=2769, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty62: Device processed (SEQNUM=2765, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: tty63: sd-device: Created database file '/run/udev/data/c4:63' for '/devices/virtual/tty/tty63'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty7: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXSYSTM:00: Device is queued (SEQNUM=2770, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tty62: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty8: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex (udev-worker)[366]: tty9: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[370]: tty63: Device processed (SEQNUM=2766, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty7: Setting permissions /dev/tty7, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXSYSTM:00: Device ready for processing (SEQNUM=2770, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty8: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex (udev-worker)[366]: tty9: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[370]: tty63: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty7: Successfully created symlink '/dev/char/4:7' to '/dev/tty7'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXSYSTM:00: sd-device-monitor(manager): Passed 193 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: tty8: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex (udev-worker)[360]: LNXSYSTM:00: Processing device (SEQNUM=2770, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: tty7: sd-device: Created database file '/run/udev/data/c4:7' for '/devices/virtual/tty/tty7'.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPWRBN:00: Device is queued (SEQNUM=2771, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty8: Setting permissions /dev/tty8, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex (udev-worker)[360]: LNXSYSTM:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[379]: tty7: sd-device: Created database file '/run/udev/data/c4:7' for '/devices/virtual/tty/tty7'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty9: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPWRBN:00: SEQNUM=2771 blocked by SEQNUM=2770
Jul 11 22:15:28 megalex (udev-worker)[367]: tty8: Successfully created symlink '/dev/char/4:8' to '/dev/tty8'
Jul 11 22:15:28 megalex (udev-worker)[360]: LNXSYSTM:00: hwdb modalias key: "acpi:LNXSYSTM:"
Jul 11 22:15:28 megalex (udev-worker)[379]: tty7: Device processed (SEQNUM=2767, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty9: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 22:15:28 megalex systemd-udevd[353]: input2: Device is queued (SEQNUM=2772, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty8: sd-device: Created database file '/run/udev/data/c4:8' for '/devices/virtual/tty/tty8'.
Jul 11 22:15:28 megalex (udev-worker)[379]: tty7: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty9: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 22:15:28 megalex systemd-udevd[353]: input2: SEQNUM=2772 blocked by SEQNUM=2770
Jul 11 22:15:28 megalex (udev-worker)[367]: tty8: sd-device: Created database file '/run/udev/data/c4:8' for '/devices/virtual/tty/tty8'.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty9: Setting permissions /dev/tty9, uid=0, gid=5, mode=0620
Jul 11 22:15:28 megalex systemd-udevd[353]: event2: Device is queued (SEQNUM=2773, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: tty8: Device processed (SEQNUM=2768, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty9: Successfully created symlink '/dev/char/4:9' to '/dev/tty9'
Jul 11 22:15:28 megalex systemd-udevd[353]: event2: SEQNUM=2773 blocked by SEQNUM=2770
Jul 11 22:15:28 megalex (udev-worker)[367]: tty8: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: tty9: sd-device: Created database file '/run/udev/data/c4:9' for '/devices/virtual/tty/tty9'.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXSYBUS:00: Device is queued (SEQNUM=2774, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty9: sd-device: Created database file '/run/udev/data/c4:9' for '/devices/virtual/tty/tty9'.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXSYBUS:00: SEQNUM=2774 blocked by SEQNUM=2770
Jul 11 22:15:28 megalex (udev-worker)[366]: tty9: Device processed (SEQNUM=2769, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0C:00: Device is queued (SEQNUM=2775, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: tty9: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0C:00: SEQNUM=2775 blocked by SEQNUM=2770
Jul 11 22:15:28 megalex systemd-udevd[353]: input1: Device is queued (SEQNUM=2776, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input1: SEQNUM=2776 blocked by SEQNUM=2770
Jul 11 22:15:28 megalex systemd-udevd[353]: event1: Device is queued (SEQNUM=2777, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: event1: SEQNUM=2777 blocked by SEQNUM=2770
Jul 11 22:15:28 megalex (udev-worker)[360]: LNXSYSTM:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0E:00: Device is queued (SEQNUM=2778, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0E:00: SEQNUM=2778 blocked by SEQNUM=2770
Jul 11 22:15:28 megalex systemd-udevd[353]: input0: Device is queued (SEQNUM=2779, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input0: SEQNUM=2779 blocked by SEQNUM=2770
Jul 11 22:15:28 megalex (udev-worker)[360]: LNXSYSTM:00: sd-device: Created database file '/run/udev/data/+acpi:LNXSYSTM:00' for '/devices/LNXSYSTM:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: event0: Device is queued (SEQNUM=2780, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: LNXSYSTM:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: event0: SEQNUM=2780 blocked by SEQNUM=2770
Jul 11 22:15:28 megalex (udev-worker)[360]: Loading module: acpi:LNXSYSTM:
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:14.0: Device is queued (SEQNUM=2781, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:14.0: Device ready for processing (SEQNUM=2781, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:14.0: sd-device-monitor(manager): Passed 343 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: 0000:00:14.0: Processing device (SEQNUM=2781, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb1: Device is queued (SEQNUM=2782, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb1: SEQNUM=2782 blocked by SEQNUM=2781
Jul 11 22:15:28 megalex (udev-worker)[370]: 0000:00:14.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-13: Device is queued (SEQNUM=2783, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 0000:00:14.0: hwdb modalias key: "pci:v00008086d0000A2AFsv00001462sd00007A63bc0Csc03i30"
Jul 11 22:15:28 megalex (udev-worker)[360]: Failed to find module 'acpi:LNXSYSTM:'
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-13: SEQNUM=2783 blocked by SEQNUM=2781
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-13:1.0: Device is queued (SEQNUM=2784, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: LNXSYSTM:00: sd-device: Created database file '/run/udev/data/+acpi:LNXSYSTM:00' for '/devices/LNXSYSTM:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-13:1.0: SEQNUM=2784 blocked by SEQNUM=2781
Jul 11 22:15:28 megalex (udev-worker)[370]: 0000:00:14.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[360]: LNXSYSTM:00: Device processed (SEQNUM=2770, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:1BCF:0005.0003: Device is queued (SEQNUM=2785, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: LNXSYSTM:00: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:1BCF:0005.0003: SEQNUM=2785 blocked by SEQNUM=2781
Jul 11 22:15:28 megalex systemd-udevd[353]: input8: Device is queued (SEQNUM=2786, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPWRBN:00: Device ready for processing (SEQNUM=2771, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPWRBN:00: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: input2: SEQNUM=2772 blocked by SEQNUM=2771
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPWRBN:00: Processing device (SEQNUM=2771, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 0000:00:14.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: event2: SEQNUM=2773 blocked by SEQNUM=2771
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPWRBN:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXSYBUS:00: Device ready for processing (SEQNUM=2774, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPWRBN:00: hwdb modalias key: "acpi:LNXPWRBN:"
Jul 11 22:15:28 megalex (udev-worker)[370]: 0000:00:14.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:14.0' for '/devices/pci0000:00/0000:00:14.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXSYBUS:00: sd-device-monitor(manager): Passed 205 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: LNXSYBUS:00: Processing device (SEQNUM=2774, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 0000:00:14.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0C:00: SEQNUM=2775 blocked by SEQNUM=2774
Jul 11 22:15:28 megalex (udev-worker)[367]: LNXSYBUS:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[370]: Loading module: pci:v00008086d0000A2AFsv00001462sd00007A63bc0Csc03i30
Jul 11 22:15:28 megalex systemd-udevd[353]: input1: SEQNUM=2776 blocked by SEQNUM=2774
Jul 11 22:15:28 megalex (udev-worker)[367]: LNXSYBUS:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPWRBN:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[370]: Failed to find module 'pci:v00008086d0000A2AFsv00001462sd00007A63bc0Csc03i30'
Jul 11 22:15:28 megalex systemd-udevd[353]: event1: SEQNUM=2777 blocked by SEQNUM=2774
Jul 11 22:15:28 megalex (udev-worker)[370]: 0000:00:14.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:14.0' for '/devices/pci0000:00/0000:00:14.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0E:00: SEQNUM=2778 blocked by SEQNUM=2774
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPWRBN:00: sd-device: Created database file '/run/udev/data/+acpi:LNXPWRBN:00' for '/devices/LNXSYSTM:00/LNXPWRBN:00'.
Jul 11 22:15:28 megalex (udev-worker)[370]: 0000:00:14.0: Device processed (SEQNUM=2781, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input0: SEQNUM=2779 blocked by SEQNUM=2774
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPWRBN:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex mtp-probe[391]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13"
Jul 11 22:15:28 megalex (udev-worker)[367]: LNXSYBUS:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex mtp-probe[392]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9"
Jul 11 22:15:28 megalex (udev-worker)[370]: 0000:00:14.0: sd-device-monitor(worker): Passed 647 byte to netlink monitor.
Jul 11 22:15:28 megalex mtp-probe[391]: bus: 1, device: 5 was not an MTP device
Jul 11 22:15:28 megalex systemd-udevd[353]: event0: SEQNUM=2780 blocked by SEQNUM=2774
Jul 11 22:15:28 megalex mtp-probe[392]: bus: 1, device: 3 was not an MTP device
Jul 11 22:15:28 megalex (udev-worker)[379]: Loading module: acpi:LNXPWRBN:
Jul 11 22:15:28 megalex systemd-udevd[353]: input8: SEQNUM=2786 blocked by SEQNUM=2781
Jul 11 22:15:28 megalex (udev-worker)[367]: LNXSYBUS:00: sd-device: Created database file '/run/udev/data/+acpi:LNXSYBUS:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00'.
Jul 11 22:15:28 megalex (udev-worker)[367]: LNXSYBUS:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: event6: Device is queued (SEQNUM=2787, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: Loading module: acpi:LNXSYBUS:
Jul 11 22:15:28 megalex systemd-udevd[353]: usb1: Device ready for processing (SEQNUM=2782, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: Failed to find module 'acpi:LNXPWRBN:'
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPWRBN:00: sd-device: Created database file '/run/udev/data/+acpi:LNXPWRBN:00' for '/devices/LNXSYSTM:00/LNXPWRBN:00'.
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: Processing device (SEQNUM=2782, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb1: sd-device-monitor(manager): Passed 314 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPWRBN:00: Device processed (SEQNUM=2771, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: Failed to find module 'acpi:LNXSYBUS:'
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-13: SEQNUM=2783 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPWRBN:00: sd-device-monitor(worker): Passed 264 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: LNXSYBUS:00: sd-device: Created database file '/run/udev/data/+acpi:LNXSYBUS:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-13:1.0: SEQNUM=2784 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id'
Jul 11 22:15:28 megalex (udev-worker)[367]: LNXSYBUS:00: Device processed (SEQNUM=2774, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:1BCF:0005.0003: SEQNUM=2785 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex (udev-worker)[367]: LNXSYBUS:00: sd-device-monitor(worker): Passed 250 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: input8: SEQNUM=2786 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex systemd-udevd[353]: event6: SEQNUM=2787 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-9: Device is queued (SEQNUM=2788, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: hwdb modalias key: "usb:v1D6Bp0002:xHCI Host Controller"
Jul 11 22:15:28 megalex systemd-udevd[353]: input2: Device ready for processing (SEQNUM=2772, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input2: sd-device-monitor(manager): Passed 356 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: event2: SEQNUM=2773 blocked by SEQNUM=2772
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: Processing device (SEQNUM=2772, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0C:00: Device ready for processing (SEQNUM=2775, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0C:00: sd-device-monitor(manager): Passed 229 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input'
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0C:00: Processing device (SEQNUM=2775, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0C:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 22:15:28 megalex systemd-udevd[353]: input1: SEQNUM=2776 blocked by SEQNUM=2775
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0C:00: hwdb modalias key: "acpi:PNP0C0C:"
Jul 11 22:15:28 megalex systemd-udevd[353]: event1: SEQNUM=2777 blocked by SEQNUM=2775
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0E:00: Device ready for processing (SEQNUM=2778, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0E:00: sd-device-monitor(manager): Passed 229 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0C:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[366]: PNP0C0E:00: Processing device (SEQNUM=2778, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input0: SEQNUM=2779 blocked by SEQNUM=2778
Jul 11 22:15:28 megalex (udev-worker)[366]: PNP0C0E:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: event0: SEQNUM=2780 blocked by SEQNUM=2778
Jul 11 22:15:28 megalex (udev-worker)[366]: PNP0C0E:00: hwdb modalias key: "acpi:PNP0C0E:"
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-9: SEQNUM=2788 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0C:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-9:1.0: Device is queued (SEQNUM=2789, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0C:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0C:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-9:1.0: SEQNUM=2789 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[366]: PNP0C0E:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=input': No data available
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0C:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:0461:0010.0001: Device is queued (SEQNUM=2790, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 22:15:28 megalex (udev-worker)[367]: Loading module: acpi:PNP0C0C:
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:0461:0010.0001: SEQNUM=2790 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: /usr/lib/udev/rules.d/60-autosuspend.rules:12 Writing ATTR{'/sys/devices/pci0000:00/0000:00:14.0/usb1/power/control'}="auto".
Jul 11 22:15:28 megalex (udev-worker)[366]: PNP0C0E:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: capabilities/ev raw kernel attribute: 3
Jul 11 22:15:28 megalex systemd-udevd[353]: input5: Device is queued (SEQNUM=2791, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: capabilities/abs raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[367]: Failed to find module 'acpi:PNP0C0C:'
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: /usr/lib/udev/rules.d/60-vboxdrv.rules:6 RUN '/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers'
Jul 11 22:15:28 megalex systemd-udevd[353]: input5: SEQNUM=2791 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex (udev-worker)[366]: PNP0C0E:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0E:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00'.
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: capabilities/rel raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0C:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0C:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: event3: Device is queued (SEQNUM=2792, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: PNP0C0E:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: capabilities/key raw kernel attribute: 8000 10000000000000 0
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0C:00: Device processed (SEQNUM=2775, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: event3: SEQNUM=2792 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex (udev-worker)[366]: Loading module: acpi:PNP0C0E:
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: properties raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0C:00: sd-device-monitor(worker): Passed 274 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-9:1.1: Device is queued (SEQNUM=2793, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: test_key: checking bit block 0 for any keys; found=no
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-9:1.1: SEQNUM=2793 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: test_key: checking bit block 64 for any keys; found=yes
Jul 11 22:15:28 megalex (udev-worker)[366]: Failed to find module 'acpi:PNP0C0E:'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:0461:0010.0002: Device is queued (SEQNUM=2794, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 22:15:28 megalex (udev-worker)[366]: PNP0C0E:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0E:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: input1: Device ready for processing (SEQNUM=2776, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 22:15:28 megalex (udev-worker)[366]: PNP0C0E:00: Device processed (SEQNUM=2778, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input1: sd-device-monitor(manager): Passed 366 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: Processing device (SEQNUM=2776, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: Preserve permissions of /dev/bus/usb/001/001, uid=0, gid=0, mode=0664
Jul 11 22:15:28 megalex (udev-worker)[366]: PNP0C0E:00: sd-device-monitor(worker): Passed 274 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: event1: SEQNUM=2777 blocked by SEQNUM=2776
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input'
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: Successfully created symlink '/dev/char/189:0' to '/dev/bus/usb/001/001'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:0461:0010.0002: SEQNUM=2794 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: input6: Device is queued (SEQNUM=2795, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: sd-device: Created database file '/run/udev/data/c189:0' for '/devices/pci0000:00/0000:00:14.0/usb1'.
Jul 11 22:15:28 megalex systemd-udevd[353]: input0: Device ready for processing (SEQNUM=2779, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: Running command "/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 0 09 vboxusers"
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: input0: sd-device-monitor(manager): Passed 350 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: Processing device (SEQNUM=2779, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: Starting '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 0 09 vboxusers'
Jul 11 22:15:28 megalex systemd-udevd[353]: event0: SEQNUM=2780 blocked by SEQNUM=2779
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: sd-device: Created database file '/run/udev/data/+input:input2' for '/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2'.
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=input': No data available
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: input6: SEQNUM=2795 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex systemd-udevd[353]: event4: Device is queued (SEQNUM=2796, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input'
Jul 11 22:15:28 megalex (udev-worker)[370]: Successfully forked off '(spawn)' as PID 385.
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: capabilities/ev raw kernel attribute: 3
Jul 11 22:15:28 megalex systemd-udevd[353]: event4: SEQNUM=2796 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: hwdb modalias key: "input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw"
Jul 11 22:15:28 megalex (udev-worker)[379]: Loading module: input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: capabilities/abs raw kernel attribute: 0
Jul 11 22:15:28 megalex systemd-udevd[353]: input7: Device is queued (SEQNUM=2797, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: capabilities/rel raw kernel attribute: 0
Jul 11 22:15:28 megalex systemd-udevd[353]: input7: SEQNUM=2797 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex systemd-udevd[353]: event5: Device is queued (SEQNUM=2798, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: capabilities/key raw kernel attribute: 8000 10000000000000 0
Jul 11 22:15:28 megalex systemd-udevd[353]: event5: SEQNUM=2798 blocked by SEQNUM=2782
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=input': No data available
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: properties raw kernel attribute: 0
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi: Device is queued (SEQNUM=2799, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: test_key: checking bit block 0 for any keys; found=no
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: capabilities/ev raw kernel attribute: 3
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: test_key: checking bit block 64 for any keys; found=yes
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi: Device ready for processing (SEQNUM=2799, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: capabilities/abs raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi: sd-device-monitor(manager): Passed 157 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: acpi: Processing device (SEQNUM=2799, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: capabilities/rel raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 22:15:28 megalex systemd-udevd[353]: battery: Device is queued (SEQNUM=2800, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: capabilities/key raw kernel attribute: 4000 0 0
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: battery: SEQNUM=2800 blocked by SEQNUM=2799
Jul 11 22:15:28 megalex systemd-udevd[353]: button: Device is queued (SEQNUM=2801, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: properties raw kernel attribute: 0
Jul 11 22:15:28 megalex systemd-udevd[353]: button: SEQNUM=2801 blocked by SEQNUM=2799
Jul 11 22:15:28 megalex systemd-udevd[353]: ec: Device is queued (SEQNUM=2802, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[360]: acpi: Device processed (SEQNUM=2799, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: test_key: checking bit block 0 for any keys; found=no
Jul 11 22:15:28 megalex systemd-udevd[353]: ec: SEQNUM=2802 blocked by SEQNUM=2799
Jul 11 22:15:28 megalex systemd-udevd[353]: hardware_error_device: Device is queued (SEQNUM=2803, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: test_key: checking bit block 64 for any keys; found=no
Jul 11 22:15:28 megalex (udev-worker)[360]: acpi: sd-device-monitor(worker): Passed 157 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: hardware_error_device: SEQNUM=2803 blocked by SEQNUM=2799
Jul 11 22:15:28 megalex systemd-udevd[353]: hpet: Device is queued (SEQNUM=2804, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: test_key: checking bit block 128 for any keys; found=yes
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: battery: Device ready for processing (SEQNUM=2800, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 22:15:28 megalex systemd-udevd[353]: battery: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: hwdb modalias key: "input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw"
Jul 11 22:15:28 megalex (udev-worker)[360]: battery: Processing device (SEQNUM=2800, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: button: Device ready for processing (SEQNUM=2801, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: sd-device: Created database file '/run/udev/data/+input:input1' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1'.
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: button: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[375]: button: Processing device (SEQNUM=2801, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: ec: Device ready for processing (SEQNUM=2802, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: ec: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: ec: Processing device (SEQNUM=2802, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: battery: Device processed (SEQNUM=2800, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: battery: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[375]: button: Device processed (SEQNUM=2801, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: button: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: hardware_error_device: Device ready for processing (SEQNUM=2803, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: Loading module: input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw
Jul 11 22:15:28 megalex systemd-udevd[353]: hardware_error_device: sd-device-monitor(manager): Passed 191 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: hardware_error_device: Processing device (SEQNUM=2803, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: sd-device: Created database file '/run/udev/data/+input:input0' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: hpet: Device ready for processing (SEQNUM=2804, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: hpet: sd-device-monitor(manager): Passed 174 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: thermal: Device is queued (SEQNUM=2805, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: hpet: Processing device (SEQNUM=2804, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: ec: Device processed (SEQNUM=2802, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: Loading module: input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw
Jul 11 22:15:28 megalex systemd-udevd[353]: thermal: Device ready for processing (SEQNUM=2805, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: ec: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: thermal: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_crb: Device is queued (SEQNUM=2806, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: thermal: Processing device (SEQNUM=2805, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_crb: Device ready for processing (SEQNUM=2806, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tpm_crb: Processing device (SEQNUM=2806, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_crb: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: hardware_error_device: Device processed (SEQNUM=2803, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: hpet: Device processed (SEQNUM=2804, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: video: Device is queued (SEQNUM=2807, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: hardware_error_device: sd-device-monitor(worker): Passed 191 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: hpet: sd-device-monitor(worker): Passed 174 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: video: Device ready for processing (SEQNUM=2807, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: video: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: auxiliary: Device is queued (SEQNUM=2808, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: video: Processing device (SEQNUM=2807, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: thermal: Device processed (SEQNUM=2805, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: auxiliary: Device ready for processing (SEQNUM=2808, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tpm_crb: Device processed (SEQNUM=2806, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: thermal: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: auxiliary: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: auxiliary: Processing device (SEQNUM=2808, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tpm_crb: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevents: Device is queued (SEQNUM=2809, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevents: Device ready for processing (SEQNUM=2809, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevents: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: clockevents: Processing device (SEQNUM=2809, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: video: Device processed (SEQNUM=2807, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: video: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: auxiliary: Device processed (SEQNUM=2808, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: auxiliary: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: clockevents: Device processed (SEQNUM=2809, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: clockevents: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: clocksource: Device is queued (SEQNUM=2810, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clocksource: Device ready for processing (SEQNUM=2810, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clocksource: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: clocksource: Processing device (SEQNUM=2810, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: container: Device is queued (SEQNUM=2811, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: container: Device ready for processing (SEQNUM=2811, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: container: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu: Device is queued (SEQNUM=2812, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: container: Processing device (SEQNUM=2811, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu: Device ready for processing (SEQNUM=2812, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: clocksource: Device processed (SEQNUM=2810, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: processor: Device is queued (SEQNUM=2813, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: clocksource: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: cpu: Processing device (SEQNUM=2812, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: processor: SEQNUM=2813 blocked by SEQNUM=2812
Jul 11 22:15:28 megalex systemd[1]: Found device Samsung_SSD_850_EVO_250GB 3.
Jul 11 22:15:28 megalex (udev-worker)[360]: container: Device processed (SEQNUM=2811, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dax: Device is queued (SEQNUM=2814, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: container: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: dax: Device ready for processing (SEQNUM=2814, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dax: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: edac: Device is queued (SEQNUM=2815, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: dax: Processing device (SEQNUM=2814, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: cpu: Device processed (SEQNUM=2812, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: edac: Device ready for processing (SEQNUM=2815, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: cpu: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: edac: sd-device-monitor(manager): Passed 157 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: event_source: Device is queued (SEQNUM=2816, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: edac: Processing device (SEQNUM=2815, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: processor: Device ready for processing (SEQNUM=2813, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: processor: sd-device-monitor(manager): Passed 178 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: dax: Device processed (SEQNUM=2814, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: event_source: Device ready for processing (SEQNUM=2816, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: processor: Processing device (SEQNUM=2813, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: dax: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: event_source: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: event_source: Processing device (SEQNUM=2816, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event_source: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 22:15:28 megalex systemd[1]: Starting File System Check on /dev/disk/by-uuid/9ace81ae-343c-46d1-b630-31e8f6ee868d...
Jul 11 22:15:28 megalex (udev-worker)[358]: event_source: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[358]: event_source: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 22:15:28 megalex (udev-worker)[369]: processor: Device processed (SEQNUM=2813, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: processor: sd-device-monitor(worker): Passed 178 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: faux: Device is queued (SEQNUM=2817, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: faux: Device ready for processing (SEQNUM=2817, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: faux: sd-device-monitor(manager): Passed 157 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: faux_driver: Device is queued (SEQNUM=2818, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event_source: Device processed (SEQNUM=2816, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: faux_driver: SEQNUM=2818 blocked by SEQNUM=2817
Jul 11 22:15:28 megalex systemd-udevd[353]: gpio: Device is queued (SEQNUM=2819, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: faux: Processing device (SEQNUM=2817, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event_source: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: edac: Device processed (SEQNUM=2815, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: gpio: Device ready for processing (SEQNUM=2819, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: edac: sd-device-monitor(worker): Passed 157 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: gpio: sd-device-monitor(manager): Passed 157 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: gpio: Processing device (SEQNUM=2819, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: gpio_stub_drv: Device is queued (SEQNUM=2820, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: faux: Device processed (SEQNUM=2817, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: faux: sd-device-monitor(worker): Passed 157 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: gpio_stub_drv: SEQNUM=2820 blocked by SEQNUM=2819
Jul 11 22:15:28 megalex (udev-worker)[369]: gpio: Device processed (SEQNUM=2819, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: gpio: sd-device-monitor(worker): Passed 157 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: hid: Device is queued (SEQNUM=2821, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: faux_driver: Device ready for processing (SEQNUM=2818, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: faux_driver: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: faux_driver: Processing device (SEQNUM=2818, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: gpio_stub_drv: Device ready for processing (SEQNUM=2820, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: Process '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 0 09 vboxusers' succeeded.
Jul 11 22:15:28 megalex systemd-udevd[353]: gpio_stub_drv: sd-device-monitor(manager): Passed 183 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: gpio_stub_drv: Processing device (SEQNUM=2820, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hid: Device ready for processing (SEQNUM=2821, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: sd-device: Created database file '/run/udev/data/c189:0' for '/devices/pci0000:00/0000:00:14.0/usb1'.
Jul 11 22:15:28 megalex systemd-udevd[353]: hid: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: Device processed (SEQNUM=2782, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: hid: Processing device (SEQNUM=2821, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hid-generic: Device is queued (SEQNUM=2822, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: usb1: sd-device-monitor(worker): Passed 1231 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: gpio_stub_drv: Device processed (SEQNUM=2820, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: faux_driver: Device processed (SEQNUM=2818, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: gpio_stub_drv: sd-device-monitor(worker): Passed 183 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: faux_driver: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: hid: Device processed (SEQNUM=2821, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hid-generic: SEQNUM=2822 blocked by SEQNUM=2821
Jul 11 22:15:28 megalex (udev-worker)[369]: hid: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c: Device is queued (SEQNUM=2823, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-13: Device ready for processing (SEQNUM=2783, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-13: sd-device-monitor(manager): Passed 318 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-13:1.0: SEQNUM=2784 blocked by SEQNUM=2783
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: Processing device (SEQNUM=2783, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:1BCF:0005.0003: SEQNUM=2785 blocked by SEQNUM=2783
Jul 11 22:15:28 megalex systemd-udevd[353]: input8: SEQNUM=2786 blocked by SEQNUM=2783
Jul 11 22:15:28 megalex systemd-udevd[353]: event6: SEQNUM=2787 blocked by SEQNUM=2783
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-9: Device ready for processing (SEQNUM=2788, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-9: sd-device-monitor(manager): Passed 318 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-9:1.0: SEQNUM=2789 blocked by SEQNUM=2788
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: Processing device (SEQNUM=2788, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:0461:0010.0001: SEQNUM=2790 blocked by SEQNUM=2788
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: input5: SEQNUM=2791 blocked by SEQNUM=2788
Jul 11 22:15:28 megalex systemd-udevd[353]: event3: SEQNUM=2792 blocked by SEQNUM=2788
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-9:1.1: SEQNUM=2793 blocked by SEQNUM=2788
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:0461:0010.0002: SEQNUM=2794 blocked by SEQNUM=2788
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex systemd-udevd[353]: input6: SEQNUM=2795 blocked by SEQNUM=2788
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: hwdb modalias key: "usb:v1BCFp0005:USB Optical Mouse"
Jul 11 22:15:28 megalex systemd-udevd[353]: event4: SEQNUM=2796 blocked by SEQNUM=2788
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: input7: SEQNUM=2797 blocked by SEQNUM=2788
Jul 11 22:15:28 megalex systemd-udevd[353]: event5: SEQNUM=2798 blocked by SEQNUM=2788
Jul 11 22:15:28 megalex systemd-udevd[353]: hid-generic: Device ready for processing (SEQNUM=2822, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hid-generic: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex (udev-worker)[375]: hid-generic: Processing device (SEQNUM=2822, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c: Device ready for processing (SEQNUM=2823, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: hwdb modalias key: "usb:v0461p0010:USB Keyboard"
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: i2c: Processing device (SEQNUM=2823, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 88PM860x: Device is queued (SEQNUM=2824, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 88PM860x: SEQNUM=2824 blocked by SEQNUM=2823
Jul 11 22:15:28 megalex systemd-udevd[353]: WM8400: Device is queued (SEQNUM=2825, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: WM8400: SEQNUM=2825 blocked by SEQNUM=2823
Jul 11 22:15:28 megalex systemd-udevd[353]: aat2870: Device is queued (SEQNUM=2826, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: aat2870: SEQNUM=2826 blocked by SEQNUM=2823
Jul 11 22:15:28 megalex (udev-worker)[375]: hid-generic: Device processed (SEQNUM=2822, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: adp5520: Device is queued (SEQNUM=2827, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: hid-generic: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: adp5520: SEQNUM=2827 blocked by SEQNUM=2823
Jul 11 22:15:28 megalex (udev-worker)[369]: i2c: Device processed (SEQNUM=2823, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: as3711: Device is queued (SEQNUM=2828, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: i2c: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: as3711: SEQNUM=2828 blocked by SEQNUM=2823
Jul 11 22:15:28 megalex systemd-udevd[353]: da903x: Device is queued (SEQNUM=2829, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 88PM860x: Device ready for processing (SEQNUM=2824, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 88PM860x: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: 88PM860x: Processing device (SEQNUM=2824, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: WM8400: Device ready for processing (SEQNUM=2825, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: WM8400: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[369]: WM8400: Processing device (SEQNUM=2825, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: aat2870: Device ready for processing (SEQNUM=2826, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664
Jul 11 22:15:28 megalex systemd-udevd[353]: aat2870: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: aat2870: Processing device (SEQNUM=2826, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: adp5520: Device ready for processing (SEQNUM=2827, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: /usr/lib/udev/rules.d/60-vboxdrv.rules:6 RUN '/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers'
Jul 11 22:15:28 megalex systemd-udevd[353]: adp5520: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: 88PM860x: Device processed (SEQNUM=2824, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: adp5520: Processing device (SEQNUM=2827, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: as3711: Device ready for processing (SEQNUM=2828, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: /usr/lib/udev/rules.d/69-libmtp.rules:34 Running PROGRAM="/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-13 1 5"
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: Starting '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-13 1 5'
Jul 11 22:15:28 megalex (udev-worker)[377]: as3711: Processing device (SEQNUM=2828, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: as3711: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: WM8400: Device processed (SEQNUM=2825, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: Successfully forked off '(spawn)' as PID 391.
Jul 11 22:15:28 megalex (udev-worker)[358]: aat2870: Device processed (SEQNUM=2826, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: WM8400: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: da903x: Device ready for processing (SEQNUM=2829, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: aat2870: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[380]: da903x: Processing device (SEQNUM=2829, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: adp5520: Device processed (SEQNUM=2827, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: 88PM860x: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: as3711: Device processed (SEQNUM=2828, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: da903x: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: adp5520: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: as3711: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: da9052: Device is queued (SEQNUM=2830, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664
Jul 11 22:15:28 megalex systemd-udevd[353]: da9052: Device ready for processing (SEQNUM=2830, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: da9052: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: da9055-pmic: Device is queued (SEQNUM=2831, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: da9052: Processing device (SEQNUM=2830, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: /usr/lib/udev/rules.d/60-vboxdrv.rules:6 RUN '/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers'
Jul 11 22:15:28 megalex (udev-worker)[380]: da903x: Device processed (SEQNUM=2829, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: da9055-pmic: Device ready for processing (SEQNUM=2831, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: da903x: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: da9055-pmic: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: dummy: Device is queued (SEQNUM=2832, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dummy: Device ready for processing (SEQNUM=2832, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: da9055-pmic: Processing device (SEQNUM=2831, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dummy: sd-device-monitor(manager): Passed 174 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: /usr/lib/udev/rules.d/69-libmtp.rules:34 Running PROGRAM="/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9 1 3"
Jul 11 22:15:28 megalex (udev-worker)[375]: da9052: Device processed (SEQNUM=2830, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_soc_pmic_chtwc: Device is queued (SEQNUM=2833, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: Starting '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9 1 3'
Jul 11 22:15:28 megalex (udev-worker)[358]: dummy: Processing device (SEQNUM=2832, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: da9052: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_soc_pmic_chtwc: Device ready for processing (SEQNUM=2833, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: da9055-pmic: Device processed (SEQNUM=2831, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_soc_pmic_chtwc: sd-device-monitor(manager): Passed 189 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: da9055-pmic: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: intel_soc_pmic_chtwc: Processing device (SEQNUM=2833, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_soc_pmic_crc: Device is queued (SEQNUM=2834, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_soc_pmic_crc: Device ready for processing (SEQNUM=2834, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_soc_pmic_crc: sd-device-monitor(manager): Passed 187 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: dummy: Device processed (SEQNUM=2832, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: lp8788: Device is queued (SEQNUM=2835, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: intel_soc_pmic_crc: Processing device (SEQNUM=2834, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: dummy: sd-device-monitor(worker): Passed 174 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: lp8788: Device ready for processing (SEQNUM=2835, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: lp8788: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: lp8788: Processing device (SEQNUM=2835, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: max77843: Device is queued (SEQNUM=2836, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: Successfully forked off '(spawn)' as PID 392.
Jul 11 22:15:28 megalex systemd-udevd[353]: max77843: Device ready for processing (SEQNUM=2836, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: intel_soc_pmic_chtwc: Device processed (SEQNUM=2833, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: max77843: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: max8925: Device is queued (SEQNUM=2837, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: intel_soc_pmic_chtwc: sd-device-monitor(worker): Passed 189 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: intel_soc_pmic_crc: Device processed (SEQNUM=2834, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: max8925: Device ready for processing (SEQNUM=2837, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: max77843: Processing device (SEQNUM=2836, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: intel_soc_pmic_crc: sd-device-monitor(worker): Passed 187 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: lp8788: Device processed (SEQNUM=2835, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: max8925: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: max8925: Processing device (SEQNUM=2837, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: lp8788: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: max8997: Device is queued (SEQNUM=2838, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: max8997: Device ready for processing (SEQNUM=2838, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: max8997: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: max8998: Device is queued (SEQNUM=2839, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: max8997: Processing device (SEQNUM=2838, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: max8998: Device ready for processing (SEQNUM=2839, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: max77843: Device processed (SEQNUM=2836, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: max8998: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: max8998: Processing device (SEQNUM=2839, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: max77843: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: max8925: Device processed (SEQNUM=2837, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rc5t583: Device is queued (SEQNUM=2840, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: max8925: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: rc5t583: Device ready for processing (SEQNUM=2840, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rc5t583: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: rc5t583: Processing device (SEQNUM=2840, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: max8997: Device processed (SEQNUM=2838, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sx150x-pinctrl: Device is queued (SEQNUM=2841, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: max8997: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sx150x-pinctrl: Device ready for processing (SEQNUM=2841, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: sx150x-pinctrl: Processing device (SEQNUM=2841, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sx150x-pinctrl: sd-device-monitor(manager): Passed 183 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: max8998: Device processed (SEQNUM=2839, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tps65090: Device is queued (SEQNUM=2842, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: max8998: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tps65090: Device ready for processing (SEQNUM=2842, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: rc5t583: Device processed (SEQNUM=2840, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tps65090: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: tps65090: Processing device (SEQNUM=2842, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: rc5t583: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tps6586x: Device is queued (SEQNUM=2843, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tps6586x: Device ready for processing (SEQNUM=2843, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tps6586x: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tps65910: Device is queued (SEQNUM=2844, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tps6586x: Processing device (SEQNUM=2843, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: sx150x-pinctrl: Device processed (SEQNUM=2841, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tps65910: Device ready for processing (SEQNUM=2844, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tps65090: Device processed (SEQNUM=2842, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: sx150x-pinctrl: sd-device-monitor(worker): Passed 183 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tps65910: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: twl: Device is queued (SEQNUM=2845, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: tps65090: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: tps65910: Processing device (SEQNUM=2844, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: twl: Device ready for processing (SEQNUM=2845, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: twl: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: twl: Processing device (SEQNUM=2845, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: twl6040: Device is queued (SEQNUM=2846, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: twl6040: Device ready for processing (SEQNUM=2846, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: twl6040: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: tps6586x: Device processed (SEQNUM=2843, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: twl6040: Processing device (SEQNUM=2846, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tps6586x: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: tps65910: Device processed (SEQNUM=2844, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: tps65910: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: twl: Device processed (SEQNUM=2845, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: twl: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wm831x: Device is queued (SEQNUM=2847, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: twl6040: Device processed (SEQNUM=2846, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wm831x: Device ready for processing (SEQNUM=2847, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: twl6040: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wm831x: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: wm831x: Processing device (SEQNUM=2847, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wm8350: Device is queued (SEQNUM=2848, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wm8350: Device ready for processing (SEQNUM=2848, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: wm8350: Processing device (SEQNUM=2848, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-13 1 5'(out) '0'
Jul 11 22:15:28 megalex systemd-udevd[353]: wm8350: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9 1 3'(out) '0'
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: Process '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-13 1 5' succeeded.
Jul 11 22:15:28 megalex systemd-udevd[353]: isa: Device is queued (SEQNUM=2849, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: Process '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9 1 3' succeeded.
Jul 11 22:15:28 megalex systemd-udevd[353]: isa: Device ready for processing (SEQNUM=2849, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: wm831x: Device processed (SEQNUM=2847, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: isa: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: wm831x: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: isa: Processing device (SEQNUM=2849, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: wm8350: Device processed (SEQNUM=2848, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck: Device is queued (SEQNUM=2850, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: wm8350: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck: Device ready for processing (SEQNUM=2850, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: machinecheck: Processing device (SEQNUM=2850, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory: Device is queued (SEQNUM=2851, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory: Device ready for processing (SEQNUM=2851, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: memory: Processing device (SEQNUM=2851, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory: sd-device-monitor(manager): Passed 159 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: isa: Device processed (SEQNUM=2849, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory_tiering: Device is queued (SEQNUM=2852, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: isa: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: machinecheck: Device processed (SEQNUM=2850, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory_tiering: Device ready for processing (SEQNUM=2852, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: machinecheck: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory_tiering: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: Preserve permissions of /dev/bus/usb/001/003, uid=0, gid=0, mode=0664
Jul 11 22:15:28 megalex (udev-worker)[376]: memory_tiering: Processing device (SEQNUM=2852, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: memory: Device processed (SEQNUM=2851, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mipi-dsi: Device is queued (SEQNUM=2853, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: Successfully created symlink '/dev/char/189:2' to '/dev/bus/usb/001/003'
Jul 11 22:15:28 megalex (udev-worker)[375]: memory: sd-device-monitor(worker): Passed 159 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: mipi-dsi: Device ready for processing (SEQNUM=2853, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: Preserve permissions of /dev/bus/usb/001/005, uid=0, gid=0, mode=0664
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: sd-device: Created database file '/run/udev/data/c189:2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9'.
Jul 11 22:15:28 megalex (udev-worker)[376]: memory_tiering: Device processed (SEQNUM=2852, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: mipi-dsi: Processing device (SEQNUM=2853, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: Running command "/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 2 00 vboxusers"
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: Successfully created symlink '/dev/char/189:4' to '/dev/bus/usb/001/005'
Jul 11 22:15:28 megalex systemd-udevd[353]: mipi-dsi: sd-device-monitor(manager): Passed 161 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: sd-device: Created database file '/run/udev/data/c189:4' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13'.
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: Starting '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 2 00 vboxusers'
Jul 11 22:15:28 megalex systemd-udevd[353]: node: Device is queued (SEQNUM=2854, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: memory_tiering: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: Running command "/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 4 00 vboxusers"
Jul 11 22:15:28 megalex systemd-udevd[353]: node: Device ready for processing (SEQNUM=2854, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: mipi-dsi: Device processed (SEQNUM=2853, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: Successfully forked off '(spawn)' as PID 393.
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: Starting '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 4 00 vboxusers'
Jul 11 22:15:28 megalex systemd-udevd[353]: node: sd-device-monitor(manager): Passed 157 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: node: Processing device (SEQNUM=2854, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: mipi-dsi: sd-device-monitor(worker): Passed 161 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: nvmem: Device is queued (SEQNUM=2855, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: nvmem: Device ready for processing (SEQNUM=2855, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: nvmem: sd-device-monitor(manager): Passed 158 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: Successfully forked off '(spawn)' as PID 394.
Jul 11 22:15:28 megalex (udev-worker)[369]: nvmem: Processing device (SEQNUM=2855, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pci: Device is queued (SEQNUM=2856, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pci: Device ready for processing (SEQNUM=2856, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pci: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ahci: Device is queued (SEQNUM=2857, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: pci: Processing device (SEQNUM=2856, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: node: Device processed (SEQNUM=2854, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ahci: SEQNUM=2857 blocked by SEQNUM=2856
Jul 11 22:15:28 megalex (udev-worker)[375]: node: sd-device-monitor(worker): Passed 157 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: nvmem: Device processed (SEQNUM=2855, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dw_dmac_pci: Device is queued (SEQNUM=2858, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: nvmem: sd-device-monitor(worker): Passed 158 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: dw_dmac_pci: SEQNUM=2858 blocked by SEQNUM=2856
Jul 11 22:15:28 megalex systemd-udevd[353]: ehci-pci: Device is queued (SEQNUM=2859, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ehci-pci: SEQNUM=2859 blocked by SEQNUM=2856
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c-designware-pci: Device is queued (SEQNUM=2860, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c-designware-pci: SEQNUM=2860 blocked by SEQNUM=2856
Jul 11 22:15:28 megalex (udev-worker)[358]: pci: Device processed (SEQNUM=2856, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_scu: Device is queued (SEQNUM=2861, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: pci: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_scu: SEQNUM=2861 blocked by SEQNUM=2856
Jul 11 22:15:28 megalex systemd-udevd[353]: iosf_mbi_pci: Device is queued (SEQNUM=2862, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ahci: Device ready for processing (SEQNUM=2857, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ahci: sd-device-monitor(manager): Passed 173 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: ahci: Processing device (SEQNUM=2857, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dw_dmac_pci: Device ready for processing (SEQNUM=2858, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dw_dmac_pci: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ehci-pci: Device ready for processing (SEQNUM=2859, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: dw_dmac_pci: Processing device (SEQNUM=2858, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ehci-pci: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: ehci-pci: Processing device (SEQNUM=2859, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c-designware-pci: Device ready for processing (SEQNUM=2860, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c-designware-pci: sd-device-monitor(manager): Passed 187 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_scu: Device ready for processing (SEQNUM=2861, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: intel_scu: Processing device (SEQNUM=2861, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_scu: sd-device-monitor(manager): Passed 178 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: ahci: Device processed (SEQNUM=2857, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: i2c-designware-pci: Processing device (SEQNUM=2860, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: iosf_mbi_pci: Device ready for processing (SEQNUM=2862, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: iosf_mbi_pci: Processing device (SEQNUM=2862, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: iosf_mbi_pci: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: ehci-pci: Device processed (SEQNUM=2859, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ohci-pci: Device is queued (SEQNUM=2863, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: ehci-pci: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ohci-pci: Device ready for processing (SEQNUM=2863, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ohci-pci: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pci-stub: Device is queued (SEQNUM=2864, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: ahci: sd-device-monitor(worker): Passed 173 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pci-stub: Device ready for processing (SEQNUM=2864, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: i2c-designware-pci: Device processed (SEQNUM=2860, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: iosf_mbi_pci: Device processed (SEQNUM=2862, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: ohci-pci: Processing device (SEQNUM=2863, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pci-stub: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: pci-stub: Processing device (SEQNUM=2864, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: i2c-designware-pci: sd-device-monitor(worker): Passed 187 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: dw_dmac_pci: Device processed (SEQNUM=2858, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: iosf_mbi_pci: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pcieport: Device is queued (SEQNUM=2865, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: intel_scu: Device processed (SEQNUM=2861, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: dw_dmac_pci: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pcieport: Device ready for processing (SEQNUM=2865, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: intel_scu: sd-device-monitor(worker): Passed 178 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pcieport: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: pcieport: Processing device (SEQNUM=2865, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: ohci-pci: Device processed (SEQNUM=2863, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: pci-stub: Device processed (SEQNUM=2864, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: ohci-pci: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: pci-stub: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial: Device is queued (SEQNUM=2866, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial: Device ready for processing (SEQNUM=2866, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: serial: Processing device (SEQNUM=2866, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: shpchp: Device is queued (SEQNUM=2867, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: shpchp: Device ready for processing (SEQNUM=2867, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: shpchp: Processing device (SEQNUM=2867, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: shpchp: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: uhci_hcd: Device is queued (SEQNUM=2868, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uhci_hcd: Device ready for processing (SEQNUM=2868, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uhci_hcd: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: uhci_hcd: Processing device (SEQNUM=2868, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: serial: Device processed (SEQNUM=2866, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: serial: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: shpchp: Device processed (SEQNUM=2867, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: shpchp: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: pcieport: Device processed (SEQNUM=2865, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: pcieport: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio-pci: Device is queued (SEQNUM=2869, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio-pci: Device ready for processing (SEQNUM=2869, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio-pci: sd-device-monitor(manager): Passed 179 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: uhci_hcd: Device processed (SEQNUM=2868, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: uhci_hcd: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: virtio-pci: Processing device (SEQNUM=2869, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xen-platform-pci: Device is queued (SEQNUM=2870, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xen-platform-pci: Device ready for processing (SEQNUM=2870, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xen-platform-pci: sd-device-monitor(manager): Passed 185 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: xen-platform-pci: Processing device (SEQNUM=2870, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xhci_hcd: Device is queued (SEQNUM=2871, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xhci_hcd: Device ready for processing (SEQNUM=2871, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xhci_hcd: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pci_express: Device is queued (SEQNUM=2872, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pci_express: Device ready for processing (SEQNUM=2872, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: virtio-pci: Device processed (SEQNUM=2869, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: pci_express: Processing device (SEQNUM=2872, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: virtio-pci: sd-device-monitor(worker): Passed 179 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pci_express: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: xen-platform-pci: Device processed (SEQNUM=2870, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: aer: Device is queued (SEQNUM=2873, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: xen-platform-pci: sd-device-monitor(worker): Passed 185 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: aer: SEQNUM=2873 blocked by SEQNUM=2872
Jul 11 22:15:28 megalex systemd-udevd[353]: dpc: Device is queued (SEQNUM=2874, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dpc: SEQNUM=2874 blocked by SEQNUM=2872
Jul 11 22:15:28 megalex (udev-worker)[369]: xhci_hcd: Processing device (SEQNUM=2871, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: pci_express: Device processed (SEQNUM=2872, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: pci_express: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: xhci_hcd: Device processed (SEQNUM=2871, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: xhci_hcd: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pcie_bwctrl: Device is queued (SEQNUM=2875, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pcie_bwctrl: SEQNUM=2875 blocked by SEQNUM=2872
Jul 11 22:15:28 megalex systemd-udevd[353]: pcie_pme: Device is queued (SEQNUM=2876, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: aer: Device ready for processing (SEQNUM=2873, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: aer: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: dpc: Device ready for processing (SEQNUM=2874, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dpc: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-fsck[416]: /dev/sda3: clean, 3586637/12959744 files, 48481506/51810345 blocks
Jul 11 22:15:28 megalex systemd-udevd[353]: pcie_bwctrl: Device ready for processing (SEQNUM=2875, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: aer: Processing device (SEQNUM=2873, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pcie_bwctrl: sd-device-monitor(manager): Passed 188 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pcie_pme: Device ready for processing (SEQNUM=2876, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: pcie_bwctrl: Processing device (SEQNUM=2875, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: dpc: Processing device (SEQNUM=2874, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pcie_pme: sd-device-monitor(manager): Passed 185 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pciehp: Device is queued (SEQNUM=2877, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pciehp: Device ready for processing (SEQNUM=2877, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: aer: Device processed (SEQNUM=2873, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: aer: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: pcie_pme: Processing device (SEQNUM=2876, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: dpc: Device processed (SEQNUM=2874, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: pciehp: Processing device (SEQNUM=2877, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: pcie_bwctrl: Device processed (SEQNUM=2875, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: pcie_bwctrl: sd-device-monitor(worker): Passed 188 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: pciehp: sd-device-monitor(manager): Passed 183 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: platform: Device is queued (SEQNUM=2878, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: pciehp: Device processed (SEQNUM=2877, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: pcie_pme: Device processed (SEQNUM=2876, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: pciehp: sd-device-monitor(worker): Passed 183 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: pcie_pme: sd-device-monitor(worker): Passed 185 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: dpc: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: platform: Device ready for processing (SEQNUM=2878, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: platform: sd-device-monitor(manager): Passed 161 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: platform: Processing device (SEQNUM=2878, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ac: Device is queued (SEQNUM=2879, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ac: SEQNUM=2879 blocked by SEQNUM=2878
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-fan: Device is queued (SEQNUM=2880, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-fan: SEQNUM=2880 blocked by SEQNUM=2878
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-ged: Device is queued (SEQNUM=2881, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-ged: SEQNUM=2881 blocked by SEQNUM=2878
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-wmi: Device is queued (SEQNUM=2882, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-wmi: SEQNUM=2882 blocked by SEQNUM=2878
Jul 11 22:15:28 megalex systemd-udevd[353]: alarmtimer: Device is queued (SEQNUM=2883, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: platform: Device processed (SEQNUM=2878, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: alarmtimer: SEQNUM=2883 blocked by SEQNUM=2878
Jul 11 22:15:28 megalex (udev-worker)[375]: platform: sd-device-monitor(worker): Passed 161 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: amd_gpio: Device is queued (SEQNUM=2884, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: amd_gpio: SEQNUM=2884 blocked by SEQNUM=2878
Jul 11 22:15:28 megalex systemd-udevd[353]: axp288_pmic_acpi: Device is queued (SEQNUM=2885, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ac: Device ready for processing (SEQNUM=2879, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ac: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: ac: Processing device (SEQNUM=2879, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-fan: Device ready for processing (SEQNUM=2880, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: acpi-fan: Processing device (SEQNUM=2880, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: ac: Device processed (SEQNUM=2879, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: ac: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: acpi-fan: Device processed (SEQNUM=2880, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: acpi-fan: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-fan: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-ged: Device ready for processing (SEQNUM=2881, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-ged: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-wmi: Device ready for processing (SEQNUM=2882, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-wmi: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: alarmtimer: Device ready for processing (SEQNUM=2883, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: alarmtimer: sd-device-monitor(manager): Passed 184 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: amd_gpio: Device ready for processing (SEQNUM=2884, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: amd_gpio: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: acpi-ged: Processing device (SEQNUM=2881, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: axp288_pmic_acpi: Device ready for processing (SEQNUM=2885, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: axp288_pmic_acpi: Processing device (SEQNUM=2885, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: acpi-wmi: Processing device (SEQNUM=2882, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: axp288_pmic_acpi: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: bxt_whiskey_cove_pmic: Device is queued (SEQNUM=2886, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: bxt_whiskey_cove_pmic: Device ready for processing (SEQNUM=2886, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: bxt_whiskey_cove_pmic: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: byt_crystal_cove_pmic: Device is queued (SEQNUM=2887, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: bxt_whiskey_cove_pmic: Processing device (SEQNUM=2886, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: amd_gpio: Processing device (SEQNUM=2884, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: acpi-wmi: Device processed (SEQNUM=2882, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: acpi-wmi: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: acpi-ged: Device processed (SEQNUM=2881, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: acpi-ged: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: axp288_pmic_acpi: Device processed (SEQNUM=2885, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: axp288_pmic_acpi: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: bxt_whiskey_cove_pmic: Device processed (SEQNUM=2886, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: bxt_whiskey_cove_pmic: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: byt_crystal_cove_pmic: Device ready for processing (SEQNUM=2887, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: byt_crystal_cove_pmic: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: byt_crystal_cove_pmic: Processing device (SEQNUM=2887, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: amd_gpio: Device processed (SEQNUM=2884, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: amd_gpio: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: byt_gpio: Device is queued (SEQNUM=2888, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: byt_gpio: Device ready for processing (SEQNUM=2888, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: byt_gpio: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: byt_crystal_cove_pmic: Device processed (SEQNUM=2887, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cherryview-pinctrl: Device is queued (SEQNUM=2889, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: byt_crystal_cove_pmic: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cherryview-pinctrl: Device ready for processing (SEQNUM=2889, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: alarmtimer: Processing device (SEQNUM=2883, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: cherryview-pinctrl: Processing device (SEQNUM=2889, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: byt_gpio: Processing device (SEQNUM=2888, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cherryview-pinctrl: sd-device-monitor(manager): Passed 192 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cht_crystal_cove_pmic: Device is queued (SEQNUM=2890, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cht_crystal_cove_pmic: Device ready for processing (SEQNUM=2890, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cht_crystal_cove_pmic: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: alarmtimer: Device processed (SEQNUM=2883, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: alarmtimer: sd-device-monitor(worker): Passed 184 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cht_dollar_cove_ti_pmic: Device is queued (SEQNUM=2891, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cht_dollar_cove_ti_pmic: Device ready for processing (SEQNUM=2891, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: cht_crystal_cove_pmic: Processing device (SEQNUM=2890, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cht_dollar_cove_ti_pmic: sd-device-monitor(manager): Passed 197 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: cherryview-pinctrl: Device processed (SEQNUM=2889, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: cherryview-pinctrl: sd-device-monitor(worker): Passed 192 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cht_whiskey_cove_pmic: Device is queued (SEQNUM=2892, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cht_whiskey_cove_pmic: Device ready for processing (SEQNUM=2892, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cht_whiskey_cove_pmic: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: cht_dollar_cove_ti_pmic: Processing device (SEQNUM=2891, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: cht_whiskey_cove_pmic: Processing device (SEQNUM=2892, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clk-fch: Device is queued (SEQNUM=2893, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clk-fch: Device ready for processing (SEQNUM=2893, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clk-fch: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: clk-lpss-atom: Device is queued (SEQNUM=2894, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: byt_gpio: Device processed (SEQNUM=2888, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clk-lpss-atom: Device ready for processing (SEQNUM=2894, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: clk-fch: Processing device (SEQNUM=2893, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: byt_gpio: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: cht_whiskey_cove_pmic: Device processed (SEQNUM=2892, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: cht_whiskey_cove_pmic: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: cht_dollar_cove_ti_pmic: Device processed (SEQNUM=2891, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: cht_dollar_cove_ti_pmic: sd-device-monitor(worker): Passed 197 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: clk-lpss-atom: sd-device-monitor(manager): Passed 187 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: clk-pmc-atom: Device is queued (SEQNUM=2895, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: clk-fch: Device processed (SEQNUM=2893, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clk-pmc-atom: Device ready for processing (SEQNUM=2895, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clk-pmc-atom: sd-device-monitor(manager): Passed 186 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[380]: clk-lpss-atom: Processing device (SEQNUM=2894, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: clk-pmc-atom: Processing device (SEQNUM=2895, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: cht_crystal_cove_pmic: Device processed (SEQNUM=2890, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: crystal_cove_gpio: Device is queued (SEQNUM=2896, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: clk-fch: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: cht_crystal_cove_pmic: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: crystal_cove_gpio: Device ready for processing (SEQNUM=2896, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: crystal_cove_gpio: sd-device-monitor(manager): Passed 191 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: crystal_cove_pwm: Device is queued (SEQNUM=2897, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: crystal_cove_gpio: Processing device (SEQNUM=2896, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: clk-lpss-atom: Device processed (SEQNUM=2894, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: clk-lpss-atom: sd-device-monitor(worker): Passed 187 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: clk-pmc-atom: Device processed (SEQNUM=2895, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: clk-pmc-atom: sd-device-monitor(worker): Passed 186 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: crystal_cove_gpio: Device processed (SEQNUM=2896, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: crystal_cove_gpio: sd-device-monitor(worker): Passed 191 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: crystal_cove_pwm: Device ready for processing (SEQNUM=2897, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: crystal_cove_pwm: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: dw-pcie: Device is queued (SEQNUM=2898, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dw-pcie: Device ready for processing (SEQNUM=2898, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dw-pcie: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: efi-framebuffer: Device is queued (SEQNUM=2899, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: crystal_cove_pwm: Processing device (SEQNUM=2897, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: efi-framebuffer: Device ready for processing (SEQNUM=2899, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: efi-framebuffer: sd-device-monitor(manager): Passed 189 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: gated-fixed-clk: Device is queued (SEQNUM=2900, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: gated-fixed-clk: Device ready for processing (SEQNUM=2900, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: gated-fixed-clk: Processing device (SEQNUM=2900, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: gated-fixed-clk: sd-device-monitor(manager): Passed 189 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: efi-framebuffer: Processing device (SEQNUM=2899, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: gpio-clk: Device is queued (SEQNUM=2901, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: gpio-clk: Device ready for processing (SEQNUM=2901, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: dw-pcie: Processing device (SEQNUM=2898, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: gpio-clk: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: crystal_cove_pwm: Device processed (SEQNUM=2897, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: gated-fixed-clk: Device processed (SEQNUM=2900, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: gated-fixed-clk: sd-device-monitor(worker): Passed 189 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: gpio-clk: Processing device (SEQNUM=2901, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: crystal_cove_pwm: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c_designware: Device is queued (SEQNUM=2902, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c_designware: Device ready for processing (SEQNUM=2902, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c_designware: sd-device-monitor(manager): Passed 188 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: efi-framebuffer: Device processed (SEQNUM=2899, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: i2c_designware: Processing device (SEQNUM=2902, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042: Device is queued (SEQNUM=2903, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: efi-framebuffer: sd-device-monitor(worker): Passed 189 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042: Device ready for processing (SEQNUM=2903, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042: sd-device-monitor(manager): Passed 179 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: gpio-clk: Device processed (SEQNUM=2901, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: i8042: Processing device (SEQNUM=2903, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: gpio-clk: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: lgm-dma: Device is queued (SEQNUM=2904, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: dw-pcie: Device processed (SEQNUM=2898, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: lgm-dma: Device ready for processing (SEQNUM=2904, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: dw-pcie: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[380]: i2c_designware: Device processed (SEQNUM=2902, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: lgm-dma: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: lgm-dma: Processing device (SEQNUM=2904, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: i2c_designware: sd-device-monitor(worker): Passed 188 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: mt6323-pwrc: Device is queued (SEQNUM=2905, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mt6323-pwrc: Device ready for processing (SEQNUM=2905, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: i8042: Device processed (SEQNUM=2903, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: mt6323-pwrc: Processing device (SEQNUM=2905, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mt6323-pwrc: sd-device-monitor(manager): Passed 185 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: i8042: sd-device-monitor(worker): Passed 179 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: palmas-gpio: Device is queued (SEQNUM=2906, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: palmas-gpio: Device ready for processing (SEQNUM=2906, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: palmas-gpio: sd-device-monitor(manager): Passed 185 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: palmas-gpio: Processing device (SEQNUM=2906, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: poweroff-restart: Device is queued (SEQNUM=2907, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: poweroff-restart: Device ready for processing (SEQNUM=2907, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: poweroff-restart: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: rc5t583-gpio: Device is queued (SEQNUM=2908, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: poweroff-restart: Processing device (SEQNUM=2907, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: mt6323-pwrc: Device processed (SEQNUM=2905, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: lgm-dma: Device processed (SEQNUM=2904, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: mt6323-pwrc: sd-device-monitor(worker): Passed 185 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: lgm-dma: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: palmas-gpio: Device processed (SEQNUM=2906, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: palmas-gpio: sd-device-monitor(worker): Passed 185 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: rc5t583-gpio: Device ready for processing (SEQNUM=2908, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rc5t583-gpio: sd-device-monitor(manager): Passed 186 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: rproc-virtio: Device is queued (SEQNUM=2909, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: rc5t583-gpio: Processing device (SEQNUM=2908, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rproc-virtio: Device ready for processing (SEQNUM=2909, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: poweroff-restart: Device processed (SEQNUM=2907, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rproc-virtio: sd-device-monitor(manager): Passed 186 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250: Device is queued (SEQNUM=2910, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: poweroff-restart: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250: Device ready for processing (SEQNUM=2910, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial8250: sd-device-monitor(manager): Passed 184 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: serial8250: Processing device (SEQNUM=2910, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: simple-framebuffer: Device is queued (SEQNUM=2911, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: rc5t583-gpio: Device processed (SEQNUM=2908, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: simple-framebuffer: Device ready for processing (SEQNUM=2911, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: rc5t583-gpio: sd-device-monitor(worker): Passed 186 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: simple-framebuffer: sd-device-monitor(manager): Passed 192 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_tis: Device is queued (SEQNUM=2912, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_tis: Device ready for processing (SEQNUM=2912, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: simple-framebuffer: Processing device (SEQNUM=2911, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_tis: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: tpm_tis: Processing device (SEQNUM=2912, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tps65086-restart: Device is queued (SEQNUM=2913, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: rproc-virtio: Processing device (SEQNUM=2909, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tps65086-restart: Device ready for processing (SEQNUM=2913, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: tps65086-restart: Processing device (SEQNUM=2913, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tps65086-restart: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tps6586x-gpio: Device is queued (SEQNUM=2914, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: Process '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 2 00 vboxusers' succeeded.
Jul 11 22:15:28 megalex (udev-worker)[358]: serial8250: Device processed (SEQNUM=2910, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: Process '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 4 00 vboxusers' succeeded.
Jul 11 22:15:28 megalex systemd-udevd[353]: tps6586x-gpio: Device ready for processing (SEQNUM=2914, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: sd-device: Created database file '/run/udev/data/c189:4' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13'.
Jul 11 22:15:28 megalex (udev-worker)[358]: serial8250: sd-device-monitor(worker): Passed 184 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: tpm_tis: Device processed (SEQNUM=2912, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: sd-device: Created database file '/run/udev/data/c189:2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9'.
Jul 11 22:15:28 megalex systemd-udevd[353]: tps6586x-gpio: sd-device-monitor(manager): Passed 187 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: rproc-virtio: Device processed (SEQNUM=2909, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: Device processed (SEQNUM=2783, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: tpm_tis: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: simple-framebuffer: Device processed (SEQNUM=2911, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: Device processed (SEQNUM=2788, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: tps65086-restart: Device processed (SEQNUM=2913, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: tps6586x-gpio: Processing device (SEQNUM=2914, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tps65910-gpio: Device is queued (SEQNUM=2915, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: rproc-virtio: sd-device-monitor(worker): Passed 186 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13: sd-device-monitor(worker): Passed 1050 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: simple-framebuffer: sd-device-monitor(worker): Passed 192 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9: sd-device-monitor(worker): Passed 1034 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: tps65086-restart: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tps65910-gpio: Device ready for processing (SEQNUM=2915, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tps65910-gpio: sd-device-monitor(manager): Passed 187 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: tps65910-gpio: Processing device (SEQNUM=2915, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tps68470_pmic_opregion: Device is queued (SEQNUM=2916, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-13:1.0: Device ready for processing (SEQNUM=2784, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-13:1.0: sd-device-monitor(manager): Passed 339 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[380]: tps6586x-gpio: Device processed (SEQNUM=2914, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:1BCF:0005.0003: SEQNUM=2785 blocked by SEQNUM=2784
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13:1.0: Processing device (SEQNUM=2784, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: tps6586x-gpio: sd-device-monitor(worker): Passed 187 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: input8: SEQNUM=2786 blocked by SEQNUM=2784
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex systemd-udevd[353]: event6: SEQNUM=2787 blocked by SEQNUM=2784
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13:1.0: hwdb modalias key: "usb:v1BCFp0005d0014dc00dsc00dp00ic03isc01ip02in00"
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-9:1.0: Device ready for processing (SEQNUM=2789, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-9:1.0: sd-device-monitor(manager): Passed 338 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:0461:0010.0001: SEQNUM=2790 blocked by SEQNUM=2789
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9:1.0: Processing device (SEQNUM=2789, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input5: SEQNUM=2791 blocked by SEQNUM=2789
Jul 11 22:15:28 megalex (udev-worker)[358]: tps65910-gpio: Device processed (SEQNUM=2915, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: event3: SEQNUM=2792 blocked by SEQNUM=2789
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex (udev-worker)[358]: tps65910-gpio: sd-device-monitor(worker): Passed 187 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-9:1.1: Device ready for processing (SEQNUM=2793, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9:1.0: hwdb modalias key: "usb:v0461p0010d0110dc00dsc00dp00ic03isc01ip01in00"
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-9:1.1: sd-device-monitor(manager): Passed 338 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: 1-9:1.1: Processing device (SEQNUM=2793, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:0461:0010.0002: SEQNUM=2794 blocked by SEQNUM=2793
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: input6: SEQNUM=2795 blocked by SEQNUM=2793
Jul 11 22:15:28 megalex (udev-worker)[375]: 1-9:1.1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex systemd-udevd[353]: event4: SEQNUM=2796 blocked by SEQNUM=2793
Jul 11 22:15:28 megalex (udev-worker)[375]: 1-9:1.1: hwdb modalias key: "usb:v0461p0010d0110dc00dsc00dp00ic03isc00ip00in01"
Jul 11 22:15:28 megalex systemd-udevd[353]: input7: SEQNUM=2797 blocked by SEQNUM=2793
Jul 11 22:15:28 megalex systemd-udevd[353]: event5: SEQNUM=2798 blocked by SEQNUM=2793
Jul 11 22:15:28 megalex systemd-udevd[353]: tps68470_pmic_opregion: Device ready for processing (SEQNUM=2916, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: 1-9:1.1: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: tps68470_pmic_opregion: sd-device-monitor(manager): Passed 196 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: tps68470_pmic_opregion: Processing device (SEQNUM=2916, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: twl4030-audio: Device is queued (SEQNUM=2917, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: twl4030-audio: Device ready for processing (SEQNUM=2917, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: twl4030-audio: Processing device (SEQNUM=2917, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13:1.0: sd-device: Created database file '/run/udev/data/+usb:1-13:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0'.
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13:1.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[370]: Loading module: usb:v1BCFp0005d0014dc00dsc00dp00ic03isc01ip02in00
Jul 11 22:15:28 megalex (udev-worker)[369]: tps68470_pmic_opregion: Device processed (SEQNUM=2916, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: tps68470_pmic_opregion: sd-device-monitor(worker): Passed 196 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: twl4030-audio: sd-device-monitor(manager): Passed 187 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: vesa-framebuffer: Device is queued (SEQNUM=2918, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vesa-framebuffer: Device ready for processing (SEQNUM=2918, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vesa-framebuffer: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: twl4030-audio: Device processed (SEQNUM=2917, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vmgenid: Device is queued (SEQNUM=2919, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: vesa-framebuffer: Processing device (SEQNUM=2918, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: twl4030-audio: sd-device-monitor(worker): Passed 187 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: vmgenid: Device ready for processing (SEQNUM=2919, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: vmgenid: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: vmgenid: Processing device (SEQNUM=2919, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pnp: Device is queued (SEQNUM=2920, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pnp: Device ready for processing (SEQNUM=2920, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pnp: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042 aux: Device is queued (SEQNUM=2921, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: pnp: Processing device (SEQNUM=2920, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042 aux: SEQNUM=2921 blocked by SEQNUM=2920
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9:1.0: sd-device: Created database file '/run/udev/data/+usb:1-9:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042 kbd: Device is queued (SEQNUM=2922, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9:1.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[376]: vmgenid: Device processed (SEQNUM=2919, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042 kbd: SEQNUM=2922 blocked by SEQNUM=2920
Jul 11 22:15:28 megalex (udev-worker)[369]: vesa-framebuffer: Device processed (SEQNUM=2918, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: Loading module: usb:v0461p0010d0110dc00dsc00dp00ic03isc01ip01in00
Jul 11 22:15:28 megalex (udev-worker)[358]: pnp: Device processed (SEQNUM=2920, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: vmgenid: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc_cmos: Device is queued (SEQNUM=2923, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: vesa-framebuffer: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: 1-9:1.1: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[360]: Failed to find module 'usb:v0461p0010d0110dc00dsc00dp00ic03isc01ip01in00'
Jul 11 22:15:28 megalex (udev-worker)[358]: pnp: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc_cmos: SEQNUM=2923 blocked by SEQNUM=2920
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9:1.0: sd-device: Created database file '/run/udev/data/+usb:1-9:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0'.
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9:1.0: Device processed (SEQNUM=2789, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial: Device is queued (SEQNUM=2924, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9:1.0: sd-device-monitor(worker): Passed 586 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: 1-9:1.1: sd-device: Created database file '/run/udev/data/+usb:1-9:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1'.
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042 aux: Device ready for processing (SEQNUM=2921, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: 1-9:1.1: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042 aux: sd-device-monitor(manager): Passed 178 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: i8042 aux: Processing device (SEQNUM=2921, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: Loading module: usb:v0461p0010d0110dc00dsc00dp00ic03isc00ip00in01
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042 kbd: Device ready for processing (SEQNUM=2922, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: i8042 kbd: Processing device (SEQNUM=2922, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: Failed to find module 'usb:v0461p0010d0110dc00dsc00dp00ic03isc00ip00in01'
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042 kbd: sd-device-monitor(manager): Passed 178 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: 1-9:1.1: sd-device: Created database file '/run/udev/data/+usb:1-9:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1'.
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc_cmos: Device ready for processing (SEQNUM=2923, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: 1-9:1.1: Device processed (SEQNUM=2793, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc_cmos: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: rtc_cmos: Processing device (SEQNUM=2923, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: 1-9:1.1: sd-device-monitor(worker): Passed 586 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial: Device ready for processing (SEQNUM=2924, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: i8042 aux: Device processed (SEQNUM=2921, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: i8042 aux: sd-device-monitor(worker): Passed 178 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: serial: Processing device (SEQNUM=2924, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: i8042 kbd: Device processed (SEQNUM=2922, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: system: Device is queued (SEQNUM=2925, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: i8042 kbd: sd-device-monitor(worker): Passed 178 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: Failed to find module 'usb:v1BCFp0005d0014dc00dsc00dp00ic03isc01ip02in00'
Jul 11 22:15:28 megalex (udev-worker)[376]: rtc_cmos: Device processed (SEQNUM=2923, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:0461:0010.0001: Device ready for processing (SEQNUM=2790, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13:1.0: sd-device: Created database file '/run/udev/data/+usb:1-13:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0'.
Jul 11 22:15:28 megalex (udev-worker)[376]: rtc_cmos: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:0461:0010.0001: sd-device-monitor(manager): Passed 375 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: 0003:0461:0010.0001: Processing device (SEQNUM=2790, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13:1.0: Device processed (SEQNUM=2784, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input5: SEQNUM=2791 blocked by SEQNUM=2790
Jul 11 22:15:28 megalex (udev-worker)[377]: serial: Device processed (SEQNUM=2924, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13:1.0: sd-device-monitor(worker): Passed 573 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: 0003:0461:0010.0001: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Jul 11 22:15:28 megalex systemd-udevd[353]: event3: SEQNUM=2792 blocked by SEQNUM=2790
Jul 11 22:15:28 megalex (udev-worker)[377]: serial: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: 0003:0461:0010.0001: hwdb modalias key: "hid:b0003g0001v00000461p00000010"
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:0461:0010.0002: Device ready for processing (SEQNUM=2794, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:0461:0010.0002: sd-device-monitor(manager): Passed 375 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: 0003:0461:0010.0002: Processing device (SEQNUM=2794, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input6: SEQNUM=2795 blocked by SEQNUM=2794
Jul 11 22:15:28 megalex (udev-worker)[375]: 0003:0461:0010.0002: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Jul 11 22:15:28 megalex systemd-udevd[353]: event4: SEQNUM=2796 blocked by SEQNUM=2794
Jul 11 22:15:28 megalex (udev-worker)[375]: 0003:0461:0010.0002: hwdb modalias key: "hid:b0003g0001v00000461p00000010"
Jul 11 22:15:28 megalex systemd-udevd[353]: input7: SEQNUM=2797 blocked by SEQNUM=2794
Jul 11 22:15:28 megalex (udev-worker)[360]: 0003:0461:0010.0001: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: event5: SEQNUM=2798 blocked by SEQNUM=2794
Jul 11 22:15:28 megalex (udev-worker)[360]: 0003:0461:0010.0001: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=hid': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: system: Device ready for processing (SEQNUM=2925, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: system: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: system: Processing device (SEQNUM=2925, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_tis: Device is queued (SEQNUM=2926, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: 0003:0461:0010.0002: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:1BCF:0005.0003: Device ready for processing (SEQNUM=2785, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: 0003:0461:0010.0002: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=hid': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: 0003:1BCF:0005.0003: sd-device-monitor(manager): Passed 383 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: 0003:1BCF:0005.0003: Processing device (SEQNUM=2785, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input8: SEQNUM=2786 blocked by SEQNUM=2785
Jul 11 22:15:28 megalex (udev-worker)[370]: 0003:1BCF:0005.0003: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Jul 11 22:15:28 megalex systemd-udevd[353]: event6: SEQNUM=2787 blocked by SEQNUM=2785
Jul 11 22:15:28 megalex (udev-worker)[370]: 0003:1BCF:0005.0003: hwdb modalias key: "hid:b0003g0001v00001BCFp00000005"
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_tis: Device ready for processing (SEQNUM=2926, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: system: Device processed (SEQNUM=2925, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 0003:0461:0010.0001: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: tpm_tis: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: system: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: tpm_tis: Processing device (SEQNUM=2926, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: scsi: Device is queued (SEQNUM=2927, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 0003:0461:0010.0001: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: scsi: Device ready for processing (SEQNUM=2927, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 0003:1BCF:0005.0003: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[360]: Loading module: hid:b0003g0001v00000461p00000010
Jul 11 22:15:28 megalex (udev-worker)[375]: 0003:0461:0010.0002: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[370]: 0003:1BCF:0005.0003: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=hid': No data available
Jul 11 22:15:28 megalex (udev-worker)[376]: scsi: Processing device (SEQNUM=2927, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: scsi: sd-device-monitor(manager): Passed 157 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sd: Device is queued (SEQNUM=2928, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: tpm_tis: Device processed (SEQNUM=2926, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: Failed to find module 'hid:b0003g0001v00000461p00000010'
Jul 11 22:15:28 megalex systemd-udevd[353]: sd: SEQNUM=2928 blocked by SEQNUM=2927
Jul 11 22:15:28 megalex (udev-worker)[375]: 0003:0461:0010.0002: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[358]: tpm_tis: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: 0003:0461:0010.0001: Device processed (SEQNUM=2790, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial: Device is queued (SEQNUM=2929, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: Loading module: hid:b0003g0001v00000461p00000010
Jul 11 22:15:28 megalex (udev-worker)[376]: scsi: Device processed (SEQNUM=2927, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: 0003:0461:0010.0001: sd-device-monitor(worker): Passed 375 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial: Device ready for processing (SEQNUM=2929, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: scsi: sd-device-monitor(worker): Passed 157 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: 0003:1BCF:0005.0003: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial: sd-device-monitor(manager): Passed 159 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: serial: Processing device (SEQNUM=2929, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: Failed to find module 'hid:b0003g0001v00000461p00000010'
Jul 11 22:15:28 megalex systemd-udevd[353]: serial-base: Device is queued (SEQNUM=2930, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 0003:1BCF:0005.0003: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[375]: 0003:0461:0010.0002: Device processed (SEQNUM=2794, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input5: Device ready for processing (SEQNUM=2791, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: Loading module: hid:b0003g0001v00001BCFp00000005
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: Processing device (SEQNUM=2791, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input5: sd-device-monitor(manager): Passed 646 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: 0003:0461:0010.0002: sd-device-monitor(worker): Passed 375 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: serial: Device processed (SEQNUM=2929, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: event3: SEQNUM=2792 blocked by SEQNUM=2791
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input'
Jul 11 22:15:28 megalex (udev-worker)[370]: Failed to find module 'hid:b0003g0001v00001BCFp00000005'
Jul 11 22:15:28 megalex (udev-worker)[369]: serial: sd-device-monitor(worker): Passed 159 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sd: Device ready for processing (SEQNUM=2928, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: hwdb modalias key: "input:b0003v0461p0010e0111-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"
Jul 11 22:15:28 megalex (udev-worker)[370]: 0003:1BCF:0005.0003: Device processed (SEQNUM=2785, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sd: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: sd: Processing device (SEQNUM=2928, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: 0003:1BCF:0005.0003: sd-device-monitor(worker): Passed 383 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serial-base: Device ready for processing (SEQNUM=2930, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serial-base: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ctrl: Device is queued (SEQNUM=2931, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: serial-base: Processing device (SEQNUM=2930, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=input': No data available
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 22:15:28 megalex (udev-worker)[376]: serial-base: Device processed (SEQNUM=2930, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: sd: Device processed (SEQNUM=2928, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: serial-base: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: sd: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: capabilities/ev raw kernel attribute: 120013
Jul 11 22:15:28 megalex systemd-udevd[353]: input8: Device ready for processing (SEQNUM=2786, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: capabilities/abs raw kernel attribute: 0
Jul 11 22:15:28 megalex systemd-udevd[353]: input8: sd-device-monitor(manager): Passed 458 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: Processing device (SEQNUM=2786, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: capabilities/rel raw kernel attribute: 0
Jul 11 22:15:28 megalex systemd-udevd[353]: event6: SEQNUM=2787 blocked by SEQNUM=2786
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input'
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: capabilities/key raw kernel attribute: 1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
Jul 11 22:15:28 megalex systemd-udevd[353]: input6: Device ready for processing (SEQNUM=2795, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: hwdb modalias key: "input:b0003v1BCFp0005e0110-e0,1,2,4,k110,111,112,113,114,r0,1,6,8,B,C,am4,lsfw"
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: properties raw kernel attribute: 0
Jul 11 22:15:28 megalex systemd-udevd[353]: input6: sd-device-monitor(manager): Passed 512 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: test_key: checking bit block 0 for any keys; found=yes
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: Processing device (SEQNUM=2795, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: event4: SEQNUM=2796 blocked by SEQNUM=2795
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 22:15:28 megalex systemd-udevd[353]: input7: Device ready for processing (SEQNUM=2797, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input'
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: hwdb modalias key: "input:b0003v0461p0010e0111-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"
Jul 11 22:15:28 megalex systemd-udevd[353]: input7: sd-device-monitor(manager): Passed 438 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: Processing device (SEQNUM=2797, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k71,72,73,80,8C,90,9B,9C,9E,9F,A3,A4,A5,A6,AB,AC,AD,D1,D9,F0,ram4,lsfw"
Jul 11 22:15:28 megalex systemd-udevd[353]: event5: SEQNUM=2798 blocked by SEQNUM=2797
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input'
Jul 11 22:15:28 megalex systemd-udevd[353]: ctrl: SEQNUM=2931 blocked by SEQNUM=2930
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=input': No data available
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k74,8E,8F,ram4,lsfw"
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: port: Device is queued (SEQNUM=2932, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: ctrl: Device ready for processing (SEQNUM=2931, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: /usr/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: ctrl: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: capabilities/ev raw kernel attribute: 17
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[358]: ctrl: Processing device (SEQNUM=2931, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[360]: 1-9:1.0: if_class:3 protocol:0
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: capabilities/abs raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: capabilities/rel raw kernel attribute: 1943
Jul 11 22:15:28 megalex systemd-udevd[353]: port: Device ready for processing (SEQNUM=2932, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=input': No data available
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=input': No data available
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: capabilities/key raw kernel attribute: 1f0000 0 0 0 0
Jul 11 22:15:28 megalex systemd-udevd[353]: port: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: port: Processing device (SEQNUM=2932, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[358]: ctrl: Device processed (SEQNUM=2931, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: capabilities/ev raw kernel attribute: 13
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: properties raw kernel attribute: 0
Jul 11 22:15:28 megalex systemd-udevd[353]: serio: Device is queued (SEQNUM=2933, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: ctrl: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: capabilities/abs raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: test_key: checking bit block 0 for any keys; found=no
Jul 11 22:15:28 megalex systemd-udevd[353]: serio: Device ready for processing (SEQNUM=2933, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: capabilities/rel raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: test_key: checking bit block 64 for any keys; found=no
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: capabilities/ev raw kernel attribute: 13
Jul 11 22:15:28 megalex systemd-udevd[353]: serio: sd-device-monitor(manager): Passed 158 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: serio: Processing device (SEQNUM=2933, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: capabilities/key raw kernel attribute: c000 10000000000000 0
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: test_key: checking bit block 128 for any keys; found=no
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: capabilities/abs raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: capabilities/rel raw kernel attribute: 0
Jul 11 22:15:28 megalex systemd-udevd[353]: atkbd: Device is queued (SEQNUM=2934, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: properties raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: test_key: checking bit block 192 for any keys; found=no
Jul 11 22:15:28 megalex (udev-worker)[376]: port: Device processed (SEQNUM=2932, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: capabilities/key raw kernel attribute: 1000002020000 3878d8011001 e000000000000 0
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: properties raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: test_key: checking bit block 0 for any keys; found=no
Jul 11 22:15:28 megalex (udev-worker)[377]: serio: Device processed (SEQNUM=2933, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: sd-device: Created database file '/run/udev/data/+input:input5' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5'.
Jul 11 22:15:28 megalex (udev-worker)[376]: port: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: atkbd: SEQNUM=2934 blocked by SEQNUM=2933
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: test_key: checking bit block 0 for any keys; found=no
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: test_key: checking bit block 64 for any keys; found=yes
Jul 11 22:15:28 megalex (udev-worker)[377]: serio: sd-device-monitor(worker): Passed 158 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: hwdb modalias key: "input:b0003v1BCFp0005e0110-e0,1,2,4,k110,111,112,113,114,r0,1,6,8,B,C,am4,lsfw"
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: test_key: checking bit block 64 for any keys; found=yes
Jul 11 22:15:28 megalex systemd-udevd[353]: serio_raw: Device is queued (SEQNUM=2935, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[360]: Loading module: input:b0003v0461p0010e0111-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
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k74,8E,8F,ram4,lsfw"
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: sda3: Received inotify event for /dev/sda3.
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k71,72,73,80,8C,90,9B,9C,9E,9F,A3,A4,A5,A6,AB,AC,AD,D1,D9,F0,ram4,lsfw"
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: /usr/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 22:15:28 megalex (udev-worker)[370]: 1-13:1.0: if_class:3 protocol:0
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: sda3: device is closed, synthesising 'change' on /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: /usr/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: /usr/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: atkbd: Device ready for processing (SEQNUM=2934, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: 1-9:1.1: if_class:3 protocol:0
Jul 11 22:15:28 megalex systemd-udevd[353]: atkbd: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: 1-9:1.1: if_class:3 protocol:0
Jul 11 22:15:28 megalex (udev-worker)[358]: atkbd: Processing device (SEQNUM=2934, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: serio_raw: Device ready for processing (SEQNUM=2935, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[376]: serio_raw: Processing device (SEQNUM=2935, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: serio_raw: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: soc: Device is queued (SEQNUM=2936, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: serio_raw: Device processed (SEQNUM=2935, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: serio_raw: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd[1]: Finished File System Check on /dev/disk/by-uuid/9ace81ae-343c-46d1-b630-31e8f6ee868d.
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: sd-device: Created database file '/run/udev/data/+input:input8' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/0003:1BCF:0005.0003/input/input8'.
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[370]: Loading module: input:b0003v1BCFp0005e0110-e0,1,2,4,k110,111,112,113,114,r0,1,6,8,B,C,am4,lsfw
Jul 11 22:15:28 megalex systemd-udevd[353]: soc: Device ready for processing (SEQNUM=2936, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: soc: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: sd-device: Created database file '/run/udev/data/+input:input7' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7'.
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[369]: Loading module: input:b0003v0461p0010e0111-e0,1,4,k74,8E,8F,ram4,lsfw
Jul 11 22:15:28 megalex systemd-udevd[353]: spi: Device is queued (SEQNUM=2937, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: spi: Device ready for processing (SEQNUM=2937, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: spi: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: spi: Processing device (SEQNUM=2937, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: soc: Processing device (SEQNUM=2936, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: da9052: Device is queued (SEQNUM=2938, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: atkbd: Device processed (SEQNUM=2934, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: sd-device: Created database file '/run/udev/data/+input:input6' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6'.
Jul 11 22:15:28 megalex systemd-udevd[353]: da9052: SEQNUM=2938 blocked by SEQNUM=2937
Jul 11 22:15:28 megalex (udev-worker)[358]: atkbd: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: ezx-pcap: Device is queued (SEQNUM=2939, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: Loading module: input:b0003v0461p0010e0111-e0,1,4,k71,72,73,80,8C,90,9B,9C,9E,9F,A3,A4,A5,A6,AB,AC,AD,D1,D9,F0,ram4,lsfw
Jul 11 22:15:28 megalex systemd-udevd[353]: ezx-pcap: SEQNUM=2939 blocked by SEQNUM=2937
Jul 11 22:15:28 megalex (udev-worker)[377]: soc: Device processed (SEQNUM=2936, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: spi: Device processed (SEQNUM=2937, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wm831x: Device is queued (SEQNUM=2940, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: soc: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: spi: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wm831x: SEQNUM=2940 blocked by SEQNUM=2937
Jul 11 22:15:28 megalex systemd-udevd[353]: usb: Device is queued (SEQNUM=2941, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: da9052: Device ready for processing (SEQNUM=2938, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: da9052: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: da9052: Processing device (SEQNUM=2938, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ezx-pcap: Device ready for processing (SEQNUM=2939, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ezx-pcap: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wm831x: Device ready for processing (SEQNUM=2940, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: ezx-pcap: Processing device (SEQNUM=2939, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wm831x: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: wm831x: Processing device (SEQNUM=2940, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb: Device ready for processing (SEQNUM=2941, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[380]: usb: Processing device (SEQNUM=2941, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hub: Device is queued (SEQNUM=2942, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hub: SEQNUM=2942 blocked by SEQNUM=2941
Jul 11 22:15:28 megalex systemd-udevd[353]: uas: Device is queued (SEQNUM=2943, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: da9052: Device processed (SEQNUM=2938, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uas: SEQNUM=2943 blocked by SEQNUM=2941
Jul 11 22:15:28 megalex (udev-worker)[358]: da9052: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: usb: Device is queued (SEQNUM=2944, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: ezx-pcap: Device processed (SEQNUM=2939, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb: SEQNUM=2944 blocked by SEQNUM=2941
Jul 11 22:15:28 megalex (udev-worker)[377]: wm831x: Device processed (SEQNUM=2940, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: ezx-pcap: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[380]: usb: Device processed (SEQNUM=2941, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb-storage: Device is queued (SEQNUM=2945, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: wm831x: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[380]: usb: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: usb-storage: SEQNUM=2945 blocked by SEQNUM=2941
Jul 11 22:15:28 megalex systemd-udevd[353]: usbfs: Device is queued (SEQNUM=2946, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hub: Device ready for processing (SEQNUM=2942, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hub: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: hub: Processing device (SEQNUM=2942, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uas: Device ready for processing (SEQNUM=2943, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uas: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: uas: Processing device (SEQNUM=2943, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb: Device ready for processing (SEQNUM=2944, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: usb-storage: Device ready for processing (SEQNUM=2945, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: usb: Processing device (SEQNUM=2944, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb-storage: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[380]: usb-storage: Processing device (SEQNUM=2945, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usbfs: Device ready for processing (SEQNUM=2946, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: hub: Device processed (SEQNUM=2942, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usbfs: sd-device-monitor(manager): Passed 174 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: usbfs: Processing device (SEQNUM=2946, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: hub: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: usbhid: Device is queued (SEQNUM=2947, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: uas: Device processed (SEQNUM=2943, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usbhid: Device ready for processing (SEQNUM=2947, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: uas: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: usb: Device processed (SEQNUM=2944, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usbhid: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: usbhid: Processing device (SEQNUM=2947, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: usb: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[380]: usb-storage: Device processed (SEQNUM=2945, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usbserial_generic: Device is queued (SEQNUM=2948, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: usb-storage: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: usbserial_generic: Device ready for processing (SEQNUM=2948, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usbserial_generic: sd-device-monitor(manager): Passed 186 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: usbserial_generic: Processing device (SEQNUM=2948, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: usbfs: Device processed (SEQNUM=2946, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb-serial: Device is queued (SEQNUM=2949, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: usbfs: sd-device-monitor(worker): Passed 174 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: usb-serial: Device ready for processing (SEQNUM=2949, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: usbhid: Device processed (SEQNUM=2947, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb-serial: sd-device-monitor(manager): Passed 163 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: usb-serial: Processing device (SEQNUM=2949, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: usbhid: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: generic: Device is queued (SEQNUM=2950, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: generic: SEQNUM=2950 blocked by SEQNUM=2949
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio: Device is queued (SEQNUM=2951, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio: Device ready for processing (SEQNUM=2951, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: usbserial_generic: Device processed (SEQNUM=2948, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio: sd-device-monitor(manager): Passed 159 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_blk: Device is queued (SEQNUM=2952, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: usbserial_generic: sd-device-monitor(worker): Passed 186 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: virtio: Processing device (SEQNUM=2951, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_blk: SEQNUM=2952 blocked by SEQNUM=2951
Jul 11 22:15:28 megalex (udev-worker)[376]: usb-serial: Device processed (SEQNUM=2949, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_console: Device is queued (SEQNUM=2953, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: usb-serial: sd-device-monitor(worker): Passed 163 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_console: SEQNUM=2953 blocked by SEQNUM=2951
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_rproc_serial: Device is queued (SEQNUM=2954, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: generic: Device ready for processing (SEQNUM=2950, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: generic: sd-device-monitor(manager): Passed 183 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: virtio: Device processed (SEQNUM=2951, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: generic: Processing device (SEQNUM=2950, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_rproc_serial: SEQNUM=2954 blocked by SEQNUM=2951
Jul 11 22:15:28 megalex (udev-worker)[377]: virtio: sd-device-monitor(worker): Passed 159 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: virtiofs: Device is queued (SEQNUM=2955, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtiofs: SEQNUM=2955 blocked by SEQNUM=2951
Jul 11 22:15:28 megalex systemd-udevd[353]: wmi: Device is queued (SEQNUM=2956, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_blk: Device ready for processing (SEQNUM=2952, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_blk: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: virtio_blk: Processing device (SEQNUM=2952, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_console: Device ready for processing (SEQNUM=2953, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_console: sd-device-monitor(manager): Passed 186 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_rproc_serial: Device ready for processing (SEQNUM=2954, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: virtio_console: Processing device (SEQNUM=2953, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtio_rproc_serial: sd-device-monitor(manager): Passed 191 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: generic: Device processed (SEQNUM=2950, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: virtio_rproc_serial: Processing device (SEQNUM=2954, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: virtiofs: Device ready for processing (SEQNUM=2955, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: generic: sd-device-monitor(worker): Passed 183 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: virtiofs: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: virtiofs: Processing device (SEQNUM=2955, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wmi: Device ready for processing (SEQNUM=2956, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wmi: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: virtio_blk: Device processed (SEQNUM=2952, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: wmi: Processing device (SEQNUM=2956, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: workqueue: Device is queued (SEQNUM=2957, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: virtio_console: Device processed (SEQNUM=2953, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: virtio_blk: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: workqueue: Device ready for processing (SEQNUM=2957, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: virtio_console: sd-device-monitor(worker): Passed 186 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[380]: virtio_rproc_serial: Device processed (SEQNUM=2954, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: workqueue: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: workqueue: Processing device (SEQNUM=2957, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: virtio_rproc_serial: sd-device-monitor(worker): Passed 191 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: xen: Device is queued (SEQNUM=2958, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: wmi: Device processed (SEQNUM=2956, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xen: Device ready for processing (SEQNUM=2958, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: wmi: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: virtiofs: Device processed (SEQNUM=2955, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xen: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: xen: Processing device (SEQNUM=2958, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: virtiofs: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: workqueue: Device processed (SEQNUM=2957, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xen-backend: Device is queued (SEQNUM=2959, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: workqueue: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: xen-backend: Device ready for processing (SEQNUM=2959, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: xen-backend: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: xen-backend: Processing device (SEQNUM=2959, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ACPI0008:00: Device is queued (SEQNUM=2960, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: xen: Device processed (SEQNUM=2958, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ACPI0008:00: Device ready for processing (SEQNUM=2960, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: xen: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ACPI0008:00: sd-device-monitor(manager): Passed 191 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: ACPI0008:00: Processing device (SEQNUM=2960, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: xen-backend: Device processed (SEQNUM=2959, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT339B:00: Device is queued (SEQNUM=2961, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: xen-backend: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT339B:00: Device ready for processing (SEQNUM=2961, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT339B:00: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: ACPI0008:00: Device processed (SEQNUM=2960, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT339B:00: Processing device (SEQNUM=2961, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33D0:00: Device is queued (SEQNUM=2962, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: ACPI0008:00: sd-device-monitor(worker): Passed 191 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33D0:00: Device ready for processing (SEQNUM=2962, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33D0:00: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3420:01: Device is queued (SEQNUM=2963, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: INT33D0:00: Processing device (SEQNUM=2962, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3420:01: Device ready for processing (SEQNUM=2963, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: INT3420:01: Processing device (SEQNUM=2963, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3420:01: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:00: Device is queued (SEQNUM=2964, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT339B:00: Device processed (SEQNUM=2961, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:00: Device ready for processing (SEQNUM=2964, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT339B:00: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:00: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[380]: LNXCPU:00: Processing device (SEQNUM=2964, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: INT3420:01: Device processed (SEQNUM=2963, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:01: Device is queued (SEQNUM=2965, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: INT33D0:00: Device processed (SEQNUM=2962, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: LNXCPU:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[358]: INT3420:01: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:01: Device ready for processing (SEQNUM=2965, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: INT33D0:00: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[380]: LNXCPU:00: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:01: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:02: Device is queued (SEQNUM=2966, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:01: Processing device (SEQNUM=2965, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:02: Device ready for processing (SEQNUM=2966, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:02: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:01: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 22:15:28 megalex (udev-worker)[358]: LNXCPU:02: Processing device (SEQNUM=2966, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:03: Device is queued (SEQNUM=2967, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: LNXCPU:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[358]: LNXCPU:02: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:03: Device ready for processing (SEQNUM=2967, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: LNXCPU:02: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:03: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: LNXCPU:03: Processing device (SEQNUM=2967, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: LNXCPU:00: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:00' for '/devices/LNXSYSTM:00/LNXCPU:00'.
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:04: Device is queued (SEQNUM=2968, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: LNXCPU:03: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[380]: LNXCPU:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:04: Device ready for processing (SEQNUM=2968, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: LNXCPU:03: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:01: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:01' for '/devices/LNXSYSTM:00/LNXCPU:01'.
Jul 11 22:15:28 megalex (udev-worker)[380]: Loading module: acpi:LNXCPU:
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:04: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: LNXCPU:02: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXCPU:04: Processing device (SEQNUM=2968, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:01: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:05: Device is queued (SEQNUM=2969, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: Loading module: acpi:LNXCPU:
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXCPU:04: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[358]: LNXCPU:02: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:02' for '/devices/LNXSYSTM:00/LNXCPU:02'.
Jul 11 22:15:28 megalex (udev-worker)[380]: Failed to find module 'acpi:LNXCPU:'
Jul 11 22:15:28 megalex (udev-worker)[377]: LNXCPU:03: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:05: Device ready for processing (SEQNUM=2969, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXCPU:04: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 22:15:28 megalex (udev-worker)[377]: LNXCPU:03: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:03' for '/devices/LNXSYSTM:00/LNXCPU:03'.
Jul 11 22:15:28 megalex (udev-worker)[380]: LNXCPU:00: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:00' for '/devices/LNXSYSTM:00/LNXCPU:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:05: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: Failed to find module 'acpi:LNXCPU:'
Jul 11 22:15:28 megalex (udev-worker)[374]: LNXCPU:05: Processing device (SEQNUM=2969, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: LNXCPU:02: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[377]: LNXCPU:03: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[380]: LNXCPU:00: Device processed (SEQNUM=2964, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:06: Device is queued (SEQNUM=2970, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:01: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:01' for '/devices/LNXSYSTM:00/LNXCPU:01'.
Jul 11 22:15:28 megalex (udev-worker)[374]: LNXCPU:05: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[358]: Loading module: acpi:LNXCPU:
Jul 11 22:15:28 megalex (udev-worker)[377]: Loading module: acpi:LNXCPU:
Jul 11 22:15:28 megalex (udev-worker)[380]: LNXCPU:00: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:06: Device ready for processing (SEQNUM=2970, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXCPU:04: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:01: Device processed (SEQNUM=2965, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: LNXCPU:05: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:06: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: Failed to find module 'acpi:LNXCPU:'
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:01: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: LNXCPU:06: Processing device (SEQNUM=2970, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: Failed to find module 'acpi:LNXCPU:'
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXCPU:04: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:04' for '/devices/LNXSYSTM:00/LNXCPU:04'.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:07: Device is queued (SEQNUM=2971, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: LNXCPU:02: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:02' for '/devices/LNXSYSTM:00/LNXCPU:02'.
Jul 11 22:15:28 megalex (udev-worker)[362]: LNXCPU:06: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[377]: LNXCPU:03: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:03' for '/devices/LNXSYSTM:00/LNXCPU:03'.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXCPU:04: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[374]: LNXCPU:05: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:07: Device ready for processing (SEQNUM=2971, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: LNXCPU:02: Device processed (SEQNUM=2966, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: LNXCPU:06: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 22:15:28 megalex (udev-worker)[377]: LNXCPU:03: Device processed (SEQNUM=2967, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: Loading module: acpi:LNXCPU:
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXCPU:07: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup17: Device is queued (SEQNUM=2972, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: LNXCPU:02: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: LNXCPU:05: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:05' for '/devices/LNXSYSTM:00/LNXCPU:05'.
Jul 11 22:15:28 megalex (udev-worker)[377]: LNXCPU:03: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:07: Processing device (SEQNUM=2971, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup17: Device ready for processing (SEQNUM=2972, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: LNXCPU:05: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[364]: Failed to find module 'acpi:LNXCPU:'
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:07: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup17: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: Loading module: acpi:LNXCPU:
Jul 11 22:15:28 megalex (udev-worker)[362]: LNXCPU:06: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[380]: wakeup17: Processing device (SEQNUM=2972, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:07: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXCPU:04: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:04' for '/devices/LNXSYSTM:00/LNXCPU:04'.
Jul 11 22:15:28 megalex systemd-udevd[353]: ACPI000C:00: Device is queued (SEQNUM=2973, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXCPU:04: Device processed (SEQNUM=2968, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: LNXCPU:06: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:06' for '/devices/LNXSYSTM:00/LNXCPU:06'.
Jul 11 22:15:28 megalex (udev-worker)[374]: Failed to find module 'acpi:LNXCPU:'
Jul 11 22:15:28 megalex systemd-udevd[353]: ACPI000C:00: Device ready for processing (SEQNUM=2973, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXCPU:04: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: LNXCPU:06: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[374]: LNXCPU:05: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:05' for '/devices/LNXSYSTM:00/LNXCPU:05'.
Jul 11 22:15:28 megalex systemd-udevd[353]: ACPI000C:00: sd-device-monitor(manager): Passed 217 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: ACPI000C:00: Processing device (SEQNUM=2973, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: ACPI000C:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[362]: Loading module: acpi:LNXCPU:
Jul 11 22:15:28 megalex (udev-worker)[374]: LNXCPU:05: Device processed (SEQNUM=2969, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0E0C:00: Device is queued (SEQNUM=2974, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: wakeup17: Device processed (SEQNUM=2972, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:07: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[358]: ACPI000C:00: hwdb modalias key: "acpi:ACPI000C:"
Jul 11 22:15:28 megalex (udev-worker)[374]: LNXCPU:05: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0E0C:00: Device ready for processing (SEQNUM=2974, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: wakeup17: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: Failed to find module 'acpi:LNXCPU:'
Jul 11 22:15:28 megalex (udev-worker)[362]: LNXCPU:06: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:06' for '/devices/LNXSYSTM:00/LNXCPU:06'.
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:07: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:07' for '/devices/LNXSYSTM:00/LNXCPU:07'.
Jul 11 22:15:28 megalex (udev-worker)[377]: INT0E0C:00: Processing device (SEQNUM=2974, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0E0C:00: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: LNXCPU:06: Device processed (SEQNUM=2970, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:07: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33A1:00: Device is queued (SEQNUM=2975, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: LNXCPU:06: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: Loading module: acpi:LNXCPU:
Jul 11 22:15:28 megalex (udev-worker)[358]: ACPI000C:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33A1:00: Device ready for processing (SEQNUM=2975, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33A1:00: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[380]: INT33A1:00: Processing device (SEQNUM=2975, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: INT0E0C:00: Device processed (SEQNUM=2974, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33A3:00: Device is queued (SEQNUM=2976, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: INT33A1:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[377]: INT0E0C:00: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: Failed to find module 'acpi:LNXCPU:'
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33A3:00: Device ready for processing (SEQNUM=2976, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: ACPI000C:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[380]: INT33A1:00: hwdb modalias key: "acpi:INT33A1:PNP0D80:"
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33A3:00: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:07: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:07' for '/devices/LNXSYSTM:00/LNXCPU:07'.
Jul 11 22:15:28 megalex (udev-worker)[364]: INT33A3:00: Processing device (SEQNUM=2976, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT340E:00: Device is queued (SEQNUM=2977, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:07: Device processed (SEQNUM=2971, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: ACPI000C:00: sd-device: Created database file '/run/udev/data/+acpi:ACPI000C:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000C:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT340E:00: Device ready for processing (SEQNUM=2977, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXCPU:07: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: ACPI000C:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: INT340E:00: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: INT340E:00: Processing device (SEQNUM=2977, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: INT33A1:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[358]: Loading module: acpi:ACPI000C:
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3420:00: Device is queued (SEQNUM=2978, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: INT33A1:00: sd-device: Created database file '/run/udev/data/+acpi:INT33A1:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/INT33A1:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3420:00: Device ready for processing (SEQNUM=2978, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: INT340E:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[380]: INT33A1:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3420:00: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3420:00: Processing device (SEQNUM=2978, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: INT340E:00: hwdb modalias key: "acpi:INT340E:PNP0C02:"
Jul 11 22:15:28 megalex (udev-worker)[364]: INT33A3:00: Device processed (SEQNUM=2976, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: Loading module: acpi:INT33A1:PNP0D80:
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3470:00: Device is queued (SEQNUM=2979, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: INT33A3:00: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3470:00: Device ready for processing (SEQNUM=2979, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3470:00: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: INT3470:00: Processing device (SEQNUM=2979, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: INT340E:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: IWC0001:00: Device is queued (SEQNUM=2980, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: IWC0001:00: Device ready for processing (SEQNUM=2980, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: IWC0001:00: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: INT340E:00: sd-device: Created database file '/run/udev/data/+acpi:INT340E:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/INT340E:00'.
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3420:00: Device processed (SEQNUM=2978, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: IWC0001:00: Processing device (SEQNUM=2980, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0A08:00: Device is queued (SEQNUM=2981, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: INT340E:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3420:00: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0A08:00: Device ready for processing (SEQNUM=2981, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: Loading module: acpi:INT340E:PNP0C02:
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0A08:00: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ABCD0000:00: Device is queued (SEQNUM=2982, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0A08:00: Processing device (SEQNUM=2981, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: INT3470:00: Device processed (SEQNUM=2979, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ABCD0000:00: SEQNUM=2982 blocked by SEQNUM=2981
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0A08:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[374]: INT3470:00: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33A2:00: Device is queued (SEQNUM=2983, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0A08:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex (udev-worker)[364]: IWC0001:00: Device processed (SEQNUM=2980, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33A2:00: SEQNUM=2983 blocked by SEQNUM=2981
Jul 11 22:15:28 megalex (udev-worker)[364]: IWC0001:00: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0A08:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex systemd-udevd[353]: INT343D:00: Device is queued (SEQNUM=2984, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT343D:00: SEQNUM=2984 blocked by SEQNUM=2981
Jul 11 22:15:28 megalex systemd-udevd[353]: INT343E:00: Device is queued (SEQNUM=2985, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT343E:00: SEQNUM=2985 blocked by SEQNUM=2981
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3440:00: Device is queued (SEQNUM=2986, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0A08:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3440:00: SEQNUM=2986 blocked by SEQNUM=2981
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3441:00: Device is queued (SEQNUM=2987, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3441:00: SEQNUM=2987 blocked by SEQNUM=2981
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0A08:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0A08:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: FPNT_DIS:00: Device is queued (SEQNUM=2988, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0A08:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: FPNT_DIS:00: SEQNUM=2988 blocked by SEQNUM=2981
Jul 11 22:15:28 megalex (udev-worker)[362]: Loading module: acpi:PNP0A08:PNP0A03:
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3442:00: Device is queued (SEQNUM=2989, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3442:00: SEQNUM=2989 blocked by SEQNUM=2981
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0000:00: Device is queued (SEQNUM=2990, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0000:00: SEQNUM=2990 blocked by SEQNUM=2981
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3515:00: Device is queued (SEQNUM=2991, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: Failed to find module 'acpi:PNP0A08:PNP0A03:'
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3515:00: SEQNUM=2991 blocked by SEQNUM=2981
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0A08:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0A08:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3515:01: Device is queued (SEQNUM=2992, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0A08:00: Device processed (SEQNUM=2981, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3515:01: SEQNUM=2992 blocked by SEQNUM=2981
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0A08:00: sd-device-monitor(worker): Passed 268 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: XXXX0000:00: Device is queued (SEQNUM=2993, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: XXXX0000:00: SEQNUM=2993 blocked by SEQNUM=2981
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3443:00: Device is queued (SEQNUM=2994, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ABCD0000:00: Device ready for processing (SEQNUM=2982, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ABCD0000:00: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33A2:00: Device ready for processing (SEQNUM=2983, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: ABCD0000:00: Processing device (SEQNUM=2982, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33A2:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: INT33A2:00: Processing device (SEQNUM=2983, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT343D:00: Device ready for processing (SEQNUM=2984, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT343D:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT343E:00: Device ready for processing (SEQNUM=2985, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: INT343E:00: Processing device (SEQNUM=2985, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: ABCD0000:00: Device processed (SEQNUM=2982, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: ABCD0000:00: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: INT343E:00: Device processed (SEQNUM=2985, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: INT33A2:00: Device processed (SEQNUM=2983, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: INT343E:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: INT33A2:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: INT343D:00: Processing device (SEQNUM=2984, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT343E:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3440:00: Device ready for processing (SEQNUM=2986, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3440:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3441:00: Device ready for processing (SEQNUM=2987, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3441:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: FPNT_DIS:00: SEQNUM=2988 blocked by SEQNUM=2987
Jul 11 22:15:28 megalex (udev-worker)[368]: INT3440:00: Processing device (SEQNUM=2986, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: INT343D:00: Device processed (SEQNUM=2984, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: INT343D:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3442:00: Device ready for processing (SEQNUM=2989, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3442:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0000:00: SEQNUM=2990 blocked by SEQNUM=2989
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3515:00: SEQNUM=2991 blocked by SEQNUM=2989
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3515:01: SEQNUM=2992 blocked by SEQNUM=2989
Jul 11 22:15:28 megalex systemd-udevd[353]: XXXX0000:00: SEQNUM=2993 blocked by SEQNUM=2989
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3443:00: Device ready for processing (SEQNUM=2994, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3443:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: INT3442:00: Processing device (SEQNUM=2989, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: IMPJ0003:00: Device is queued (SEQNUM=2995, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: INT3443:00: Processing device (SEQNUM=2994, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: INT3440:00: Device processed (SEQNUM=2986, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: IMPJ0003:00: SEQNUM=2995 blocked by SEQNUM=2994
Jul 11 22:15:28 megalex systemd-udevd[353]: XXXX0000:01: Device is queued (SEQNUM=2996, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3441:00: Processing device (SEQNUM=2987, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: XXXX0000:01: SEQNUM=2996 blocked by SEQNUM=2994
Jul 11 22:15:28 megalex (udev-worker)[368]: INT3440:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3444:00: Device is queued (SEQNUM=2997, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3444:00: Device ready for processing (SEQNUM=2997, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3444:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: INT3443:00: Device processed (SEQNUM=2994, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:00: Device is queued (SEQNUM=2998, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3444:00: Processing device (SEQNUM=2997, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: INT3443:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: INT3442:00: Device processed (SEQNUM=2989, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:00: SEQNUM=2998 blocked by SEQNUM=2997
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:00: Device is queued (SEQNUM=2999, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: IMPJ0003:00: Device ready for processing (SEQNUM=2995, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3441:00: Device processed (SEQNUM=2987, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: IMPJ0003:00: sd-device-monitor(manager): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: IMPJ0003:00: Processing device (SEQNUM=2995, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3441:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: XXXX0000:01: Device ready for processing (SEQNUM=2996, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3444:00: Device processed (SEQNUM=2997, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: XXXX0000:01: sd-device-monitor(manager): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: XXXX0000:01: Processing device (SEQNUM=2996, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:00: SEQNUM=2999 blocked by SEQNUM=2997
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3445:00: Device is queued (SEQNUM=3000, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: FPNT_DIS:00: Device ready for processing (SEQNUM=2988, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: FPNT_DIS:00: sd-device-monitor(manager): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: FPNT_DIS:00: Processing device (SEQNUM=2988, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: IMPJ0003:00: Device processed (SEQNUM=2995, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: IMPJ0003:00: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3444:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: XXXX0000:01: Device processed (SEQNUM=2996, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: XXXX0000:01: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: INT3442:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: FPNT_DIS:00: Device processed (SEQNUM=2988, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: FPNT_DIS:00: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3445:00: Device ready for processing (SEQNUM=3000, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3445:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: INT3445:00: Processing device (SEQNUM=3000, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3446:00: Device is queued (SEQNUM=3001, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0000:00: Device ready for processing (SEQNUM=2990, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0000:00: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3515:00: Device ready for processing (SEQNUM=2991, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3515:00: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3515:01: Device ready for processing (SEQNUM=2992, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT0000:00: Processing device (SEQNUM=2990, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3515:01: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: XXXX0000:00: Device ready for processing (SEQNUM=2993, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: XXXX0000:00: sd-device-monitor(manager): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:00: Device ready for processing (SEQNUM=2998, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:00: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:00: Device ready for processing (SEQNUM=2999, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:00: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: XXXX0000:00: Processing device (SEQNUM=2993, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: INT3515:00: Processing device (SEQNUM=2991, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3446:00: Device ready for processing (SEQNUM=3001, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3446:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: INT3445:00: Device processed (SEQNUM=3000, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: INT3515:01: Processing device (SEQNUM=2992, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT0000:00: Device processed (SEQNUM=2990, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT0000:00: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: INT3446:00: Processing device (SEQNUM=3001, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: INT3515:00: Device processed (SEQNUM=2991, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3471:00: Processing device (SEQNUM=2998, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: INT3515:00: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: INT3515:01: Device processed (SEQNUM=2992, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: INT3515:01: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: INT3472:00: Processing device (SEQNUM=2999, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: INT3446:00: Device processed (SEQNUM=3001, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: INT3446:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: INT3445:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3471:00: Device processed (SEQNUM=2998, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: XXXX0000:00: Device processed (SEQNUM=2993, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: XXXX0000:00: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3471:00: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3474:00: Device is queued (SEQNUM=3002, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3474:00: SEQNUM=3002 blocked by SEQNUM=3001
Jul 11 22:15:28 megalex systemd-udevd[353]: target6:0:0: Device is queued (SEQNUM=3003, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3474:00: Device ready for processing (SEQNUM=3002, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3474:00: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: target6:0:0: Device ready for processing (SEQNUM=3003, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: target6:0:0: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: INT3472:00: Device processed (SEQNUM=2999, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3474:00: Processing device (SEQNUM=3002, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: INT3472:00: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: Device is queued (SEQNUM=3004, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: SEQNUM=3004 blocked by SEQNUM=3003
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: Device is queued (SEQNUM=3005, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: SEQNUM=3005 blocked by SEQNUM=3003
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: Device is queued (SEQNUM=3006, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: SEQNUM=3006 blocked by SEQNUM=3003
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: Device is queued (SEQNUM=3007, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: SEQNUM=3007 blocked by SEQNUM=3003
Jul 11 22:15:28 megalex systemd-udevd[353]: 8:16: Device is queued (SEQNUM=3008, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 8:16: Device ready for processing (SEQNUM=3008, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: 8:16: Processing device (SEQNUM=3008, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: target6:0:0: Processing device (SEQNUM=3003, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 8:16: sd-device-monitor(manager): Passed 160 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb: Device is queued (SEQNUM=3009, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb: SEQNUM=3009 blocked by SEQNUM=3003
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb1: Device is queued (SEQNUM=3010, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: 8:16: Device processed (SEQNUM=3008, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: 8:16: sd-device-monitor(worker): Passed 160 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3474:00: Device processed (SEQNUM=3002, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3474:00: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb1: SEQNUM=3010 blocked by SEQNUM=3003
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb2: Device is queued (SEQNUM=3011, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb2: SEQNUM=3011 blocked by SEQNUM=3003
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb3: Device is queued (SEQNUM=3012, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb3: SEQNUM=3012 blocked by SEQNUM=3003
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: Device is queued (SEQNUM=3013, ACTION=bind)
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: SEQNUM=3013 blocked by SEQNUM=3003
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3447:00: Device is queued (SEQNUM=3014, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3447:00: Device ready for processing (SEQNUM=3014, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3447:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3447:00: Processing device (SEQNUM=3014, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3448:00: Device is queued (SEQNUM=3015, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3448:00: Device ready for processing (SEQNUM=3015, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3448:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: INT3448:00: Processing device (SEQNUM=3015, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: target6:0:0: Device processed (SEQNUM=3003, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: target6:0:0: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3447:00: Device processed (SEQNUM=3014, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3447:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33E1:00: Device is queued (SEQNUM=3016, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33E1:00: SEQNUM=3016 blocked by SEQNUM=3015
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3449:00: Device is queued (SEQNUM=3017, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: INT3448:00: Device processed (SEQNUM=3015, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: Device ready for processing (SEQNUM=3004, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: INT3448:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: sd-device-monitor(manager): Passed 262 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: SEQNUM=3005 blocked by SEQNUM=3004
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: SEQNUM=3006 blocked by SEQNUM=3004
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: SEQNUM=3007 blocked by SEQNUM=3004
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb: SEQNUM=3009 blocked by SEQNUM=3004
Jul 11 22:15:28 megalex (udev-worker)[376]: 6:0:0:0: Processing device (SEQNUM=3004, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb1: SEQNUM=3010 blocked by SEQNUM=3004
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb2: SEQNUM=3011 blocked by SEQNUM=3004
Jul 11 22:15:28 megalex (udev-worker)[376]: 6:0:0:0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=scsi'
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb3: SEQNUM=3012 blocked by SEQNUM=3004
Jul 11 22:15:28 megalex (udev-worker)[376]: 6:0:0:0: hwdb modalias key: "scsi:t-0x00"
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: SEQNUM=3013 blocked by SEQNUM=3004
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3449:00: Device ready for processing (SEQNUM=3017, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3449:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: INT3449:00: Processing device (SEQNUM=3017, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT344A:00: Device is queued (SEQNUM=3018, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33E1:00: Device ready for processing (SEQNUM=3016, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33E1:00: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT344A:00: Device ready for processing (SEQNUM=3018, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: INT33E1:00: Processing device (SEQNUM=3016, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT344A:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: INT344A:00: Processing device (SEQNUM=3018, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3451:00: Device is queued (SEQNUM=3019, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3451:00: Device ready for processing (SEQNUM=3019, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3451:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: INT3449:00: Device processed (SEQNUM=3017, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:01: Device is queued (SEQNUM=3020, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: INT3449:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:01: Device ready for processing (SEQNUM=3020, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3471:01: Processing device (SEQNUM=3020, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: INT33E1:00: Device processed (SEQNUM=3016, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: INT344A:00: Device processed (SEQNUM=3018, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: 6:0:0:0: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[368]: INT3451:00: Processing device (SEQNUM=3019, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: INT344A:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: INT33E1:00: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: 6:0:0:0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=scsi': No data available
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3471:01: Device processed (SEQNUM=3020, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3471:01: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:01: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: INT3451:00: Device processed (SEQNUM=3019, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:02: Device is queued (SEQNUM=3021, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: INT3451:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:02: Device ready for processing (SEQNUM=3021, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:02: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: INT3471:02: Processing device (SEQNUM=3021, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:03: Device is queued (SEQNUM=3022, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:03: Device ready for processing (SEQNUM=3022, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:03: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: 6:0:0:0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[374]: INT3471:03: Processing device (SEQNUM=3022, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:04: Device is queued (SEQNUM=3023, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:04: Device ready for processing (SEQNUM=3023, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3471:04: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: 6:0:0:0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[362]: INT3471:04: Processing device (SEQNUM=3023, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:01: Device is queued (SEQNUM=3024, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: Loading module: scsi:t-0x00
Jul 11 22:15:28 megalex (udev-worker)[376]: Module 'sd_mod' is built in
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:01: Device ready for processing (SEQNUM=3024, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: INT3472:01: Processing device (SEQNUM=3024, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:01: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:02: Device is queued (SEQNUM=3025, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:02: Device ready for processing (SEQNUM=3025, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3472:02: Processing device (SEQNUM=3025, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: INT3471:04: Device processed (SEQNUM=3023, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: INT3471:04: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: 6:0:0:0: Device processed (SEQNUM=3004, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: 6:0:0:0: sd-device-monitor(worker): Passed 262 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: INT3471:02: Device processed (SEQNUM=3021, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: INT3471:02: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: INT3472:01: Device processed (SEQNUM=3024, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: INT3472:01: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3472:02: Device processed (SEQNUM=3025, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3472:02: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:02: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:03: Device is queued (SEQNUM=3026, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: Device ready for processing (SEQNUM=3005, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: Device ready for processing (SEQNUM=3006, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: sd-device-monitor(manager): Passed 265 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: Device ready for processing (SEQNUM=3007, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: 6:0:0:0: Processing device (SEQNUM=3005, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: sd-device-monitor(manager): Passed 234 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: INT3471:03: Device processed (SEQNUM=3022, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: 6:0:0:0: Processing device (SEQNUM=3006, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb: Device ready for processing (SEQNUM=3009, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: Processing device (SEQNUM=3009, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: INT3471:03: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb: sd-device-monitor(manager): Passed 279 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb1: SEQNUM=3010 blocked by SEQNUM=3009
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb2: SEQNUM=3011 blocked by SEQNUM=3009
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb3: SEQNUM=3012 blocked by SEQNUM=3009
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: SEQNUM=3013 blocked by SEQNUM=3005
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:03: Device ready for processing (SEQNUM=3026, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:03: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:04: Device is queued (SEQNUM=3027, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3472:03: Processing device (SEQNUM=3026, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: Successfully took flock(LOCK_SH) for /dev/sdb, it will be released after the event has been processed.
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3472:03: Device processed (SEQNUM=3026, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3472:03: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:04: Device ready for processing (SEQNUM=3027, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:04: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:05: Device is queued (SEQNUM=3028, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:05: Device ready for processing (SEQNUM=3028, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:05: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:06: Device is queued (SEQNUM=3029, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:06: Device ready for processing (SEQNUM=3029, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:06: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:07: Device is queued (SEQNUM=3030, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:07: Device ready for processing (SEQNUM=3030, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: 6:0:0:0: Device processed (SEQNUM=3005, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:07: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: 6:0:0:0: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:08: Device is queued (SEQNUM=3031, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:08: Device ready for processing (SEQNUM=3031, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: INT3472:07: Processing device (SEQNUM=3030, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: 6:0:0:0: Preserve permissions of /dev/bsg/6:0:0:0, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[364]: 6:0:0:0: Successfully created symlink '/dev/char/246:1' to '/dev/bsg/6:0:0:0'
Jul 11 22:15:28 megalex (udev-worker)[364]: 6:0:0:0: sd-device: Created database file '/run/udev/data/c246:1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/bsg/6:0:0:0'.
Jul 11 22:15:28 megalex (udev-worker)[364]: 6:0:0:0: sd-device: Created database file '/run/udev/data/c246:1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/bsg/6:0:0:0'.
Jul 11 22:15:28 megalex (udev-worker)[364]: 6:0:0:0: Device processed (SEQNUM=3006, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: 6:0:0:0: sd-device-monitor(worker): Passed 265 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: 6:0:0:0: Processing device (SEQNUM=3007, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: INT3472:08: Processing device (SEQNUM=3031, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: INT3472:07: Device processed (SEQNUM=3030, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: INT3472:07: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: INT3472:06: Processing device (SEQNUM=3029, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 984
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:72 Importing properties from results of builtin command 'usb_id'
Jul 11 22:15:28 megalex (udev-worker)[368]: 1-6:1.0: if_class:8 protocol:6
Jul 11 22:15:28 megalex (udev-worker)[419]: INT3472:08: Device processed (SEQNUM=3031, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: INT3472:08: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: INT3472:06: Device processed (SEQNUM=3029, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 419.
Jul 11 22:15:28 megalex (udev-worker)[363]: INT3472:06: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3472:08: Worker [419] is forked for processing SEQNUM=3031.
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/usb-SanDisk_Cruzer_Blade_4C530001260215103541-0:0'
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:110 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:00: Device is queued (SEQNUM=3032, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: SEQNUM=3013 blocked by SEQNUM=3007
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:00: Device ready for processing (SEQNUM=3032, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:00: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:01: Device is queued (SEQNUM=3033, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:01: Device ready for processing (SEQNUM=3033, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:01: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0'
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:116 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usbv2-0:6:1.0-scsi-0:0:0:0'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:02: Device is queued (SEQNUM=3034, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXPOWER:01: Processing device (SEQNUM=3033, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:02: Device ready for processing (SEQNUM=3034, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:02: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXPOWER:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXPOWER:01: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXVIDEO:00: Device is queued (SEQNUM=3035, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3472:05: Processing device (SEQNUM=3028, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: INT3472:04: Processing device (SEQNUM=3027, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: 6:0:0:0: Device processed (SEQNUM=3007, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXVIDEO:00: Device ready for processing (SEQNUM=3035, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXVIDEO:00: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: 6:0:0:0: sd-device-monitor(worker): Passed 234 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:02: Processing device (SEQNUM=3034, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:00: Device is queued (SEQNUM=3036, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: LNXVIDEO:00: Processing device (SEQNUM=3035, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXPOWER:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:02: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:00: SEQNUM=3036 blocked by SEQNUM=3035
Jul 11 22:15:28 megalex (udev-worker)[363]: LNXVIDEO:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:02: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: Probe /dev/sdb with raid and offset=0
Jul 11 22:15:28 megalex systemd-udevd[353]: device:01: Device is queued (SEQNUM=3037, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXPOWER:01: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:01'.
Jul 11 22:15:28 megalex (udev-worker)[374]: INT3472:04: Device processed (SEQNUM=3027, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: LNXPOWER:00: Processing device (SEQNUM=3032, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3472:05: Device processed (SEQNUM=3028, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: LNXVIDEO:00: hwdb modalias key: "acpi:LNXVIDEO:"
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: SEQNUM=3013 blocked by SEQNUM=3009
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXPOWER:01: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[374]: INT3472:04: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[419]: LNXPOWER:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3472:05: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:01: SEQNUM=3037 blocked by SEQNUM=3035
Jul 11 22:15:28 megalex systemd-udevd[353]: device:02: Device is queued (SEQNUM=3038, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:02: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[419]: LNXPOWER:00: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex (udev-worker)[376]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:02: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:02'.
Jul 11 22:15:28 megalex (udev-worker)[363]: LNXVIDEO:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:02: SEQNUM=3038 blocked by SEQNUM=3035
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:02: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: device:03: Device is queued (SEQNUM=3039, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex (udev-worker)[363]: LNXVIDEO:00: sd-device: Created database file '/run/udev/data/+acpi:LNXVIDEO:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00'.
Jul 11 22:15:28 megalex (udev-worker)[364]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex systemd-udevd[353]: device:03: SEQNUM=3039 blocked by SEQNUM=3035
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXPOWER:01: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:01'.
Jul 11 22:15:28 megalex (udev-worker)[363]: LNXVIDEO:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[419]: LNXPOWER:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:04: Device is queued (SEQNUM=3040, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXPOWER:01: Device processed (SEQNUM=3033, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: Loading module: acpi:LNXVIDEO:
Jul 11 22:15:28 megalex (udev-worker)[364]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:04: SEQNUM=3040 blocked by SEQNUM=3035
Jul 11 22:15:28 megalex systemd-udevd[353]: device:05: Device is queued (SEQNUM=3041, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: LNXPOWER:00: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:00'.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:02: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:02'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:05: SEQNUM=3041 blocked by SEQNUM=3035
Jul 11 22:15:28 megalex (udev-worker)[376]: LNXPOWER:01: sd-device-monitor(worker): Passed 273 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[419]: LNXPOWER:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:02: Device processed (SEQNUM=3034, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: Module 'video' is already loaded
Jul 11 22:15:28 megalex systemd-udevd[353]: device:06: Device is queued (SEQNUM=3042, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:02: sd-device-monitor(worker): Passed 273 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: LNXVIDEO:00: sd-device: Created database file '/run/udev/data/+acpi:LNXVIDEO:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:06: SEQNUM=3042 blocked by SEQNUM=3035
Jul 11 22:15:28 megalex (udev-worker)[363]: LNXVIDEO:00: Device processed (SEQNUM=3035, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: LNXVIDEO:00: sd-device-monitor(worker): Passed 273 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:07: Device is queued (SEQNUM=3043, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:07: SEQNUM=3043 blocked by SEQNUM=3035
Jul 11 22:15:28 megalex (udev-worker)[419]: LNXPOWER:00: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:08: Device is queued (SEQNUM=3044, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: LNXPOWER:00: Device processed (SEQNUM=3032, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:00: Device ready for processing (SEQNUM=3036, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: LNXPOWER:00: sd-device-monitor(worker): Passed 273 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:00: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: device:00: Processing device (SEQNUM=3036, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:01: Device ready for processing (SEQNUM=3037, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:01: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:01: Processing device (SEQNUM=3037, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:02: Device ready for processing (SEQNUM=3038, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:02: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:03: Device ready for processing (SEQNUM=3039, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: device:03: Processing device (SEQNUM=3039, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: device:00: Device processed (SEQNUM=3036, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: device:00: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:01: Device processed (SEQNUM=3037, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:01: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:03: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:04: Device ready for processing (SEQNUM=3040, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:04: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:05: Device ready for processing (SEQNUM=3041, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:05: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:06: Device ready for processing (SEQNUM=3042, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: device:04: Processing device (SEQNUM=3040, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:06: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:07: Device ready for processing (SEQNUM=3043, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: device:03: Device processed (SEQNUM=3039, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: device:03: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: device:06: Processing device (SEQNUM=3042, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: device:02: Processing device (SEQNUM=3038, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 420.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:07: Worker [420] is forked for processing SEQNUM=3043.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:08: Device ready for processing (SEQNUM=3044, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 421.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:08: Worker [421] is forked for processing SEQNUM=3044.
Jul 11 22:15:28 megalex (udev-worker)[359]: device:04: Device processed (SEQNUM=3040, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: device:04: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:09: Device is queued (SEQNUM=3045, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: device:06: Device processed (SEQNUM=3042, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: device:06: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:09: Device ready for processing (SEQNUM=3045, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:09: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: device:05: Processing device (SEQNUM=3041, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0a: Device is queued (SEQNUM=3046, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0a: Device ready for processing (SEQNUM=3046, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0a: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: device:02: Device processed (SEQNUM=3038, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: device:02: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0b: Device is queued (SEQNUM=3047, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0b: Device ready for processing (SEQNUM=3047, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0b: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[421]: device:08: Processing device (SEQNUM=3044, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0c: Device is queued (SEQNUM=3048, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: device:07: Processing device (SEQNUM=3043, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:0b: Processing device (SEQNUM=3047, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: device:09: Processing device (SEQNUM=3045, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: device:0a: Processing device (SEQNUM=3046, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0c: Device ready for processing (SEQNUM=3048, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: device:05: Device processed (SEQNUM=3041, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: device:05: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: device:0c: Processing device (SEQNUM=3048, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: device:08: Device processed (SEQNUM=3044, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: device:08: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[419]: device:09: Device processed (SEQNUM=3045, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: device:09: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0c: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: device:0a: Device processed (SEQNUM=3046, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:0b: Device processed (SEQNUM=3047, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0d: Device is queued (SEQNUM=3049, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: device:0a: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:0b: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0d: Device ready for processing (SEQNUM=3049, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0d: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[419]: device:0d: Processing device (SEQNUM=3049, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0e: Device is queued (SEQNUM=3050, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0e: Device ready for processing (SEQNUM=3050, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0e: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: device:0c: Device processed (SEQNUM=3048, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: device:0e: Processing device (SEQNUM=3050, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0f: Device is queued (SEQNUM=3051, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: device:0c: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0f: Device ready for processing (SEQNUM=3051, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:0f: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:10: Device is queued (SEQNUM=3052, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: device:07: Device processed (SEQNUM=3043, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: device:0f: Processing device (SEQNUM=3051, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:10: Device ready for processing (SEQNUM=3052, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: device:07: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:10: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:03: Device is queued (SEQNUM=3053, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:03: Device ready for processing (SEQNUM=3053, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:10: Processing device (SEQNUM=3052, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:03: sd-device-monitor(manager): Passed 226 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:04: Device is queued (SEQNUM=3054, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: PNP0C02:03: Processing device (SEQNUM=3053, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: device:0e: Device processed (SEQNUM=3050, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: device:0d: Device processed (SEQNUM=3049, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:04: Device ready for processing (SEQNUM=3054, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: PNP0C02:03: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[421]: device:0e: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[419]: device:0d: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:04: sd-device-monitor(manager): Passed 226 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: PNP0C02:04: Processing device (SEQNUM=3054, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: PNP0C02:03: hwdb modalias key: "acpi:PNP0C02:"
Jul 11 22:15:28 megalex (udev-worker)[376]: device:0f: Device processed (SEQNUM=3051, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:05: Device is queued (SEQNUM=3055, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: PNP0C02:04: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[376]: device:0f: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:10: Device processed (SEQNUM=3052, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:05: Device ready for processing (SEQNUM=3055, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: PNP0C02:03: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex (udev-worker)[374]: PNP0C02:04: hwdb modalias key: "acpi:PNP0C02:"
Jul 11 22:15:28 megalex (udev-worker)[364]: device:10: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:05: sd-device-monitor(manager): Passed 226 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:06: Device is queued (SEQNUM=3056, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: PNP0C02:03: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[374]: PNP0C02:04: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex (udev-worker)[419]: PNP0C02:05: Processing device (SEQNUM=3055, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:06: Device ready for processing (SEQNUM=3056, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: PNP0C02:05: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:06: sd-device-monitor(manager): Passed 226 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device is queued (SEQNUM=3057, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: PNP0C02:06: Processing device (SEQNUM=3056, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: PNP0C02:05: hwdb modalias key: "acpi:PNP0C02:"
Jul 11 22:15:28 megalex (udev-worker)[374]: PNP0C02:04: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3057, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: PNP0C02:03: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[421]: PNP0C02:06: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: sd-device-monitor(manager): Passed 226 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[419]: PNP0C02:05: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C14:00: Processing device (SEQNUM=3057, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: PNP0C02:06: hwdb modalias key: "acpi:PNP0C02:"
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup25: Device is queued (SEQNUM=3058, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: PNP0C02:03: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:03'.
Jul 11 22:15:28 megalex (udev-worker)[374]: PNP0C02:04: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C14:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[419]: PNP0C02:05: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup25: SEQNUM=3058 blocked by SEQNUM=3057
Jul 11 22:15:28 megalex (udev-worker)[420]: PNP0C02:03: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[421]: PNP0C02:06: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C14:00: hwdb modalias key: "acpi:PNP0C14:"
Jul 11 22:15:28 megalex (udev-worker)[374]: PNP0C02:04: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:04'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:11: Device is queued (SEQNUM=3059, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C14:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex (udev-worker)[374]: PNP0C02:04: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[419]: PNP0C02:05: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:11: Device ready for processing (SEQNUM=3059, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: Loading module: acpi:PNP0C02:
Jul 11 22:15:28 megalex (udev-worker)[374]: Loading module: acpi:PNP0C02:
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C14:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[421]: PNP0C02:06: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex systemd-udevd[353]: device:11: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:12: Device is queued (SEQNUM=3060, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: PNP0C02:05: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:05'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:12: Device ready for processing (SEQNUM=3060, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: PNP0C02:05: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: device:12: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[419]: Loading module: acpi:PNP0C02:
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C14:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[364]: device:11: Processing device (SEQNUM=3059, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: device:12: Processing device (SEQNUM=3060, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: PNP0C02:06: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:13: Device is queued (SEQNUM=3061, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C14:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C14:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C14:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:13: SEQNUM=3061 blocked by SEQNUM=3060
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup14: Device is queued (SEQNUM=3062, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: PNP0C02:06: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:06'.
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C14:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup14: SEQNUM=3062 blocked by SEQNUM=3060
Jul 11 22:15:28 megalex (udev-worker)[421]: PNP0C02:06: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[376]: Loading module: acpi:PNP0C14:
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup0: Device is queued (SEQNUM=3063, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: Loading module: acpi:PNP0C02:
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup0: SEQNUM=3063 blocked by SEQNUM=3060
Jul 11 22:15:28 megalex systemd-udevd[353]: device:14: Device is queued (SEQNUM=3064, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:11: Device processed (SEQNUM=3059, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: device:12: Device processed (SEQNUM=3060, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:14: Device ready for processing (SEQNUM=3064, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: Module 'wmi' is already loaded
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C14:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C14:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C14:00'.
Jul 11 22:15:28 megalex (udev-worker)[362]: device:12: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:14: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: device:14: Processing device (SEQNUM=3064, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:11: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C14:00: Device processed (SEQNUM=3057, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:15: Device is queued (SEQNUM=3065, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C14:00: sd-device-monitor(worker): Passed 271 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:13: Device ready for processing (SEQNUM=3061, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:13: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup14: SEQNUM=3062 blocked by SEQNUM=3061
Jul 11 22:15:28 megalex (udev-worker)[364]: device:13: Processing device (SEQNUM=3061, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup0: Device ready for processing (SEQNUM=3063, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup0: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: wakeup0: Processing device (SEQNUM=3063, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:15: SEQNUM=3065 blocked by SEQNUM=3064
Jul 11 22:15:28 megalex (udev-worker)[359]: device:14: Device processed (SEQNUM=3064, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:16: Device is queued (SEQNUM=3066, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: device:14: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup25: Device ready for processing (SEQNUM=3058, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup25: sd-device-monitor(manager): Passed 221 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: wakeup25: Processing device (SEQNUM=3058, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:16: Device ready for processing (SEQNUM=3066, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:16: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: device:16: Processing device (SEQNUM=3066, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:17: Device is queued (SEQNUM=3067, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:15: Device ready for processing (SEQNUM=3065, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:15: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:17: SEQNUM=3067 blocked by SEQNUM=3066
Jul 11 22:15:28 megalex (udev-worker)[359]: device:15: Processing device (SEQNUM=3065, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:13: Device processed (SEQNUM=3061, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: wakeup0: Device processed (SEQNUM=3063, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:18: Device is queued (SEQNUM=3068, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:13: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: wakeup0: sd-device-monitor(worker): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:18: Device ready for processing (SEQNUM=3068, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:18: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0800:00: Device is queued (SEQNUM=3069, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: wakeup25: Device processed (SEQNUM=3058, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: device:16: Device processed (SEQNUM=3066, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup14: Device ready for processing (SEQNUM=3062, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: wakeup25: sd-device-monitor(worker): Passed 221 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: device:18: Processing device (SEQNUM=3068, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: device:16: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup14: sd-device-monitor(manager): Passed 230 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: wakeup14: Processing device (SEQNUM=3062, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: device:15: Device processed (SEQNUM=3065, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0800:00: SEQNUM=3069 blocked by SEQNUM=3068
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3F0D:00: Device is queued (SEQNUM=3070, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: device:15: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:17: Device ready for processing (SEQNUM=3067, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: device:17: Processing device (SEQNUM=3067, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:17: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3F0D:00: SEQNUM=3070 blocked by SEQNUM=3068
Jul 11 22:15:28 megalex (udev-worker)[365]: device:18: Device processed (SEQNUM=3068, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0000:00: Device is queued (SEQNUM=3071, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: device:18: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0000:00: SEQNUM=3071 blocked by SEQNUM=3068
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0100:00: Device is queued (SEQNUM=3072, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0800:00: Device ready for processing (SEQNUM=3069, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0800:00: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3F0D:00: Device ready for processing (SEQNUM=3070, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: INT0800:00: Processing device (SEQNUM=3069, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3F0D:00: sd-device-monitor(manager): Passed 244 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3F0D:00: Processing device (SEQNUM=3070, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0000:00: Device ready for processing (SEQNUM=3071, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: INT0800:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3F0D:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[376]: device:17: Device processed (SEQNUM=3067, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0000:00: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: wakeup14: Device processed (SEQNUM=3062, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0000:00: Processing device (SEQNUM=3071, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: INT0800:00: hwdb modalias key: "acpi:INT0800:"
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3F0D:00: hwdb modalias key: "acpi:INT3F0D:PNP0C02:"
Jul 11 22:15:28 megalex (udev-worker)[376]: device:17: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0100:00: Device ready for processing (SEQNUM=3072, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: wakeup14: sd-device-monitor(worker): Passed 230 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0000:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0100:00: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0100:00: Processing device (SEQNUM=3072, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0100:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0103:00: Device is queued (SEQNUM=3073, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0000:00: hwdb modalias key: "acpi:PNP0000:"
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0100:00: hwdb modalias key: "acpi:PNP0100:"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0103:00: Device ready for processing (SEQNUM=3073, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: INT0800:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3F0D:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0103:00: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0103:00: Processing device (SEQNUM=3073, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0000:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0100:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0303:00: Device is queued (SEQNUM=3074, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: INT0800:00: sd-device: Created database file '/run/udev/data/+acpi:INT0800:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/INT0800:00'.
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0103:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3F0D:00: sd-device: Created database file '/run/udev/data/+acpi:INT3F0D:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/INT3F0D:00'.
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0000:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0303:00: Device ready for processing (SEQNUM=3074, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: INT0800:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0100:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0103:00: hwdb modalias key: "acpi:PNP0103:"
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3F0D:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0303:00: sd-device-monitor(manager): Passed 244 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0B00:00: Device is queued (SEQNUM=3075, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: Loading module: acpi:INT0800:
Jul 11 22:15:28 megalex (udev-worker)[359]: Loading module: acpi:INT3F0D:PNP0C02:
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0000:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0303:00: Processing device (SEQNUM=3074, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0B00:00: Device ready for processing (SEQNUM=3075, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0103:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0100:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0303:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[362]: Failed to find module 'acpi:INT0800:'
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0000:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0000:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0000:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 422.
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0103:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0303:00: hwdb modalias key: "acpi:PNP0303:PNP030B:"
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0B00:00: Processing device (SEQNUM=3075, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: INT0800:00: sd-device: Created database file '/run/udev/data/+acpi:INT0800:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/INT0800:00'.
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0000:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0100:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0100:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0100:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0B00:00: Worker [422] is forked for processing SEQNUM=3075.
Jul 11 22:15:28 megalex (udev-worker)[362]: INT0800:00: Device processed (SEQNUM=3069, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:00: Device is queued (SEQNUM=3076, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0B00:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'Offline
journal part 2:
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0100:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0303:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex (udev-worker)[362]: INT0800:00: sd-device-monitor(worker): Passed 283 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0303:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[363]: Loading module: acpi:PNP0000:
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:00: Device ready for processing (SEQNUM=3076, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0B00:00: hwdb modalias key: "acpi:PNP0B00:"
Jul 11 22:15:28 megalex (udev-worker)[365]: Loading module: acpi:PNP0100:
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0303:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[363]: Failed to find module 'acpi:PNP0000:'
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 423.
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0000:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0000:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0000:00'.
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0B00:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex (udev-worker)[365]: Failed to find module 'acpi:PNP0100:'
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0103:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0303:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0303:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0303:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:00: Worker [423] is forked for processing SEQNUM=3076.
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0000:00: Device processed (SEQNUM=3071, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0100:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0100:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0100:00'.
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0B00:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0303:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[423]: PNP0C02:00: Processing device (SEQNUM=3076, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0000:00: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:01: Device is queued (SEQNUM=3077, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0103:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0103:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0103:00'.
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0100:00: Device processed (SEQNUM=3072, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: Loading module: acpi:PNP0303:PNP030B:
Jul 11 22:15:28 megalex (udev-worker)[423]: PNP0C02:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0B00:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0103:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0100:00: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[423]: PNP0C02:00: hwdb modalias key: "acpi:PNP0C02:"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:01: Device ready for processing (SEQNUM=3077, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: Loading module: acpi:PNP0103:
Jul 11 22:15:28 megalex (udev-worker)[364]: Failed to find module 'acpi:PNP0303:PNP030B:'
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0B00:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0B00:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0B00:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:01: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0C02:01: Processing device (SEQNUM=3077, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0C02:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0303:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0303:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0303:00'.
Jul 11 22:15:28 megalex (udev-worker)[423]: PNP0C02:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:02: Device is queued (SEQNUM=3078, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: Failed to find module 'acpi:PNP0103:'
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0B00:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0C02:01: hwdb modalias key: "acpi:PNP0C02:"
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0303:00: Device processed (SEQNUM=3074, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:02: Device ready for processing (SEQNUM=3078, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0C02:02: Processing device (SEQNUM=3078, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0103:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0103:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0103:00'.
Jul 11 22:15:28 megalex (udev-worker)[422]: Loading module: acpi:PNP0B00:
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0303:00: sd-device-monitor(worker): Passed 289 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C02:02: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C04:00: Device is queued (SEQNUM=3079, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0103:00: Device processed (SEQNUM=3073, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: PNP0C02:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0C02:02: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0C02:01: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C04:00: Device ready for processing (SEQNUM=3079, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0103:00: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0C02:02: hwdb modalias key: "acpi:PNP0C02:"
Jul 11 22:15:28 megalex (udev-worker)[422]: Failed to find module 'acpi:PNP0B00:'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C04:00: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0C02:01: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C04:00: Processing device (SEQNUM=3079, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C04:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[423]: PNP0C02:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C08:00: Device is queued (SEQNUM=3080, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C08:00: Device ready for processing (SEQNUM=3080, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0B00:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0B00:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0B00:00'.
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C04:00: hwdb modalias key: "acpi:PNP0C04:"
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0C02:02: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C08:00: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0B00:00: Device processed (SEQNUM=3075, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C08:00: Processing device (SEQNUM=3080, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0C02:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[423]: PNP0C02:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C02:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C09:00: Device is queued (SEQNUM=3081, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0C02:02: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0B00:00: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C04:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex (udev-worker)[423]: PNP0C02:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C09:00: Device ready for processing (SEQNUM=3081, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0C02:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C02:01'.
Jul 11 22:15:28 megalex (udev-worker)[423]: Loading module: acpi:PNP0C02:
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C04:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C09:00: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0C02:01: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0C09:00: Processing device (SEQNUM=3081, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0C02:02: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0A:00: Device is queued (SEQNUM=3082, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: Loading module: acpi:PNP0C02:
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0A:00: SEQNUM=3082 blocked by SEQNUM=3081
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C04:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C08:00: Device processed (SEQNUM=3080, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0C02:02: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C02:02'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0A:01: Device is queued (SEQNUM=3083, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C08:00: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0C02:02: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0A:01: SEQNUM=3083 blocked by SEQNUM=3081
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C04:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C04:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C04:00'.
Jul 11 22:15:28 megalex (udev-worker)[363]: Loading module: acpi:PNP0C02:
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0A:02: Device is queued (SEQNUM=3084, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C04:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0C09:00: Device processed (SEQNUM=3081, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0A:02: SEQNUM=3084 blocked by SEQNUM=3081
Jul 11 22:15:28 megalex (udev-worker)[364]: Loading module: acpi:PNP0C04:
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0C09:00: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0F03:00: Device is queued (SEQNUM=3085, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0F03:00: Device ready for processing (SEQNUM=3085, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0F03:00: sd-device-monitor(manager): Passed 244 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0F03:00: Processing device (SEQNUM=3085, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: Failed to find module 'acpi:PNP0C04:'
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup9: Device is queued (SEQNUM=3086, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0F03:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C04:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C04:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C04:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0A:00: Device ready for processing (SEQNUM=3082, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0F03:00: hwdb modalias key: "acpi:PNP0F03:PNP0F13:"
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C04:00: Device processed (SEQNUM=3079, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0A:00: sd-device-monitor(manager): Passed 234 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C0A:00: Processing device (SEQNUM=3082, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C04:00: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0A:01: Device ready for processing (SEQNUM=3083, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0F03:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0A:01: sd-device-monitor(manager): Passed 234 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0C0A:01: Processing device (SEQNUM=3083, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0A:02: Device ready for processing (SEQNUM=3084, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0F03:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 424.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0A:02: Worker [424] is forked for processing SEQNUM=3084.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup9: Device ready for processing (SEQNUM=3086, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0F03:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 425.
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0F03:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0F03:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0F03:00'.
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C0A:00: Device processed (SEQNUM=3082, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0F03:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[422]: Loading module: acpi:PNP0F03:PNP0F13:
Jul 11 22:15:28 megalex (udev-worker)[376]: PNP0C0A:00: sd-device-monitor(worker): Passed 234 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup9: Worker [425] is forked for processing SEQNUM=3086.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:19: Device is queued (SEQNUM=3087, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0C0A:01: Device processed (SEQNUM=3083, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: PNP0C0A:01: sd-device-monitor(worker): Passed 234 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:19: Device ready for processing (SEQNUM=3087, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:19: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: wakeup9: Processing device (SEQNUM=3086, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: Failed to find module 'acpi:PNP0F03:PNP0F13:'
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0F03:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0F03:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0F03:00'.
Jul 11 22:15:28 megalex (udev-worker)[365]: device:19: Processing device (SEQNUM=3087, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0F03:00: Device processed (SEQNUM=3085, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1a: Device is queued (SEQNUM=3088, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0F03:00: sd-device-monitor(worker): Passed 289 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1a: SEQNUM=3088 blocked by SEQNUM=3087
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:03: Device is queued (SEQNUM=3089, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C0A:02: Processing device (SEQNUM=3084, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:03: SEQNUM=3089 blocked by SEQNUM=3087
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1b: Device is queued (SEQNUM=3090, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1b: Device ready for processing (SEQNUM=3090, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1b: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: device:1b: Processing device (SEQNUM=3090, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1c: Device is queued (SEQNUM=3091, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: device:19: Device processed (SEQNUM=3087, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1c: SEQNUM=3091 blocked by SEQNUM=3090
Jul 11 22:15:28 megalex (udev-worker)[365]: device:19: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:04: Device is queued (SEQNUM=3092, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: wakeup9: Device processed (SEQNUM=3086, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:04: SEQNUM=3092 blocked by SEQNUM=3090
Jul 11 22:15:28 megalex (udev-worker)[425]: wakeup9: sd-device-monitor(worker): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1d: Device is queued (SEQNUM=3093, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1a: Device ready for processing (SEQNUM=3088, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1a: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: device:1a: Processing device (SEQNUM=3088, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:1b: Device processed (SEQNUM=3090, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:1b: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:03: SEQNUM=3089 blocked by SEQNUM=3088
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1d: Device ready for processing (SEQNUM=3093, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C0A:02: Device processed (SEQNUM=3084, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1d: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1e: Device is queued (SEQNUM=3094, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1c: Device ready for processing (SEQNUM=3091, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1c: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: device:1c: Processing device (SEQNUM=3091, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:1d: Processing device (SEQNUM=3093, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: device:1a: Device processed (SEQNUM=3088, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: device:1a: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:1d: Device processed (SEQNUM=3093, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:1d: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:04: SEQNUM=3092 blocked by SEQNUM=3091
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C0A:02: sd-device-monitor(worker): Passed 234 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1e: SEQNUM=3094 blocked by SEQNUM=3093
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:05: Device is queued (SEQNUM=3095, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:03: Device ready for processing (SEQNUM=3089, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:03: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1e: Device ready for processing (SEQNUM=3094, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1e: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:05: SEQNUM=3095 blocked by SEQNUM=3094
Jul 11 22:15:28 megalex (udev-worker)[365]: LNXPOWER:03: Processing device (SEQNUM=3089, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: device:1e: Processing device (SEQNUM=3094, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1f: Device is queued (SEQNUM=3096, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: LNXPOWER:03: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1f: Device ready for processing (SEQNUM=3096, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: LNXPOWER:03: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex systemd-udevd[353]: device:1f: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:20: Device is queued (SEQNUM=3097, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:20: SEQNUM=3097 blocked by SEQNUM=3096
Jul 11 22:15:28 megalex (udev-worker)[364]: device:1f: Processing device (SEQNUM=3096, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:06: Device is queued (SEQNUM=3098, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:1c: Device processed (SEQNUM=3091, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:1c: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: device:1e: Device processed (SEQNUM=3094, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: device:1e: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: LNXPOWER:03: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:06: SEQNUM=3098 blocked by SEQNUM=3096
Jul 11 22:15:28 megalex systemd-udevd[353]: device:21: Device is queued (SEQNUM=3099, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:04: Device ready for processing (SEQNUM=3092, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:04: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:05: Device ready for processing (SEQNUM=3095, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:05: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:04: Processing device (SEQNUM=3092, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: LNXPOWER:03: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a/LNXPOWER:03'.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:05: Processing device (SEQNUM=3095, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:21: Device ready for processing (SEQNUM=3099, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: LNXPOWER:03: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[364]: device:1f: Device processed (SEQNUM=3096, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:04: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:05: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:21: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[425]: device:21: Processing device (SEQNUM=3099, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:1f: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:04: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:05: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex systemd-udevd[353]: device:22: Device is queued (SEQNUM=3100, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:22: SEQNUM=3100 blocked by SEQNUM=3099
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:07: Device is queued (SEQNUM=3101, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:20: Device ready for processing (SEQNUM=3097, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:20: Processing device (SEQNUM=3097, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:21: Device processed (SEQNUM=3099, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:21: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:04: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:05: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:04: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/device:1c/LNXPOWER:04'.
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:04: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[424]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:05: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/LNXPOWER:05'.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:05: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[422]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[424]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex (udev-worker)[364]: device:20: Device processed (SEQNUM=3097, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:04: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/device:1c/LNXPOWER:04'.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:20: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:04: Device processed (SEQNUM=3092, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:04: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:20: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:06: SEQNUM=3098 blocked by SEQNUM=3097
Jul 11 22:15:28 megalex (udev-worker)[365]: LNXPOWER:03: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a/LNXPOWER:03'.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:07: SEQNUM=3101 blocked by SEQNUM=3099
Jul 11 22:15:28 megalex systemd-udevd[353]: device:23: Device is queued (SEQNUM=3102, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:06: Device ready for processing (SEQNUM=3098, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: LNXPOWER:03: Device processed (SEQNUM=3089, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:05: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/LNXPOWER:05'.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:06: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:06: Processing device (SEQNUM=3098, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: LNXPOWER:03: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:05: Device processed (SEQNUM=3095, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:22: Device ready for processing (SEQNUM=3100, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:06: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:05: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:22: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:22: Processing device (SEQNUM=3100, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:06: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:07: SEQNUM=3101 blocked by SEQNUM=3100
Jul 11 22:15:28 megalex systemd-udevd[353]: device:23: Device ready for processing (SEQNUM=3102, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:23: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: device:23: Processing device (SEQNUM=3102, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:24: Device is queued (SEQNUM=3103, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:24: SEQNUM=3103 blocked by SEQNUM=3102
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:08: Device is queued (SEQNUM=3104, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:08: SEQNUM=3104 blocked by SEQNUM=3102
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup5: Device is queued (SEQNUM=3105, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup5: SEQNUM=3105 blocked by SEQNUM=3102
Jul 11 22:15:28 megalex systemd-udevd[353]: device:25: Device is queued (SEQNUM=3106, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:25: Device ready for processing (SEQNUM=3106, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:06: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:25: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: device:25: Processing device (SEQNUM=3106, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:22: Device processed (SEQNUM=3100, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:06: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1f/device:20/LNXPOWER:06'.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:22: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:26: Device is queued (SEQNUM=3107, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:06: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[425]: device:23: Device processed (SEQNUM=3102, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:26: SEQNUM=3107 blocked by SEQNUM=3106
Jul 11 22:15:28 megalex (udev-worker)[424]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[425]: device:23: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex (udev-worker)[365]: device:25: Device processed (SEQNUM=3106, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:06: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1f/device:20/LNXPOWER:06'.
Jul 11 22:15:28 megalex (udev-worker)[365]: device:25: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:06: Device processed (SEQNUM=3098, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:09: Device is queued (SEQNUM=3108, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: LNXPOWER:06: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:07: Device ready for processing (SEQNUM=3101, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:07: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:09: SEQNUM=3108 blocked by SEQNUM=3106
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:07: Processing device (SEQNUM=3101, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:27: Device is queued (SEQNUM=3109, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:24: Device ready for processing (SEQNUM=3103, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: device:24: Processing device (SEQNUM=3103, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:24: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:07: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:08: SEQNUM=3104 blocked by SEQNUM=3103
Jul 11 22:15:28 megalex (udev-worker)[369]: Inserted module 'mac_hid'
Jul 11 22:15:28 megalex (udev-worker)[358]: Inserted module 'acpi_pad'
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup5: Device ready for processing (SEQNUM=3105, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: Inserted module 'mac_hid'
Jul 11 22:15:28 megalex (udev-worker)[379]: Inserted module 'mac_hid'
Jul 11 22:15:28 megalex (udev-worker)[366]: Inserted module 'mac_hid'
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:07: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex (udev-worker)[370]: Inserted module 'mac_hid'
Jul 11 22:15:28 megalex (udev-worker)[367]: Inserted module 'mac_hid'
Jul 11 22:15:28 megalex (udev-worker)[360]: Inserted module 'mac_hid'
Jul 11 22:15:28 megalex (udev-worker)[365]: device:24: Device processed (SEQNUM=3103, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: ACPI000C:00: sd-device: Created database file '/run/udev/data/+acpi:ACPI000C:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000C:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup5: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: wakeup5: Processing device (SEQNUM=3105, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: sd-device: Created database file '/run/udev/data/+input:input6' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6'.
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: sd-device: Created database file '/run/udev/data/+input:input2' for '/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2'.
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: sd-device: Created database file '/run/udev/data/+input:input0' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0'.
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: sd-device: Created database file '/run/udev/data/+input:input1' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1'.
Jul 11 22:15:28 megalex (udev-worker)[365]: device:24: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: ACPI000C:00: Device processed (SEQNUM=2973, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: ACPI000C:00: sd-device-monitor(worker): Passed 262 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:26: Device ready for processing (SEQNUM=3107, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:07: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: Device processed (SEQNUM=2772, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: input2: sd-device-monitor(worker): Passed 503 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: Device processed (SEQNUM=2779, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: Device processed (SEQNUM=2776, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: sd-device: Created database file '/run/udev/data/+input:input5' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5'.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:26: Processing device (SEQNUM=3107, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: wakeup5: Device processed (SEQNUM=3105, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: input1: sd-device-monitor(worker): Passed 510 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:07: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:07' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:21/device:22/LNXPOWER:07'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:26: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: Device processed (SEQNUM=2791, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input0: sd-device-monitor(worker): Passed 494 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: wakeup5: sd-device-monitor(worker): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: Device processed (SEQNUM=2795, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: sd-device: Created database file '/run/udev/data/+input:input7' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7'.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:07: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:09: SEQNUM=3108 blocked by SEQNUM=3107
Jul 11 22:15:28 megalex (udev-worker)[360]: input5: sd-device-monitor(worker): Passed 1403 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: input6: sd-device-monitor(worker): Passed 1232 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: Device processed (SEQNUM=2797, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: input7: sd-device-monitor(worker): Passed 1158 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:27: Device ready for processing (SEQNUM=3109, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:26: Device processed (SEQNUM=3107, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex systemd-udevd[353]: device:27: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:26: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: device:27: Processing device (SEQNUM=3109, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:28: Device is queued (SEQNUM=3110, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: event2: Device ready for processing (SEQNUM=2773, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: event2: sd-device-monitor(manager): Passed 246 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: event1: Device ready for processing (SEQNUM=2777, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex systemd-udevd[353]: event1: sd-device-monitor(manager): Passed 257 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: Processing device (SEQNUM=2773, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: Processing device (SEQNUM=2777, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: event0: Device ready for processing (SEQNUM=2780, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:07: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:07' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:21/device:22/LNXPOWER:07'.
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: /usr/lib/udev/rules.d/50-udev-default.rules:46 GROUP 993
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: /usr/lib/udev/rules.d/50-udev-default.rules:46 GROUP 993
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: Processing device (SEQNUM=2780, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:07: Device processed (SEQNUM=3101, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:27: Device processed (SEQNUM=3109, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: event0: sd-device-monitor(manager): Passed 257 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:07: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: /usr/lib/udev/rules.d/50-udev-default.rules:46 GROUP 993
Jul 11 22:15:28 megalex (udev-worker)[425]: device:27: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: event3: Device ready for processing (SEQNUM=2792, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: event3: sd-device-monitor(manager): Passed 283 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: Processing device (SEQNUM=2792, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: event4: Device ready for processing (SEQNUM=2796, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: hwdb modalias key: "input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw"
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/50-udev-default.rules:46 GROUP 993
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 22:15:28 megalex systemd-udevd[353]: event4: sd-device-monitor(manager): Passed 283 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[360]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: event5: Device ready for processing (SEQNUM=2798, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[424]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 22:15:28 megalex (udev-worker)[360]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 22:15:28 megalex systemd-udevd[353]: event5: sd-device-monitor(manager): Passed 283 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: Processing device (SEQNUM=2798, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: Processing device (SEQNUM=2796, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 22:15:28 megalex (udev-worker)[360]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:08: Device ready for processing (SEQNUM=3104, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/50-udev-default.rules:46 GROUP 993
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: hwdb modalias key: "input:b0003v0461p0010e0111-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"
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/50-udev-default.rules:46 GROUP 993
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: 2 character(s) replaced
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:08: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:08: Processing device (SEQNUM=3104, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: /usr/lib/udev/rules.d/60-evdev.rules:20 Importing properties from results of builtin command 'hwdb 'evdev:name:Power Button:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:09: Device ready for processing (SEQNUM=3108, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:09: Processing device (SEQNUM=3108, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: 2 character(s) replaced
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:08: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: /usr/lib/udev/rules.d/60-evdev.rules:20 Failed to run builtin 'hwdb 'evdev:name:Power Button:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:09: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: /usr/lib/udev/rules.d/60-evdev.rules:20 Importing properties from results of builtin command 'hwdb 'evdev:name:Sleep Button:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:09: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[365]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k74,8E,8F,ram4,lsfw"
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:08: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex systemd-udevd[353]: device:28: SEQNUM=3110 blocked by SEQNUM=3109
Jul 11 22:15:28 megalex (udev-worker)[360]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:09: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex (udev-worker)[366]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0a: Device is queued (SEQNUM=3111, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:28: Device ready for processing (SEQNUM=3110, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 22:15:28 megalex (udev-worker)[360]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 22:15:28 megalex systemd-udevd[353]: device:28: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[360]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 22:15:28 megalex (udev-worker)[422]: device:28: Processing device (SEQNUM=3110, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:09: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: 2 character(s) replaced
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:08: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k71,72,73,80,8C,90,9B,9C,9E,9F,A3,A4,A5,A6,AB,AC,AD,D1,D9,F0,ram4,lsfw"
Jul 11 22:15:28 megalex (udev-worker)[358]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:08: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:08' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:23/device:24/LNXPOWER:08'.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:08: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: 2 character(s) replaced
Jul 11 22:15:28 megalex (udev-worker)[358]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 22:15:28 megalex (udev-worker)[364]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: /usr/lib/udev/rules.d/60-evdev.rules:25 Importing properties from results of builtin command 'hwdb 'evdev:name:Power Button:phys:LNXPWRBN/button/input0:ev:3:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0a: SEQNUM=3111 blocked by SEQNUM=3110
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/60-evdev.rules:20 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Keyboard:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 22:15:28 megalex (udev-worker)[358]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:29: Device is queued (SEQNUM=3112, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: /usr/lib/udev/rules.d/60-evdev.rules:20 Failed to run builtin 'hwdb 'evdev:name:Sleep Button:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 22:15:28 megalex (udev-worker)[422]: device:28: Device processed (SEQNUM=3110, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: 2 character(s) replaced
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:09: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:09' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:25/device:26/LNXPOWER:09'.
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: 2 character(s) replaced
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: /usr/lib/udev/rules.d/60-evdev.rules:25 Failed to run builtin 'hwdb 'evdev:name:Power Button:phys:LNXPWRBN/button/input0:ev:3:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: device:29: Device ready for processing (SEQNUM=3112, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex (udev-worker)[422]: device:28: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 22:15:28 megalex (udev-worker)[424]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: /usr/lib/udev/rules.d/60-evdev.rules:20 Importing properties from results of builtin command 'hwdb 'evdev:name:Power Button:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:09: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/60-evdev.rules:20 Failed to run builtin 'hwdb 'evdev:name:USB Keyboard:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/60-evdev.rules:20 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Keyboard System Control:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:29: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: device:29: Processing device (SEQNUM=3112, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:08: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:08' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:23/device:24/LNXPOWER:08'.
Jul 11 22:15:28 megalex (udev-worker)[367]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[424]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 22:15:28 megalex (udev-worker)[424]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[366]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2a: Device is queued (SEQNUM=3113, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: input2: capabilities/ev raw kernel attribute: 3
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:08: Device processed (SEQNUM=3104, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: /usr/lib/udev/rules.d/60-evdev.rules:20 Failed to run builtin 'hwdb 'evdev:name:Power Button:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 22:15:28 megalex (udev-worker)[367]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 22:15:28 megalex (udev-worker)[379]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: 2 character(s) replaced
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/60-evdev.rules:20 Failed to run builtin 'hwdb 'evdev:name:USB Keyboard System Control:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0a: Device ready for processing (SEQNUM=3111, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: input2: capabilities/abs raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[366]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:08: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 22:15:28 megalex (udev-worker)[365]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 22:15:28 megalex (udev-worker)[425]: device:29: Device processed (SEQNUM=3112, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: /usr/lib/udev/rules.d/60-evdev.rules:25 Importing properties from results of builtin command 'hwdb 'evdev:name:Sleep Button:phys:PNP0C0E/button/input0:ev:3:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0a: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 22:15:28 megalex (udev-worker)[360]: input2: capabilities/rel raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0a: Processing device (SEQNUM=3111, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex (udev-worker)[366]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: 2 character(s) replaced
Jul 11 22:15:28 megalex (udev-worker)[425]: device:29: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[365]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 22:15:28 megalex (udev-worker)[365]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 22:15:28 megalex (udev-worker)[360]: input2: capabilities/key raw kernel attribute: 8000 10000000000000 0
Jul 11 22:15:28 megalex (udev-worker)[358]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0a: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:09: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:09' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:25/device:26/LNXPOWER:09'.
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: 2 character(s) replaced
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/60-evdev.rules:20 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Keyboard Consumer Control:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: /usr/lib/udev/rules.d/60-evdev.rules:25 Failed to run builtin 'hwdb 'evdev:name:Sleep Button:phys:PNP0C0E/button/input0:ev:3:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2a: SEQNUM=3113 blocked by SEQNUM=3112
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: 2 character(s) replaced
Jul 11 22:15:28 megalex (udev-worker)[360]: input2: properties raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[358]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0a: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:09: Device processed (SEQNUM=3108, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/60-evdev.rules:25 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Keyboard:phys:usb-0000:00:14.0-9/input0:ev:120013:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: /usr/lib/udev/rules.d/60-evdev.rules:25 Importing properties from results of builtin command 'hwdb 'evdev:name:Power Button:phys:PNP0C0C/button/input0:ev:3:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0b: Device is queued (SEQNUM=3114, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: test_key: checking bit block 0 for any keys; found=no
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: 2 character(s) replaced
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:09: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/60-evdev.rules:20 Failed to run builtin 'hwdb 'evdev:name:USB Keyboard Consumer Control:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[424]: input0: capabilities/ev raw kernel attribute: 3
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2a: Device ready for processing (SEQNUM=3113, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: test_key: checking bit block 64 for any keys; found=yes
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/60-evdev.rules:25 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Keyboard System Control:phys:usb-0000:00:14.0-9/input1:ev:13:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/60-evdev.rules:25 Failed to run builtin 'hwdb 'evdev:name:USB Keyboard:phys:usb-0000:00:14.0-9/input0:ev:120013:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: /usr/lib/udev/rules.d/60-evdev.rules:25 Failed to run builtin 'hwdb 'evdev:name:Power Button:phys:PNP0C0C/button/input0:ev:3:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0a: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[424]: input0: capabilities/abs raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[367]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2a: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:2a: Processing device (SEQNUM=3113, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 22:15:28 megalex (udev-worker)[424]: input0: capabilities/rel raw kernel attribute: 0
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0b: SEQNUM=3114 blocked by SEQNUM=3113
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0a: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0a' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:27/device:28/LNXPOWER:0a'.
Jul 11 22:15:28 megalex (udev-worker)[367]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 22:15:28 megalex (udev-worker)[367]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 22:15:28 megalex (udev-worker)[366]: input5: capabilities/ev raw kernel attribute: 120013
Jul 11 22:15:28 megalex (udev-worker)[424]: input0: capabilities/key raw kernel attribute: 4000 0 0
Jul 11 22:15:28 megalex (udev-worker)[365]: input1: capabilities/ev raw kernel attribute: 3
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2b: Device is queued (SEQNUM=3115, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2b: Device ready for processing (SEQNUM=3115, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/60-evdev.rules:25 Failed to run builtin 'hwdb 'evdev:name:USB Keyboard System Control:phys:usb-0000:00:14.0-9/input1:ev:13:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: 2 character(s) replaced
Jul 11 22:15:28 megalex (udev-worker)[366]: input5: capabilities/abs raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[424]: input0: properties raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[365]: input1: capabilities/abs raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[365]: input1: capabilities/rel raw kernel attribute: 0
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2b: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: device:2b: Processing device (SEQNUM=3115, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 22:15:28 megalex (udev-worker)[364]: device:2a: Device processed (SEQNUM=3113, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/60-evdev.rules:25 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Keyboard Consumer Control:phys:usb-0000:00:14.0-9/input1:ev:13:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 22:15:28 megalex (udev-worker)[366]: input5: capabilities/rel raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: test_key: checking bit block 0 for any keys; found=no
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0a: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[365]: input1: capabilities/key raw kernel attribute: 8000 10000000000000 0
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2c: Device is queued (SEQNUM=3116, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:2a: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: input7: capabilities/ev raw kernel attribute: 13
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[366]: input5: capabilities/key raw kernel attribute: 1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: test_key: checking bit block 64 for any keys; found=no
Jul 11 22:15:28 megalex (udev-worker)[422]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[365]: input1: properties raw kernel attribute: 0
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2c: SEQNUM=3116 blocked by SEQNUM=3115
Jul 11 22:15:28 megalex (udev-worker)[358]: input7: capabilities/abs raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/60-evdev.rules:25 Failed to run builtin 'hwdb 'evdev:name:USB Keyboard Consumer Control:phys:usb-0000:00:14.0-9/input1:ev:13:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 22:15:28 megalex (udev-worker)[379]: device:2b: Device processed (SEQNUM=3115, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: input5: properties raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: test_key: checking bit block 128 for any keys; found=yes
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: test_key: checking bit block 0 for any keys; found=no
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0c: Device is queued (SEQNUM=3117, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: input7: capabilities/rel raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 22:15:28 megalex (udev-worker)[379]: device:2b: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: input6: capabilities/ev raw kernel attribute: 13
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: test_key: checking bit block 0 for any keys; found=yes
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: test_key: checking bit block 64 for any keys; found=yes
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0b: Device ready for processing (SEQNUM=3114, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: input7: capabilities/key raw kernel attribute: c000 10000000000000 0
Jul 11 22:15:28 megalex (udev-worker)[422]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex (udev-worker)[367]: input6: capabilities/abs raw kernel attribute: 0
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0b: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0b: Processing device (SEQNUM=3114, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: input7: properties raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0a: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0a' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:27/device:28/LNXPOWER:0a'.
Jul 11 22:15:28 megalex (udev-worker)[367]: input6: capabilities/rel raw kernel attribute: 0
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0c: SEQNUM=3117 blocked by SEQNUM=3115
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: test_key: checking bit block 0 for any keys; found=no
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0b: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0a: Device processed (SEQNUM=3111, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: input6: capabilities/key raw kernel attribute: 1000002020000 3878d8011001 e000000000000 0
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: test_key: checking bit block 64 for any keys; found=yes
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2d: Device is queued (SEQNUM=3118, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0b: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0a: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: input6: properties raw kernel attribute: 0
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2c: Device ready for processing (SEQNUM=3116, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: test_key: checking bit block 0 for any keys; found=no
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2c: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: device:2c: Processing device (SEQNUM=3116, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: test_key: checking bit block 64 for any keys; found=yes
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0c: SEQNUM=3117 blocked by SEQNUM=3116
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2d: SEQNUM=3118 blocked by SEQNUM=3116
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2e: Device is queued (SEQNUM=3119, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2e: SEQNUM=3119 blocked by SEQNUM=3116
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2f: Device is queued (SEQNUM=3120, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2f: SEQNUM=3120 blocked by SEQNUM=3116
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0b: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:30: Device is queued (SEQNUM=3121, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:30: SEQNUM=3121 blocked by SEQNUM=3116
Jul 11 22:15:28 megalex systemd-udevd[353]: device:31: Device is queued (SEQNUM=3122, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:31: SEQNUM=3122 blocked by SEQNUM=3116
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0b: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0b' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:29/device:2a/LNXPOWER:0b'.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0b: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup15: Device is queued (SEQNUM=3123, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:2c: Device processed (SEQNUM=3116, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup15: SEQNUM=3123 blocked by SEQNUM=3116
Jul 11 22:15:28 megalex (udev-worker)[379]: device:2c: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup7: Device is queued (SEQNUM=3124, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup7: Device ready for processing (SEQNUM=3124, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup7: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: wakeup7: Processing device (SEQNUM=3124, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0b: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0b' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:29/device:2a/LNXPOWER:0b'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:32: Device is queued (SEQNUM=3125, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0b: Device processed (SEQNUM=3114, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0c: Device ready for processing (SEQNUM=3117, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0b: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0c: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0c: Processing device (SEQNUM=3117, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2d: Device ready for processing (SEQNUM=3118, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0c: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2d: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0c: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex (udev-worker)[425]: device:2d: Processing device (SEQNUM=3118, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2e: SEQNUM=3119 blocked by SEQNUM=3118
Jul 11 22:15:28 megalex (udev-worker)[422]: wakeup7: Device processed (SEQNUM=3124, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2f: SEQNUM=3120 blocked by SEQNUM=3118
Jul 11 22:15:28 megalex (udev-worker)[422]: wakeup7: sd-device-monitor(worker): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:30: SEQNUM=3121 blocked by SEQNUM=3118
Jul 11 22:15:28 megalex systemd-udevd[353]: device:31: SEQNUM=3122 blocked by SEQNUM=3118
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup15: Device ready for processing (SEQNUM=3123, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup15: sd-device-monitor(manager): Passed 230 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0c: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:32: Device ready for processing (SEQNUM=3125, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: wakeup15: Processing device (SEQNUM=3123, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:32: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: device:2d: Device processed (SEQNUM=3118, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: device:32: Processing device (SEQNUM=3125, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0c: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0c' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2b/device:2c/LNXPOWER:0c'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:33: Device is queued (SEQNUM=3126, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:2d: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0c: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: device:33: SEQNUM=3126 blocked by SEQNUM=3125
Jul 11 22:15:28 megalex (udev-worker)[379]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0d: Device is queued (SEQNUM=3127, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2e: Device ready for processing (SEQNUM=3119, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2e: sd-device-monitor(manager): Passed 232 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2f: Device ready for processing (SEQNUM=3120, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:2e: Processing device (SEQNUM=3119, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:2f: sd-device-monitor(manager): Passed 232 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex (udev-worker)[364]: device:2f: Processing device (SEQNUM=3120, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:30: Device ready for processing (SEQNUM=3121, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:30: Processing device (SEQNUM=3121, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: wakeup15: Device processed (SEQNUM=3123, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: wakeup15: sd-device-monitor(worker): Passed 230 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: device:32: Device processed (SEQNUM=3125, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: device:32: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: device:2e: Device processed (SEQNUM=3119, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:2e: sd-device-monitor(worker): Passed 232 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: device:30: Device processed (SEQNUM=3121, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:2f: Device processed (SEQNUM=3120, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:30: sd-device-monitor(worker): Passed 232 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:2f: sd-device-monitor(worker): Passed 232 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0c: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0c' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2b/device:2c/LNXPOWER:0c'.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0c: Device processed (SEQNUM=3117, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0c: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:30: sd-device-monitor(manager): Passed 232 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:31: Device ready for processing (SEQNUM=3122, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:31: sd-device-monitor(manager): Passed 232 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0d: SEQNUM=3127 blocked by SEQNUM=3125
Jul 11 22:15:28 megalex (udev-worker)[376]: device:31: Processing device (SEQNUM=3122, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:34: Device is queued (SEQNUM=3128, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:33: Device ready for processing (SEQNUM=3126, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:33: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0d: SEQNUM=3127 blocked by SEQNUM=3126
Jul 11 22:15:28 megalex (udev-worker)[422]: device:33: Processing device (SEQNUM=3126, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:34: Device ready for processing (SEQNUM=3128, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:34: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:34: Processing device (SEQNUM=3128, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:35: Device is queued (SEQNUM=3129, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:35: SEQNUM=3129 blocked by SEQNUM=3128
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0e: Device is queued (SEQNUM=3130, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0e: SEQNUM=3130 blocked by SEQNUM=3128
Jul 11 22:15:28 megalex systemd-udevd[353]: device:36: Device is queued (SEQNUM=3131, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:36: Device ready for processing (SEQNUM=3131, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:36: Processing device (SEQNUM=3131, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:33: Device processed (SEQNUM=3126, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:33: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:34: Device processed (SEQNUM=3128, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:34: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: device:31: Device processed (SEQNUM=3122, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: device:31: sd-device-monitor(worker): Passed 232 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: device:36: Device processed (SEQNUM=3131, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:36: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:36: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:37: Device is queued (SEQNUM=3132, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0d: Device ready for processing (SEQNUM=3127, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0d: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:35: Device ready for processing (SEQNUM=3129, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:35: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0e: SEQNUM=3130 blocked by SEQNUM=3129
Jul 11 22:15:28 megalex systemd-udevd[353]: device:37: Device ready for processing (SEQNUM=3132, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0d: Processing device (SEQNUM=3127, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:35: Processing device (SEQNUM=3129, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:37: Processing device (SEQNUM=3132, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:37: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0d: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0d: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0f: Device is queued (SEQNUM=3133, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0f: SEQNUM=3133 blocked by SEQNUM=3132
Jul 11 22:15:28 megalex systemd-udevd[353]: device:38: Device is queued (SEQNUM=3134, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:38: Device ready for processing (SEQNUM=3134, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:38: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:39: Device is queued (SEQNUM=3135, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:39: SEQNUM=3135 blocked by SEQNUM=3134
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:10: Device is queued (SEQNUM=3136, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:10: SEQNUM=3136 blocked by SEQNUM=3134
Jul 11 22:15:28 megalex (udev-worker)[379]: device:37: Device processed (SEQNUM=3132, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:38: Processing device (SEQNUM=3134, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:37: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3a: Device is queued (SEQNUM=3137, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0d: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3a: Device ready for processing (SEQNUM=3137, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3a: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: device:3a: Processing device (SEQNUM=3137, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3b: Device is queued (SEQNUM=3138, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0f: Device ready for processing (SEQNUM=3133, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0d: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0d' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:32/device:33/LNXPOWER:0d'.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:35: Device processed (SEQNUM=3129, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0f: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0d: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0f: Processing device (SEQNUM=3133, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:35: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3b: SEQNUM=3138 blocked by SEQNUM=3137
Jul 11 22:15:28 megalex (udev-worker)[422]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[425]: device:38: Device processed (SEQNUM=3134, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0f: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:11: Device is queued (SEQNUM=3139, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:38: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0f: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0e: Device ready for processing (SEQNUM=3130, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:0e: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0e: Processing device (SEQNUM=3130, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0d: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0d' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:32/device:33/LNXPOWER:0d'.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:11: SEQNUM=3139 blocked by SEQNUM=3137
Jul 11 22:15:28 megalex (udev-worker)[369]: device:3a: Device processed (SEQNUM=3137, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0d: Device processed (SEQNUM=3127, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0e: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3c: Device is queued (SEQNUM=3140, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: device:3a: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:0d: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0e: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex systemd-udevd[353]: device:39: Device ready for processing (SEQNUM=3135, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0f: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:39: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: device:39: Processing device (SEQNUM=3135, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:10: SEQNUM=3136 blocked by SEQNUM=3135
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3c: Device ready for processing (SEQNUM=3140, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: device:3c: Processing device (SEQNUM=3140, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3c: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3d: Device is queued (SEQNUM=3141, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3b: Device ready for processing (SEQNUM=3138, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3b: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:11: SEQNUM=3139 blocked by SEQNUM=3138
Jul 11 22:15:28 megalex (udev-worker)[422]: device:3b: Processing device (SEQNUM=3138, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3d: SEQNUM=3141 blocked by SEQNUM=3140
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:12: Device is queued (SEQNUM=3142, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:12: SEQNUM=3142 blocked by SEQNUM=3140
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0e: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[425]: device:39: Device processed (SEQNUM=3135, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: device:3c: Device processed (SEQNUM=3140, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:39: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0f: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0f' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36/device:37/LNXPOWER:0f'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3e: Device is queued (SEQNUM=3143, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: device:3c: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0e: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0e' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:34/device:35/LNXPOWER:0e'.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0f: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3e: Device ready for processing (SEQNUM=3143, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0e: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[379]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3e: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[369]: device:3e: Processing device (SEQNUM=3143, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:3b: Device processed (SEQNUM=3138, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3f: Device is queued (SEQNUM=3144, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:3b: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:10: Device ready for processing (SEQNUM=3136, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0e: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0e' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:34/device:35/LNXPOWER:0e'.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:10: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: LNXPOWER:10: Processing device (SEQNUM=3136, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0f: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0f' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36/device:37/LNXPOWER:0f'.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0e: Device processed (SEQNUM=3130, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3d: Device ready for processing (SEQNUM=3141, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0f: Device processed (SEQNUM=3133, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: LNXPOWER:10: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:0e: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3d: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:0f: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: device:3d: Processing device (SEQNUM=3141, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: LNXPOWER:10: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:12: SEQNUM=3142 blocked by SEQNUM=3141
Jul 11 22:15:28 megalex (udev-worker)[369]: device:3e: Device processed (SEQNUM=3143, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3f: SEQNUM=3144 blocked by SEQNUM=3143
Jul 11 22:15:28 megalex (udev-worker)[369]: device:3e: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:13: Device is queued (SEQNUM=3145, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:11: Device ready for processing (SEQNUM=3139, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:11: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3f: Device ready for processing (SEQNUM=3144, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:11: Processing device (SEQNUM=3139, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:3f: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:3f: Processing device (SEQNUM=3144, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:13: SEQNUM=3145 blocked by SEQNUM=3144
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:11: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[375]: device:3d: Device processed (SEQNUM=3141, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:40: Device is queued (SEQNUM=3146, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:11: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex (udev-worker)[425]: LNXPOWER:10: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[375]: device:3d: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:40: Device ready for processing (SEQNUM=3146, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:40: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: device:40: Processing device (SEQNUM=3146, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: LNXPOWER:10: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:10' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:38/device:39/LNXPOWER:10'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:41: Device is queued (SEQNUM=3147, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: LNXPOWER:10: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:12: Device ready for processing (SEQNUM=3142, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[364]: device:3f: Device processed (SEQNUM=3144, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:12: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: LNXPOWER:12: Processing device (SEQNUM=3142, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:3f: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:41: SEQNUM=3147 blocked by SEQNUM=3146
Jul 11 22:15:28 megalex (udev-worker)[369]: LNXPOWER:12: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:11: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[425]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:42: Device is queued (SEQNUM=3148, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:40: Device processed (SEQNUM=3146, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: LNXPOWER:12: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex (udev-worker)[425]: LNXPOWER:10: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:10' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:38/device:39/LNXPOWER:10'.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:13: Device ready for processing (SEQNUM=3145, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:40: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: LNXPOWER:10: Device processed (SEQNUM=3136, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:11: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:11' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3a/device:3b/LNXPOWER:11'.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:13: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:13: Processing device (SEQNUM=3145, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: LNXPOWER:10: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:11: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: device:42: Device ready for processing (SEQNUM=3148, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:13: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[422]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex systemd-udevd[353]: device:42: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:13: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex (udev-worker)[375]: device:42: Processing device (SEQNUM=3148, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: LNXPOWER:12: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:43: Device is queued (SEQNUM=3149, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:41: Device ready for processing (SEQNUM=3147, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:41: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:43: SEQNUM=3149 blocked by SEQNUM=3148
Jul 11 22:15:28 megalex systemd-udevd[353]: device:44: Device is queued (SEQNUM=3150, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: LNXPOWER:12: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:12' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3c/device:3d/LNXPOWER:12'.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:11: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:11' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3a/device:3b/LNXPOWER:11'.
Jul 11 22:15:28 megalex (udev-worker)[379]: device:41: Processing device (SEQNUM=3147, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:44: Device ready for processing (SEQNUM=3150, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: LNXPOWER:12: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:11: Device processed (SEQNUM=3139, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:44: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: device:42: Device processed (SEQNUM=3148, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:44: Processing device (SEQNUM=3150, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:13: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[369]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:11: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:45: Device is queued (SEQNUM=3151, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: device:42: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:45: SEQNUM=3151 blocked by SEQNUM=3150
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:13: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:13' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3e/device:3f/LNXPOWER:13'.
Jul 11 22:15:28 megalex (udev-worker)[369]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:13: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: device:46: Device is queued (SEQNUM=3152, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[369]: LNXPOWER:12: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:12' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3c/device:3d/LNXPOWER:12'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:43: Device ready for processing (SEQNUM=3149, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: LNXPOWER:12: Device processed (SEQNUM=3142, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:41: Device processed (SEQNUM=3147, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:43: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: LNXPOWER:12: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: device:44: Device processed (SEQNUM=3150, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:43: Processing device (SEQNUM=3149, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:41: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:46: Device ready for processing (SEQNUM=3152, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:44: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:13: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:13' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3e/device:3f/LNXPOWER:13'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:46: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: device:46: Processing device (SEQNUM=3152, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:13: Device processed (SEQNUM=3145, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:47: Device is queued (SEQNUM=3153, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:13: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:45: Device ready for processing (SEQNUM=3151, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:45: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: device:45: Processing device (SEQNUM=3151, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:47: SEQNUM=3153 blocked by SEQNUM=3152
Jul 11 22:15:28 megalex systemd-udevd[353]: device:48: Device is queued (SEQNUM=3154, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:48: Device ready for processing (SEQNUM=3154, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:48: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: device:43: Device processed (SEQNUM=3149, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: device:46: Device processed (SEQNUM=3152, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:49: Device is queued (SEQNUM=3155, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:43: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:48: Processing device (SEQNUM=3154, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: device:46: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:49: SEQNUM=3155 blocked by SEQNUM=3154
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:14: Device is queued (SEQNUM=3156, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:47: Device ready for processing (SEQNUM=3153, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:47: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: device:45: Device processed (SEQNUM=3151, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:14: SEQNUM=3156 blocked by SEQNUM=3154
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4a: Device is queued (SEQNUM=3157, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:45: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: device:47: Processing device (SEQNUM=3153, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4a: Device ready for processing (SEQNUM=3157, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4a: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: device:4a: Processing device (SEQNUM=3157, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:48: Device processed (SEQNUM=3154, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4b: Device is queued (SEQNUM=3158, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:48: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4b: SEQNUM=3158 blocked by SEQNUM=3157
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:15: Device is queued (SEQNUM=3159, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:49: Device ready for processing (SEQNUM=3155, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:49: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:49: Processing device (SEQNUM=3155, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:14: SEQNUM=3156 blocked by SEQNUM=3155
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:15: SEQNUM=3159 blocked by SEQNUM=3157
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4c: Device is queued (SEQNUM=3160, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4c: Device ready for processing (SEQNUM=3160, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:4a: Device processed (SEQNUM=3157, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4c: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: device:4c: Processing device (SEQNUM=3160, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:4a: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: device:47: Device processed (SEQNUM=3153, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4d: Device is queued (SEQNUM=3161, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:47: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4d: SEQNUM=3161 blocked by SEQNUM=3160
Jul 11 22:15:28 megalex (udev-worker)[364]: device:49: Device processed (SEQNUM=3155, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:16: Device is queued (SEQNUM=3162, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:49: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4b: Device ready for processing (SEQNUM=3158, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4b: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:15: SEQNUM=3159 blocked by SEQNUM=3158
Jul 11 22:15:28 megalex (udev-worker)[422]: device:4b: Processing device (SEQNUM=3158, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:16: SEQNUM=3162 blocked by SEQNUM=3160
Jul 11 22:15:28 megalex (udev-worker)[379]: device:4c: Device processed (SEQNUM=3160, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4e: Device is queued (SEQNUM=3163, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:4c: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:14: Device ready for processing (SEQNUM=3156, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:14: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4e: Device ready for processing (SEQNUM=3163, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:14: Processing device (SEQNUM=3156, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4e: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: device:4e: Processing device (SEQNUM=3163, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:14: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup10: Device is queued (SEQNUM=3164, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:14: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4d: Device ready for processing (SEQNUM=3161, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4d: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: device:4d: Processing device (SEQNUM=3161, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:16: SEQNUM=3162 blocked by SEQNUM=3161
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup10: SEQNUM=3164 blocked by SEQNUM=3163
Jul 11 22:15:28 megalex (udev-worker)[422]: device:4b: Device processed (SEQNUM=3158, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4f: Device is queued (SEQNUM=3165, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:4b: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4f: Device ready for processing (SEQNUM=3165, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:4e: Device processed (SEQNUM=3163, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:14: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[369]: device:4f: Processing device (SEQNUM=3165, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:4e: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:4f: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:14: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:14' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:48/device:49/LNXPOWER:14'.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup12: Device is queued (SEQNUM=3166, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:14: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[379]: device:4d: Device processed (SEQNUM=3161, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:15: Device ready for processing (SEQNUM=3159, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[379]: device:4d: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:15: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:15: Processing device (SEQNUM=3159, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup10: Device ready for processing (SEQNUM=3164, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: device:4f: Device processed (SEQNUM=3165, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup10: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:15: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[425]: wakeup10: Processing device (SEQNUM=3164, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex (udev-worker)[369]: device:4f: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup12: SEQNUM=3166 blocked by SEQNUM=3165
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:15: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:14: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:14' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:48/device:49/LNXPOWER:14'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:50: Device is queued (SEQNUM=3167, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:14: Device processed (SEQNUM=3156, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:16: Device ready for processing (SEQNUM=3162, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXPOWER:14: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:16: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:16: Processing device (SEQNUM=3162, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup12: Device ready for processing (SEQNUM=3166, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:16: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup12: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:16: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 22:15:28 megalex (udev-worker)[369]: wakeup12: Processing device (SEQNUM=3166, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:50: Device ready for processing (SEQNUM=3167, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: device:50: Processing device (SEQNUM=3167, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:50: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup13: Device is queued (SEQNUM=3168, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:15: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup13: SEQNUM=3168 blocked by SEQNUM=3167
Jul 11 22:15:28 megalex (udev-worker)[425]: wakeup10: Device processed (SEQNUM=3164, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:51: Device is queued (SEQNUM=3169, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: wakeup10: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:15: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:15' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4a/device:4b/LNXPOWER:15'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:51: Device ready for processing (SEQNUM=3169, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:16: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:15: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: device:51: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:52: Device is queued (SEQNUM=3170, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: wakeup12: Device processed (SEQNUM=3166, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[375]: device:50: Device processed (SEQNUM=3167, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:51: Processing device (SEQNUM=3169, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:52: SEQNUM=3170 blocked by SEQNUM=3169
Jul 11 22:15:28 megalex (udev-worker)[422]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex (udev-worker)[369]: wakeup12: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: device:50: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:53: Device is queued (SEQNUM=3171, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:16: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:16' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4c/device:4d/LNXPOWER:16'.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:15: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:15' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4a/device:4b/LNXPOWER:15'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:53: SEQNUM=3171 blocked by SEQNUM=3169
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:16: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:15: Device processed (SEQNUM=3159, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:54: Device is queued (SEQNUM=3172, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: Loading module: acpi:LNXPOWER:
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:15: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup13: Device ready for processing (SEQNUM=3168, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:51: Device processed (SEQNUM=3169, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup13: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: wakeup13: Processing device (SEQNUM=3168, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:51: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:54: SEQNUM=3172 blocked by SEQNUM=3169
Jul 11 22:15:28 megalex (udev-worker)[379]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 22:15:28 megalex systemd-udevd[353]: device:55: Device is queued (SEQNUM=3173, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:16: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:16' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4c/device:4d/LNXPOWER:16'.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:52: Device ready for processing (SEQNUM=3170, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:16: Device processed (SEQNUM=3162, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:52: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: device:52: Processing device (SEQNUM=3170, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXPOWER:16: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:53: SEQNUM=3171 blocked by SEQNUM=3170
Jul 11 22:15:28 megalex systemd-udevd[353]: device:54: SEQNUM=3172 blocked by SEQNUM=3170
Jul 11 22:15:28 megalex systemd-udevd[353]: device:55: SEQNUM=3173 blocked by SEQNUM=3170
Jul 11 22:15:28 megalex systemd-udevd[353]: device:56: Device is queued (SEQNUM=3174, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:56: SEQNUM=3174 blocked by SEQNUM=3170
Jul 11 22:15:28 megalex (udev-worker)[425]: wakeup13: Device processed (SEQNUM=3168, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:57: Device is queued (SEQNUM=3175, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: wakeup13: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:57: SEQNUM=3175 blocked by SEQNUM=3170
Jul 11 22:15:28 megalex systemd-udevd[353]: device:58: Device is queued (SEQNUM=3176, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:58: SEQNUM=3176 blocked by SEQNUM=3170
Jul 11 22:15:28 megalex systemd-udevd[353]: device:59: Device is queued (SEQNUM=3177, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:59: SEQNUM=3177 blocked by SEQNUM=3170
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5a: Device is queued (SEQNUM=3178, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5a: SEQNUM=3178 blocked by SEQNUM=3170
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5b: Device is queued (SEQNUM=3179, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5b: SEQNUM=3179 blocked by SEQNUM=3170
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5c: Device is queued (SEQNUM=3180, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5c: SEQNUM=3180 blocked by SEQNUM=3170
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5d: Device is queued (SEQNUM=3181, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5d: SEQNUM=3181 blocked by SEQNUM=3170
Jul 11 22:15:28 megalex (udev-worker)[422]: device:52: Device processed (SEQNUM=3170, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5e: Device is queued (SEQNUM=3182, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:52: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5e: SEQNUM=3182 blocked by SEQNUM=3170
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5f: Device is queued (SEQNUM=3183, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:53: Device ready for processing (SEQNUM=3171, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:53: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:54: Device ready for processing (SEQNUM=3172, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:53: Processing device (SEQNUM=3171, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:54: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:54: Processing device (SEQNUM=3172, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:55: Device ready for processing (SEQNUM=3173, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:55: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:56: Device ready for processing (SEQNUM=3174, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:55: Processing device (SEQNUM=3173, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:56: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: device:56: Processing device (SEQNUM=3174, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:57: Device ready for processing (SEQNUM=3175, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:57: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:58: Device ready for processing (SEQNUM=3176, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: device:58: Processing device (SEQNUM=3176, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:54: Device processed (SEQNUM=3172, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:54: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: device:53: Device processed (SEQNUM=3171, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:55: Device processed (SEQNUM=3173, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:53: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: device:55: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: device:56: Device processed (SEQNUM=3174, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:56: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:58: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:59: Device ready for processing (SEQNUM=3177, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:59: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5a: Device ready for processing (SEQNUM=3178, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: device:59: Processing device (SEQNUM=3177, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: device:58: Device processed (SEQNUM=3176, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: device:58: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: device:57: Processing device (SEQNUM=3175, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 426.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5a: Worker [426] is forked for processing SEQNUM=3178.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5b: Device ready for processing (SEQNUM=3179, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[426]: device:5a: Processing device (SEQNUM=3178, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 427.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5b: Worker [427] is forked for processing SEQNUM=3179.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5c: Device ready for processing (SEQNUM=3180, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: device:5b: Processing device (SEQNUM=3179, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: device:57: Device processed (SEQNUM=3175, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: device:59: Device processed (SEQNUM=3177, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: device:57: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: device:59: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 428.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5c: Worker [428] is forked for processing SEQNUM=3180.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5d: Device ready for processing (SEQNUM=3181, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: device:5c: Processing device (SEQNUM=3180, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 429.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5d: Worker [429] is forked for processing SEQNUM=3181.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5e: Device ready for processing (SEQNUM=3182, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[426]: device:5a: Device processed (SEQNUM=3178, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[426]: device:5a: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: device:5d: Processing device (SEQNUM=3181, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 430.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5e: Worker [430] is forked for processing SEQNUM=3182.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5f: Device ready for processing (SEQNUM=3183, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: device:5b: Device processed (SEQNUM=3179, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: device:5b: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: device:5e: Processing device (SEQNUM=3182, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 431.
Jul 11 22:15:28 megalex (udev-worker)[428]: device:5c: Device processed (SEQNUM=3180, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: device:5c: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:5f: Worker [431] is forked for processing SEQNUM=3183.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:60: Device is queued (SEQNUM=3184, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: device:5f: Processing device (SEQNUM=3183, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:60: Device ready for processing (SEQNUM=3184, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:60: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:61: Device is queued (SEQNUM=3185, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:61: Device ready for processing (SEQNUM=3185, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:61: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:62: Device is queued (SEQNUM=3186, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:62: Device ready for processing (SEQNUM=3186, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:62: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: device:62: Processing device (SEQNUM=3186, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:63: Device is queued (SEQNUM=3187, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:63: Device ready for processing (SEQNUM=3187, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:63: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:64: Device is queued (SEQNUM=3188, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:64: Device ready for processing (SEQNUM=3188, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:64: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: device:5d: Device processed (SEQNUM=3181, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:65: Device is queued (SEQNUM=3189, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:65: Device ready for processing (SEQNUM=3189, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: device:5d: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:65: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:66: Device is queued (SEQNUM=3190, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:66: Device ready for processing (SEQNUM=3190, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:66: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: device:61: Processing device (SEQNUM=3185, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: device:5e: Device processed (SEQNUM=3182, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:67: Device is queued (SEQNUM=3191, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: device:5e: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:67: Device ready for processing (SEQNUM=3191, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:63: Processing device (SEQNUM=3187, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: device:67: Processing device (SEQNUM=3191, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:65: Processing device (SEQNUM=3189, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:60: Processing device (SEQNUM=3184, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: device:5f: Device processed (SEQNUM=3183, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: device:62: Device processed (SEQNUM=3186, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:64: Processing device (SEQNUM=3188, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: device:62: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: device:67: Device processed (SEQNUM=3191, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:64: Device processed (SEQNUM=3188, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: device:61: Device processed (SEQNUM=3185, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: device:5f: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:67: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:68: Device is queued (SEQNUM=3192, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:68: Device ready for processing (SEQNUM=3192, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:65: Device processed (SEQNUM=3189, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: device:67: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:63: Device processed (SEQNUM=3187, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:64: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: device:61: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: device:66: Processing device (SEQNUM=3190, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:68: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: device:65: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: device:68: Processing device (SEQNUM=3192, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:60: Device processed (SEQNUM=3184, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:60: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:69: Device is queued (SEQNUM=3193, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:69: Device ready for processing (SEQNUM=3193, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:69: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: device:69: Processing device (SEQNUM=3193, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6a: Device is queued (SEQNUM=3194, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6a: Device ready for processing (SEQNUM=3194, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6a: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: device:6a: Processing device (SEQNUM=3194, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6b: Device is queued (SEQNUM=3195, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:63: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6b: Device ready for processing (SEQNUM=3195, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6b: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: device:6b: Processing device (SEQNUM=3195, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6c: Device is queued (SEQNUM=3196, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: device:68: Device processed (SEQNUM=3192, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6c: Device ready for processing (SEQNUM=3196, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: device:68: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: device:66: Device processed (SEQNUM=3190, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6c: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup2: Device is queued (SEQNUM=3197, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: device:66: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: device:69: Device processed (SEQNUM=3193, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:6c: Processing device (SEQNUM=3196, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup2: Device ready for processing (SEQNUM=3197, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:69: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: device:6a: Device processed (SEQNUM=3194, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup2: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: wakeup2: Processing device (SEQNUM=3197, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: device:6a: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6d: Device is queued (SEQNUM=3198, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: device:6b: Device processed (SEQNUM=3195, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6d: Device ready for processing (SEQNUM=3198, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: device:6b: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6d: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: device:6d: Processing device (SEQNUM=3198, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6e: Device is queued (SEQNUM=3199, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:6c: Device processed (SEQNUM=3196, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6e: Device ready for processing (SEQNUM=3199, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:6c: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6e: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup11: Device is queued (SEQNUM=3200, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: wakeup2: Device processed (SEQNUM=3197, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: device:6e: Processing device (SEQNUM=3199, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup11: SEQNUM=3200 blocked by SEQNUM=3199
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6f: Device is queued (SEQNUM=3201, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: wakeup2: sd-device-monitor(worker): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6f: Device ready for processing (SEQNUM=3201, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: device:6f: Processing device (SEQNUM=3201, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:6f: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: device:6d: Device processed (SEQNUM=3198, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:70: Device is queued (SEQNUM=3202, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:6d: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:70: SEQNUM=3202 blocked by SEQNUM=3201
Jul 11 22:15:28 megalex systemd-udevd[353]: device:71: Device is queued (SEQNUM=3203, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:71: SEQNUM=3203 blocked by SEQNUM=3201
Jul 11 22:15:28 megalex systemd-udevd[353]: device:72: Device is queued (SEQNUM=3204, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: device:6e: Device processed (SEQNUM=3199, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:72: SEQNUM=3204 blocked by SEQNUM=3201
Jul 11 22:15:28 megalex (udev-worker)[427]: device:6e: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:73: Device is queued (SEQNUM=3205, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:73: SEQNUM=3205 blocked by SEQNUM=3201
Jul 11 22:15:28 megalex systemd-udevd[353]: device:74: Device is queued (SEQNUM=3206, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup11: Device ready for processing (SEQNUM=3200, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup11: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: wakeup11: Processing device (SEQNUM=3200, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:74: SEQNUM=3206 blocked by SEQNUM=3201
Jul 11 22:15:28 megalex systemd-udevd[353]: device:75: Device is queued (SEQNUM=3207, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: device:6f: Device processed (SEQNUM=3201, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:75: SEQNUM=3207 blocked by SEQNUM=3201
Jul 11 22:15:28 megalex (udev-worker)[429]: device:6f: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:76: Device is queued (SEQNUM=3208, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:76: SEQNUM=3208 blocked by SEQNUM=3201
Jul 11 22:15:28 megalex systemd-udevd[353]: device:77: Device is queued (SEQNUM=3209, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:70: Device ready for processing (SEQNUM=3202, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:70: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:71: Device ready for processing (SEQNUM=3203, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: device:70: Processing device (SEQNUM=3202, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:71: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: device:71: Processing device (SEQNUM=3203, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:72: Device ready for processing (SEQNUM=3204, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:72: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:73: Device ready for processing (SEQNUM=3205, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: device:72: Processing device (SEQNUM=3204, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: wakeup11: Device processed (SEQNUM=3200, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:73: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: device:73: Processing device (SEQNUM=3205, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: wakeup11: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:74: Device ready for processing (SEQNUM=3206, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:74: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:74: Processing device (SEQNUM=3206, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:75: Device ready for processing (SEQNUM=3207, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: device:70: Device processed (SEQNUM=3202, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:75: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: device:71: Device processed (SEQNUM=3203, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: device:70: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: device:75: Processing device (SEQNUM=3207, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:76: Device ready for processing (SEQNUM=3208, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: device:71: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:76: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: device:72: Device processed (SEQNUM=3204, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:76: Processing device (SEQNUM=3208, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:77: Device ready for processing (SEQNUM=3209, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: device:77: Processing device (SEQNUM=3209, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:77: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: device:74: Device processed (SEQNUM=3206, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: device:72: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: device:73: Device processed (SEQNUM=3205, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:78: Device is queued (SEQNUM=3210, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: device:74: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: device:73: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:78: Device ready for processing (SEQNUM=3210, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:75: Device processed (SEQNUM=3207, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:78: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:79: Device is queued (SEQNUM=3211, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: device:75: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: device:78: Processing device (SEQNUM=3210, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:79: Device ready for processing (SEQNUM=3211, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:79: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: device:79: Processing device (SEQNUM=3211, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7a: Device is queued (SEQNUM=3212, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:76: Device processed (SEQNUM=3208, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: device:77: Device processed (SEQNUM=3209, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7a: Device ready for processing (SEQNUM=3212, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: device:76: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: device:77: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7a: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: device:7a: Processing device (SEQNUM=3212, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7b: Device is queued (SEQNUM=3213, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7b: Device ready for processing (SEQNUM=3213, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: device:7b: Processing device (SEQNUM=3213, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7b: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: device:78: Device processed (SEQNUM=3210, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup4: Device is queued (SEQNUM=3214, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:78: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup4: Device ready for processing (SEQNUM=3214, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup4: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: wakeup4: Processing device (SEQNUM=3214, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7c: Device is queued (SEQNUM=3215, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: device:79: Device processed (SEQNUM=3211, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7c: Device ready for processing (SEQNUM=3215, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: device:79: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: device:7a: Device processed (SEQNUM=3212, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: device:7b: Device processed (SEQNUM=3213, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:7c: Processing device (SEQNUM=3215, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: device:7a: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7c: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: device:7b: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7d: Device is queued (SEQNUM=3216, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7d: Device ready for processing (SEQNUM=3216, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7d: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: wakeup4: Device processed (SEQNUM=3214, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: device:7d: Processing device (SEQNUM=3216, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7e: Device is queued (SEQNUM=3217, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: wakeup4: sd-device-monitor(worker): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7e: Device ready for processing (SEQNUM=3217, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7e: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: device:7e: Processing device (SEQNUM=3217, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup3: Device is queued (SEQNUM=3218, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: device:7c: Device processed (SEQNUM=3215, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup3: SEQNUM=3218 blocked by SEQNUM=3217
Jul 11 22:15:28 megalex (udev-worker)[422]: device:7c: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7f: Device is queued (SEQNUM=3219, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7f: Device ready for processing (SEQNUM=3219, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device:7f: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: device:7f: Processing device (SEQNUM=3219, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup16: Device is queued (SEQNUM=3220, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup16: Device ready for processing (SEQNUM=3220, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup16: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: wakeup16: Processing device (SEQNUM=3220, ACTION=add)
Jul 11 22:15:28 megalex mtp-probe[432]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10"
Jul 11 22:15:28 megalex (udev-worker)[427]: device:7e: Device processed (SEQNUM=3217, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup19: Device is queued (SEQNUM=3221, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: device:7d: Device processed (SEQNUM=3216, ACTION=add)
Jul 11 22:15:28 megalex mtp-probe[432]: bus: 1, device: 4 was not an MTP device
Jul 11 22:15:28 megalex (udev-worker)[427]: device:7e: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup19: Device ready for processing (SEQNUM=3221, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: device:7d: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup19: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: wakeup19: Processing device (SEQNUM=3221, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0D:00: Device is queued (SEQNUM=3222, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup3: Device ready for processing (SEQNUM=3218, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: device:7f: Device processed (SEQNUM=3219, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup3: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: wakeup3: Processing device (SEQNUM=3218, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: device:7f: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0D:00: Device ready for processing (SEQNUM=3222, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: wakeup16: Device processed (SEQNUM=3220, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0D:00: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup18: Device is queued (SEQNUM=3223, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: wakeup16: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0D:00: Processing device (SEQNUM=3222, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup18: Device ready for processing (SEQNUM=3223, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup18: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: wakeup18: Processing device (SEQNUM=3223, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: wakeup19: Device processed (SEQNUM=3221, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:00: Device is queued (SEQNUM=3224, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: wakeup19: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:00: Device ready for processing (SEQNUM=3224, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:00: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0F:00: Processing device (SEQNUM=3224, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:01: Device is queued (SEQNUM=3225, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0D:00: Device processed (SEQNUM=3222, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0F:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:01: Device ready for processing (SEQNUM=3225, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0D:00: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0F:00: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 22:15:28 megalex (udev-worker)[429]: wakeup18: Device processed (SEQNUM=3223, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:01: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: PNP0C0F:01: Processing device (SEQNUM=3225, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: wakeup3: Device processed (SEQNUM=3218, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: wakeup18: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0F:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:02: Device is queued (SEQNUM=3226, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: PNP0C0F:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[430]: wakeup3: sd-device-monitor(worker): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:02: Device ready for processing (SEQNUM=3226, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: PNP0C0F:01: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:02: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0F:02: Processing device (SEQNUM=3226, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0F:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:03: Device is queued (SEQNUM=3227, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0F:02: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[428]: PNP0C0F:01: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:03: Device ready for processing (SEQNUM=3227, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:03: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0F:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:00'.
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0F:02: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 22:15:28 megalex (udev-worker)[430]: PNP0C0F:03: Processing device (SEQNUM=3227, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:04: Device is queued (SEQNUM=3228, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0F:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:04: Device ready for processing (SEQNUM=3228, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: PNP0C0F:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0F:02: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[422]: Loading module: acpi:PNP0C0F:
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:04: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: PNP0C0F:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:01'.
Jul 11 22:15:28 megalex (udev-worker)[429]: PNP0C0F:04: Processing device (SEQNUM=3228, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:05: Device is queued (SEQNUM=3229, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: PNP0C0F:03: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[428]: PNP0C0F:01: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:05: Device ready for processing (SEQNUM=3229, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: PNP0C0F:04: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0F:02: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[422]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 22:15:28 megalex (udev-worker)[430]: PNP0C0F:03: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 22:15:28 megalex (udev-worker)[428]: Loading module: acpi:PNP0C0F:
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:05: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:06: Device is queued (SEQNUM=3230, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: PNP0C0F:04: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0F:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:00'.
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0F:02: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:02'.
Jul 11 22:15:28 megalex (udev-worker)[430]: PNP0C0F:03: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C0F:05: Processing device (SEQNUM=3229, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:06: Device ready for processing (SEQNUM=3230, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0F:00: Device processed (SEQNUM=3224, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0F:02: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[429]: PNP0C0F:04: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[428]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C0F:05: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:06: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: PNP0C0F:06: Processing device (SEQNUM=3230, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0F:00: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: Loading module: acpi:PNP0C0F:
Jul 11 22:15:28 megalex (udev-worker)[429]: PNP0C0F:04: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C0F:05: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 22:15:28 megalex (udev-worker)[428]: PNP0C0F:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:01'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:07: Device is queued (SEQNUM=3231, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: PNP0C0F:06: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[430]: PNP0C0F:03: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[428]: PNP0C0F:01: Device processed (SEQNUM=3225, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:07: Device ready for processing (SEQNUM=3231, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C0F:05: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[379]: PNP0C0F:06: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 22:15:28 megalex (udev-worker)[429]: PNP0C0F:04: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:04'.
Jul 11 22:15:28 megalex (udev-worker)[427]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 22:15:28 megalex (udev-worker)[428]: PNP0C0F:01: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0F:07: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0F:07: Processing device (SEQNUM=3231, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: PNP0C0F:03: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:03'.
Jul 11 22:15:28 megalex (udev-worker)[429]: PNP0C0F:04: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[379]: PNP0C0F:06: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0F:02: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:02'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:01: Device is queued (SEQNUM=3232, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C0F:05: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0F:07: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[430]: PNP0C0F:03: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[429]: Loading module: acpi:PNP0C0F:
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0F:02: Device processed (SEQNUM=3226, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:01: Device ready for processing (SEQNUM=3232, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C14:01: Processing device (SEQNUM=3232, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C14:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[379]: PNP0C0F:06: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C0F:05: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:05'.
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0F:02: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:01: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0F:07: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 22:15:28 megalex (udev-worker)[430]: Loading module: acpi:PNP0C0F:
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C14:01: hwdb modalias key: "acpi:PNP0C14:"
Jul 11 22:15:28 megalex (udev-worker)[429]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C0F:05: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[379]: PNP0C0F:06: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:06'.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup26: Device is queued (SEQNUM=3233, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0F:07: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[364]: Loading module: acpi:PNP0C0F:
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C14:01: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[429]: PNP0C0F:04: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:04'.
Jul 11 22:15:28 megalex (udev-worker)[379]: PNP0C0F:06: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup26: SEQNUM=3233 blocked by SEQNUM=3232
Jul 11 22:15:28 megalex (udev-worker)[430]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 22:15:28 megalex (udev-worker)[429]: PNP0C0F:04: Device processed (SEQNUM=3228, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C14:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[364]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C31:00: Device is queued (SEQNUM=3234, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C14:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C14:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:01'.
Jul 11 22:15:28 megalex (udev-worker)[429]: PNP0C0F:04: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0F:07: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[379]: Loading module: acpi:PNP0C0F:
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C0F:05: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:05'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C31:00: Device ready for processing (SEQNUM=3234, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: PNP0C0F:03: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:03'.
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C14:01: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C0F:05: Device processed (SEQNUM=3229, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0F:07: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:07' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:07'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C31:00: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: PNP0C0F:03: Device processed (SEQNUM=3227, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C31:00: Processing device (SEQNUM=3234, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: Loading module: acpi:PNP0C14:
Jul 11 22:15:28 megalex (udev-worker)[379]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 22:15:28 megalex (udev-worker)[364]: PNP0C0F:05: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0F:07: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXSYBUS:01: Device is queued (SEQNUM=3235, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: PNP0C0F:03: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: PNP0C0F:06: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:06'.
Jul 11 22:15:28 megalex (udev-worker)[425]: Loading module: acpi:PNP0C0F:
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXSYBUS:01: Device ready for processing (SEQNUM=3235, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: Module 'wmi' is already loaded
Jul 11 22:15:28 megalex (udev-worker)[379]: PNP0C0F:06: Device processed (SEQNUM=3230, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXSYBUS:01: sd-device-monitor(manager): Passed 205 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: LNXSYBUS:01: Processing device (SEQNUM=3235, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C14:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C14:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:01'.
Jul 11 22:15:28 megalex (udev-worker)[379]: PNP0C0F:06: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:17: Device is queued (SEQNUM=3236, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:17: SEQNUM=3236 blocked by SEQNUM=3235
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C14:01: Device processed (SEQNUM=3232, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C31:00: Device processed (SEQNUM=3234, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0F:07: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:07' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:07'.
Jul 11 22:15:28 megalex (udev-worker)[429]: LNXSYBUS:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:18: Device is queued (SEQNUM=3237, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C14:01: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C31:00: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0F:07: Device processed (SEQNUM=3231, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: LNXSYBUS:01: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:18: SEQNUM=3237 blocked by SEQNUM=3235
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0F:07: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:19: Device is queued (SEQNUM=3238, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup26: Device ready for processing (SEQNUM=3233, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup26: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: wakeup26: Processing device (SEQNUM=3233, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:19: SEQNUM=3238 blocked by SEQNUM=3235
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:1a: Device is queued (SEQNUM=3239, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: LNXSYBUS:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:1a: SEQNUM=3239 blocked by SEQNUM=3235
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:1b: Device is queued (SEQNUM=3240, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: LNXSYBUS:01: sd-device: Created database file '/run/udev/data/+acpi:LNXSYBUS:01' for '/devices/LNXSYSTM:00/LNXSYBUS:01'.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:1b: SEQNUM=3240 blocked by SEQNUM=3235
Jul 11 22:15:28 megalex (udev-worker)[429]: LNXSYBUS:01: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXTHERM:00: Device is queued (SEQNUM=3241, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: Loading module: acpi:LNXSYBUS:
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXTHERM:00: SEQNUM=3241 blocked by SEQNUM=3235
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXTHERM:01: Device is queued (SEQNUM=3242, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXTHERM:01: SEQNUM=3242 blocked by SEQNUM=3235
Jul 11 22:15:28 megalex (udev-worker)[422]: wakeup26: Device processed (SEQNUM=3233, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:00: Device is queued (SEQNUM=3243, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: wakeup26: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:00: SEQNUM=3243 blocked by SEQNUM=3235
Jul 11 22:15:28 megalex (udev-worker)[429]: Failed to find module 'acpi:LNXSYBUS:'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:01: Device is queued (SEQNUM=3244, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: LNXSYBUS:01: sd-device: Created database file '/run/udev/data/+acpi:LNXSYBUS:01' for '/devices/LNXSYSTM:00/LNXSYBUS:01'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:01: SEQNUM=3244 blocked by SEQNUM=3235
Jul 11 22:15:28 megalex (udev-worker)[429]: LNXSYBUS:01: Device processed (SEQNUM=3235, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:02: Device is queued (SEQNUM=3245, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: LNXSYBUS:01: sd-device-monitor(worker): Passed 250 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:02: SEQNUM=3245 blocked by SEQNUM=3235
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:03: Device is queued (SEQNUM=3246, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:17: Device ready for processing (SEQNUM=3236, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:17: sd-device-monitor(manager): Passed 203 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:17: Processing device (SEQNUM=3236, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:18: Device ready for processing (SEQNUM=3237, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:18: sd-device-monitor(manager): Passed 203 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: LNXPOWER:18: Processing device (SEQNUM=3237, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:19: Device ready for processing (SEQNUM=3238, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:19: sd-device-monitor(manager): Passed 203 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:1a: Device ready for processing (SEQNUM=3239, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: LNXPOWER:19: Processing device (SEQNUM=3238, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:17: Device processed (SEQNUM=3236, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:1a: sd-device-monitor(manager): Passed 203 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: LNXPOWER:1a: Processing device (SEQNUM=3239, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: LNXPOWER:17: sd-device-monitor(worker): Passed 203 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:1b: Device ready for processing (SEQNUM=3240, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXPOWER:1b: sd-device-monitor(manager): Passed 203 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXTHERM:00: Device ready for processing (SEQNUM=3241, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: LNXPOWER:1b: Processing device (SEQNUM=3240, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXTHERM:00: sd-device-monitor(manager): Passed 232 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXTHERM:00: Processing device (SEQNUM=3241, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: LNXPOWER:18: Device processed (SEQNUM=3237, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXTHERM:01: Device ready for processing (SEQNUM=3242, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXTHERM:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[430]: LNXPOWER:18: sd-device-monitor(worker): Passed 203 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: LNXPOWER:1a: Device processed (SEQNUM=3239, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXTHERM:01: Processing device (SEQNUM=3242, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXTHERM:00: hwdb modalias key: "acpi:LNXTHERM:"
Jul 11 22:15:28 megalex systemd-udevd[353]: LNXTHERM:01: sd-device-monitor(manager): Passed 232 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: LNXPOWER:1a: sd-device-monitor(worker): Passed 203 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: LNXPOWER:19: Device processed (SEQNUM=3238, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXTHERM:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:00: Device ready for processing (SEQNUM=3243, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0B:00: Processing device (SEQNUM=3243, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: LNXPOWER:19: sd-device-monitor(worker): Passed 203 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXTHERM:01: hwdb modalias key: "acpi:LNXTHERM:"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:00: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: LNXPOWER:1b: Device processed (SEQNUM=3240, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0B:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXTHERM:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:01: Device ready for processing (SEQNUM=3244, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: LNXPOWER:1b: sd-device-monitor(worker): Passed 203 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0B:00: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:01: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:01: Processing device (SEQNUM=3244, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXTHERM:00: sd-device: Created database file '/run/udev/data/+acpi:LNXTHERM:00' for '/devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:02: Device ready for processing (SEQNUM=3245, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXTHERM:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0B:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXTHERM:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:02: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: PNP0C0B:02: Processing device (SEQNUM=3245, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: Loading module: acpi:LNXTHERM:
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:01: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXTHERM:01: sd-device: Created database file '/run/udev/data/+acpi:LNXTHERM:01' for '/devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:01'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:03: Device ready for processing (SEQNUM=3246, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0B:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[375]: PNP0C0B:02: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXTHERM:01: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:03: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:01: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[426]: PNP0C0B:03: Processing device (SEQNUM=3246, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: Failed to find module 'acpi:LNXTHERM:'
Jul 11 22:15:28 megalex (udev-worker)[375]: PNP0C0B:02: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0B:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:00' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:00'.
Jul 11 22:15:28 megalex (udev-worker)[379]: Loading module: acpi:LNXTHERM:
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:04: Device is queued (SEQNUM=3247, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[426]: PNP0C0B:03: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXTHERM:00: sd-device: Created database file '/run/udev/data/+acpi:LNXTHERM:00' for '/devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:00'.
Jul 11 22:15:28 megalex (udev-worker)[375]: PNP0C0B:02: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0B:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:04: Device ready for processing (SEQNUM=3247, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[426]: PNP0C0B:03: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXTHERM:00: Device processed (SEQNUM=3241, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: Failed to find module 'acpi:LNXTHERM:'
Jul 11 22:15:28 megalex (udev-worker)[425]: Loading module: acpi:PNP0C0B:
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:04: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0B:04: Processing device (SEQNUM=3247, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: PNP0C0B:02: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:01' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:01'.
Jul 11 22:15:28 megalex (udev-worker)[364]: LNXTHERM:00: sd-device-monitor(worker): Passed 277 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXTHERM:01: sd-device: Created database file '/run/udev/data/+acpi:LNXTHERM:01' for '/devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:01'.
Jul 11 22:15:28 megalex (udev-worker)[426]: PNP0C0B:03: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex systemd-udevd[353]: breakpoint: Device is queued (SEQNUM=3248, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0B:04: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:01: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[425]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 22:15:28 megalex (udev-worker)[375]: PNP0C0B:02: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:02' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:02'.
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXTHERM:01: Device processed (SEQNUM=3242, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: breakpoint: Device ready for processing (SEQNUM=3248, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[426]: PNP0C0B:03: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[369]: Loading module: acpi:PNP0C0B:
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0B:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:00' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:00'.
Jul 11 22:15:28 megalex (udev-worker)[375]: PNP0C0B:02: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[379]: LNXTHERM:01: sd-device-monitor(worker): Passed 277 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: breakpoint: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 22:15:28 megalex (udev-worker)[430]: breakpoint: Processing device (SEQNUM=3248, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0B:00: Device processed (SEQNUM=3243, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: Loading module: acpi:PNP0C0B:
Jul 11 22:15:28 megalex (udev-worker)[426]: PNP0C0B:03: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:03' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:03'.
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0B:04: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu: Device is queued (SEQNUM=3249, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:01' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:01'.
Jul 11 22:15:28 megalex (udev-worker)[425]: PNP0C0B:00: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[426]: PNP0C0B:03: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu: Device ready for processing (SEQNUM=3249, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:01: Device processed (SEQNUM=3244, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0B:04: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 22:15:28 megalex (udev-worker)[375]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 22:15:28 megalex (udev-worker)[426]: Loading module: acpi:PNP0C0B:
Jul 11 22:15:28 megalex (udev-worker)[430]: breakpoint: Device processed (SEQNUM=3248, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: cpu: Processing device (SEQNUM=3249, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:01: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: PNP0C0B:02: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:02' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:02'.
Jul 11 22:15:28 megalex (udev-worker)[430]: breakpoint: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: reg-dummy: Device is queued (SEQNUM=3250, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0B:04: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[426]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 22:15:28 megalex (udev-worker)[375]: PNP0C0B:02: Device processed (SEQNUM=3245, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: reg-dummy: Device ready for processing (SEQNUM=3250, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[426]: PNP0C0B:03: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:03' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:03'.
Jul 11 22:15:28 megalex (udev-worker)[375]: PNP0C0B:02: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0B:04: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:04' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:04'.
Jul 11 22:15:28 megalex systemd-udevd[353]: reg-dummy: sd-device-monitor(manager): Passed 191 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: reg-dummy: Processing device (SEQNUM=3250, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[426]: PNP0C0B:03: Device processed (SEQNUM=3246, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: cpu: Device processed (SEQNUM=3249, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0B:04: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: regulator.0: Device is queued (SEQNUM=3251, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[426]: PNP0C0B:03: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: cpu: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: Loading module: acpi:PNP0C0B:
Jul 11 22:15:28 megalex systemd-udevd[353]: regulator.0: SEQNUM=3251 blocked by SEQNUM=3250
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_pt: Device is queued (SEQNUM=3252, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: reg-dummy: Device processed (SEQNUM=3250, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_pt: Device ready for processing (SEQNUM=3252, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: intel_pt: Processing device (SEQNUM=3252, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_pt: sd-device-monitor(manager): Passed 174 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: kprobe: Device is queued (SEQNUM=3253, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0B:04: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:04' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:04'.
Jul 11 22:15:28 megalex (udev-worker)[430]: reg-dummy: sd-device-monitor(worker): Passed 191 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: kprobe: Device ready for processing (SEQNUM=3253, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0B:04: Device processed (SEQNUM=3247, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: PNP0C0B:04: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: kprobe: Processing device (SEQNUM=3253, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: kprobe: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: intel_pt: Device processed (SEQNUM=3252, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: msr: Device is queued (SEQNUM=3254, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: intel_pt: sd-device-monitor(worker): Passed 174 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: regulator.0: Device ready for processing (SEQNUM=3251, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: regulator.0: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: msr: Device ready for processing (SEQNUM=3254, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: msr: Processing device (SEQNUM=3254, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: msr: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: regulator.0: Processing device (SEQNUM=3251, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: kprobe: Device processed (SEQNUM=3253, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:00.0: Device is queued (SEQNUM=3255, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: kprobe: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:00.0: Device ready for processing (SEQNUM=3255, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:00.0: sd-device-monitor(manager): Passed 327 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:00.0: Processing device (SEQNUM=3255, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:01.0: Device is queued (SEQNUM=3256, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: msr: Device processed (SEQNUM=3254, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:00.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:01.0: Device ready for processing (SEQNUM=3256, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: msr: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:00.0: hwdb modalias key: "pci:v00008086d0000591Fsv00001462sd00007A63bc06sc00i00"
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:01.0: sd-device-monitor(manager): Passed 343 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:01.0:pcie010: Device is queued (SEQNUM=3257, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: regulator.0: Device processed (SEQNUM=3251, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:01.0: Processing device (SEQNUM=3256, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:01.0:pcie010: SEQNUM=3257 blocked by SEQNUM=3256
Jul 11 22:15:28 megalex (udev-worker)[422]: regulator.0: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:01.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:01:00.0: Device is queued (SEQNUM=3258, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:01.0: hwdb modalias key: "pci:v00008086d00001901sv00001462sd00007A63bc06sc04i00"
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:01:00.0: SEQNUM=3258 blocked by SEQNUM=3256
Jul 11 22:15:28 megalex systemd-udevd[353]: efi-framebuffer.0: Device is queued (SEQNUM=3259, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: efi-framebuffer.0: SEQNUM=3259 blocked by SEQNUM=3256
Jul 11 22:15:28 megalex systemd-udevd[353]: fb0: Device is queued (SEQNUM=3260, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: fb0: SEQNUM=3260 blocked by SEQNUM=3256
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:01:00.1: Device is queued (SEQNUM=3261, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:01:00.1: SEQNUM=3261 blocked by SEQNUM=3256
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:01: Device is queued (SEQNUM=3262, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:01: SEQNUM=3262 blocked by SEQNUM=3256
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup1: Device is queued (SEQNUM=3263, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup1: SEQNUM=3263 blocked by SEQNUM=3256
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:08.0: Device is queued (SEQNUM=3264, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:08.0: Device ready for processing (SEQNUM=3264, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:08.0: sd-device-monitor(manager): Passed 327 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: 0000:00:08.0: Processing device (SEQNUM=3264, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-0:1.0: Device is queued (SEQNUM=3265, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: 0000:00:08.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-0:1.0: Device ready for processing (SEQNUM=3265, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: 0000:00:08.0: hwdb modalias key: "pci:v00008086d00001911sv00001462sd00007A63bc08sc80i00"
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-0:1.0: sd-device-monitor(manager): Passed 331 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: 1-0:1.0: Processing device (SEQNUM=3265, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10: Device is queued (SEQNUM=3266, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: 1-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10: Device ready for processing (SEQNUM=3266, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: 1-0:1.0: hwdb modalias key: "usb:v1D6Bp0002d0615dc09dsc00dp01ic09isc00ip00in00"
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:00.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10: sd-device-monitor(manager): Passed 324 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: Processing device (SEQNUM=3266, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: 1-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.0: Device is queued (SEQNUM=3267, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.0: SEQNUM=3267 blocked by SEQNUM=3266
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.1: Device is queued (SEQNUM=3268, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.1: SEQNUM=3268 blocked by SEQNUM=3266
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.2: Device is queued (SEQNUM=3269, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.2: SEQNUM=3269 blocked by SEQNUM=3266
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id'
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:00.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.3: Device is queued (SEQNUM=3270, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.3: SEQNUM=3270 blocked by SEQNUM=3266
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:01.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[422]: 0000:00:08.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: hwdb modalias key: "usb:v1BCFp28C4:1080P Webcam"
Jul 11 22:15:28 megalex systemd-udevd[353]: hidraw2: Device is queued (SEQNUM=3271, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:00.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:00.0' for '/devices/pci0000:00/0000:00:00.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: hidraw2: Device ready for processing (SEQNUM=3271, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[422]: 0000:00:08.0: /usr/lib/udev/rules.d/60-autosuspend.rules:12 Writing ATTR{'/sys/devices/pci0000:00/0000:00:08.0/power/control'}="auto".
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:00.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: hidraw2: sd-device-monitor(manager): Passed 276 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:01.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[364]: hidraw2: Processing device (SEQNUM=3271, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: 1-0:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664
Jul 11 22:15:28 megalex (udev-worker)[427]: Loading module: pci:v00008086d0000591Fsv00001462sd00007A63bc06sc00i00
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-6: Device is queued (SEQNUM=3272, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: hidraw2: /usr/lib/udev/rules.d/50-udev-default.rules:17 Importing properties from results of builtin command 'hwdb'
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:01.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:01.0' for '/devices/pci0000:00/0000:00:01.0'.
Jul 11 22:15:28 megalex (udev-worker)[422]: 0000:00:08.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: /usr/lib/udev/rules.d/60-vboxdrv.rules:6 RUN '/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers'
Jul 11 22:15:28 megalex (udev-worker)[364]: hidraw2: hwdb modalias key: "hid:b0003g0001v00001BCFp00000005"
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-6: SEQNUM=3272 blocked by SEQNUM=3009
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:01.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[430]: 1-0:1.0: sd-device: Created database file '/run/udev/data/+usb:1-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-0:1.0'.
Jul 11 22:15:28 megalex (udev-worker)[427]: Failed to find module 'pci:v00008086d0000591Fsv00001462sd00007A63bc06sc00i00'
Jul 11 22:15:28 megalex (udev-worker)[422]: 0000:00:08.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:08.0' for '/devices/pci0000:00/0000:00:08.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-6:1.0: Device is queued (SEQNUM=3273, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: Loading module: pci:v00008086d00001901sv00001462sd00007A63bc06sc04i00
Jul 11 22:15:28 megalex (udev-worker)[430]: 1-0:1.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[364]: hidraw2: hwdb modalias key: "usb:v1BCFp0005d0014dc00dsc00dp00ic03isc01ip02in00"
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: /usr/lib/udev/rules.d/69-libmtp.rules:34 Running PROGRAM="/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10 1 4"
Jul 11 22:15:28 megalex (udev-worker)[422]: 0000:00:08.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:00.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:00.0' for '/devices/pci0000:00/0000:00:00.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-6:1.0: SEQNUM=3273 blocked by SEQNUM=3009
Jul 11 22:15:28 megalex (udev-worker)[429]: Failed to find module 'pci:v00008086d00001901sv00001462sd00007A63bc06sc04i00'
Jul 11 22:15:28 megalex (udev-worker)[430]: Loading module: usb:v1D6Bp0002d0615dc09dsc00dp01ic09isc00ip00in00
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: Starting '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10 1 4'
Jul 11 22:15:28 megalex (udev-worker)[422]: Loading module: pci:v00008086d00001911sv00001462sd00007A63bc08sc80i00
Jul 11 22:15:28 megalex (udev-worker)[364]: hidraw2: /usr/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:00.0: Device processed (SEQNUM=3255, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host6: Device is queued (SEQNUM=3274, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:01.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:01.0' for '/devices/pci0000:00/0000:00:01.0'.
Jul 11 22:15:28 megalex (udev-worker)[428]: Successfully forked off '(spawn)' as PID 432.
Jul 11 22:15:28 megalex (udev-worker)[422]: Failed to find module 'pci:v00008086d00001911sv00001462sd00007A63bc08sc80i00'
Jul 11 22:15:28 megalex (udev-worker)[364]: hidraw2: Starting 'fido_id'
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:00.0: sd-device-monitor(worker): Passed 588 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: host6: SEQNUM=3274 blocked by SEQNUM=3009
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:01.0: Device processed (SEQNUM=3256, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: Failed to find module 'usb:v1D6Bp0002d0615dc09dsc00dp01ic09isc00ip00in00'
Jul 11 22:15:28 megalex (udev-worker)[422]: 0000:00:08.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:08.0' for '/devices/pci0000:00/0000:00:08.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: host6: Device is queued (SEQNUM=3275, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host6: SEQNUM=3275 blocked by SEQNUM=3272
Jul 11 22:15:28 megalex systemd-udevd[353]: hidraw0: Device is queued (SEQNUM=3276, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hidraw0: Device ready for processing (SEQNUM=3276, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: Successfully forked off '(spawn)' as PID 433.
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:01.0: sd-device-monitor(worker): Passed 632 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: 1-0:1.0: sd-device: Created database file '/run/udev/data/+usb:1-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-0:1.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: hidraw0: sd-device-monitor(manager): Passed 274 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: input5::capslock: Device is queued (SEQNUM=3277, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: hidraw0: Processing device (SEQNUM=3276, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: 1-0:1.0: Device processed (SEQNUM=3265, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: 0000:00:08.0: Device processed (SEQNUM=3264, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:01.0:pcie010: Device ready for processing (SEQNUM=3257, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: 1-0:1.0: sd-device-monitor(worker): Passed 631 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: hidraw0: /usr/lib/udev/rules.d/50-udev-default.rules:17 Importing properties from results of builtin command 'hwdb'
Jul 11 22:15:28 megalex (udev-worker)[422]: 0000:00:08.0: sd-device-monitor(worker): Passed 652 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:01.0:pcie010: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:01.0:pcie010: Processing device (SEQNUM=3257, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:01:00.0: Device ready for processing (SEQNUM=3258, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:01:00.0: sd-device-monitor(manager): Passed 340 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: 0000:01:00.0: Processing device (SEQNUM=3258, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: hidraw0: hwdb modalias key: "hid:b0003g0001v00000461p00000010"
Jul 11 22:15:28 megalex systemd-udevd[353]: efi-framebuffer.0: SEQNUM=3259 blocked by SEQNUM=3258
Jul 11 22:15:28 megalex (udev-worker)[379]: 0000:01:00.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex systemd-udevd[353]: fb0: SEQNUM=3260 blocked by SEQNUM=3258
Jul 11 22:15:28 megalex (udev-worker)[379]: 0000:01:00.0: hwdb modalias key: "pci:v000010DEd00001C81sv00001458sd0000372Bbc03sc00i00"
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:01:00.1: Device ready for processing (SEQNUM=3261, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: hidraw0: hwdb modalias key: "usb:v0461p0010d0110dc00dsc00dp00ic03isc01ip01in00"
Jul 11 22:15:28 megalex (udev-worker)[425]: 0000:01:00.1: Processing device (SEQNUM=3261, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:01:00.1: sd-device-monitor(manager): Passed 340 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[425]: 0000:01:00.1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex (udev-worker)[427]: hidraw0: /usr/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:01.0:pcie010: Device processed (SEQNUM=3257, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:01: Device ready for processing (SEQNUM=3262, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: 0000:01:00.1: hwdb modalias key: "pci:v000010DEd00000FB9sv00001458sd0000372Bbc04sc03i00"
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10 1 4'(out) '0'
Jul 11 22:15:28 megalex (udev-worker)[427]: hidraw0: Starting 'fido_id'
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:01.0:pcie010: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:01: sd-device-monitor(manager): Passed 200 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: 0000:01: Processing device (SEQNUM=3262, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: Process '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10 1 4' succeeded.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup1: Device ready for processing (SEQNUM=3263, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: Successfully forked off '(spawn)' as PID 434.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup1: sd-device-monitor(manager): Passed 198 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: input5::capslock: Device ready for processing (SEQNUM=3277, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input5::capslock: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[426]: input5::capslock: Processing device (SEQNUM=3277, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input5::compose: Device is queued (SEQNUM=3278, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input5::compose: Device ready for processing (SEQNUM=3278, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input5::compose: sd-device-monitor(manager): Passed 247 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: 0000:01: Device processed (SEQNUM=3262, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input5::kana: Device is queued (SEQNUM=3279, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: input5::compose: Processing device (SEQNUM=3278, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: 0000:01: sd-device-monitor(worker): Passed 200 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: input5::kana: Device ready for processing (SEQNUM=3279, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: input5::kana: Processing device (SEQNUM=3279, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input5::kana: sd-device-monitor(manager): Passed 244 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: input5::numlock: Device is queued (SEQNUM=3280, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: Preserve permissions of /dev/bus/usb/001/004, uid=0, gid=0, mode=0664
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: Successfully created symlink '/dev/char/189:3' to '/dev/bus/usb/001/004'
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: sd-device: Created database file '/run/udev/data/c189:3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10'.
Jul 11 22:15:28 megalex (udev-worker)[375]: wakeup1: Processing device (SEQNUM=3263, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input5::numlock: Device ready for processing (SEQNUM=3280, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: Running command "/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 3 ef vboxusers"
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: Starting '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 3 ef vboxusers'
Jul 11 22:15:28 megalex (udev-worker)[426]: input5::capslock: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[375]: wakeup1: Device processed (SEQNUM=3263, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: input5::compose: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[430]: input5::kana: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[364]: hidraw2: Process 'fido_id' succeeded.
Jul 11 22:15:28 megalex (udev-worker)[425]: 0000:01:00.1: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[422]: input5::compose: sd-device: Created database file '/run/udev/data/+leds:input5::compose' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/input5::compose'.
Jul 11 22:15:28 megalex (udev-worker)[422]: input5::compose: sd-device: Created database file '/run/udev/data/+leds:input5::compose' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/input5::compose'.
Jul 11 22:15:28 megalex (udev-worker)[422]: input5::compose: Device processed (SEQNUM=3278, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: input5::compose: sd-device-monitor(worker): Passed 460 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: input5::numlock: sd-device-monitor(manager): Passed 247 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: input5::kana: sd-device: Created database file '/run/udev/data/+leds:input5::kana' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/input5::kana'.
Jul 11 22:15:28 megalex (udev-worker)[430]: input5::kana: sd-device: Created database file '/run/udev/data/+leds:input5::kana' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/input5::kana'.
Jul 11 22:15:28 megalex (udev-worker)[430]: input5::kana: Device processed (SEQNUM=3279, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input5::scrolllock: Device is queued (SEQNUM=3281, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: input5::kana: sd-device-monitor(worker): Passed 457 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: input5::scrolllock: Device ready for processing (SEQNUM=3281, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: input5::scrolllock: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[379]: 0000:01:00.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: hidraw1: Device is queued (SEQNUM=3282, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hidraw1: Device ready for processing (SEQNUM=3282, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hidraw1: sd-device-monitor(manager): Passed 274 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup24: Device is queued (SEQNUM=3283, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup24: Device ready for processing (SEQNUM=3283, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: 0000:01:00.1: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup24: sd-device-monitor(manager): Passed 208 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: usb2: Device is queued (SEQNUM=3284, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb2: Device ready for processing (SEQNUM=3284, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb2: sd-device-monitor(manager): Passed 316 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 2-0:1.0: Device is queued (SEQNUM=3285, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: hidraw2: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: 2-0:1.0: SEQNUM=3285 blocked by SEQNUM=3284
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup20: Device is queued (SEQNUM=3286, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: 0000:01:00.1: sd-device: Created database file '/run/udev/data/+pci:0000:01:00.1' for '/devices/pci0000:00/0000:00:01.0/0000:01:00.1'.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup20: Device ready for processing (SEQNUM=3286, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[425]: 0000:01:00.1: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[425]: Loading module: pci:v000010DEd00000FB9sv00001458sd0000372Bbc04sc03i00
Jul 11 22:15:28 megalex (udev-worker)[379]: 0000:01:00.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[426]: input5::capslock: sd-device: Created database file '/run/udev/data/+leds:input5::capslock' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/input5::capslock'.
Jul 11 22:15:28 megalex (udev-worker)[379]: 0000:01:00.0: sd-device: Created database file '/run/udev/data/+pci:0000:01:00.0' for '/devices/pci0000:00/0000:00:01.0/0000:01:00.0'.
Jul 11 22:15:28 megalex (udev-worker)[379]: 0000:01:00.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[379]: Loading module: pci:v000010DEd00001C81sv00001458sd0000372Bbc03sc00i00
Jul 11 22:15:28 megalex (udev-worker)[426]: input5::capslock: sd-device: Created database file '/run/udev/data/+leds:input5::capslock' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/input5::capslock'.
Jul 11 22:15:28 megalex (udev-worker)[364]: hidraw2: Preserve permissions of /dev/hidraw2, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[426]: input5::capslock: Device processed (SEQNUM=3277, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[426]: input5::capslock: sd-device-monitor(worker): Passed 461 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: Reading EFI variable /sys/firmware/efi/efivars/LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f.
Jul 11 22:15:28 megalex (udev-worker)[422]: input5::scrolllock: Processing device (SEQNUM=3281, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: hidraw1: Processing device (SEQNUM=3282, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: wakeup24: Processing device (SEQNUM=3283, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[379]: Module 'nouveau' is deny-listed (by kmod)
Jul 11 22:15:28 megalex (udev-worker)[429]: input5::numlock: Processing device (SEQNUM=3280, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: hidraw0: Process 'fido_id' succeeded.
Jul 11 22:15:28 megalex (udev-worker)[428]: Successfully forked off '(spawn)' as PID 435.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup20: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[431]: wakeup20: Processing device (SEQNUM=3286, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: hidraw2: Successfully created symlink '/dev/char/244:2' to '/dev/hidraw2'
Jul 11 22:15:28 megalex (udev-worker)[375]: wakeup1: sd-device-monitor(worker): Passed 198 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: hidraw1: /usr/lib/udev/rules.d/50-udev-default.rules:17 Importing properties from results of builtin command 'hwdb'
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: Processing device (SEQNUM=3284, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: hidraw1: hwdb modalias key: "hid:b0003g0001v00000461p00000010"
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:14.2: Device is queued (SEQNUM=3287, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: hidraw0: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:14.2: Device ready for processing (SEQNUM=3287, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:14.2: Processing device (SEQNUM=3287, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: open("/sys/firmware/efi/efivars/LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f") failed: No such file or directory
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:14.2: sd-device-monitor(manager): Passed 328 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: hidraw1: hwdb modalias key: "usb:v0461p0010d0110dc00dsc00dp00ic03isc00ip00in01"
Jul 11 22:15:28 megalex (udev-worker)[369]: wakeup24: Device processed (SEQNUM=3283, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: hidraw2: sd-device: Created database file '/run/udev/data/c244:2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/0003:1BCF:0005.0003/hidraw/hidraw2'.
Jul 11 22:15:28 megalex (udev-worker)[429]: input5::numlock: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id'
Jul 11 22:15:28 megalex (udev-worker)[422]: input5::scrolllock: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:14.2: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex (udev-worker)[431]: wakeup20: Device processed (SEQNUM=3286, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:16.0: Device is queued (SEQNUM=3288, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: wakeup24: sd-device-monitor(worker): Passed 208 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:138 Added SYMLINK 'disk/by-uuid/2021-01-01-09-18-56-00'
Jul 11 22:15:28 megalex (udev-worker)[430]: hidraw1: /usr/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Jul 11 22:15:28 megalex (udev-worker)[427]: hidraw0: Preserve permissions of /dev/hidraw0, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[364]: hidraw2: sd-device: Created database file '/run/udev/data/c244:2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/0003:1BCF:0005.0003/hidraw/hidraw2'.
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:14.2: hwdb modalias key: "pci:v00008086d0000A2B1sv00001462sd00007A63bc11sc80i00"
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex (udev-worker)[431]: wakeup20: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:16.0: Device ready for processing (SEQNUM=3288, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:139 Added SYMLINK 'disk/by-label/ARCH_202101'
Jul 11 22:15:28 megalex (udev-worker)[430]: hidraw1: Starting 'fido_id'
Jul 11 22:15:28 megalex (udev-worker)[427]: hidraw0: Successfully created symlink '/dev/char/244:0' to '/dev/hidraw0'
Jul 11 22:15:28 megalex (udev-worker)[364]: hidraw2: Device processed (SEQNUM=3271, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: input5::numlock: sd-device: Created database file '/run/udev/data/+leds:input5::numlock' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/input5::numlock'.
Jul 11 22:15:28 megalex (udev-worker)[429]: input5::numlock: sd-device: Created database file '/run/udev/data/+leds:input5::numlock' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/input5::numlock'.
Jul 11 22:15:28 megalex (udev-worker)[422]: input5::scrolllock: sd-device: Created database file '/run/udev/data/+leds:input5::scrolllock' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/input5::scrolllock'.
Jul 11 22:15:28 megalex (udev-worker)[422]: input5::scrolllock: sd-device: Created database file '/run/udev/data/+leds:input5::scrolllock' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/input5::scrolllock'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:16.0: sd-device-monitor(manager): Passed 327 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ata1: Device is queued (SEQNUM=3289, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/2'
Jul 11 22:15:28 megalex (udev-worker)[427]: hidraw0: sd-device: Created database file '/run/udev/data/c244:0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/hidraw/hidraw0'.
Jul 11 22:15:28 megalex (udev-worker)[429]: input5::numlock: Device processed (SEQNUM=3280, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: input5::numlock: sd-device-monitor(worker): Passed 460 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: Successfully forked off '(spawn)' as PID 440.
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:14.2: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[426]: 0000:00:16.0: Processing device (SEQNUM=3288, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[426]: 0000:00:16.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex (udev-worker)[426]: 0000:00:16.0: hwdb modalias key: "pci:v00008086d0000A2BAsv00001462sd00007A63bc07sc80i00"
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:14.2: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[427]: hidraw0: sd-device: Created database file '/run/udev/data/c244:0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/hidraw/hidraw0'.
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:14.2: sd-device: Created database file '/run/udev/data/+pci:0000:00:14.2' for '/devices/pci0000:00/0000:00:14.2'.
Jul 11 22:15:28 megalex (udev-worker)[364]: hidraw2: sd-device-monitor(worker): Passed 591 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:14.2: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[427]: hidraw0: Device processed (SEQNUM=3276, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: /usr/lib/udev/rules.d/90-iocost.rules:18 Importing properties from results of builtin command 'hwdb 'block::name:Cruzer_Blade:fwrev:1.00:''
Jul 11 22:15:28 megalex (udev-worker)[375]: Loading module: pci:v00008086d0000A2B1sv00001462sd00007A63bc11sc80i00
Jul 11 22:15:28 megalex (udev-worker)[422]: input5::scrolllock: Device processed (SEQNUM=3281, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ata1: Device ready for processing (SEQNUM=3289, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: ata1: Processing device (SEQNUM=3289, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: hidraw0: sd-device-monitor(worker): Passed 602 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[426]: 0000:00:16.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[426]: 0000:00:16.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: hwdb modalias key: "usb:v1D6Bp0003:xHCI Host Controller"
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[426]: 0000:00:16.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:16.0' for '/devices/pci0000:00/0000:00:16.0'.
Jul 11 22:15:28 megalex (udev-worker)[426]: 0000:00:16.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[426]: Loading module: pci:v00008086d0000A2BAsv00001462sd00007A63bc07sc80i00
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: /usr/lib/udev/rules.d/60-autosuspend.rules:12 Writing ATTR{'/sys/devices/pci0000:00/0000:00:14.0/usb2/power/control'}="auto".
Jul 11 22:15:28 megalex (udev-worker)[375]: Failed to find module 'pci:v00008086d0000A2B1sv00001462sd00007A63bc11sc80i00'
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:14.2: sd-device: Created database file '/run/udev/data/+pci:0000:00:14.2' for '/devices/pci0000:00/0000:00:14.2'.
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: /usr/lib/udev/rules.d/60-vboxdrv.rules:6 RUN '/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers'
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:14.2: Device processed (SEQNUM=3287, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:14.2: sd-device-monitor(worker): Passed 595 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: /usr/lib/udev/rules.d/90-iocost.rules:18 Failed to run builtin 'hwdb 'block::name:Cruzer_Blade:fwrev:1.00:'': No data available
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: Setting permissions /dev/sdb, uid=0, gid=984, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: Successfully created symlink '/dev/disk/by-diskseq/2' to '/dev/sdb'
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: Successfully created symlink '/dev/disk/by-label/ARCH_202101' to '/dev/sdb'
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usbv2-0:6:1.0-scsi-0:0:0:0' to '/dev/sdb'
Jul 11 22:15:28 megalex (udev-worker)[430]: hidraw1: Process 'fido_id' succeeded.
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: Successfully created symlink '/dev/disk/by-uuid/2021-01-01-09-18-56-00' to '/dev/sdb'
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: Successfully created symlink '/dev/disk/by-id/usb-SanDisk_Cruzer_Blade_4C530001260215103541-0:0' to '/dev/sdb'
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0' to '/dev/sdb'
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: Successfully created symlink '/dev/block/8:16' to '/dev/sdb'
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: sd-device: Created database file '/run/udev/data/b8:16' for '/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdb'.
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: Adding watch on '/dev/sdb'
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: sd-device: Created database file '/run/udev/data/b8:16' for '/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdb'.
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: Device processed (SEQNUM=3009, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: input5::scrolllock: sd-device-monitor(worker): Passed 463 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: ata1: Device processed (SEQNUM=3289, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: ata1: sd-device-monitor(worker): Passed 204 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: hidraw1: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: ata1: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: host0: Device is queued (SEQNUM=3290, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host0: Device ready for processing (SEQNUM=3290, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host0: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0:0:0:0: Device is queued (SEQNUM=3291, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0:0:0:0: Device ready for processing (SEQNUM=3291, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0:0:0:0: sd-device-monitor(manager): Passed 266 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0:0:0:0: Device is queued (SEQNUM=3292, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0:0:0:0: Device ready for processing (SEQNUM=3292, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0:0:0:0: sd-device-monitor(manager): Passed 239 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0:0:0:0: Device is queued (SEQNUM=3293, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0:0:0:0: Device ready for processing (SEQNUM=3293, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0:0:0:0: sd-device-monitor(manager): Passed 235 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: link1: Device is queued (SEQNUM=3294, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: link1: Device ready for processing (SEQNUM=3294, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: link1: sd-device-monitor(manager): Passed 211 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: dev1.0: Device is queued (SEQNUM=3295, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dev1.0: Device ready for processing (SEQNUM=3295, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dev1.0: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: hidraw1: Preserve permissions of /dev/hidraw1, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex systemd-udevd[353]: ata2: Device is queued (SEQNUM=3296, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ata2: Device ready for processing (SEQNUM=3296, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: hidraw1: Successfully created symlink '/dev/char/244:1' to '/dev/hidraw1'
Jul 11 22:15:28 megalex systemd-udevd[353]: ata2: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: 0:0:0:0: Processing device (SEQNUM=3291, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host1: Device is queued (SEQNUM=3297, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: 0:0:0:0: Processing device (SEQNUM=3292, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host1: Device ready for processing (SEQNUM=3297, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: hidraw1: sd-device: Created database file '/run/udev/data/c244:1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/hidraw/hidraw1'.
Jul 11 22:15:28 megalex (udev-worker)[430]: hidraw1: sd-device: Created database file '/run/udev/data/c244:1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/hidraw/hidraw1'.
Jul 11 22:15:28 megalex (udev-worker)[430]: hidraw1: Device processed (SEQNUM=3282, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: hidraw1: sd-device-monitor(worker): Passed 602 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: Successfully forked off '(udev-worker)' as PID 445.
Jul 11 22:15:28 megalex systemd-udevd[353]: host1: Worker [445] is forked for processing SEQNUM=3297.
Jul 11 22:15:28 megalex systemd-udevd[353]: host1: Device is queued (SEQNUM=3298, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: Preserve permissions of /dev/bus/usb/002/001, uid=0, gid=0, mode=0664
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: Successfully created symlink '/dev/char/189:128' to '/dev/bus/usb/002/001'
Jul 11 22:15:28 megalex systemd-udevd[353]: host1: SEQNUM=3298 blocked by SEQNUM=3297
Jul 11 22:15:28 megalex systemd-udevd[353]: link2: Device is queued (SEQNUM=3299, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: link2: Device ready for processing (SEQNUM=3299, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: sd-device: Created database file '/run/udev/data/c189:128' for '/devices/pci0000:00/0000:00:14.0/usb2'.
Jul 11 22:15:28 megalex systemd-udevd[353]: link2: sd-device-monitor(manager): Passed 211 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: Running command "/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 128 09 vboxusers"
Jul 11 22:15:28 megalex systemd-udevd[353]: dev2.0: Device is queued (SEQNUM=3300, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: link2: Processing device (SEQNUM=3299, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: dev1.0: Processing device (SEQNUM=3295, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 0:0:0:0: Preserve permissions of /dev/bsg/0:0:0:0, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[429]: 0:0:0:0: Device processed (SEQNUM=3292, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: 0:0:0:0: sd-device-monitor(worker): Passed 239 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: 0:0:0:0: Successfully created symlink '/dev/char/246:0' to '/dev/bsg/0:0:0:0'
Jul 11 22:15:28 megalex (udev-worker)[427]: 0:0:0:0: sd-device: Created database file '/run/udev/data/c246:0' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0'.
Jul 11 22:15:28 megalex (udev-worker)[427]: 0:0:0:0: sd-device: Created database file '/run/udev/data/c246:0' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0'.
Jul 11 22:15:28 megalex (udev-worker)[427]: 0:0:0:0: Device processed (SEQNUM=3291, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 0:0:0:0: sd-device-monitor(worker): Passed 266 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: host0: Processing device (SEQNUM=3290, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[445]: host1: Processing device (SEQNUM=3297, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: link2: Device processed (SEQNUM=3299, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: link2: sd-device-monitor(worker): Passed 211 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: Starting '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 128 09 vboxusers'
Jul 11 22:15:28 megalex (udev-worker)[364]: 0:0:0:0: Processing device (SEQNUM=3293, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: Successfully forked off '(spawn)' as PID 446.
Jul 11 22:15:28 megalex (udev-worker)[422]: host0: Device processed (SEQNUM=3290, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: host0: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: link1: Processing device (SEQNUM=3294, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[445]: host1: Device processed (SEQNUM=3297, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[445]: host1: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: 0:0:0:0: Device processed (SEQNUM=3293, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: 0:0:0:0: sd-device-monitor(worker): Passed 235 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: link1: Device processed (SEQNUM=3294, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: link1: sd-device-monitor(worker): Passed 211 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: dev1.0: Device processed (SEQNUM=3295, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: dev1.0: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[431]: ata2: Processing device (SEQNUM=3296, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: ata2: Device processed (SEQNUM=3296, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: ata2: sd-device-monitor(worker): Passed 204 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: dev2.0: Device ready for processing (SEQNUM=3300, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: Maximum number (32) of children reached.
Jul 11 22:15:28 megalex systemd-udevd[353]: ata3: Device is queued (SEQNUM=3301, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host1: Device ready for processing (SEQNUM=3298, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host1: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: dev2.0: Device ready for processing (SEQNUM=3300, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dev2.0: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ata3: Device ready for processing (SEQNUM=3301, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ata3: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: host2: Device is queued (SEQNUM=3302, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host2: Device ready for processing (SEQNUM=3302, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host2: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: host2: Device is queued (SEQNUM=3303, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host2: SEQNUM=3303 blocked by SEQNUM=3302
Jul 11 22:15:28 megalex systemd-udevd[353]: link3: Device is queued (SEQNUM=3304, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: link3: Device ready for processing (SEQNUM=3304, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: link3: sd-device-monitor(manager): Passed 211 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: dev3.0: Device is queued (SEQNUM=3305, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dev3.0: Device ready for processing (SEQNUM=3305, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dev3.0: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb: sd-device-monitor(worker): Passed 2077 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ata4: Device is queued (SEQNUM=3306, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ata4: Device ready for processing (SEQNUM=3306, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: ata4: Processing device (SEQNUM=3306, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: dev2.0: Processing device (SEQNUM=3300, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: ata4: Device processed (SEQNUM=3306, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: ata4: sd-device-monitor(worker): Passed 204 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: host1: Processing device (SEQNUM=3298, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: host2: Processing device (SEQNUM=3302, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: dev2.0: Device processed (SEQNUM=3300, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: dev2.0: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: host1: Device processed (SEQNUM=3298, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: host1: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ata4: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: host3: Device is queued (SEQNUM=3307, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: ata3: Processing device (SEQNUM=3301, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[445]: dev3.0: Processing device (SEQNUM=3305, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: host2: Device processed (SEQNUM=3302, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: host2: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: link3: Processing device (SEQNUM=3304, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: ata3: Device processed (SEQNUM=3301, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: ata3: sd-device-monitor(worker): Passed 204 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb1: Device ready for processing (SEQNUM=3010, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb1: sd-device-monitor(manager): Passed 361 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb2: Device ready for processing (SEQNUM=3011, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb2: sd-device-monitor(manager): Passed 363 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb3: Device ready for processing (SEQNUM=3012, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sdb3: sd-device-monitor(manager): Passed 358 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 6:0:0:0: SEQNUM=3013 blocked by SEQNUM=3010
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-6: SEQNUM=3272 blocked by SEQNUM=3010
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-6:1.0: SEQNUM=3273 blocked by SEQNUM=3010
Jul 11 22:15:28 megalex systemd-udevd[353]: host6: SEQNUM=3274 blocked by SEQNUM=3010
Jul 11 22:15:28 megalex systemd-udevd[353]: host3: Device ready for processing (SEQNUM=3307, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host3: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: host3: Device is queued (SEQNUM=3308, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host2: Device ready for processing (SEQNUM=3303, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host2: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: host3: SEQNUM=3308 blocked by SEQNUM=3307
Jul 11 22:15:28 megalex systemd-udevd[353]: link4: Device is queued (SEQNUM=3309, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: link4: Device ready for processing (SEQNUM=3309, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: link4: sd-device-monitor(manager): Passed 211 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Processing device (SEQNUM=3011, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dev4.0: Device is queued (SEQNUM=3310, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: link4: Processing device (SEQNUM=3309, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dev4.0: Device ready for processing (SEQNUM=3310, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dev4.0: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ata5: Device is queued (SEQNUM=3311, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ata5: Device ready for processing (SEQNUM=3311, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ata5: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: Device is queued (SEQNUM=3312, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: Device ready for processing (SEQNUM=3312, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: Device is queued (SEQNUM=3313, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: Device ready for processing (SEQNUM=3312, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: link5: Device is queued (SEQNUM=3314, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: Device ready for processing (SEQNUM=3312, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dev5.0: Device is queued (SEQNUM=3315, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: Device ready for processing (SEQNUM=3312, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ata6: Device is queued (SEQNUM=3316, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: Device ready for processing (SEQNUM=3312, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host5: Device is queued (SEQNUM=3317, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: Device ready for processing (SEQNUM=3312, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host5: Device is queued (SEQNUM=3318, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: Device ready for processing (SEQNUM=3312, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: link6: Device is queued (SEQNUM=3319, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: Device ready for processing (SEQNUM=3312, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dev6.0: Device is queued (SEQNUM=3320, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: sdb1: Processing device (SEQNUM=3010, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: link4: Device processed (SEQNUM=3309, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: link4: sd-device-monitor(worker): Passed 211 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Successfully took flock(LOCK_SH) for /dev/sdb, it will be released after the event has been processed.
Jul 11 22:15:28 megalex (udev-worker)[427]: host2: Processing device (SEQNUM=3303, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: link3: Device processed (SEQNUM=3304, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: link3: sd-device-monitor(worker): Passed 211 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: Device ready for processing (SEQNUM=3312, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1c.0: Device is queued (SEQNUM=3321, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: Device ready for processing (SEQNUM=3312, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: SEQNUM=3313 blocked by SEQNUM=3312
Jul 11 22:15:28 megalex systemd-udevd[353]: link5: Device ready for processing (SEQNUM=3314, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: link5: Processing device (SEQNUM=3314, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: host2: Device processed (SEQNUM=3303, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: host2: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[431]: ata5: Processing device (SEQNUM=3311, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 984
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/usb-SanDisk_Cruzer_Blade_4C530001260215103541-0:0-part2'
Jul 11 22:15:28 megalex (udev-worker)[431]: ata5: Device processed (SEQNUM=3311, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: ata5: sd-device-monitor(worker): Passed 204 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: link5: Device processed (SEQNUM=3314, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: link5: sd-device-monitor(worker): Passed 211 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part2'
Jul 11 22:15:28 megalex systemd-udevd[353]: link5: sd-device-monitor(manager): Passed 211 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: /usr/lib/udev/rules.d/60-persistent-storage.rules:116 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usbv2-0:6:1.0-scsi-0:0:0:0-part2'
Jul 11 22:15:28 megalex (udev-worker)[375]: dev4.0: Processing device (SEQNUM=3310, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 22:15:28 megalex systemd-udevd[353]: dev5.0: Device ready for processing (SEQNUM=3315, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1c.0:pcie010: Device is queued (SEQNUM=3322, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dev5.0: Device ready for processing (SEQNUM=3315, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dev5.0: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: host4: Processing device (SEQNUM=3312, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ata6: Device ready for processing (SEQNUM=3316, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: Process '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 128 09 vboxusers' succeeded.
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: sd-device: Created database file '/run/udev/data/c189:128' for '/devices/pci0000:00/0000:00:14.0/usb2'.
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: Device processed (SEQNUM=3284, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: usb2: sd-device-monitor(worker): Passed 1233 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: dev4.0: Device processed (SEQNUM=3310, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: dev4.0: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[422]: sdb1: Successfully took flock(LOCK_SH) for /dev/sdb, it will be released after the event has been processed.
Jul 11 22:15:28 megalex (udev-worker)[429]: host4: Device processed (SEQNUM=3312, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: host4: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Probe /dev/sdb2 with raid and offset=0
Jul 11 22:15:28 megalex (udev-worker)[364]: ata6: Processing device (SEQNUM=3316, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ata6: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: host5: Device ready for processing (SEQNUM=3317, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: dev5.0: Processing device (SEQNUM=3315, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host5: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[431]: host5: Processing device (SEQNUM=3317, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: ata6: Device processed (SEQNUM=3316, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: ata6: sd-device-monitor(worker): Passed 204 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[431]: host5: Device processed (SEQNUM=3317, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: host5: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: dev5.0: Device processed (SEQNUM=3315, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: dev5.0: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: host3: Processing device (SEQNUM=3307, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[422]: sdb1: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 984
Jul 11 22:15:28 megalex (udev-worker)[422]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/usb-SanDisk_Cruzer_Blade_4C530001260215103541-0:0-part1'
Jul 11 22:15:28 megalex (udev-worker)[422]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part1'
Jul 11 22:15:28 megalex (udev-worker)[422]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:116 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usbv2-0:6:1.0-scsi-0:0:0:0-part1'
Jul 11 22:15:28 megalex (udev-worker)[422]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 22:15:28 megalex systemd-udevd[353]: host5: SEQNUM=3318 blocked by SEQNUM=3317
Jul 11 22:15:28 megalex systemd-udevd[353]: link6: Device ready for processing (SEQNUM=3319, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[445]: dev3.0: Device processed (SEQNUM=3305, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[445]: dev3.0: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:02: Device is queued (SEQNUM=3323, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: host3: Device processed (SEQNUM=3307, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: host3: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Processing device (SEQNUM=3012, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 2-0:1.0: Device ready for processing (SEQNUM=3285, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 2-0:1.0: sd-device-monitor(manager): Passed 331 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: host3: Device ready for processing (SEQNUM=3308, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host3: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: Device ready for processing (SEQNUM=3313, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host4: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: host3: Processing device (SEQNUM=3308, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host5: Device ready for processing (SEQNUM=3318, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 2-0:1.0: Processing device (SEQNUM=3285, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 2-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex (udev-worker)[445]: host5: Processing device (SEQNUM=3318, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: host5: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: link6: Device ready for processing (SEQNUM=3319, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: link6: Processing device (SEQNUM=3319, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: host3: Device processed (SEQNUM=3308, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: host3: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: host4: Processing device (SEQNUM=3313, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 2-0:1.0: hwdb modalias key: "usb:v1D6Bp0003d0615dc09dsc00dp03ic09isc00ip00in00"
Jul 11 22:15:28 megalex (udev-worker)[445]: host5: Device processed (SEQNUM=3318, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[445]: host5: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: link6: Device processed (SEQNUM=3319, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: link6: sd-device-monitor(worker): Passed 211 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: link6: sd-device-monitor(manager): Passed 211 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: dev6.0: Device ready for processing (SEQNUM=3320, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: dev6.0: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1c.0: Device ready for processing (SEQNUM=3321, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: dev6.0: Processing device (SEQNUM=3320, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: 0000:00:1c.0: Processing device (SEQNUM=3321, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: 0000:00:1c.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1c.0: sd-device-monitor(manager): Passed 343 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: Process '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 3 ef vboxusers' succeeded.
Jul 11 22:15:28 megalex (udev-worker)[376]: 0000:00:1c.0: hwdb modalias key: "pci:v00008086d0000A290sv00001462sd00007A63bc06sc04i00"
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1c.0:pcie010: SEQNUM=3322 blocked by SEQNUM=3321
Jul 11 22:15:28 megalex (udev-worker)[376]: 0000:00:1c.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[427]: 2-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: sd-device: Created database file '/run/udev/data/c189:3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:02: SEQNUM=3323 blocked by SEQNUM=3321
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup6: Device is queued (SEQNUM=3324, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: dev6.0: Device processed (SEQNUM=3320, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: Device processed (SEQNUM=3266, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: host4: Device processed (SEQNUM=3313, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup6: SEQNUM=3324 blocked by SEQNUM=3321
Jul 11 22:15:28 megalex (udev-worker)[376]: 0000:00:1c.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[375]: dev6.0: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10: sd-device-monitor(worker): Passed 1062 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: host4: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1c.4: Device is queued (SEQNUM=3325, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: 0000:00:1c.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:1c.0' for '/devices/pci0000:00/0000:00:1c.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1c.4: Device ready for processing (SEQNUM=3325, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: 0000:00:1c.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1c.4: sd-device-monitor(manager): Passed 343 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: 2-0:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:1c.4: Processing device (SEQNUM=3325, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: Loading module: pci:v00008086d0000A290sv00001462sd00007A63bc06sc04i00
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1c.4:pcie010: Device is queued (SEQNUM=3326, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:1c.4: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex (udev-worker)[376]: Failed to find module 'pci:v00008086d0000A290sv00001462sd00007A63bc06sc04i00'
Jul 11 22:15:28 megalex (udev-worker)[427]: 2-0:1.0: sd-device: Created database file '/run/udev/data/+usb:2-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.0: Device ready for processing (SEQNUM=3267, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Successfully took flock(LOCK_SH) for /dev/sdb, it will be released after the event has been processed.
Jul 11 22:15:28 megalex (udev-worker)[422]: sdb1: Probe /dev/sdb1 with raid and offset=0
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:1c.4: hwdb modalias key: "pci:v00008086d0000A294sv00001462sd00007A63bc06sc04i00"
Jul 11 22:15:28 megalex (udev-worker)[376]: 0000:00:1c.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:1c.0' for '/devices/pci0000:00/0000:00:1c.0'.
Jul 11 22:15:28 megalex (udev-worker)[427]: 2-0:1.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.0: sd-device-monitor(manager): Passed 332 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10:1.0: Processing device (SEQNUM=3267, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: 0000:00:1c.0: Device processed (SEQNUM=3321, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:1c.4: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[427]: Loading module: usb:v1D6Bp0003d0615dc09dsc00dp03ic09isc00ip00in00
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.1: Device ready for processing (SEQNUM=3268, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex (udev-worker)[376]: 0000:00:1c.0: sd-device-monitor(worker): Passed 619 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: Failed to find module 'usb:v1D6Bp0003d0615dc09dsc00dp03ic09isc00ip00in00'
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.1: sd-device-monitor(manager): Passed 332 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: 1-10:1.1: Processing device (SEQNUM=3268, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: 1-10:1.1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:1c.4: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[427]: 2-0:1.0: sd-device: Created database file '/run/udev/data/+usb:2-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.2: Device ready for processing (SEQNUM=3269, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 984
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10:1.0: hwdb modalias key: "usb:v1BCFp28C4d0704dcEFdsc02dp01ic0Eisc01ip00in00"
Jul 11 22:15:28 megalex (udev-worker)[364]: 1-10:1.1: hwdb modalias key: "usb:v1BCFp28C4d0704dcEFdsc02dp01ic0Eisc02ip00in01"
Jul 11 22:15:28 megalex (udev-worker)[427]: 2-0:1.0: Device processed (SEQNUM=3285, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:1c.4: sd-device: Created database file '/run/udev/data/+pci:0000:00:1c.4' for '/devices/pci0000:00/0000:00:1c.4'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.2: sd-device-monitor(manager): Passed 331 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[445]: 1-10:1.2: Processing device (SEQNUM=3269, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[364]: 1-10:1.1: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[427]: 2-0:1.0: sd-device-monitor(worker): Passed 591 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/usb-SanDisk_Cruzer_Blade_4C530001260215103541-0:0-part3'
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:1c.4: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.3: Device ready for processing (SEQNUM=3270, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[445]: 1-10:1.2: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex (udev-worker)[429]: Loading module: pci:v00008086d0000A294sv00001462sd00007A63bc06sc04i00
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part3'
Jul 11 22:15:28 megalex systemd-udevd[353]: 1-10:1.3: sd-device-monitor(manager): Passed 331 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: 1-10:1.3: Processing device (SEQNUM=3270, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: 1-10:1.3: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex (udev-worker)[429]: Failed to find module 'pci:v00008086d0000A294sv00001462sd00007A63bc06sc04i00'
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: /usr/lib/udev/rules.d/60-persistent-storage.rules:116 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usbv2-0:6:1.0-scsi-0:0:0:0-part3'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1c.4:pcie010: SEQNUM=3326 blocked by SEQNUM=3325
Jul 11 22:15:28 megalex (udev-worker)[445]: 1-10:1.2: hwdb modalias key: "usb:v1BCFp28C4d0704dcEFdsc02dp01ic01isc01ip00in02"
Jul 11 22:15:28 megalex (udev-worker)[369]: 1-10:1.3: hwdb modalias key: "usb:v1BCFp28C4d0704dcEFdsc02dp01ic01isc02ip00in03"
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:1c.4: sd-device: Created database file '/run/udev/data/+pci:0000:00:1c.4' for '/devices/pci0000:00/0000:00:1c.4'.
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:03:00.0: Device is queued (SEQNUM=3327, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[364]: 1-10:1.1: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[445]: 1-10:1.2: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:1c.4: Device processed (SEQNUM=3325, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: 1-10:1.3: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1c.0:pcie010: Device ready for processing (SEQNUM=3322, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10:1.0: sd-device: Created database file '/run/udev/data/+usb:1-10:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0'.
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00:1c.4: sd-device-monitor(worker): Passed 619 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: 1-10:1.1: sd-device: Created database file '/run/udev/data/+usb:1-10:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1c.0:pcie010: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[428]: 1-10:1.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1c.0:pcie010: Processing device (SEQNUM=3322, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: 1-10:1.1: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:02: Device ready for processing (SEQNUM=3323, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[428]: Loading module: usb:v1BCFp28C4d0704dcEFdsc02dp01ic0Eisc01ip00in00
Jul 11 22:15:28 megalex (udev-worker)[364]: Loading module: usb:v1BCFp28C4d0704dcEFdsc02dp01ic0Eisc02ip00in01
Jul 11 22:15:28 megalex (udev-worker)[364]: Failed to find module 'usb:v1BCFp28C4d0704dcEFdsc02dp01ic0Eisc02ip00in01'
Jul 11 22:15:28 megalex (udev-worker)[364]: 1-10:1.1: sd-device: Created database file '/run/udev/data/+usb:1-10:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:02: sd-device-monitor(manager): Passed 200 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:02: Processing device (SEQNUM=3323, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: 1-10:1.1: Device processed (SEQNUM=3268, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup6: Device ready for processing (SEQNUM=3324, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[445]: 1-10:1.2: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1c.0:pcie010: Device processed (SEQNUM=3322, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: 1-10:1.1: sd-device-monitor(worker): Passed 629 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup6: sd-device-monitor(manager): Passed 198 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: wakeup6: Processing device (SEQNUM=3324, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: 1-10:1.3: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1c.0:pcie010: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:03:00.0: SEQNUM=3327 blocked by SEQNUM=3325
Jul 11 22:15:28 megalex (udev-worker)[445]: 1-10:1.2: sd-device: Created database file '/run/udev/data/+usb:1-10:1.2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.2'.
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:02: Device processed (SEQNUM=3323, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb3: Device is queued (SEQNUM=3328, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[445]: 1-10:1.2: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[369]: 1-10:1.3: sd-device: Created database file '/run/udev/data/+usb:1-10:1.3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.3'.
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:02: sd-device-monitor(worker): Passed 200 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1c.4:pcie010: Device ready for processing (SEQNUM=3326, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1c.4:pcie010: Processing device (SEQNUM=3326, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: 1-10:1.3: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[376]: wakeup6: Device processed (SEQNUM=3324, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1c.4:pcie010: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[445]: Loading module: usb:v1BCFp28C4d0704dcEFdsc02dp01ic01isc01ip00in02
Jul 11 22:15:28 megalex (udev-worker)[369]: Loading module: usb:v1BCFp28C4d0704dcEFdsc02dp01ic01isc02ip00in03
Jul 11 22:15:28 megalex (udev-worker)[376]: wakeup6: sd-device-monitor(worker): Passed 198 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:03:00.0: Device ready for processing (SEQNUM=3327, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: Failed to find module 'usb:v1BCFp28C4d0704dcEFdsc02dp01ic01isc02ip00in03'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:03:00.0: sd-device-monitor(manager): Passed 356 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:03:00.0: Processing device (SEQNUM=3327, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: 1-10:1.3: sd-device: Created database file '/run/udev/data/+usb:1-10:1.3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.3'.
Jul 11 22:15:28 megalex systemd-udevd[353]: usb3: SEQNUM=3328 blocked by SEQNUM=3327
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1c.4:pcie010: Device processed (SEQNUM=3326, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:03:00.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex (udev-worker)[369]: 1-10:1.3: Device processed (SEQNUM=3270, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 3-0:1.0: Device is queued (SEQNUM=3329, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1c.4:pcie010: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:03:00.0: hwdb modalias key: "pci:v00001B21d00002142sv00001462sd00007A63bc0Csc03i30"
Jul 11 22:15:28 megalex (udev-worker)[369]: 1-10:1.3: sd-device-monitor(worker): Passed 628 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 3-0:1.0: SEQNUM=3329 blocked by SEQNUM=3327
Jul 11 22:15:28 megalex systemd-udevd[353]: usb4: Device is queued (SEQNUM=3330, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: usb4: SEQNUM=3330 blocked by SEQNUM=3327
Jul 11 22:15:28 megalex systemd-udevd[353]: 4-0:1.0: Device is queued (SEQNUM=3331, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 4-0:1.0: SEQNUM=3331 blocked by SEQNUM=3327
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup21: Device is queued (SEQNUM=3332, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup21: SEQNUM=3332 blocked by SEQNUM=3327
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:03: Device is queued (SEQNUM=3333, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:03: Device ready for processing (SEQNUM=3333, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:03: sd-device-monitor(manager): Passed 200 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:03: Processing device (SEQNUM=3333, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup8: Device is queued (SEQNUM=3334, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup8: Device ready for processing (SEQNUM=3334, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Probe /dev/sdb3 with raid and offset=0
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup8: sd-device-monitor(manager): Passed 198 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: wakeup8: Processing device (SEQNUM=3334, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.0: Device is queued (SEQNUM=3335, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.0: Device ready for processing (SEQNUM=3335, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.0: sd-device-monitor(manager): Passed 327 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: 0000:00:1f.0: Processing device (SEQNUM=3335, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0800:00: Device is queued (SEQNUM=3336, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: 0000:00:1f.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0800:00: SEQNUM=3336 blocked by SEQNUM=3335
Jul 11 22:15:28 megalex (udev-worker)[369]: 0000:00:1f.0: hwdb modalias key: "pci:v00008086d0000A2C5sv00001462sd00007A63bc06sc01i00"
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:03: Device processed (SEQNUM=3333, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3F0D:00: Device is queued (SEQNUM=3337, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:03: sd-device-monitor(worker): Passed 200 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: wakeup8: Device processed (SEQNUM=3334, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3F0D:00: SEQNUM=3337 blocked by SEQNUM=3335
Jul 11 22:15:28 megalex (udev-worker)[369]: 0000:00:1f.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[364]: wakeup8: sd-device-monitor(worker): Passed 198 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:03:00.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0103:00: Device is queued (SEQNUM=3338, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0103:00: SEQNUM=3338 blocked by SEQNUM=3335
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C04:00: Device is queued (SEQNUM=3339, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C04:00: SEQNUM=3339 blocked by SEQNUM=3335
Jul 11 22:15:28 megalex (udev-worker)[369]: 0000:00:1f.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.2: Device is queued (SEQNUM=3340, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.2: Device ready for processing (SEQNUM=3340, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1f.2: Processing device (SEQNUM=3340, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: 0000:00:1f.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:1f.0' for '/devices/pci0000:00/0000:00:1f.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.2: sd-device-monitor(manager): Passed 327 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1f.2: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex (udev-worker)[369]: 0000:00:1f.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:03:00.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.3: Device is queued (SEQNUM=3341, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1f.2: hwdb modalias key: "pci:v00008086d0000A2A1sv00001462sd00007A63bc05sc80i00"
Jul 11 22:15:28 megalex (udev-worker)[369]: Loading module: pci:v00008086d0000A2C5sv00001462sd00007A63bc06sc01i00
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.3: Device ready for processing (SEQNUM=3341, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: 0000:00:1f.3: Processing device (SEQNUM=3341, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: Failed to find module 'pci:v00008086d0000A2C5sv00001462sd00007A63bc06sc01i00'
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1f.2: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.3: sd-device-monitor(manager): Passed 327 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:03:00.0: sd-device: Created database file '/run/udev/data/+pci:0000:03:00.0' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0'.
Jul 11 22:15:28 megalex (udev-worker)[364]: 0000:00:1f.3: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex (udev-worker)[369]: 0000:00:1f.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:1f.0' for '/devices/pci0000:00/0000:00:1f.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.4: Device is queued (SEQNUM=3342, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:03:00.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[364]: 0000:00:1f.3: hwdb modalias key: "pci:v00008086d0000A2F0sv00001462sd0000DA63bc04sc03i00"
Jul 11 22:15:28 megalex (udev-worker)[369]: 0000:00:1f.0: Device processed (SEQNUM=3335, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1f.2: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.4: Device ready for processing (SEQNUM=3342, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1f.2: sd-device: Created database file '/run/udev/data/+pci:0000:00:1f.2' for '/devices/pci0000:00/0000:00:1f.2'.
Jul 11 22:15:28 megalex (udev-worker)[369]: 0000:00:1f.0: sd-device-monitor(worker): Passed 558 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: 0000:00:1f.3: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.4: sd-device-monitor(manager): Passed 327 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:1f.4: Processing device (SEQNUM=3342, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:1f.4: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex (udev-worker)[429]: Loading module: pci:v00001B21d00002142sv00001462sd00007A63bc0Csc03i30
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.6: Device is queued (SEQNUM=3343, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1f.2: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:1f.4: hwdb modalias key: "pci:v00008086d0000A2A3sv00001462sd00007A63bc0Csc05i00"
Jul 11 22:15:28 megalex (udev-worker)[429]: Failed to find module 'pci:v00001B21d00002142sv00001462sd00007A63bc0Csc03i30'
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0800:00: Device ready for processing (SEQNUM=3336, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: Loading module: pci:v00008086d0000A2A1sv00001462sd00007A63bc05sc80i00
Jul 11 22:15:28 megalex (udev-worker)[364]: 0000:00:1f.3: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:1f.4: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:03:00.0: sd-device: Created database file '/run/udev/data/+pci:0000:03:00.0' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT0800:00: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: INT0800:00: Processing device (SEQNUM=3336, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: Failed to find module 'pci:v00008086d0000A2A1sv00001462sd00007A63bc05sc80i00'
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:03:00.0: Device processed (SEQNUM=3327, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[364]: 0000:00:1f.3: sd-device: Created database file '/run/udev/data/+pci:0000:00:1f.3' for '/devices/pci0000:00/0000:00:1f.3'.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3F0D:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: INT0800:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1f.2: sd-device: Created database file '/run/udev/data/+pci:0000:00:1f.2' for '/devices/pci0000:00/0000:00:1f.2'.
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:1f.4: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:03:00.0: sd-device-monitor(worker): Passed 651 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[364]: 0000:00:1f.3: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: INT3F0D:00: sd-device-monitor(manager): Passed 227 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: INT0800:00: hwdb modalias key: "acpi:INT0800:"
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3F0D:00: Processing device (SEQNUM=3337, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3F0D:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[364]: Loading module: pci:v00008086d0000A2F0sv00001462sd0000DA63bc04sc03i00
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:1f.4: sd-device: Created database file '/run/udev/data/+pci:0000:00:1f.4' for '/devices/pci0000:00/0000:00:1f.4'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0103:00: Device ready for processing (SEQNUM=3338, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: INT0800:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1f.2: Device processed (SEQNUM=3340, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3F0D:00: hwdb modalias key: "acpi:INT3F0D:PNP0C02:"
Jul 11 22:15:28 megalex (udev-worker)[375]: 0000:00:1f.4: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0103:00: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[431]: PNP0103:00: Processing device (SEQNUM=3338, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 0000:00:1f.2: sd-device-monitor(worker): Passed 598 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3F0D:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[375]: Loading module: pci:v00008086d0000A2A3sv00001462sd00007A63bc0Csc05i00
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C04:00: Device ready for processing (SEQNUM=3339, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: PNP0103:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[369]: INT0800:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device is queued (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: PNP0103:00: hwdb modalias key: "acpi:PNP0103:"
Jul 11 22:15:28 megalex systemd-udevd[353]: usb3: Device ready for processing (SEQNUM=3328, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: PNP0103:00: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[369]: INT0800:00: sd-device: Created database file '/run/udev/data/+platform:INT0800:00' for '/devices/pci0000:00/0000:00:1f.0/INT0800:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: usb3: sd-device-monitor(manager): Passed 329 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: Processing device (SEQNUM=3328, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3F0D:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[431]: PNP0103:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3F0D:00: sd-device: Created database file '/run/udev/data/+platform:INT3F0D:00' for '/devices/pci0000:00/0000:00:1f.0/INT3F0D:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 3-0:1.0: SEQNUM=3329 blocked by SEQNUM=3328
Jul 11 22:15:28 megalex (udev-worker)[431]: PNP0103:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3F0D:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: usb4: Device ready for processing (SEQNUM=3330, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: Loading module: acpi:INT3F0D:PNP0C02:
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id'
Jul 11 22:15:28 megalex (udev-worker)[369]: INT0800:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: usb4: sd-device-monitor(manager): Passed 329 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: Processing device (SEQNUM=3330, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: PNP0103:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[369]: Loading module: acpi:INT0800:
Jul 11 22:15:28 megalex systemd-udevd[353]: 4-0:1.0: SEQNUM=3331 blocked by SEQNUM=3330
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex (udev-worker)[431]: PNP0103:00: sd-device: Created database file '/run/udev/data/+platform:PNP0103:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0103:00'.
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id'
Jul 11 22:15:28 megalex (udev-worker)[369]: Failed to find module 'acpi:INT0800:'
Jul 11 22:15:28 megalex (udev-worker)[369]: INT0800:00: sd-device: Created database file '/run/udev/data/+platform:INT0800:00' for '/devices/pci0000:00/0000:00:1f.0/INT0800:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup21: Device ready for processing (SEQNUM=3332, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: INT0800:00: Device processed (SEQNUM=3336, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: hwdb modalias key: "usb:v1D6Bp0002:xHCI Host Controller"
Jul 11 22:15:28 megalex (udev-worker)[431]: PNP0103:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: wmi_bus-PNP0C14:00: Device is queued (SEQNUM=3345, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: INT0800:00: sd-device-monitor(worker): Passed 360 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: hwdb modalias key: "usb:v1D6Bp0003:xHCI Host Controller"
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[431]: Loading module: acpi:PNP0103:
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup21: Device ready for processing (SEQNUM=3332, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664
Jul 11 22:15:28 megalex systemd-udevd[353]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Device is queued (SEQNUM=3346, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: /usr/lib/udev/rules.d/60-autosuspend.rules:12 Writing ATTR{'/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb4/power/control'}="auto".
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664
Jul 11 22:15:28 megalex (udev-worker)[431]: Failed to find module 'acpi:PNP0103:'
Jul 11 22:15:28 megalex (udev-worker)[431]: PNP0103:00: sd-device: Created database file '/run/udev/data/+platform:PNP0103:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0103:00'.
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: /usr/lib/udev/rules.d/60-vboxdrv.rules:6 RUN '/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers'
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: /usr/lib/udev/rules.d/60-autosuspend.rules:12 Writing ATTR{'/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb3/power/control'}="auto".
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup21: Device ready for processing (SEQNUM=3332, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: PNP0103:00: Device processed (SEQNUM=3338, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup21: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: /usr/lib/udev/rules.d/60-vboxdrv.rules:6 RUN '/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers'
Jul 11 22:15:28 megalex (udev-worker)[369]: wakeup21: Processing device (SEQNUM=3332, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: PNP0103:00: sd-device-monitor(worker): Passed 313 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C04:00: Device ready for processing (SEQNUM=3339, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: Preserve permissions of /dev/bus/usb/004/001, uid=0, gid=0, mode=0664
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: Successfully created symlink '/dev/char/189:384' to '/dev/bus/usb/004/001'
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: sd-device: Created database file '/run/udev/data/c189:384' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb4'.
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: Running command "/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 384 09 vboxusers"
Jul 11 22:15:28 megalex (udev-worker)[369]: wakeup21: Device processed (SEQNUM=3332, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: wakeup21: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: Starting '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 384 09 vboxusers'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device is queued (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C04:00: Device ready for processing (SEQNUM=3339, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C04:00: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.6: Device ready for processing (SEQNUM=3343, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C04:00: Processing device (SEQNUM=3339, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.6: sd-device-monitor(manager): Passed 327 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: Preserve permissions of /dev/bus/usb/003/001, uid=0, gid=0, mode=0664
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ACPI000C:00: Device is queued (SEQNUM=3348, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: 0000:00:1f.6: Processing device (SEQNUM=3343, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: 0000:00:1f.6: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: Successfully created symlink '/dev/char/189:256' to '/dev/bus/usb/003/001'
Jul 11 22:15:28 megalex (udev-worker)[429]: Successfully forked off '(spawn)' as PID 453.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C04:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[431]: 0000:00:1f.6: hwdb modalias key: "pci:v00008086d000015B8sv00001462sd00007A63bc02sc00i00"
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: sd-device: Created database file '/run/udev/data/c189:256' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb3'.
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33A1:00: Device is queued (SEQNUM=3349, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C04:00: hwdb modalias key: "acpi:PNP0C04:"
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: Running command "/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 256 09 vboxusers"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: Starting '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 256 09 vboxusers'
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C04:00: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:00: Device is queued (SEQNUM=3350, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: Successfully forked off '(spawn)' as PID 454.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:01: Device is queued (SEQNUM=3351, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: 0000:00:1f.6: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C04:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:02: Device is queued (SEQNUM=3352, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:03: Device is queued (SEQNUM=3353, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C04:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: 0000:00:1f.6: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:04: Device is queued (SEQNUM=3354, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: 0000:00:1f.6: sd-device: Created database file '/run/udev/data/+pci:0000:00:1f.6' for '/devices/pci0000:00/0000:00:1f.6'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0C:00: Device is queued (SEQNUM=3355, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: 0000:00:1f.6: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0E:00: Device is queued (SEQNUM=3356, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[431]: Loading module: pci:v00008086d000015B8sv00001462sd00007A63bc02sc00i00
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C04:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:01: Device is queued (SEQNUM=3357, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wmi_bus-PNP0C14:01: Device is queued (SEQNUM=3358, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C04:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C04:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C04:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C04:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: A80593CE-2377-11DA-B012-B62220120727: Device is queued (SEQNUM=3359, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: Loading module: acpi:PNP0C04:
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-cpufreq: Device is queued (SEQNUM=3360, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: Failed to find module 'acpi:PNP0C04:'
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C04:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C04:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C04:00'.
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C04:00: Device processed (SEQNUM=3339, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C04:00: sd-device-monitor(worker): Passed 313 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: efivars.0: Device is queued (SEQNUM=3361, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042: Device is queued (SEQNUM=3362, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:00: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wmi_bus-PNP0C14:00: SEQNUM=3345 blocked by SEQNUM=3344
Jul 11 22:15:28 megalex systemd-udevd[353]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: SEQNUM=3346 blocked by SEQNUM=3344
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C14:00: Processing device (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C14:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C14:00: hwdb modalias key: "acpi:PNP0C14:"
Jul 11 22:15:28 megalex systemd-udevd[353]: serio0: Device is queued (SEQNUM=3363, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C14:00: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: serio1: Device is queued (SEQNUM=3364, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C14:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: microcode: Device is queued (SEQNUM=3365, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C14:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: Process '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 384 09 vboxusers' succeeded.
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: sd-device: Created database file '/run/udev/data/c189:384' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb4'.
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: Device processed (SEQNUM=3330, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pcspkr: Device is queued (SEQNUM=3366, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: usb4: sd-device-monitor(worker): Passed 1246 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc-efi.0: Device is queued (SEQNUM=3367, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C14:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: 4-0:1.0: Device ready for processing (SEQNUM=3331, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 4-0:1.0: sd-device-monitor(manager): Passed 344 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: 4-0:1.0: Processing device (SEQNUM=3331, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C14:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C14:00' for '/devices/pci0000:00/PNP0C14:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:00: Device is queued (SEQNUM=3368, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C14:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[429]: 4-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: Loading module: acpi:PNP0C14:
Jul 11 22:15:28 megalex (udev-worker)[429]: 4-0:1.0: hwdb modalias key: "usb:v1D6Bp0003d0615dc09dsc00dp03ic09isc00ip00in00"
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:01: Device is queued (SEQNUM=3369, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: 4-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: Process '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 256 09 vboxusers' succeeded.
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:02: Device is queued (SEQNUM=3370, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: Module 'wmi' is already loaded
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: sd-device: Created database file '/run/udev/data/c189:256' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb3'.
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C14:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C14:00' for '/devices/pci0000:00/PNP0C14:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:03: Device is queued (SEQNUM=3371, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: Device processed (SEQNUM=3328, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C14:00: Device processed (SEQNUM=3344, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: usb3: sd-device-monitor(worker): Passed 1246 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C14:00: sd-device-monitor(worker): Passed 282 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:04: Device is queued (SEQNUM=3372, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:05: Device is queued (SEQNUM=3373, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 3-0:1.0: Device ready for processing (SEQNUM=3329, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 3-0:1.0: sd-device-monitor(manager): Passed 344 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wmi_bus-PNP0C14:00: Device ready for processing (SEQNUM=3345, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 3-0:1.0: Processing device (SEQNUM=3329, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 22:15:28 megalex systemd-udevd[353]: wmi_bus-PNP0C14:00: sd-device-monitor(manager): Passed 209 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: wmi_bus-PNP0C14:00: Processing device (SEQNUM=3345, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: 4-0:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k71,72,73,80,8C,90,9B,9C,9E,9F,A3,A4,A5,A6,AB,AC,AD,D1,D9,F0,ram4,lsfw"
Jul 11 22:15:28 megalex (udev-worker)[427]: 3-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 22:15:28 megalex systemd-udevd[353]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: SEQNUM=3346 blocked by SEQNUM=3345
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[427]: 3-0:1.0: hwdb modalias key: "usb:v1D6Bp0002d0615dc09dsc00dp01ic09isc00ip00in00"
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: 4-0:1.0: sd-device: Created database file '/run/udev/data/+usb:4-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb4/4-0:1.0'.
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 22:15:28 megalex (udev-worker)[427]: 3-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: cmos_nvram0: Device is queued (SEQNUM=3374, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: 4-0:1.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Jul 11 22:15:28 megalex (udev-worker)[369]: wmi_bus-PNP0C14:00: Device processed (SEQNUM=3345, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: Loading module: usb:v1D6Bp0003d0615dc09dsc00dp03ic09isc00ip00in00
Jul 11 22:15:28 megalex (udev-worker)[369]: wmi_bus-PNP0C14:00: sd-device-monitor(worker): Passed 209 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: 1-9:1.1: if_class:3 protocol:0
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc0: Device is queued (SEQNUM=3375, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 22:15:28 megalex (udev-worker)[429]: Failed to find module 'usb:v1D6Bp0003d0615dc09dsc00dp03ic09isc00ip00in00'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k74,8E,8F,ram4,lsfw"
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: hwdb modalias key: "input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw"
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/60-persistent-input.rules:32 Added SYMLINK 'input/by-id/usb-0461_USB_Keyboard-event-if01'
Jul 11 22:15:28 megalex (udev-worker)[429]: 4-0:1.0: sd-device: Created database file '/run/udev/data/+usb:4-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb4/4-0:1.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: alarmtimer.0.auto: Device is queued (SEQNUM=3376, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[429]: 4-0:1.0: Device processed (SEQNUM=3331, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 3-0:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Device ready for processing (SEQNUM=3346, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/60-persistent-input.rules:42 Added SYMLINK 'input/by-path/pci-0000:00:14.0-usb-0:9:1.1-event'
Jul 11 22:15:28 megalex (udev-worker)[429]: 4-0:1.0: sd-device-monitor(worker): Passed 604 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: sd-device-monitor(manager): Passed 353 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Processing device (SEQNUM=3346, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Jul 11 22:15:28 megalex (udev-worker)[427]: 3-0:1.0: sd-device: Created database file '/run/udev/data/+usb:3-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb3/3-0:1.0'.
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/60-persistent-input.rules:44 Added SYMLINK 'input/by-path/pci-0000:00:14.0-usbv2-0:9:1.1-event'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=wmi'
Jul 11 22:15:28 megalex (udev-worker)[427]: 3-0:1.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[358]: 1-9:1.1: if_class:3 protocol:0
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: /usr/lib/udev/rules.d/65-libwacom.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input '--lookup-prefix=libwacom:name:Sleep Button:''
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup23: Device is queued (SEQNUM=3377, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: hwdb modalias key: "wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0"
Jul 11 22:15:28 megalex (udev-worker)[427]: Loading module: usb:v1D6Bp0002d0615dc09dsc00dp01ic09isc00ip00in00
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: hwdb modalias key: "input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw"
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: Failed to find module 'usb:v1D6Bp0002d0615dc09dsc00dp01ic09isc00ip00in00'
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/60-persistent-input.rules:32 Added SYMLINK 'input/by-id/usb-0461_USB_Keyboard-event-if01'
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: /usr/lib/udev/rules.d/80-libinput-device-groups.rules:4 Importing properties from results of 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6/event4'
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00: sd-device-monitor(manager): Passed 187 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00: Processing device (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 3-0:1.0: sd-device: Created database file '/run/udev/data/+usb:3-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb3/3-0:1.0'.
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: Starting 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6/event4'
Jul 11 22:15:28 megalex systemd-udevd[353]: ACPI000C:00: Device ready for processing (SEQNUM=3348, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup22: Device is queued (SEQNUM=3378, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 3-0:1.0: Device processed (SEQNUM=3329, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: /usr/lib/udev/rules.d/65-libwacom.rules:20 Failed to run builtin 'hwdb --subsystem=input '--lookup-prefix=libwacom:name:Sleep Button:'': No data available
Jul 11 22:15:28 megalex (udev-worker)[369]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=wmi': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: ACPI000C:00: Device ready for processing (SEQNUM=3348, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 3-0:1.0: sd-device-monitor(worker): Passed 644 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: Successfully forked off '(spawn)' as PID 463.
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/60-persistent-input.rules:42 Added SYMLINK 'input/by-path/pci-0000:00:14.0-usb-0:9:1.1-event'
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00: Device processed (SEQNUM=3347, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:06: Device is queued (SEQNUM=3379, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: /usr/lib/udev/rules.d/80-libinput-device-groups.rules:4 Importing properties from results of 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0'
Jul 11 22:15:28 megalex (udev-worker)[369]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/60-persistent-input.rules:44 Added SYMLINK 'input/by-path/pci-0000:00:14.0-usbv2-0:9:1.1-event'
Jul 11 22:15:28 megalex (udev-worker)[429]: 0000:00: sd-device-monitor(worker): Passed 187 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: ACPI000C:00: Device ready for processing (SEQNUM=3348, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: Starting 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0'
Jul 11 22:15:28 megalex (udev-worker)[369]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:07: Device is queued (SEQNUM=3380, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: Loading module: wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0
Jul 11 22:15:28 megalex systemd-udevd[353]: ACPI000C:00: Device ready for processing (SEQNUM=3348, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: Successfully forked off '(spawn)' as PID 464.
Jul 11 22:15:28 megalex systemd-udevd[353]: ACPI000C:00: sd-device-monitor(manager): Passed 234 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: ACPI000C:00: Processing device (SEQNUM=3348, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33A1:00: Device ready for processing (SEQNUM=3349, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: ACPI000C:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex systemd-udevd[353]: INT33A1:00: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: INT33A1:00: Processing device (SEQNUM=3349, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: ACPI000C:00: hwdb modalias key: "acpi:ACPI000C:"
Jul 11 22:15:28 megalex (udev-worker)[369]: Module 'mxm_wmi' is already loaded
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:00: Device ready for processing (SEQNUM=3350, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: /usr/lib/udev/rules.d/80-libinput-device-groups.rules:4 Importing properties from results of 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7/event5'
Jul 11 22:15:28 megalex (udev-worker)[429]: INT33A1:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[369]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Device processed (SEQNUM=3346, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: ACPI000C:00: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:08: Device is queued (SEQNUM=3381, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: Starting 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7/event5'
Jul 11 22:15:28 megalex (udev-worker)[429]: INT33A1:00: hwdb modalias key: "acpi:INT33A1:PNP0D80:"
Jul 11 22:15:28 megalex (udev-worker)[369]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: sd-device-monitor(worker): Passed 353 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: ACPI000C:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:00: Device ready for processing (SEQNUM=3350, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: INT33A1:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[358]: Successfully forked off '(spawn)' as PID 465.
Jul 11 22:15:28 megalex (udev-worker)[427]: ACPI000C:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:09: Device is queued (SEQNUM=3382, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:00: Device ready for processing (SEQNUM=3350, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:00: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:00: Processing device (SEQNUM=3350, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: ACPI000C:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[429]: INT33A1:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:01: Device ready for processing (SEQNUM=3351, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[427]: ACPI000C:00: sd-device: Created database file '/run/udev/data/+platform:ACPI000C:00' for '/devices/platform/ACPI000C:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: software: Device is queued (SEQNUM=3383, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:00: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 22:15:28 megalex (udev-worker)[429]: INT33A1:00: sd-device: Created database file '/run/udev/data/+platform:INT33A1:00' for '/devices/platform/INT33A1:00'.
Jul 11 22:15:28 megalex (udev-worker)[427]: ACPI000C:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:00: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[429]: INT33A1:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[427]: Loading module: acpi:ACPI000C:
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:01: Device ready for processing (SEQNUM=3351, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex (udev-worker)[429]: Loading module: acpi:INT33A1:PNP0D80:
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[427]: Module 'acpi_pad' is already loaded
Jul 11 22:15:28 megalex (udev-worker)[427]: ACPI000C:00: sd-device: Created database file '/run/udev/data/+platform:ACPI000C:00' for '/devices/platform/ACPI000C:00'.
Jul 11 22:15:28 megalex (udev-worker)[427]: ACPI000C:00: Device processed (SEQNUM=3348, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: broadcast: Device is queued (SEQNUM=3384, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:01: Device ready for processing (SEQNUM=3351, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: ACPI000C:00: sd-device-monitor(worker): Passed 296 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent0: Device is queued (SEQNUM=3385, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:01: Device ready for processing (SEQNUM=3351, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent1: Device is queued (SEQNUM=3386, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:01: Device ready for processing (SEQNUM=3351, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:01: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:02: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent2: Device is queued (SEQNUM=3387, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0'(out) 'LIBINPUT_DEVICE_GROUP=19/0/3:PNP0C0E/button'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:02: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6/event4'(out) 'LIBINPUT_DEVICE_GROUP=3/461/10:usb-0000:00:14.0-9'
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0B:01: Processing device (SEQNUM=3351, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: Process 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0' succeeded.
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent3: Device is queued (SEQNUM=3388, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:00' for '/devices/platform/PNP0C0B:00'.
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: Process 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6/event4' succeeded.
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0B:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:02: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: Setting permissions /dev/input/event4, uid=0, gid=993, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: Setting permissions /dev/input/event0, uid=0, gid=993, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7/event5'(out) 'LIBINPUT_DEVICE_GROUP=3/461/10:usb-0000:00:14.0-9'
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0B:01: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent4: Device is queued (SEQNUM=3389, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: Successfully created symlink '/dev/char/13:64' to '/dev/input/event0'
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: Successfully created symlink '/dev/input/by-path/pci-0000:00:14.0-usbv2-0:9:1.1-event' to '/dev/input/event4'
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: Process 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7/event5' succeeded.
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: Successfully created symlink '/dev/input/by-id/usb-0461_USB_Keyboard-event-if01' to '/dev/input/event4'
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0B:01: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[369]: Loading module: acpi:PNP0C0B:
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: sd-device: Created database file '/run/udev/data/c13:64' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:02: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0B:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: Successfully created symlink '/dev/input/by-path/pci-0000:00:14.0-usb-0:9:1.1-event' to '/dev/input/event4'
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: Setting permissions /dev/input/event5, uid=0, gid=993, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: sd-device: Created database file '/run/udev/data/c13:64' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent5: Device is queued (SEQNUM=3390, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0B:01: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[369]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: Successfully created symlink '/dev/char/13:68' to '/dev/input/event4'
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: Device processed (SEQNUM=2780, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:02: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent6: Device is queued (SEQNUM=3391, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:00' for '/devices/platform/PNP0C0B:00'.
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: sd-device: Created database file '/run/udev/data/c13:68' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6/event4'.
Jul 11 22:15:28 megalex (udev-worker)[424]: event0: sd-device-monitor(worker): Passed 427 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0B:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: Successfully created symlink '/dev/input/by-path/pci-0000:00:14.0-usbv2-0:9:1.1-event' to '/dev/input/event5'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:02: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:00: Device processed (SEQNUM=3350, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: sd-device: Created database file '/run/udev/data/c13:68' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6/event4'.
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: Successfully created symlink '/dev/input/by-id/usb-0461_USB_Keyboard-event-if01' to '/dev/input/event5'
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent7: Device is queued (SEQNUM=3392, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:00: sd-device-monitor(worker): Passed 280 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: Device processed (SEQNUM=2796, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0B:01: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:01' for '/devices/platform/PNP0C0B:01'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:02: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: event4: sd-device-monitor(worker): Passed 1191 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: Successfully created symlink '/dev/input/by-path/pci-0000:00:14.0-usb-0:9:1.1-event' to '/dev/input/event5'
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0B:01: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:02: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C0B:02: Processing device (SEQNUM=3352, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: Successfully created symlink '/dev/char/13:69' to '/dev/input/event5'
Jul 11 22:15:28 megalex (udev-worker)[427]: Loading module: acpi:PNP0C0B:
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:03: Device ready for processing (SEQNUM=3353, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C0B:02: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: sd-device: Created database file '/run/udev/data/c13:69' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7/event5'.
Jul 11 22:15:28 megalex systemd-udevd[353]: clocksource0: Device is queued (SEQNUM=3393, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C0B:02: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 22:15:28 megalex (udev-worker)[427]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C0B:02: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:03: Device ready for processing (SEQNUM=3353, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: sd-device: Created database file '/run/udev/data/c13:69' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7/event5'.
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0B:01: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:01' for '/devices/platform/PNP0C0B:01'.
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C0B:02: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:03: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0B:03: Processing device (SEQNUM=3353, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: Device processed (SEQNUM=2798, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0B:01: Device processed (SEQNUM=3351, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C0B:02: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:04: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0B:03: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[358]: event5: sd-device-monitor(worker): Passed 1191 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0B:01: sd-device-monitor(worker): Passed 280 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0B:04: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:04: Processing device (SEQNUM=3354, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0B:03: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C0B:02: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0C:00: Device ready for processing (SEQNUM=3355, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:04: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0B:03: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu0: Device is queued (SEQNUM=3394, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C0B:02: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:02' for '/devices/platform/PNP0C0B:02'.
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:04: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0B:03: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0C:00: Device ready for processing (SEQNUM=3355, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C0B:02: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0B:03: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:04: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0C:00: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0C:00: Processing device (SEQNUM=3355, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: Loading module: acpi:PNP0C0B:
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:04: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0E:00: Device ready for processing (SEQNUM=3356, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0B:03: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[424]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:04: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C0E:00: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: PNP0C0E:00: Processing device (SEQNUM=3356, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: PNP0C0E:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0B:03: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:03' for '/devices/platform/PNP0C0B:03'.
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C0B:02: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:02' for '/devices/platform/PNP0C0B:02'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:01: Device ready for processing (SEQNUM=3357, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0C:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[358]: PNP0C0E:00: hwdb modalias key: "acpi:PNP0C0E:"
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0B:03: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:04: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C0B:02: Device processed (SEQNUM=3352, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu1: Device is queued (SEQNUM=3395, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0C:00: hwdb modalias key: "acpi:PNP0C0C:"
Jul 11 22:15:28 megalex (udev-worker)[367]: Loading module: acpi:PNP0C0B:
Jul 11 22:15:28 megalex (udev-worker)[358]: PNP0C0E:00: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C0B:02: sd-device-monitor(worker): Passed 280 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:04: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:04' for '/devices/platform/PNP0C0B:04'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:01: Device ready for processing (SEQNUM=3357, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0C:00: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[358]: PNP0C0E:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:04: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[367]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device is queued (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0C:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex (udev-worker)[358]: PNP0C0E:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[369]: Loading module: acpi:PNP0C0B:
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0B:03: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:03' for '/devices/platform/PNP0C0B:03'.
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:01: Device ready for processing (SEQNUM=3357, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0C:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0B:03: Device processed (SEQNUM=3353, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: PNP0C14:01: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C14:01: Processing device (SEQNUM=3357, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: PNP0C0E:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[369]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 22:15:28 megalex (udev-worker)[367]: PNP0C0B:03: sd-device-monitor(worker): Passed 280 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0C:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: wmi_bus-PNP0C14:01: SEQNUM=3358 blocked by SEQNUM=3357
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C14:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:04: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:04' for '/devices/platform/PNP0C0B:04'.
Jul 11 22:15:28 megalex (udev-worker)[358]: PNP0C0E:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C0E:00' for '/devices/platform/PNP0C0E:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: A80593CE-2377-11DA-B012-B62220120727: SEQNUM=3359 blocked by SEQNUM=3357
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0C:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C0C:00' for '/devices/platform/PNP0C0C:00'.
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C14:01: hwdb modalias key: "acpi:PNP0C14:"
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:04: Device processed (SEQNUM=3354, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: PNP0C0E:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-cpufreq: Device ready for processing (SEQNUM=3360, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0C:00: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[369]: PNP0C0B:04: sd-device-monitor(worker): Passed 280 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C14:01: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[358]: Loading module: acpi:PNP0C0E:
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device is queued (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-cpufreq: Device ready for processing (SEQNUM=3360, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C14:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex (udev-worker)[358]: Failed to find module 'acpi:PNP0C0E:'
Jul 11 22:15:28 megalex (udev-worker)[358]: PNP0C0E:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C0E:00' for '/devices/platform/PNP0C0E:00'.
Jul 11 22:15:28 megalex (udev-worker)[367]: acpi-cpufreq: Processing device (SEQNUM=3360, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C14:01: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[427]: Loading module: acpi:PNP0C0C:
Jul 11 22:15:28 megalex (udev-worker)[358]: PNP0C0E:00: Device processed (SEQNUM=3356, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-cpufreq: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[367]: acpi-cpufreq: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[358]: PNP0C0E:00: sd-device-monitor(worker): Passed 264 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: efivars.0: Device ready for processing (SEQNUM=3361, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: acpi-cpufreq: hwdb modalias key: "platform:acpi-cpufreq"
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C14:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[427]: Failed to find module 'acpi:PNP0C0C:'
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0C:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C0C:00' for '/devices/platform/PNP0C0C:00'.
Jul 11 22:15:28 megalex (udev-worker)[369]: efivars.0: Processing device (SEQNUM=3361, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: acpi-cpufreq: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: efivars.0: sd-device-monitor(manager): Passed 206 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0C:00: Device processed (SEQNUM=3355, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C14:01: sd-device: Created database file '/run/udev/data/+platform:PNP0C14:01' for '/devices/platform/PNP0C14:01'.
Jul 11 22:15:28 megalex (udev-worker)[369]: efivars.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[367]: acpi-cpufreq: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042: Device ready for processing (SEQNUM=3362, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: PNP0C0C:00: sd-device-monitor(worker): Passed 264 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C14:01: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[369]: efivars.0: hwdb modalias key: "platform:efivars"
Jul 11 22:15:28 megalex (udev-worker)[367]: acpi-cpufreq: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu4: Device is queued (SEQNUM=3398, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: Loading module: acpi:PNP0C14:
Jul 11 22:15:28 megalex (udev-worker)[369]: efivars.0: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042: Device ready for processing (SEQNUM=3362, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: efivars.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex (udev-worker)[367]: acpi-cpufreq: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: i8042: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: i8042: Processing device (SEQNUM=3362, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: efivars.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[424]: Module 'wmi' is already loaded
Jul 11 22:15:28 megalex systemd-udevd[353]: serio0: SEQNUM=3363 blocked by SEQNUM=3362
Jul 11 22:15:28 megalex (udev-worker)[367]: acpi-cpufreq: sd-device: Created database file '/run/udev/data/+platform:acpi-cpufreq' for '/devices/platform/acpi-cpufreq'.
Jul 11 22:15:28 megalex (udev-worker)[427]: i8042: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C14:01: sd-device: Created database file '/run/udev/data/+platform:PNP0C14:01' for '/devices/platform/PNP0C14:01'.
Jul 11 22:15:28 megalex systemd-udevd[353]: serio1: SEQNUM=3364 blocked by SEQNUM=3362
Jul 11 22:15:28 megalex (udev-worker)[367]: acpi-cpufreq: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[369]: efivars.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[427]: i8042: hwdb modalias key: "platform:i8042"
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C14:01: Device processed (SEQNUM=3357, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: microcode: Device ready for processing (SEQNUM=3365, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: Loading module: platform:acpi-cpufreq
Jul 11 22:15:28 megalex (udev-worker)[424]: PNP0C14:01: sd-device-monitor(worker): Passed 280 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: efivars.0: sd-device: Created database file '/run/udev/data/+platform:efivars.0' for '/devices/platform/efivars.0'.
Jul 11 22:15:28 megalex (udev-worker)[427]: i8042: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: microcode: sd-device-monitor(manager): Passed 208 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: microcode: Processing device (SEQNUM=3365, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: efivars.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[427]: i8042: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: pcspkr: Device ready for processing (SEQNUM=3366, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: microcode: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[369]: Loading module: platform:efivars
Jul 11 22:15:28 megalex (udev-worker)[427]: i8042: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu5: Device is queued (SEQNUM=3399, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: microcode: hwdb modalias key: "platform:microcode"
Jul 11 22:15:28 megalex (udev-worker)[369]: Module 'efi_pstore' is built in
Jul 11 22:15:28 megalex systemd-udevd[353]: wmi_bus-PNP0C14:01: Device ready for processing (SEQNUM=3358, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: i8042: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[358]: microcode: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[369]: efivars.0: sd-device: Created database file '/run/udev/data/+platform:efivars.0' for '/devices/platform/efivars.0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: wmi_bus-PNP0C14:01: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: wmi_bus-PNP0C14:01: Processing device (SEQNUM=3358, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: microcode: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex (udev-worker)[369]: efivars.0: Device processed (SEQNUM=3361, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: i8042: sd-device: Created database file '/run/udev/data/+platform:i8042' for '/devices/platform/i8042'.
Jul 11 22:15:28 megalex systemd-udevd[353]: A80593CE-2377-11DA-B012-B62220120727: SEQNUM=3359 blocked by SEQNUM=3358
Jul 11 22:15:28 megalex (udev-worker)[358]: microcode: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[369]: efivars.0: sd-device-monitor(worker): Passed 264 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: i8042: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: pcspkr: Device ready for processing (SEQNUM=3366, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: Loading module: platform:i8042
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device is queued (SEQNUM=3400, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: wmi_bus-PNP0C14:01: Device processed (SEQNUM=3358, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: Failed to find module 'platform:i8042'
Jul 11 22:15:28 megalex (udev-worker)[358]: microcode: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: pcspkr: Device ready for processing (SEQNUM=3366, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: wmi_bus-PNP0C14:01: sd-device-monitor(worker): Passed 207 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: i8042: sd-device: Created database file '/run/udev/data/+platform:i8042' for '/devices/platform/i8042'.
Jul 11 22:15:28 megalex systemd-udevd[353]: pcspkr: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: pcspkr: Processing device (SEQNUM=3366, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: microcode: sd-device: Created database file '/run/udev/data/+platform:microcode' for '/devices/platform/microcode'.
Jul 11 22:15:28 megalex (udev-worker)[427]: i8042: Device processed (SEQNUM=3362, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc-efi.0: Device ready for processing (SEQNUM=3367, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: pcspkr: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex (udev-worker)[358]: microcode: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[427]: i8042: sd-device-monitor(worker): Passed 263 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu7: Device is queued (SEQNUM=3401, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: pcspkr: hwdb modalias key: "platform:pcspkr"
Jul 11 22:15:28 megalex (udev-worker)[358]: Loading module: platform:microcode
Jul 11 22:15:28 megalex systemd-udevd[353]: A80593CE-2377-11DA-B012-B62220120727: Device ready for processing (SEQNUM=3359, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: Failed to find module 'platform:microcode'
Jul 11 22:15:28 megalex (udev-worker)[369]: pcspkr: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: A80593CE-2377-11DA-B012-B62220120727: sd-device-monitor(manager): Passed 351 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: A80593CE-2377-11DA-B012-B62220120727: Processing device (SEQNUM=3359, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: microcode: sd-device: Created database file '/run/udev/data/+platform:microcode' for '/devices/platform/microcode'.
Jul 11 22:15:28 megalex (udev-worker)[369]: pcspkr: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: serio0: Device ready for processing (SEQNUM=3363, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: A80593CE-2377-11DA-B012-B62220120727: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=wmi'
Jul 11 22:15:28 megalex (udev-worker)[358]: microcode: Device processed (SEQNUM=3365, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: pcspkr: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: serio0: sd-device-monitor(manager): Passed 307 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: serio0: Processing device (SEQNUM=3363, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: serio0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=serio'
Jul 11 22:15:28 megalex (udev-worker)[358]: microcode: sd-device-monitor(worker): Passed 266 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: serio1: Device ready for processing (SEQNUM=3364, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device is queued (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: serio0: hwdb modalias key: "serio:ty06pr00id00ex00"
Jul 11 22:15:28 megalex (udev-worker)[369]: pcspkr: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[424]: A80593CE-2377-11DA-B012-B62220120727: hwdb modalias key: "wmi:A80593CE-2377-11DA-B012-B62220120727"
Jul 11 22:15:28 megalex systemd-udevd[353]: serio1: Device ready for processing (SEQNUM=3364, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: serio0: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: serio1: sd-device-monitor(manager): Passed 307 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[369]: pcspkr: sd-device: Created database file '/run/udev/data/+platform:pcspkr' for '/devices/platform/pcspkr'.
Jul 11 22:15:28 megalex (udev-worker)[427]: serio0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=serio': No data available
Jul 11 22:15:28 megalex (udev-worker)[358]: serio1: Processing device (SEQNUM=3364, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: serio1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=serio'
Jul 11 22:15:28 megalex (udev-worker)[424]: A80593CE-2377-11DA-B012-B62220120727: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[369]: pcspkr: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc-efi.0: Device ready for processing (SEQNUM=3367, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: serio1: hwdb modalias key: "serio:ty01pr00id00ex00"
Jul 11 22:15:28 megalex (udev-worker)[424]: A80593CE-2377-11DA-B012-B62220120727: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=wmi': No data available
Jul 11 22:15:28 megalex (udev-worker)[369]: Loading module: platform:pcspkr
Jul 11 22:15:28 megalex (udev-worker)[427]: serio0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck0: Device is queued (SEQNUM=3403, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: serio1: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc-efi.0: Device ready for processing (SEQNUM=3367, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: serio1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=serio': No data available
Jul 11 22:15:28 megalex (udev-worker)[427]: serio0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[424]: A80593CE-2377-11DA-B012-B62220120727: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck1: Device is queued (SEQNUM=3404, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: Loading module: serio:ty06pr00id00ex00
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc-efi.0: Device ready for processing (SEQNUM=3367, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: A80593CE-2377-11DA-B012-B62220120727: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[427]: Module 'serio_raw' is already loaded
Jul 11 22:15:28 megalex (udev-worker)[358]: serio1: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck2: Device is queued (SEQNUM=3405, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: Loading module: wmi:A80593CE-2377-11DA-B012-B62220120727
Jul 11 22:15:28 megalex (udev-worker)[427]: serio0: Device processed (SEQNUM=3363, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc-efi.0: Device ready for processing (SEQNUM=3367, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: serio1: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[424]: Failed to find module 'wmi:A80593CE-2377-11DA-B012-B62220120727'
Jul 11 22:15:28 megalex (udev-worker)[427]: serio0: sd-device-monitor(worker): Passed 307 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck3: Device is queued (SEQNUM=3406, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: Loading module: serio:ty01pr00id00ex00
Jul 11 22:15:28 megalex (udev-worker)[424]: A80593CE-2377-11DA-B012-B62220120727: Device processed (SEQNUM=3359, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc-efi.0: Device ready for processing (SEQNUM=3367, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: Module 'serio_raw' is already loaded
Jul 11 22:15:28 megalex (udev-worker)[424]: A80593CE-2377-11DA-B012-B62220120727: sd-device-monitor(worker): Passed 351 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck4: Device is queued (SEQNUM=3407, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc-efi.0: Device ready for processing (SEQNUM=3367, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc-efi.0: sd-device-monitor(manager): Passed 206 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc-efi.0: Processing device (SEQNUM=3367, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:00: Device ready for processing (SEQNUM=3368, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc-efi.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck5: Device is queued (SEQNUM=3408, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc-efi.0: hwdb modalias key: "platform:rtc-efi"
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:00: Device ready for processing (SEQNUM=3368, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:00: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc-efi.0: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:01: Device ready for processing (SEQNUM=3369, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:00: Processing device (SEQNUM=3368, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc-efi.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck6: Device is queued (SEQNUM=3409, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc-efi.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:01: Device ready for processing (SEQNUM=3369, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc-efi.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:00: Device processed (SEQNUM=3368, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:00: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc-efi.0: sd-device: Created database file '/run/udev/data/+platform:rtc-efi.0' for '/devices/platform/rtc-efi.0'.
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc-efi.0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[427]: Loading module: platform:rtc-efi
Jul 11 22:15:28 megalex (udev-worker)[427]: Failed to find module 'platform:rtc-efi'
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc-efi.0: sd-device: Created database file '/run/udev/data/+platform:rtc-efi.0' for '/devices/platform/rtc-efi.0'.
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc-efi.0: Device processed (SEQNUM=3367, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc-efi.0: sd-device-monitor(worker): Passed 264 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck7: Device is queued (SEQNUM=3410, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:01: Device ready for processing (SEQNUM=3369, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory0: Device is queued (SEQNUM=3411, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:01: Device ready for processing (SEQNUM=3369, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:01: sd-device-monitor(manager): Passed 184 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:01: Processing device (SEQNUM=3369, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:02: Device ready for processing (SEQNUM=3370, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:02: sd-device-monitor(manager): Passed 184 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: 00:02: Processing device (SEQNUM=3370, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:03: Device ready for processing (SEQNUM=3371, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:01: Device processed (SEQNUM=3369, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:01: sd-device-monitor(worker): Passed 184 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: 00:02: Device processed (SEQNUM=3370, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 00:02: sd-device-monitor(worker): Passed 184 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory1: Device is queued (SEQNUM=3412, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:03: Device ready for processing (SEQNUM=3371, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory10: Device is queued (SEQNUM=3413, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:03: Device ready for processing (SEQNUM=3371, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:03: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:04: Device ready for processing (SEQNUM=3372, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:04: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:05: Device ready for processing (SEQNUM=3373, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:03: Processing device (SEQNUM=3371, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory11: Device is queued (SEQNUM=3414, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:05: Device ready for processing (SEQNUM=3373, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory12: Device is queued (SEQNUM=3415, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:05: Device ready for processing (SEQNUM=3373, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory13: Device is queued (SEQNUM=3416, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:05: Device ready for processing (SEQNUM=3373, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory14: Device is queued (SEQNUM=3417, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:05: Device ready for processing (SEQNUM=3373, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory15: Device is queued (SEQNUM=3418, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:05: Device ready for processing (SEQNUM=3373, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory16: Device is queued (SEQNUM=3419, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:05: Device ready for processing (SEQNUM=3373, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory17: Device is queued (SEQNUM=3420, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:05: Device ready for processing (SEQNUM=3373, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory18: Device is queued (SEQNUM=3421, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 00:04: Processing device (SEQNUM=3372, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:03: Device processed (SEQNUM=3371, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:03: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: 00:04: Device processed (SEQNUM=3372, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 00:04: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:05: Device ready for processing (SEQNUM=3373, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory19: Device is queued (SEQNUM=3422, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:05: Device ready for processing (SEQNUM=3373, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:05: sd-device-monitor(manager): Passed 183 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cmos_nvram0: SEQNUM=3374 blocked by SEQNUM=3373
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc0: SEQNUM=3375 blocked by SEQNUM=3373
Jul 11 22:15:28 megalex systemd-udevd[353]: alarmtimer.0.auto: SEQNUM=3376 blocked by SEQNUM=3373
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:05: Processing device (SEQNUM=3373, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup23: SEQNUM=3377 blocked by SEQNUM=3373
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup22: SEQNUM=3378 blocked by SEQNUM=3373
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:06: Device ready for processing (SEQNUM=3379, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:06: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: 00:06: Processing device (SEQNUM=3379, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:07: Device ready for processing (SEQNUM=3380, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory2: Device is queued (SEQNUM=3423, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:05: Device processed (SEQNUM=3373, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:07: Device ready for processing (SEQNUM=3380, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:05: sd-device-monitor(worker): Passed 183 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory20: Device is queued (SEQNUM=3424, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 00:06: Device processed (SEQNUM=3379, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:07: Device ready for processing (SEQNUM=3380, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: 00:06: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory21: Device is queued (SEQNUM=3425, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cmos_nvram0: Device ready for processing (SEQNUM=3374, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cmos_nvram0: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: cmos_nvram0: Processing device (SEQNUM=3374, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc0: Device ready for processing (SEQNUM=3375, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory22: Device is queued (SEQNUM=3426, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc0: Device ready for processing (SEQNUM=3375, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: rtc0: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: alarmtimer.0.auto: SEQNUM=3376 blocked by SEQNUM=3375
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc0: Processing device (SEQNUM=3375, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup23: SEQNUM=3377 blocked by SEQNUM=3375
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup22: Device ready for processing (SEQNUM=3378, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc0: /usr/lib/udev/rules.d/50-udev-default.rules:14 Added SYMLINK 'rtc'
Jul 11 22:15:28 megalex systemd-udevd[353]: memory23: Device is queued (SEQNUM=3427, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: cmos_nvram0: Device processed (SEQNUM=3374, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup22: Device ready for processing (SEQNUM=3378, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: cmos_nvram0: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory24: Device is queued (SEQNUM=3428, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup22: Device ready for processing (SEQNUM=3378, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory25: Device is queued (SEQNUM=3429, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup22: Device ready for processing (SEQNUM=3378, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup22: sd-device-monitor(manager): Passed 186 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: wakeup22: Processing device (SEQNUM=3378, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:07: Device ready for processing (SEQNUM=3380, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc0: Preserve permissions of /dev/rtc0, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex systemd-udevd[353]: memory26: Device is queued (SEQNUM=3430, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:07: Device ready for processing (SEQNUM=3380, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory27: Device is queued (SEQNUM=3431, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:07: Device ready for processing (SEQNUM=3380, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc0: Successfully created symlink '/dev/rtc' to '/dev/rtc0'
Jul 11 22:15:28 megalex systemd-udevd[353]: memory28: Device is queued (SEQNUM=3432, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc0: Successfully created symlink '/dev/char/250:0' to '/dev/rtc0'
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:07: Device ready for processing (SEQNUM=3380, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: wakeup22: Device processed (SEQNUM=3378, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc0: sd-device: Created database file '/run/udev/data/c250:0' for '/devices/pnp0/00:05/rtc/rtc0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory29: Device is queued (SEQNUM=3433, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: wakeup22: sd-device-monitor(worker): Passed 186 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc0: sd-device: Created database file '/run/udev/data/c250:0' for '/devices/pnp0/00:05/rtc/rtc0'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:07: Device ready for processing (SEQNUM=3380, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc0: Device processed (SEQNUM=3375, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory3: Device is queued (SEQNUM=3434, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: rtc0: sd-device-monitor(worker): Passed 230 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:07: Device ready for processing (SEQNUM=3380, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:07: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:07: Processing device (SEQNUM=3380, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:08: Device ready for processing (SEQNUM=3381, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory30: Device is queued (SEQNUM=3435, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: alarmtimer.0.auto: Device ready for processing (SEQNUM=3376, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: alarmtimer.0.auto: sd-device-monitor(manager): Passed 246 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: alarmtimer.0.auto: Processing device (SEQNUM=3376, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup23: SEQNUM=3377 blocked by SEQNUM=3376
Jul 11 22:15:28 megalex (udev-worker)[427]: alarmtimer.0.auto: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:08: Device ready for processing (SEQNUM=3381, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: alarmtimer.0.auto: hwdb modalias key: "platform:alarmtimer"
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:07: Device processed (SEQNUM=3380, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory31: Device is queued (SEQNUM=3436, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:07: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:08: Device ready for processing (SEQNUM=3381, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: alarmtimer.0.auto: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory32: Device is queued (SEQNUM=3437, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: alarmtimer.0.auto: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:08: Device ready for processing (SEQNUM=3381, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: alarmtimer.0.auto: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:08: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:08: Processing device (SEQNUM=3381, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:09: Device ready for processing (SEQNUM=3382, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory4: Device is queued (SEQNUM=3438, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:09: Device ready for processing (SEQNUM=3382, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: alarmtimer.0.auto: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: memory5: Device is queued (SEQNUM=3439, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: alarmtimer.0.auto: sd-device: Created database file '/run/udev/data/+platform:alarmtimer.0.auto' for '/devices/pnp0/00:05/rtc/rtc0/alarmtimer.0.auto'.
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:09: Device ready for processing (SEQNUM=3382, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: alarmtimer.0.auto: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:08: Device processed (SEQNUM=3381, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory6: Device is queued (SEQNUM=3440, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: Loading module: platform:alarmtimer
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:08: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:09: Device ready for processing (SEQNUM=3382, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: Failed to find module 'platform:alarmtimer'
Jul 11 22:15:28 megalex (udev-worker)[427]: alarmtimer.0.auto: sd-device: Created database file '/run/udev/data/+platform:alarmtimer.0.auto' for '/devices/pnp0/00:05/rtc/rtc0/alarmtimer.0.auto'.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory7: Device is queued (SEQNUM=3441, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: alarmtimer.0.auto: Device processed (SEQNUM=3376, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:09: Device ready for processing (SEQNUM=3382, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: alarmtimer.0.auto: sd-device-monitor(worker): Passed 320 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 00:09: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:09: Processing device (SEQNUM=3382, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: software: Device ready for processing (SEQNUM=3383, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory8: Device is queued (SEQNUM=3442, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup23: Device ready for processing (SEQNUM=3377, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup23: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: wakeup23: Processing device (SEQNUM=3377, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: software: Device ready for processing (SEQNUM=3383, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory9: Device is queued (SEQNUM=3443, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: software: Device ready for processing (SEQNUM=3383, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:09: Device processed (SEQNUM=3382, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: node0: Device is queued (SEQNUM=3444, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: 00:09: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: software: Device ready for processing (SEQNUM=3383, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: tracepoint: Device is queued (SEQNUM=3445, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: software: Device ready for processing (SEQNUM=3383, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: software: sd-device-monitor(manager): Passed 174 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: software: Processing device (SEQNUM=3383, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: broadcast: Device ready for processing (SEQNUM=3384, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uprobe: Device is queued (SEQNUM=3446, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: broadcast: Device ready for processing (SEQNUM=3384, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: wakeup23: Device processed (SEQNUM=3377, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 8:0: Device is queued (SEQNUM=3447, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: wakeup23: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: broadcast: Device ready for processing (SEQNUM=3384, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: software: Device processed (SEQNUM=3383, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu0: Device is queued (SEQNUM=3448, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: software: sd-device-monitor(worker): Passed 174 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: broadcast: Device ready for processing (SEQNUM=3384, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: broadcast: sd-device-monitor(manager): Passed 193 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: broadcast: Processing device (SEQNUM=3384, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent0: Device ready for processing (SEQNUM=3385, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu1: Device is queued (SEQNUM=3449, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent0: Device ready for processing (SEQNUM=3385, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: clockevent0: Processing device (SEQNUM=3385, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent0: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent1: Device ready for processing (SEQNUM=3386, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: broadcast: Device processed (SEQNUM=3384, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device is queued (SEQNUM=3450, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: broadcast: sd-device-monitor(worker): Passed 193 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent1: Device ready for processing (SEQNUM=3386, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: clockevent0: Device processed (SEQNUM=3385, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device is queued (SEQNUM=3451, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: clockevent0: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent1: Device ready for processing (SEQNUM=3386, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent1: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: clockevent1: Processing device (SEQNUM=3386, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent2: Device ready for processing (SEQNUM=3387, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu4: Device is queued (SEQNUM=3452, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent2: Device ready for processing (SEQNUM=3387, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent2: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: clockevent2: Processing device (SEQNUM=3387, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent3: Device ready for processing (SEQNUM=3388, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu5: Device is queued (SEQNUM=3453, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent3: Device ready for processing (SEQNUM=3388, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device is queued (SEQNUM=3454, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: clockevent1: Device processed (SEQNUM=3386, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent3: Device ready for processing (SEQNUM=3388, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: clockevent1: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu7: Device is queued (SEQNUM=3455, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: clockevent2: Device processed (SEQNUM=3387, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent3: Device ready for processing (SEQNUM=3388, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: clockevent2: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: :ata1--scsi:0:0:0:0: Device is queued (SEQNUM=3456, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent3: Device ready for processing (SEQNUM=3388, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent3: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: clockevent3: Processing device (SEQNUM=3388, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent4: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pci:0000:01:00.0--pci:0000:01:00.1: Device is queued (SEQNUM=3457, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent4: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent4: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: clockevent4: Processing device (SEQNUM=3389, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent5: Device ready for processing (SEQNUM=3390, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: platform:PNP0C14:00--wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Device is queued (SEQNUM=3458, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent5: Device ready for processing (SEQNUM=3390, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: clockevent3: Device processed (SEQNUM=3388, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: Device is queued (SEQNUM=3459, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: clockevent3: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent5: Device ready for processing (SEQNUM=3390, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: clockevent4: Device processed (SEQNUM=3389, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: system: Device is queued (SEQNUM=3460, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: clockevent4: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent5: Device ready for processing (SEQNUM=3390, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent5: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: clockevent5: Processing device (SEQNUM=3390, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent6: Device ready for processing (SEQNUM=3391, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: id: Device is queued (SEQNUM=3461, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent6: Device ready for processing (SEQNUM=3391, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent6: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: clockevent6: Processing device (SEQNUM=3391, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent7: Device ready for processing (SEQNUM=3392, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: fbcon: Device is queued (SEQNUM=3462, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent7: Device ready for processing (SEQNUM=3392, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: clockevent5: Device processed (SEQNUM=3390, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: full: Device is queued (SEQNUM=3463, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: clockevent5: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent7: Device ready for processing (SEQNUM=3392, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: clockevent6: Device processed (SEQNUM=3391, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: kmsg: Device is queued (SEQNUM=3464, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: clockevent6: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent7: Device ready for processing (SEQNUM=3392, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clockevent7: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: clockevent7: Processing device (SEQNUM=3392, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clocksource0: Device ready for processing (SEQNUM=3393, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mem: Device is queued (SEQNUM=3465, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clocksource0: Device ready for processing (SEQNUM=3393, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: clocksource0: sd-device-monitor(manager): Passed 196 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: clocksource0: Processing device (SEQNUM=3393, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu0: Device ready for processing (SEQNUM=3394, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: null: Device is queued (SEQNUM=3466, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu0: Device ready for processing (SEQNUM=3394, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: clockevent7: Device processed (SEQNUM=3392, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: port: Device is queued (SEQNUM=3467, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: clockevent7: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu0: Device ready for processing (SEQNUM=3394, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: random: Device is queued (SEQNUM=3468, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: clocksource0: Device processed (SEQNUM=3393, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu0: Device ready for processing (SEQNUM=3394, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: clocksource0: sd-device-monitor(worker): Passed 196 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu0: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[427]: cpu0: Processing device (SEQNUM=3394, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu1: Device ready for processing (SEQNUM=3395, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: cpu0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 22:15:28 megalex systemd-udevd[353]: urandom: Device is queued (SEQNUM=3469, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: cpu0: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu1: Device ready for processing (SEQNUM=3395, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu1: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[424]: cpu1: Processing device (SEQNUM=3395, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: cpu0: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[424]: cpu1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 22:15:28 megalex systemd-udevd[353]: zero: Device is queued (SEQNUM=3470, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: cpu0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 22:15:28 megalex (udev-worker)[424]: cpu1: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: cpu1: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[427]: cpu0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[424]: cpu1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: memory_tier4: Device is queued (SEQNUM=3471, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: cpu0: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: autofs: Device is queued (SEQNUM=3472, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[424]: cpu1: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[427]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: /usr/lib/udev/rules.d/60-persistent-storage.rules:138 Added SYMLINK 'disk/by-uuid/0a0b80f5-3b5e-4f45-86e5-0e4459731349'
Jul 11 22:15:28 megalex (udev-worker)[424]: cpu1: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: btrfs-control: Device is queued (SEQNUM=3473, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: /usr/lib/udev/rules.d/60-persistent-storage.rules:145 Added SYMLINK 'disk/by-partuuid/31323032-3130-4130-b033-303931383536'
Jul 11 22:15:28 megalex (udev-worker)[424]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu_dma_latency: Device is queued (SEQNUM=3474, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: /usr/lib/udev/rules.d/60-persistent-storage.rules:146 Added SYMLINK 'disk/by-partlabel/Gap1'
Jul 11 22:15:28 megalex systemd-udevd[353]: device-mapper: Device is queued (SEQNUM=3475, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: /usr/lib/udev/rules.d/60-persistent-storage.rules:152 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-partnum/3'
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: /usr/lib/udev/rules.d/60-persistent-storage.rules:153 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-partuuid/31323032-3130-4130-b033-303931383536'
Jul 11 22:15:28 megalex systemd-udevd[353]: fuse: Device is queued (SEQNUM=3476, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: /usr/lib/udev/rules.d/60-persistent-storage.rules:154 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-partlabel/Gap1'
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: /usr/lib/udev/rules.d/60-persistent-storage.rules:156 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-uuid/0a0b80f5-3b5e-4f45-86e5-0e4459731349'
Jul 11 22:15:28 megalex systemd-udevd[353]: hpet: Device is queued (SEQNUM=3477, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/2-part3'
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hw_random: Device is queued (SEQNUM=3478, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: loop-control: Device is queued (SEQNUM=3479, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: nvram: Device is queued (SEQNUM=3480, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: snapshot: Device is queued (SEQNUM=3481, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Setting permissions /dev/sdb3, uid=0, gid=984, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: udmabuf: Device is queued (SEQNUM=3482, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Successfully created symlink '/dev/disk/by-diskseq/2-part3' to '/dev/sdb3'
Jul 11 22:15:28 megalex systemd-udevd[353]: userfaultfd: Device is queued (SEQNUM=3483, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Successfully created symlink '/dev/disk/by-id/usb-SanDisk_Cruzer_Blade_4C530001260215103541-0:0-part3' to '/dev/sdb3'
Jul 11 22:15:28 megalex systemd-udevd[353]: vga_arbiter: Device is queued (SEQNUM=3484, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Successfully created symlink '/dev/disk/by-partuuid/31323032-3130-4130-b033-303931383536' to '/dev/sdb3'
Jul 11 22:15:28 megalex systemd-udevd[353]: msr0: Device is queued (SEQNUM=3485, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Successfully created symlink '/dev/disk/by-uuid/0a0b80f5-3b5e-4f45-86e5-0e4459731349' to '/dev/sdb3'
Jul 11 22:15:28 megalex systemd-udevd[353]: msr1: Device is queued (SEQNUM=3486, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Successfully created symlink '/dev/disk/by-partlabel/Gap1' to '/dev/sdb3'
Jul 11 22:15:28 megalex systemd-udevd[353]: msr2: Device is queued (SEQNUM=3487, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: msr3: Device is queued (SEQNUM=3488, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-partuuid/31323032-3130-4130-b033-303931383536' to '/dev/sdb3'
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: msr4: Device is queued (SEQNUM=3489, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usbv2-0:6:1.0-scsi-0:0:0:0-part3' to '/dev/sdb3'
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-partlabel/Gap1' to '/dev/sdb3'
Jul 11 22:15:28 megalex systemd-udevd[353]: msr5: Device is queued (SEQNUM=3490, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part3' to '/dev/sdb3'
Jul 11 22:15:28 megalex systemd-udevd[353]: msr6: Device is queued (SEQNUM=3491, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-partnum/3' to '/dev/sdb3'
Jul 11 22:15:28 megalex systemd-udevd[353]: msr7: Device is queued (SEQNUM=3492, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-uuid/0a0b80f5-3b5e-4f45-86e5-0e4459731349' to '/dev/sdb3'
Jul 11 22:15:28 megalex systemd-udevd[353]: cooling_device0: Device is queued (SEQNUM=3493, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Successfully created symlink '/dev/block/8:19' to '/dev/sdb3'
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: sd-device: Created database file '/run/udev/data/b8:19' for '/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb3'.
Jul 11 22:15:28 megalex systemd-udevd[353]: cooling_device1: Device is queued (SEQNUM=3494, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Adding watch on '/dev/sdb3'
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: sd-device: Created database file '/run/udev/data/b8:19' for '/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb3'.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: Device processed (SEQNUM=3012, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: sdb3: sd-device-monitor(worker): Passed 2688 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cooling_device10: Device is queued (SEQNUM=3495, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cooling_device11: Device is queued (SEQNUM=3496, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: cpu2: Processing device (SEQNUM=3396, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: cpu2: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 22:15:28 megalex systemd-udevd[353]: cooling_device12: Device is queued (SEQNUM=3497, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: cpu2: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cooling_device2: Device is queued (SEQNUM=3498, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cooling_device3: Device is queued (SEQNUM=3499, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: cpu2: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[368]: cpu2: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: cooling_device4: Device is queued (SEQNUM=3500, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[368]: cpu2: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[368]: cpu2: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[368]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cooling_device5: Device is queued (SEQNUM=3501, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cooling_device6: Device is queued (SEQNUM=3502, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cooling_device7: Device is queued (SEQNUM=3503, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cooling_device8: Device is queued (SEQNUM=3504, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cooling_device9: Device is queued (SEQNUM=3505, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: thermal_zone0: Device is queued (SEQNUM=3506, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hwmon0: Device is queued (SEQNUM=3507, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: thermal_zone1: Device is queued (SEQNUM=3508, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vcs: Device is queued (SEQNUM=3509, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vcs1: Device is queued (SEQNUM=3510, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vcs9: Device is queued (SEQNUM=3511, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vcsa: Device is queued (SEQNUM=3512, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vcsa1: Device is queued (SEQNUM=3513, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vcsa9: Device is queued (SEQNUM=3514, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vcsu: Device is queued (SEQNUM=3515, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vcsu1: Device is queued (SEQNUM=3516, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vcsu9: Device is queued (SEQNUM=3517, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vtcon0: Device is queued (SEQNUM=3518, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: vtcon1: Device is queued (SEQNUM=3519, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: blkcg_punt_bio: Device is queued (SEQNUM=3520, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: scsi_tmf_0: Device is queued (SEQNUM=3521, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: scsi_tmf_1: Device is queued (SEQNUM=3522, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: scsi_tmf_2: Device is queued (SEQNUM=3523, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: scsi_tmf_3: Device is queued (SEQNUM=3524, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: scsi_tmf_4: Device is queued (SEQNUM=3525, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: scsi_tmf_5: Device is queued (SEQNUM=3526, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: scsi_tmf_6: Device is queued (SEQNUM=3527, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: writeback: Device is queued (SEQNUM=3528, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sda3: Device is queued (SEQNUM=3529, ACTION=change)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mac_hid: Device is queued (SEQNUM=3530, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_vsec: Device is queued (SEQNUM=3531, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_vsec: Device is queued (SEQNUM=3532, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup27: Device is queued (SEQNUM=3533, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ACPI000C:00: Device is queued (SEQNUM=3534, ACTION=bind)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: processor_aggregator: Device is queued (SEQNUM=3535, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi_pad: Device is queued (SEQNUM=3536, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_pmt: Device is queued (SEQNUM=3537, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pmt_class: Device is queued (SEQNUM=3538, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: media: Device is queued (SEQNUM=3539, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device is queued (SEQNUM=3540, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: sound: Device is queued (SEQNUM=3541, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: soundcore: Device is queued (SEQNUM=3542, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c_mux: Device is queued (SEQNUM=3543, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uncore_imc: Device is queued (SEQNUM=3544, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex kernel: mc: Linux media interface: v0.10
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:00.0: Device is queued (SEQNUM=3545, ACTION=bind)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: skl_uncore: Device is queued (SEQNUM=3546, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uncore_cbox_0: Device is queued (SEQNUM=3547, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uncore_cbox_1: Device is queued (SEQNUM=3548, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uncore_cbox_2: Device is queued (SEQNUM=3549, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uncore_cbox_3: Device is queued (SEQNUM=3550, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uncore_arb: Device is queued (SEQNUM=3551, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pps: Device is queued (SEQNUM=3552, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: psmouse: Device is queued (SEQNUM=3553, ACTION=add)
Jul 11 22:15:28 megalex kernel: pps_core: LinuxPPS API ver. 1 registered
Jul 11 22:15:28 megalex kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-cpufreq: Device is queued (SEQNUM=3554, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: acpi-cpufreq: Device is queued (SEQNUM=3555, ACTION=remove)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: /usr/lib/udev/rules.d/65-libwacom.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input '--lookup-prefix=libwacom:name:Power Button:''
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: /usr/lib/udev/rules.d/65-libwacom.rules:20 Failed to run builtin 'hwdb --subsystem=input '--lookup-prefix=libwacom:name:Power Button:'': No data available
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: /usr/lib/udev/rules.d/80-libinput-device-groups.rules:4 Importing properties from results of 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2'
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: Starting 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2'
Jul 11 22:15:28 megalex (udev-worker)[360]: Successfully forked off '(spawn)' as PID 466.
Jul 11 22:15:28 megalex systemd-udevd[353]: mice: Device is queued (SEQNUM=3556, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pps_core: Device is queued (SEQNUM=3557, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 22:15:28 megalex systemd-udevd[353]: input10: Device is queued (SEQNUM=3558, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_uncore: Device is queued (SEQNUM=3559, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: mouse0: Device is queued (SEQNUM=3560, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex systemd-udevd[353]: psaux: Device is queued (SEQNUM=3561, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mousedev: Device is queued (SEQNUM=3562, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: /usr/lib/udev/rules.d/65-libwacom.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input '--lookup-prefix=libwacom:name:Power Button:''
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 22:15:28 megalex kernel: input: PC Speaker as /devices/platform/pcspkr/input/input10
Jul 11 22:15:28 megalex kernel: mousedev: PS/2 mouse device common for all mice
Jul 11 22:15:28 megalex kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 238
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: /usr/lib/udev/rules.d/65-libwacom.rules:20 Failed to run builtin 'hwdb --subsystem=input '--lookup-prefix=libwacom:name:Power Button:'': No data available
Jul 11 22:15:28 megalex (udev-worker)[424]: Inserted module 'intel_uncore'
Jul 11 22:15:28 megalex (udev-worker)[370]: Inserted module 'mousedev'
Jul 11 22:15:28 megalex (udev-worker)[370]: Module 'mousedev' is already loaded
Jul 11 22:15:28 megalex (udev-worker)[358]: Inserted module 'psmouse'
Jul 11 22:15:28 megalex (udev-worker)[358]: serio1: Device processed (SEQNUM=3364, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: serio1: sd-device-monitor(worker): Passed 307 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: sd-device: Created database file '/run/udev/data/+input:input8' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/0003:1BCF:0005.0003/input/input8'.
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: Device processed (SEQNUM=2786, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[427]: Inserted module 'intel_uncore'
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: sd-device-monitor(worker): Passed 1232 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: /usr/lib/udev/rules.d/80-libinput-device-groups.rules:4 Importing properties from results of 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1'
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: Starting 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1'
Jul 11 22:15:28 megalex (udev-worker)[368]: Inserted module 'intel_uncore'
Jul 11 22:15:28 megalex (udev-worker)[365]: Successfully forked off '(spawn)' as PID 467.
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 22:15:28 megalex (udev-worker)[369]: Inserted module 'pcspkr'
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: hwdb modalias key: "input:b0003v0461p0010e0111-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"
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 22:15:28 megalex (udev-worker)[369]: pcspkr: sd-device: Created database file '/run/udev/data/+platform:pcspkr' for '/devices/platform/pcspkr'.
Jul 11 22:15:28 megalex (udev-worker)[369]: pcspkr: Device processed (SEQNUM=3366, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[369]: pcspkr: sd-device-monitor(worker): Passed 254 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: psmouse: Device is queued (SEQNUM=3563, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: event6: Device ready for processing (SEQNUM=2787, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: event6: sd-device-monitor(manager): Passed 285 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu4: Device ready for processing (SEQNUM=3398, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu4: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu5: Device ready for processing (SEQNUM=3399, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: cpu3: Processing device (SEQNUM=3397, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: cpu3: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 22:15:28 megalex (udev-worker)[358]: cpu3: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Jul 11 22:15:28 megalex (udev-worker)[366]: 1-9:1.0: if_class:3 protocol:0
Jul 11 22:15:28 megalex (udev-worker)[358]: cpu3: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[358]: cpu3: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 22:15:28 megalex (udev-worker)[358]: cpu3: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[369]: cpu4: Processing device (SEQNUM=3398, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/60-persistent-input.rules:28 Added SYMLINK 'input/by-id/usb-0461_USB_Keyboard-event-kbd'
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 22:15:28 megalex (udev-worker)[369]: cpu4: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 22:15:28 megalex (udev-worker)[369]: cpu4: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/60-persistent-input.rules:38 Added SYMLINK 'input/by-path/pci-0000:00:14.0-usb-0:9:1.0-event-kbd'
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/60-persistent-input.rules:39 Added SYMLINK 'input/by-path/pci-0000:00:14.0-usbv2-0:9:1.0-event-kbd'
Jul 11 22:15:28 megalex (udev-worker)[369]: cpu4: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[369]: cpu4: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1'(out) 'LIBINPUT_DEVICE_GROUP=19/0/1:PNP0C0C/button'
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: Process 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1' succeeded.
Jul 11 22:15:28 megalex (udev-worker)[369]: cpu4: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[369]: cpu4: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[369]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: Setting permissions /dev/input/event1, uid=0, gid=993, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: Successfully created symlink '/dev/char/13:65' to '/dev/input/event1'
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: sd-device: Created database file '/run/udev/data/c13:65' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1'.
Jul 11 22:15:28 megalex (udev-worker)[369]: Module 'intel_uncore' is already loaded
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: sd-device: Created database file '/run/udev/data/c13:65' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1'.
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: Device processed (SEQNUM=2777, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: /usr/lib/udev/rules.d/80-libinput-device-groups.rules:4 Importing properties from results of 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/event3'
Jul 11 22:15:28 megalex (udev-worker)[365]: event1: sd-device-monitor(worker): Passed 427 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: Starting 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/event3'
Jul 11 22:15:28 megalex systemd-udevd[353]: nvidia-nvswitch: Device is queued (SEQNUM=3564, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu5: Device ready for processing (SEQNUM=3399, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ttm: Device is queued (SEQNUM=3565, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu5: Device ready for processing (SEQNUM=3399, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: cpu3: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu5: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[358]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device ready for processing (SEQNUM=3400, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: event7: Device is queued (SEQNUM=3566, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device ready for processing (SEQNUM=3400, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pcspkr: Device is queued (SEQNUM=3567, ACTION=bind)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device ready for processing (SEQNUM=3400, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: cpu5: Processing device (SEQNUM=3399, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pcspkr: Device is queued (SEQNUM=3568, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: Successfully forked off '(spawn)' as PID 468.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device ready for processing (SEQNUM=3400, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: cpu5: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 22:15:28 megalex systemd-udevd[353]: pcspkr: Device is queued (SEQNUM=3569, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device ready for processing (SEQNUM=3400, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: cpu5: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 22:15:28 megalex systemd-udevd[353]: smbus_alert: Device is queued (SEQNUM=3570, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device ready for processing (SEQNUM=3400, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c_smbus: Device is queued (SEQNUM=3571, ACTION=add)
Jul 11 22:15:28 megalex kernel:
Jul 11 22:15:28 megalex kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device ready for processing (SEQNUM=3400, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[358]: Module 'intel_uncore' is already loaded
Jul 11 22:15:28 megalex (udev-worker)[365]: cpu5: No entry found from hwdb.
Jul 11 22:15:28 megalex systemd-udevd[353]: pmt_telemetry: Device is queued (SEQNUM=3572, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: cpu5: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device ready for processing (SEQNUM=3400, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pmt_telemetry: Device is queued (SEQNUM=3573, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device ready for processing (SEQNUM=3400, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: cpu5: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex (udev-worker)[365]: cpu5: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[365]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 22:15:28 megalex (udev-worker)[365]: Module 'intel_uncore' is already loaded
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: Processing device (SEQNUM=2787, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: /usr/lib/udev/rules.d/50-udev-default.rules:46 GROUP 993
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: hwdb modalias key: "input:b0003v1BCFp0005e0110-e0,1,2,4,k110,111,112,113,114,r0,1,6,8,B,C,am4,lsfw"
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/event3'(out) 'LIBINPUT_DEVICE_GROUP=3/461/10:usb-0000:00:14.0-9'
Jul 11 22:15:28 megalex systemd-udevd[353]: mei: Device is queued (SEQNUM=3574, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device ready for processing (SEQNUM=3400, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mei: Device is queued (SEQNUM=3575, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device ready for processing (SEQNUM=3400, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mei: Device is queued (SEQNUM=3576, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device ready for processing (SEQNUM=3400, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2'(out) 'LIBINPUT_DEVICE_GROUP=19/0/1:LNXPWRBN/button'
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: Process 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2' succeeded.
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: Setting permissions /dev/input/event2, uid=0, gid=993, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: Successfully created symlink '/dev/char/13:66' to '/dev/input/event2'
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: sd-device: Created database file '/run/udev/data/c13:66' for '/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2'.
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: sd-device: Created database file '/run/udev/data/c13:66' for '/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2'.
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: Device processed (SEQNUM=2773, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: event2: sd-device-monitor(worker): Passed 419 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device ready for processing (SEQNUM=3400, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu7: Device ready for processing (SEQNUM=3401, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: cpu6: Processing device (SEQNUM=3400, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: cpu6: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 22:15:28 megalex (udev-worker)[360]: cpu6: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 22:15:28 megalex (udev-worker)[360]: cpu6: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[360]: cpu6: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 22:15:28 megalex (udev-worker)[360]: cpu6: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd-udevd[353]: ptp: Device is queued (SEQNUM=3577, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu7: Device ready for processing (SEQNUM=3401, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: ptp: Device is queued (SEQNUM=3578, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: cpu6: Running built-in command "kmod load"
Jul 11 22:15:28 megalex (udev-worker)[360]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu7: Device ready for processing (SEQNUM=3401, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[360]: Module 'intel_uncore' is already loaded
Jul 11 22:15:28 megalex kernel: PTP clock support registered
Jul 11 22:15:28 megalex (udev-worker)[360]: Inserted module 'intel_cstate'
Jul 11 22:15:28 megalex (udev-worker)[424]: Inserted module 'intel_cstate'
Jul 11 22:15:28 megalex (udev-worker)[369]: Inserted module 'intel_cstate'
Jul 11 22:15:28 megalex (udev-worker)[370]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 22:15:28 megalex (udev-worker)[358]: Inserted module 'intel_cstate'
Jul 11 22:15:28 megalex (udev-worker)[370]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 22:15:28 megalex (udev-worker)[370]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: 2 character(s) replaced
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: /usr/lib/udev/rules.d/60-evdev.rules:20 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Optical Mouse:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: /usr/lib/udev/rules.d/60-evdev.rules:20 Failed to run builtin 'hwdb 'evdev:name:USB Optical Mouse:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 22:15:28 megalex (udev-worker)[370]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 22:15:28 megalex (udev-worker)[370]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 22:15:28 megalex (udev-worker)[370]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: 2 character(s) replaced
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: /usr/lib/udev/rules.d/60-evdev.rules:25 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Optical Mouse:phys:usb-0000:00:14.0-13/input0:ev:17:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: /usr/lib/udev/rules.d/60-evdev.rules:25 Failed to run builtin 'hwdb 'evdev:name:USB Optical Mouse:phys:usb-0000:00:14.0-13/input0:ev:17:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: capabilities/ev raw kernel attribute: 17
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: capabilities/abs raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: capabilities/rel raw kernel attribute: 1943
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: capabilities/key raw kernel attribute: 1f0000 0 0 0 0
Jul 11 22:15:28 megalex (udev-worker)[370]: input8: properties raw kernel attribute: 0
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: test_key: checking bit block 0 for any keys; found=no
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: test_key: checking bit block 64 for any keys; found=no
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: test_key: checking bit block 128 for any keys; found=no
Jul 11 22:15:28 megalex (udev-worker)[370]: event6: test_key: checking bit block 192 for any keys; found=no
Jul 11 22:15:28 megalex (udev-worker)[427]: Inserted module 'intel_cstate'
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: Process 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/event3' succeeded.
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: Setting permissions /dev/input/event3, uid=0, gid=993, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: Successfully created symlink '/dev/input/by-id/usb-0461_USB_Keyboard-event-kbd' to '/dev/input/event3'
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: Successfully created symlink '/dev/input/by-path/pci-0000:00:14.0-usbv2-0:9:1.0-event-kbd' to '/dev/input/event3'
Jul 11 22:15:28 megalex systemd[1]: home-will.mount: Directory /home/will to mount over is not empty, mounting anyway.
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: Successfully created symlink '/dev/input/by-path/pci-0000:00:14.0-usb-0:9:1.0-event-kbd' to '/dev/input/event3'
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: Successfully created symlink '/dev/char/13:67' to '/dev/input/event3'
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: sd-device: Created database file '/run/udev/data/c13:67' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/event3'.
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: sd-device: Created database file '/run/udev/data/c13:67' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input5/event3'.
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: Device processed (SEQNUM=2792, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: event3: sd-device-monitor(worker): Passed 1235 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[368]: Inserted module 'intel_cstate'
Jul 11 22:15:28 megalex systemd-udevd[353]: cstate_core: Device is queued (SEQNUM=3579, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu7: Device ready for processing (SEQNUM=3401, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu7: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: cpu7: Processing device (SEQNUM=3401, ACTION=add)
Jul 11 22:15:28 megalex kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jul 11 22:15:28 megalex systemd-udevd[353]: cstate_pkg: Device is queued (SEQNUM=3580, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: cpu7: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 22:15:28 megalex (udev-worker)[366]: cpu7: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 22:15:28 megalex systemd-udevd[353]: intel_cstate: Device is queued (SEQNUM=3581, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i801_smbus: Device is queued (SEQNUM=3582, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c_i801: Device is queued (SEQNUM=3583, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: cpu7: No entry found from hwdb.
Jul 11 22:15:28 megalex (udev-worker)[366]: cpu7: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 22:15:28 megalex systemd-udevd[353]: iTCO_wdt: Device is queued (SEQNUM=3584, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c-0: Device is queued (SEQNUM=3585, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex systemd[1]: Mounting /home/will...
Jul 11 22:15:28 megalex systemd-udevd[353]: i2c-0: Device is queued (SEQNUM=3586, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[365]: Inserted module 'intel_cstate'
Jul 11 22:15:28 megalex (udev-worker)[366]: cpu7: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 22:15:28 megalex systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jul 11 22:15:28 megalex systemd-udevd[353]: drm_ttm_helper: Device is queued (SEQNUM=3587, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[366]: cpu7: Running built-in command "kmod load"
Jul 11 22:15:28 megalex systemd[1]: Listening on Disk Image Download Service Socket.
Jul 11 22:15:28 megalex (udev-worker)[366]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 22:15:28 megalex (udev-worker)[366]: Module 'intel_uncore' is already loaded
Jul 11 22:15:28 megalex (udev-worker)[366]: Module 'intel_cstate' is already loaded
Jul 11 22:15:28 megalex systemd[1]: var-lib-snapd-snap.mount: Directory /var/lib/snapd/snap to mount over is not empty, mounting anyway.
Jul 11 22:15:28 megalex systemd-udevd[353]: 0-0050: Device is queued (SEQNUM=3588, ACTION=add)
Jul 11 22:15:28 megalex kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
Jul 11 22:15:28 megalex kernel: i2c i2c-0: Successfully instantiated SPD at 0x51
Jul 11 22:15:28 megalex kernel: i2c i2c-0: Successfully instantiated SPD at 0x52
Jul 11 22:15:28 megalex kernel: i2c i2c-0: Successfully instantiated SPD at 0x53
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0-0051: Device is queued (SEQNUM=3589, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0-0052: Device is queued (SEQNUM=3590, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0-0053: Device is queued (SEQNUM=3591, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 0000:00:1f.4: Device is queued (SEQNUM=3592, ACTION=bind)
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex systemd[1]: Mounting Ensure that the snap directory shares mount events....
Jul 11 22:15:28 megalex (udev-worker)[376]: Failed to insert module 'fjes': No such device
Jul 11 22:15:28 megalex (udev-worker)[423]: Failed to insert module 'fjes': No such device
Jul 11 22:15:28 megalex (udev-worker)[362]: Failed to insert module 'fjes': No such device
Jul 11 22:15:28 megalex (udev-worker)[363]: Failed to insert module 'fjes': No such device
Jul 11 22:15:28 megalex (udev-worker)[377]: Failed to insert module 'fjes': No such device
Jul 11 22:15:28 megalex (udev-worker)[420]: Failed to insert module 'fjes': No such device
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0C02:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C02:01'.
Jul 11 22:15:28 megalex (udev-worker)[423]: PNP0C02:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C02:00'.
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0C02:01: Device processed (SEQNUM=3077, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: PNP0C02:00: Device processed (SEQNUM=3076, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3F0D:00: sd-device: Created database file '/run/udev/data/+platform:INT3F0D:00' for '/devices/pci0000:00/0000:00:1f.0/INT3F0D:00'.
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3F0D:00: Device processed (SEQNUM=3337, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0C02:02: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C02:02'.
Jul 11 22:15:28 megalex (udev-worker)[423]: PNP0C02:00: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: PNP0C02:01: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[420]: PNP0C02:03: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:03'.
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0C02:02: Device processed (SEQNUM=3078, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: PNP0C02:03: Device processed (SEQNUM=3053, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: INT340E:00: sd-device: Created database file '/run/udev/data/+acpi:INT340E:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/INT340E:00'.
Jul 11 22:15:28 megalex (udev-worker)[377]: INT340E:00: Device processed (SEQNUM=2977, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: PNP0C02:02: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[420]: PNP0C02:03: sd-device-monitor(worker): Passed 271 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: INT340E:00: sd-device-monitor(worker): Passed 270 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: Failed to insert module 'fjes': No such device
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: Failed to insert module 'fjes': No such device
Jul 11 22:15:28 megalex systemd-udevd[353]: mc: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck0: Device ready for processing (SEQNUM=3403, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck0: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: PNP0C02:04: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:04'.
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck1: Device ready for processing (SEQNUM=3404, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: PNP0C02:04: Device processed (SEQNUM=3054, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: PNP0C02:06: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:06'.
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck1: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[421]: PNP0C02:06: Device processed (SEQNUM=3056, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: PNP0C02:04: sd-device-monitor(worker): Passed 271 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck2: Device ready for processing (SEQNUM=3405, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: PNP0C02:06: sd-device-monitor(worker): Passed 271 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck2: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: Failed to insert module 'fjes': No such device
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck3: Device ready for processing (SEQNUM=3406, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck3: Device ready for processing (SEQNUM=3406, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: machinecheck1: Processing device (SEQNUM=3404, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: machinecheck2: Processing device (SEQNUM=3405, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3F0D:00: sd-device: Created database file '/run/udev/data/+acpi:INT3F0D:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/INT3F0D:00'.
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck3: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3F0D:00: Device processed (SEQNUM=3070, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck4: Device ready for processing (SEQNUM=3407, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: INT3F0D:00: sd-device-monitor(worker): Passed 291 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck4: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck5: Device ready for processing (SEQNUM=3408, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: INT3F0D:00: sd-device-monitor(worker): Passed 368 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck5: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[419]: Failed to insert module 'fjes': No such device
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck6: Device ready for processing (SEQNUM=3409, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck6: Device ready for processing (SEQNUM=3409, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck6: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[419]: PNP0C02:05: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:05'.
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck7: Device ready for processing (SEQNUM=3410, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: PNP0C02:05: Device processed (SEQNUM=3055, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: machinecheck0: Processing device (SEQNUM=3403, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: machinecheck7: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory0: Device ready for processing (SEQNUM=3411, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: PNP0C02:05: sd-device-monitor(worker): Passed 271 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory0: Device ready for processing (SEQNUM=3411, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory0: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory1: Device ready for processing (SEQNUM=3412, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: machinecheck6: Processing device (SEQNUM=3409, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: machinecheck5: Processing device (SEQNUM=3408, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: machinecheck1: Device processed (SEQNUM=3404, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: mc: Processing device (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: machinecheck1: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: machinecheck2: Device processed (SEQNUM=3405, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: machinecheck2: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory1: Device ready for processing (SEQNUM=3412, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory1: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory10: Device ready for processing (SEQNUM=3413, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: machinecheck0: Device processed (SEQNUM=3403, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: machinecheck0: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory10: Device ready for processing (SEQNUM=3413, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory10: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: machinecheck3: Processing device (SEQNUM=3406, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory11: Device ready for processing (SEQNUM=3414, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: memory0: Processing device (SEQNUM=3411, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory11: Device ready for processing (SEQNUM=3414, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: machinecheck7: Processing device (SEQNUM=3410, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory11: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory12: Device ready for processing (SEQNUM=3415, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: machinecheck6: Device processed (SEQNUM=3409, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: machinecheck4: Processing device (SEQNUM=3407, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: machinecheck6: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: memory1: Processing device (SEQNUM=3412, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: machinecheck3: Device processed (SEQNUM=3406, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: memory0: Device processed (SEQNUM=3411, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: machinecheck3: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: machinecheck7: Device processed (SEQNUM=3410, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: memory0: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: machinecheck7: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[421]: machinecheck4: Device processed (SEQNUM=3407, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: memory10: Processing device (SEQNUM=3413, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: machinecheck4: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: memory1: Device processed (SEQNUM=3412, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory12: Device ready for processing (SEQNUM=3415, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: memory1: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory12: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory13: Device ready for processing (SEQNUM=3416, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory13: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory14: Device ready for processing (SEQNUM=3417, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: memory11: Processing device (SEQNUM=3414, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory14: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory15: Device ready for processing (SEQNUM=3418, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory15: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory16: Device ready for processing (SEQNUM=3419, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory16: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory17: Device ready for processing (SEQNUM=3420, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: memory14: Processing device (SEQNUM=3417, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: machinecheck5: Device processed (SEQNUM=3408, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory17: Device ready for processing (SEQNUM=3420, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: machinecheck5: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: memory16: Processing device (SEQNUM=3419, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory17: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory18: Device ready for processing (SEQNUM=3421, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory18: Device ready for processing (SEQNUM=3421, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory18: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory19: Device ready for processing (SEQNUM=3422, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: memory18: Processing device (SEQNUM=3421, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: memory13: Processing device (SEQNUM=3416, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: memory10: Device processed (SEQNUM=3413, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: memory10: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory19: Device ready for processing (SEQNUM=3422, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory19: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: memory12: Processing device (SEQNUM=3415, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory2: Device ready for processing (SEQNUM=3423, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: memory11: Device processed (SEQNUM=3414, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: memory11: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory2: Device ready for processing (SEQNUM=3423, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory2: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory20: Device ready for processing (SEQNUM=3424, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: memory14: Device processed (SEQNUM=3417, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: memory14: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: memory16: Device processed (SEQNUM=3419, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory20: Device ready for processing (SEQNUM=3424, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: memory16: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory20: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: memory17: Processing device (SEQNUM=3420, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory21: Device ready for processing (SEQNUM=3425, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory21: Device ready for processing (SEQNUM=3425, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory21: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory22: Device ready for processing (SEQNUM=3426, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: memory2: Processing device (SEQNUM=3423, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: memory13: Device processed (SEQNUM=3416, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: memory19: Processing device (SEQNUM=3422, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: memory13: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: memory21: Processing device (SEQNUM=3425, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: memory18: Device processed (SEQNUM=3421, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: memory18: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[423]: mc: Device processed (SEQNUM=3402, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: mc: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[419]: memory15: Processing device (SEQNUM=3418, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: memory17: Device processed (SEQNUM=3420, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: memory17: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[420]: memory2: Device processed (SEQNUM=3423, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: memory2: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: memory21: Device processed (SEQNUM=3425, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: memory19: Device processed (SEQNUM=3422, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: memory21: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: memory19: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory22: Device ready for processing (SEQNUM=3426, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory22: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: memory20: Processing device (SEQNUM=3424, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory23: Device ready for processing (SEQNUM=3427, ACTION=add)
Jul 11 22:15:28 megalex kernel: EXT4-fs (sda3): mounted filesystem 9ace81ae-343c-46d1-b630-31e8f6ee868d r/w with ordered data mode. Quota mode: none.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory23: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: /usr/lib/udev/rules.d/60-persistent-storage.rules:138 Added SYMLINK 'disk/by-uuid/96C2-37AA'
Jul 11 22:15:28 megalex systemd-udevd[353]: memory24: Device ready for processing (SEQNUM=3428, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory24: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory25: Device ready for processing (SEQNUM=3429, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: /usr/lib/udev/rules.d/60-persistent-storage.rules:139 Added SYMLINK 'disk/by-label/ARCHISO_EFI'
Jul 11 22:15:28 megalex systemd-udevd[353]: memory25: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[421]: memory23: Processing device (SEQNUM=3427, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory26: Device ready for processing (SEQNUM=3430, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: /usr/lib/udev/rules.d/60-persistent-storage.rules:145 Added SYMLINK 'disk/by-partuuid/31323032-3130-4130-b032-303931383536'
Jul 11 22:15:28 megalex systemd-udevd[353]: memory26: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: /usr/lib/udev/rules.d/60-persistent-storage.rules:146 Added SYMLINK 'disk/by-partlabel/Appended2'
Jul 11 22:15:28 megalex systemd-udevd[353]: memory27: Device ready for processing (SEQNUM=3431, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: memory25: Processing device (SEQNUM=3429, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: /usr/lib/udev/rules.d/60-persistent-storage.rules:152 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-partnum/2'
Jul 11 22:15:28 megalex systemd-udevd[353]: memory27: Device ready for processing (SEQNUM=3431, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory27: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: /usr/lib/udev/rules.d/60-persistent-storage.rules:153 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-partuuid/31323032-3130-4130-b032-303931383536'
Jul 11 22:15:28 megalex systemd-udevd[353]: memory28: Device ready for processing (SEQNUM=3432, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory28: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: /usr/lib/udev/rules.d/60-persistent-storage.rules:154 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-partlabel/Appended2'
Jul 11 22:15:28 megalex systemd-udevd[353]: memory29: Device ready for processing (SEQNUM=3433, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: /usr/lib/udev/rules.d/60-persistent-storage.rules:156 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-uuid/96C2-37AA'
Jul 11 22:15:28 megalex (udev-worker)[377]: memory12: Device processed (SEQNUM=3415, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: memory12: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: /usr/lib/udev/rules.d/60-persistent-storage.rules:157 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-label/ARCHISO_EFI'
Jul 11 22:15:28 megalex (udev-worker)[423]: memory22: Processing device (SEQNUM=3426, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: memory26: Processing device (SEQNUM=3430, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory29: Device ready for processing (SEQNUM=3433, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/2-part2'
Jul 11 22:15:28 megalex systemd-udevd[353]: memory29: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory3: Device ready for processing (SEQNUM=3434, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: memory29: Processing device (SEQNUM=3433, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: memory23: Device processed (SEQNUM=3427, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: memory23: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: memory28: Processing device (SEQNUM=3432, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: memory25: Device processed (SEQNUM=3429, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: memory25: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: memory26: Device processed (SEQNUM=3430, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: memory26: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd[1]: Mounted Ensure that the snap directory shares mount events..
Jul 11 22:15:28 megalex (udev-worker)[423]: memory22: Device processed (SEQNUM=3426, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: memory22: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: memory29: Device processed (SEQNUM=3433, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: memory29: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex kernel: resource: resource sanity check: requesting [mem 0x00000000fdffe800-0x00000000fe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
Jul 11 22:15:28 megalex kernel: caller get_primary_reg_base+0x4c/0xa0 [intel_pmc_core] mapping multiple BARs
Jul 11 22:15:28 megalex kernel: intel_pmc_core INT33A1:00: initialized
Jul 11 22:15:28 megalex (udev-worker)[420]: memory24: Processing device (SEQNUM=3428, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: memory27: Processing device (SEQNUM=3431, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: memory20: Device processed (SEQNUM=3424, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: memory20: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: memory28: Device processed (SEQNUM=3432, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: memory28: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory3: Device ready for processing (SEQNUM=3434, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory3: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory30: Device ready for processing (SEQNUM=3435, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory30: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory31: Device ready for processing (SEQNUM=3436, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory31: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[419]: memory15: Device processed (SEQNUM=3418, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: memory30: Processing device (SEQNUM=3435, ACTION=add)
Jul 11 22:15:28 megalex kernel: videodev: Linux video capture interface: v2.00
Jul 11 22:15:28 megalex systemd-udevd[353]: memory32: Device ready for processing (SEQNUM=3437, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: memory15: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: memory27: Device processed (SEQNUM=3431, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory32: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: memory27: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory4: Device ready for processing (SEQNUM=3438, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory4: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory5: Device ready for processing (SEQNUM=3439, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory5: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: memory3: Processing device (SEQNUM=3434, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: memory4: Processing device (SEQNUM=3438, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Setting permissions /dev/sdb2, uid=0, gid=984, mode=0660
Jul 11 22:15:28 megalex systemd-udevd[353]: memory6: Device ready for processing (SEQNUM=3440, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory6: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory7: Device ready for processing (SEQNUM=3441, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory7: Device ready for processing (SEQNUM=3441, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory7: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory8: Device ready for processing (SEQNUM=3442, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory8: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory9: Device ready for processing (SEQNUM=3443, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: memory7: Processing device (SEQNUM=3441, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: memory8: Processing device (SEQNUM=3442, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: memory31: Processing device (SEQNUM=3436, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: memory5: Processing device (SEQNUM=3439, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: memory6: Processing device (SEQNUM=3440, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: memory30: Device processed (SEQNUM=3435, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: memory30: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Successfully created symlink '/dev/disk/by-partlabel/Appended2' to '/dev/sdb2'
Jul 11 22:15:28 megalex systemd-udevd[353]: memory9: Device ready for processing (SEQNUM=3443, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: memory9: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[420]: memory24: Device processed (SEQNUM=3428, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: node0: Device ready for processing (SEQNUM=3444, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: memory24: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: node0: Device ready for processing (SEQNUM=3444, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: memory9: Processing device (SEQNUM=3443, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usbv2-0:6:1.0-scsi-0:0:0:0-part2' to '/dev/sdb2'
Jul 11 22:15:28 megalex (udev-worker)[420]: node0: Processing device (SEQNUM=3444, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: memory31: Device processed (SEQNUM=3436, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: memory31: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[419]: memory8: Device processed (SEQNUM=3442, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-partuuid/31323032-3130-4130-b032-303931383536' to '/dev/sdb2'
Jul 11 22:15:28 megalex (udev-worker)[419]: memory8: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: memory3: Device processed (SEQNUM=3434, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: memory3: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: memory6: Device processed (SEQNUM=3440, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: memory6: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Successfully created symlink '/dev/disk/by-label/ARCHISO_EFI' to '/dev/sdb2'
Jul 11 22:15:28 megalex (udev-worker)[423]: memory9: Device processed (SEQNUM=3443, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: memory9: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: memory7: Device processed (SEQNUM=3441, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-label/ARCHISO_EFI' to '/dev/sdb2'
Jul 11 22:15:28 megalex (udev-worker)[363]: memory7: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[420]: node0: Device processed (SEQNUM=3444, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: node0: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: node0: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tracepoint: Device ready for processing (SEQNUM=3445, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: memory5: Device processed (SEQNUM=3439, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: memory5: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: tracepoint: Device ready for processing (SEQNUM=3445, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Successfully created symlink '/dev/disk/by-diskseq/2-part2' to '/dev/sdb2'
Jul 11 22:15:28 megalex systemd-udevd[353]: tracepoint: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: uprobe: Device ready for processing (SEQNUM=3446, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: uprobe: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: 8:0: Device ready for processing (SEQNUM=3447, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: 8:0: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: tracepoint: Processing device (SEQNUM=3445, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu0: Device ready for processing (SEQNUM=3448, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: uprobe: Processing device (SEQNUM=3446, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: memory4: Device processed (SEQNUM=3438, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu0: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu1: Device ready for processing (SEQNUM=3449, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: memory4: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[421]: 8:0: Processing device (SEQNUM=3447, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu1: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: Device ready for processing (SEQNUM=3450, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu2: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Successfully created symlink '/dev/disk/by-uuid/96C2-37AA' to '/dev/sdb2'
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: Device ready for processing (SEQNUM=3451, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: memory32: Processing device (SEQNUM=3437, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: cpu1: Processing device (SEQNUM=3449, ACTION=add)
Jul 11 22:15:28 megalex kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
Jul 11 22:15:28 megalex kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jul 11 22:15:28 megalex kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jul 11 22:15:28 megalex kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu3: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu4: Device ready for processing (SEQNUM=3452, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu4: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu5: Device ready for processing (SEQNUM=3453, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: cpu3: Processing device (SEQNUM=3451, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu5: Device ready for processing (SEQNUM=3453, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu5: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device ready for processing (SEQNUM=3454, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-partnum/2' to '/dev/sdb2'
Jul 11 22:15:28 megalex (udev-worker)[420]: cpu0: Processing device (SEQNUM=3448, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: uprobe: Device processed (SEQNUM=3446, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-partlabel/Appended2' to '/dev/sdb2'
Jul 11 22:15:28 megalex (udev-worker)[423]: uprobe: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Successfully created symlink '/dev/disk/by-id/usb-SanDisk_Cruzer_Blade_4C530001260215103541-0:0-part2' to '/dev/sdb2'
Jul 11 22:15:28 megalex (udev-worker)[363]: cpu1: Preserve permissions of /dev/cpu/1/cpuid, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[363]: cpu1: Successfully created symlink '/dev/char/203:1' to '/dev/cpu/1/cpuid'
Jul 11 22:15:28 megalex kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jul 11 22:15:28 megalex (udev-worker)[363]: cpu1: sd-device: Created database file '/run/udev/data/c203:1' for '/devices/virtual/cpuid/cpu1'.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part2' to '/dev/sdb2'
Jul 11 22:15:28 megalex (udev-worker)[376]: cpu3: Preserve permissions of /dev/cpu/3/cpuid, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[362]: memory32: Device processed (SEQNUM=3437, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: cpu1: sd-device: Created database file '/run/udev/data/c203:1' for '/devices/virtual/cpuid/cpu1'.
Jul 11 22:15:28 megalex (udev-worker)[377]: tracepoint: Device processed (SEQNUM=3445, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: memory32: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: cpu1: Device processed (SEQNUM=3449, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: cpu3: Successfully created symlink '/dev/char/203:3' to '/dev/cpu/3/cpuid'
Jul 11 22:15:28 megalex (udev-worker)[377]: tracepoint: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: cpu1: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[420]: cpu0: Preserve permissions of /dev/cpu/0/cpuid, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[376]: cpu3: sd-device: Created database file '/run/udev/data/c203:3' for '/devices/virtual/cpuid/cpu3'.
Jul 11 22:15:28 megalex (udev-worker)[359]: cpu5: Processing device (SEQNUM=3453, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: cpu0: Successfully created symlink '/dev/char/203:0' to '/dev/cpu/0/cpuid'
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Successfully created symlink '/dev/disk/by-partuuid/31323032-3130-4130-b032-303931383536' to '/dev/sdb2'
Jul 11 22:15:28 megalex (udev-worker)[376]: cpu3: sd-device: Created database file '/run/udev/data/c203:3' for '/devices/virtual/cpuid/cpu3'.
Jul 11 22:15:28 megalex (udev-worker)[376]: cpu3: Device processed (SEQNUM=3451, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: cpu3: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[420]: cpu0: sd-device: Created database file '/run/udev/data/c203:0' for '/devices/virtual/cpuid/cpu0'.
Jul 11 22:15:28 megalex (udev-worker)[419]: cpu2: Processing device (SEQNUM=3450, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0-part/by-uuid/96C2-37AA' to '/dev/sdb2'
Jul 11 22:15:28 megalex (udev-worker)[374]: cpu4: Processing device (SEQNUM=3452, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: Device ready for processing (SEQNUM=3454, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu6: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Successfully created symlink '/dev/block/8:18' to '/dev/sdb2'
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu7: Device ready for processing (SEQNUM=3455, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu7: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: :ata1--scsi:0:0:0:0: Device ready for processing (SEQNUM=3456, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: cpu6: Processing device (SEQNUM=3454, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: :ata1--scsi:0:0:0:0: sd-device-monitor(manager): Passed 196 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: sd-device: Created database file '/run/udev/data/b8:18' for '/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb2'.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Adding watch on '/dev/sdb2'
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: sd-device: Created database file '/run/udev/data/b8:18' for '/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb2'.
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: Device processed (SEQNUM=3011, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: sdb2: sd-device-monitor(worker): Passed 2719 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: cpu4: Preserve permissions of /dev/cpu/4/cpuid, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[359]: cpu5: Preserve permissions of /dev/cpu/5/cpuid, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[362]: :ata1--scsi:0:0:0:0: Processing device (SEQNUM=3456, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: cpu4: Successfully created symlink '/dev/char/203:4' to '/dev/cpu/4/cpuid'
Jul 11 22:15:28 megalex (udev-worker)[359]: cpu5: Successfully created symlink '/dev/char/203:5' to '/dev/cpu/5/cpuid'
Jul 11 22:15:28 megalex (udev-worker)[374]: cpu4: sd-device: Created database file '/run/udev/data/c203:4' for '/devices/virtual/cpuid/cpu4'.
Jul 11 22:15:28 megalex (udev-worker)[359]: cpu5: sd-device: Created database file '/run/udev/data/c203:5' for '/devices/virtual/cpuid/cpu5'.
Jul 11 22:15:28 megalex (udev-worker)[359]: cpu5: sd-device: Created database file '/run/udev/data/c203:5' for '/devices/virtual/cpuid/cpu5'.
Jul 11 22:15:28 megalex (udev-worker)[374]: cpu4: sd-device: Created database file '/run/udev/data/c203:4' for '/devices/virtual/cpuid/cpu4'.
Jul 11 22:15:28 megalex (udev-worker)[359]: cpu5: Device processed (SEQNUM=3453, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: cpu4: Device processed (SEQNUM=3452, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: cpu5: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: cpu4: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: cpu6: Preserve permissions of /dev/cpu/6/cpuid, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[377]: cpu6: Successfully created symlink '/dev/char/203:6' to '/dev/cpu/6/cpuid'
Jul 11 22:15:28 megalex (udev-worker)[421]: 8:0: Device processed (SEQNUM=3447, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: 8:0: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: cpu6: sd-device: Created database file '/run/udev/data/c203:6' for '/devices/virtual/cpuid/cpu6'.
Jul 11 22:15:28 megalex (udev-worker)[423]: cpu7: Processing device (SEQNUM=3455, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: cpu6: sd-device: Created database file '/run/udev/data/c203:6' for '/devices/virtual/cpuid/cpu6'.
Jul 11 22:15:28 megalex (udev-worker)[377]: cpu6: Device processed (SEQNUM=3454, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: cpu6: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: :ata1--scsi:0:0:0:0: Device processed (SEQNUM=3456, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: :ata1--scsi:0:0:0:0: sd-device-monitor(worker): Passed 196 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[419]: cpu2: Preserve permissions of /dev/cpu/2/cpuid, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex systemd-udevd[353]: pci:0000:01:00.0--pci:0000:01:00.1: Device ready for processing (SEQNUM=3457, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: pci:0000:01:00.0--pci:0000:01:00.1: sd-device-monitor(manager): Passed 211 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[419]: cpu2: Successfully created symlink '/dev/char/203:2' to '/dev/cpu/2/cpuid'
Jul 11 22:15:28 megalex systemd-udevd[353]: platform:PNP0C14:00--wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Device ready for processing (SEQNUM=3458, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: cpu7: Preserve permissions of /dev/cpu/7/cpuid, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex systemd-udevd[353]: platform:PNP0C14:00--wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[363]: pci:0000:01:00.0--pci:0000:01:00.1: Processing device (SEQNUM=3457, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: cpu2: sd-device: Created database file '/run/udev/data/c203:2' for '/devices/virtual/cpuid/cpu2'.
Jul 11 22:15:28 megalex (udev-worker)[423]: cpu7: Successfully created symlink '/dev/char/203:7' to '/dev/cpu/7/cpuid'
Jul 11 22:15:28 megalex (udev-worker)[376]: platform:PNP0C14:00--wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Processing device (SEQNUM=3458, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: cpu2: sd-device: Created database file '/run/udev/data/c203:2' for '/devices/virtual/cpuid/cpu2'.
Jul 11 22:15:28 megalex (udev-worker)[419]: cpu2: Device processed (SEQNUM=3450, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: cpu7: sd-device: Created database file '/run/udev/data/c203:7' for '/devices/virtual/cpuid/cpu7'.
Jul 11 22:15:28 megalex (udev-worker)[419]: cpu2: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[423]: cpu7: sd-device: Created database file '/run/udev/data/c203:7' for '/devices/virtual/cpuid/cpu7'.
Jul 11 22:15:28 megalex (udev-worker)[423]: cpu7: Device processed (SEQNUM=3455, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: cpu0: sd-device: Created database file '/run/udev/data/c203:0' for '/devices/virtual/cpuid/cpu0'.
Jul 11 22:15:28 megalex (udev-worker)[423]: cpu7: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[420]: cpu0: Device processed (SEQNUM=3448, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: cpu0: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: Device ready for processing (SEQNUM=3459, ACTION=add)
Jul 11 22:15:28 megalex systemd[1]: Mounting Mount unit for core18, revision 2066...
Jul 11 22:15:28 megalex systemd-udevd[353]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: Device ready for processing (SEQNUM=3459, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: system: Device ready for processing (SEQNUM=3460, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: system: sd-device-monitor(manager): Passed 232 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: id: Device ready for processing (SEQNUM=3461, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: id: sd-device-monitor(manager): Passed 343 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: fbcon: Device ready for processing (SEQNUM=3462, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: pci:0000:01:00.0--pci:0000:01:00.1: Device processed (SEQNUM=3457, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: pci:0000:01:00.0--pci:0000:01:00.1: sd-device-monitor(worker): Passed 211 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[421]: id: Processing device (SEQNUM=3461, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: fbcon: Processing device (SEQNUM=3462, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: fbcon: sd-device-monitor(manager): Passed 184 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: full: Device ready for processing (SEQNUM=3463, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: Processing device (SEQNUM=3459, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: platform:PNP0C14:00--wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Device processed (SEQNUM=3458, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: id: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=dmi'
Jul 11 22:15:28 megalex systemd-udevd[353]: full: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: kmsg: Device ready for processing (SEQNUM=3464, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: id: hwdb modalias key: "dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:"
Jul 11 22:15:28 megalex (udev-worker)[376]: platform:PNP0C14:00--wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[423]: system: Processing device (SEQNUM=3460, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: kmsg: sd-device-monitor(manager): Passed 221 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: mem: Device ready for processing (SEQNUM=3465, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: mem: sd-device-monitor(manager): Passed 205 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: null: Device ready for processing (SEQNUM=3466, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: null: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: full: Processing device (SEQNUM=3463, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: port: Device ready for processing (SEQNUM=3467, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: port: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: random: Device ready for processing (SEQNUM=3468, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: random: Device ready for processing (SEQNUM=3468, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: random: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: urandom: Device ready for processing (SEQNUM=3469, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: urandom: sd-device-monitor(manager): Passed 226 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: zero: Device ready for processing (SEQNUM=3470, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: fbcon: Device processed (SEQNUM=3462, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[420]: fbcon: sd-device-monitor(worker): Passed 184 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[421]: id: /usr/lib/udev/rules.d/70-memory.rules:6 Importing properties from results of 'dmi_memory_id'
Jul 11 22:15:28 megalex (udev-worker)[377]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: Device processed (SEQNUM=3459, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[421]: id: Starting 'dmi_memory_id'
Jul 11 22:15:28 megalex (udev-worker)[377]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[374]: port: Processing device (SEQNUM=3467, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: random: Processing device (SEQNUM=3468, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: port: /usr/lib/udev/rules.d/50-udev-default.rules:44 GROUP 986
Jul 11 22:15:28 megalex (udev-worker)[423]: system: Preserve permissions of /dev/dma_heap/system, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[374]: port: /usr/lib/udev/rules.d/50-udev-default.rules:44 MODE 0640
Jul 11 22:15:28 megalex (udev-worker)[423]: system: Successfully created symlink '/dev/char/251:0' to '/dev/dma_heap/system'
Jul 11 22:15:28 megalex (udev-worker)[430]: full: Preserve permissions of /dev/full, uid=0, gid=0, mode=0666
Jul 11 22:15:28 megalex (udev-worker)[423]: system: sd-device: Created database file '/run/udev/data/c251:0' for '/devices/virtual/dma_heap/system'.
Jul 11 22:15:28 megalex (udev-worker)[430]: full: Successfully created symlink '/dev/char/1:7' to '/dev/full'
Jul 11 22:15:28 megalex (udev-worker)[423]: system: sd-device: Created database file '/run/udev/data/c251:0' for '/devices/virtual/dma_heap/system'.
Jul 11 22:15:28 megalex (udev-worker)[430]: full: sd-device: Created database file '/run/udev/data/c1:7' for '/devices/virtual/mem/full'.
Jul 11 22:15:28 megalex (udev-worker)[423]: system: Device processed (SEQNUM=3460, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: system: sd-device-monitor(worker): Passed 232 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: full: sd-device: Created database file '/run/udev/data/c1:7' for '/devices/virtual/mem/full'.
Jul 11 22:15:28 megalex (udev-worker)[430]: full: Device processed (SEQNUM=3463, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: kmsg: Processing device (SEQNUM=3464, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: full: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: urandom: Processing device (SEQNUM=3469, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: mem: Processing device (SEQNUM=3465, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: mem: /usr/lib/udev/rules.d/50-udev-default.rules:44 GROUP 986
Jul 11 22:15:28 megalex (udev-worker)[359]: mem: /usr/lib/udev/rules.d/50-udev-default.rules:44 MODE 0640
Jul 11 22:15:28 megalex (udev-worker)[363]: random: Preserve permissions of /dev/random, uid=0, gid=0, mode=0666
Jul 11 22:15:28 megalex (udev-worker)[374]: port: Setting permissions /dev/port, uid=0, gid=986, mode=0640
Jul 11 22:15:28 megalex (udev-worker)[363]: random: Successfully created symlink '/dev/char/1:8' to '/dev/random'
Jul 11 22:15:28 megalex (udev-worker)[374]: port: Successfully created symlink '/dev/char/1:4' to '/dev/port'
Jul 11 22:15:28 megalex (udev-worker)[363]: random: sd-device: Created database file '/run/udev/data/c1:8' for '/devices/virtual/mem/random'.
Jul 11 22:15:28 megalex (udev-worker)[374]: port: sd-device: Created database file '/run/udev/data/c1:4' for '/devices/virtual/mem/port'.
Jul 11 22:15:28 megalex (udev-worker)[363]: random: sd-device: Created database file '/run/udev/data/c1:8' for '/devices/virtual/mem/random'.
Jul 11 22:15:28 megalex (udev-worker)[363]: random: Device processed (SEQNUM=3468, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: random: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[421]: Successfully forked off '(spawn)' as PID 480.
Jul 11 22:15:28 megalex (udev-worker)[374]: port: sd-device: Created database file '/run/udev/data/c1:4' for '/devices/virtual/mem/port'.
Jul 11 22:15:28 megalex (udev-worker)[374]: port: Device processed (SEQNUM=3467, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: port: sd-device-monitor(worker): Passed 207 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[419]: null: Processing device (SEQNUM=3466, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: urandom: Preserve permissions of /dev/urandom, uid=0, gid=0, mode=0666
Jul 11 22:15:28 megalex (udev-worker)[376]: urandom: Successfully created symlink '/dev/char/1:9' to '/dev/urandom'
Jul 11 22:15:28 megalex (udev-worker)[376]: urandom: sd-device: Created database file '/run/udev/data/c1:9' for '/devices/virtual/mem/urandom'.
Jul 11 22:15:28 megalex systemd-udevd[353]: zero: Device ready for processing (SEQNUM=3470, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: kmsg: Preserve permissions of /dev/kmsg, uid=0, gid=0, mode=0644
Jul 11 22:15:28 megalex systemd-udevd[353]: zero: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: urandom: sd-device: Created database file '/run/udev/data/c1:9' for '/devices/virtual/mem/urandom'.
Jul 11 22:15:28 megalex systemd-udevd[353]: memory_tier4: Device ready for processing (SEQNUM=3471, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: urandom: Device processed (SEQNUM=3469, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: mem: Setting permissions /dev/mem, uid=0, gid=986, mode=0640
Jul 11 22:15:28 megalex systemd-udevd[353]: memory_tier4: sd-device-monitor(manager): Passed 203 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: urandom: sd-device-monitor(worker): Passed 226 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: autofs: Device ready for processing (SEQNUM=3472, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: kmsg: Successfully created symlink '/dev/char/1:11' to '/dev/kmsg'
Jul 11 22:15:28 megalex (udev-worker)[377]: zero: Processing device (SEQNUM=3470, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: autofs: sd-device-monitor(manager): Passed 229 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: btrfs-control: Device ready for processing (SEQNUM=3473, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: mem: Successfully created symlink '/dev/char/1:1' to '/dev/mem'
Jul 11 22:15:28 megalex systemd-udevd[353]: btrfs-control: sd-device-monitor(manager): Passed 230 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: kmsg: sd-device: Created database file '/run/udev/data/c1:11' for '/devices/virtual/mem/kmsg'.
Jul 11 22:15:28 megalex (udev-worker)[423]: memory_tier4: Processing device (SEQNUM=3471, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu_dma_latency: Device ready for processing (SEQNUM=3474, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: mem: sd-device: Created database file '/run/udev/data/c1:1' for '/devices/virtual/mem/mem'.
Jul 11 22:15:28 megalex systemd-udevd[353]: cpu_dma_latency: sd-device-monitor(manager): Passed 234 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: device-mapper: Device ready for processing (SEQNUM=3475, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: device-mapper: sd-device-monitor(manager): Passed 231 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: fuse: Device ready for processing (SEQNUM=3476, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[363]: cpu_dma_latency: Processing device (SEQNUM=3474, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: fuse: Device ready for processing (SEQNUM=3476, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: fuse: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: btrfs-control: Processing device (SEQNUM=3473, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hpet: Device ready for processing (SEQNUM=3477, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: fuse: Processing device (SEQNUM=3476, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: null: Preserve permissions of /dev/null, uid=0, gid=0, mode=0666
Jul 11 22:15:28 megalex kernel: cryptd: max_cpu_qlen set to 1000
Jul 11 22:15:28 megalex kernel: e1000e: Intel(R) PRO/1000 Network Driver
Jul 11 22:15:28 megalex kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Jul 11 22:15:28 megalex kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jul 11 22:15:28 megalex (udev-worker)[376]: fuse: /usr/lib/udev/rules.d/50-udev-default.rules:108 MODE 0666
Jul 11 22:15:28 megalex (udev-worker)[419]: null: Successfully created symlink '/dev/char/1:3' to '/dev/null'
Jul 11 22:15:28 megalex (udev-worker)[419]: null: sd-device: Created database file '/run/udev/data/c1:3' for '/devices/virtual/mem/null'.
Jul 11 22:15:28 megalex (udev-worker)[419]: null: sd-device: Created database file '/run/udev/data/c1:3' for '/devices/virtual/mem/null'.
Jul 11 22:15:28 megalex (udev-worker)[419]: null: Device processed (SEQNUM=3466, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[419]: null: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[420]: autofs: Processing device (SEQNUM=3472, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: memory_tier4: Device processed (SEQNUM=3471, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[423]: memory_tier4: sd-device-monitor(worker): Passed 203 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[376]: fuse: /usr/lib/udev/rules.d/99-fuse.rules:1 MODE 0666
Jul 11 22:15:28 megalex (udev-worker)[376]: fuse: /usr/lib/udev/rules.d/99-fuse3.rules:1 MODE 0666
Jul 11 22:15:28 megalex (udev-worker)[376]: fuse: Preserve permissions of /dev/fuse, uid=0, gid=0, mode=0666
Jul 11 22:15:28 megalex (udev-worker)[377]: zero: Preserve permissions of /dev/zero, uid=0, gid=0, mode=0666
Jul 11 22:15:28 megalex (udev-worker)[376]: fuse: Successfully created symlink '/dev/char/10:229' to '/dev/fuse'
Jul 11 22:15:28 megalex (udev-worker)[377]: zero: Successfully created symlink '/dev/char/1:5' to '/dev/zero'
Jul 11 22:15:28 megalex (udev-worker)[376]: fuse: sd-device: Created database file '/run/udev/data/c10:229' for '/devices/virtual/misc/fuse'.
Jul 11 22:15:28 megalex (udev-worker)[377]: zero: sd-device: Created database file '/run/udev/data/c1:5' for '/devices/virtual/mem/zero'.
Jul 11 22:15:28 megalex (udev-worker)[376]: fuse: sd-device: Created database file '/run/udev/data/c10:229' for '/devices/virtual/misc/fuse'.
Jul 11 22:15:28 megalex (udev-worker)[377]: zero: sd-device: Created database file '/run/udev/data/c1:5' for '/devices/virtual/mem/zero'.
Jul 11 22:15:28 megalex (udev-worker)[376]: fuse: Device processed (SEQNUM=3476, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: zero: Device processed (SEQNUM=3470, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[376]: fuse: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: zero: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: mem: sd-device: Created database file '/run/udev/data/c1:1' for '/devices/virtual/mem/mem'.
Jul 11 22:15:28 megalex (udev-worker)[359]: mem: Device processed (SEQNUM=3465, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: device-mapper: Processing device (SEQNUM=3475, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: mem: sd-device-monitor(worker): Passed 205 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[420]: autofs: Preserve permissions of /dev/autofs, uid=0, gid=0, mode=0644
Jul 11 22:15:28 megalex (udev-worker)[367]: Failed to insert module 'acpi_cpufreq': No such device
Jul 11 22:15:28 megalex (udev-worker)[420]: autofs: Successfully created symlink '/dev/char/10:235' to '/dev/autofs'
Jul 11 22:15:28 megalex (udev-worker)[374]: device-mapper: sd-device: Created database file '/run/udev/data/c10:236' for '/devices/virtual/misc/device-mapper'.
Jul 11 22:15:28 megalex kernel: loop1: detected capacity change from 0 to 333552
Jul 11 22:15:28 megalex kernel: loop0: detected capacity change from 0 to 113504
Jul 11 22:15:28 megalex (udev-worker)[429]: Inserted module 'intel_pmc_core'
Jul 11 22:15:28 megalex (udev-worker)[380]: Inserted module 'intel_pmc_core'
Jul 11 22:15:28 megalex (udev-worker)[367]: acpi-cpufreq: sd-device: Created database file '/run/udev/data/+platform:acpi-cpufreq' for '/devices/platform/acpi-cpufreq'.
Jul 11 22:15:28 megalex (udev-worker)[367]: acpi-cpufreq: Device processed (SEQNUM=3360, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: acpi-cpufreq: sd-device-monitor(worker): Passed 278 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[380]: INT33A1:00: sd-device: Created database file '/run/udev/data/+acpi:INT33A1:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/INT33A1:00'.
Jul 11 22:15:28 megalex (udev-worker)[429]: INT33A1:00: sd-device: Created database file '/run/udev/data/+platform:INT33A1:00' for '/devices/platform/INT33A1:00'.
Jul 11 22:15:28 megalex (udev-worker)[380]: INT33A1:00: Device processed (SEQNUM=2975, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[429]: INT33A1:00: Device processed (SEQNUM=3349, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: INT33A1:00: sd-device-monitor(worker): Passed 270 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[429]: INT33A1:00: sd-device-monitor(worker): Passed 319 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[362]: kmsg: sd-device: Created database file '/run/udev/data/c1:11' for '/devices/virtual/mem/kmsg'.
Jul 11 22:15:28 megalex kernel: loop3: detected capacity change from 0 to 133320
Jul 11 22:15:28 megalex kernel: loop2: detected capacity change from 0 to 116408
Jul 11 22:15:28 megalex (udev-worker)[362]: kmsg: Device processed (SEQNUM=3464, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[362]: kmsg: sd-device-monitor(worker): Passed 221 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: wakeup28: Device is queued (SEQNUM=3593, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: hpet: Device ready for processing (SEQNUM=3477, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[375]: Inserted module 'i2c_i801'
Jul 11 22:15:28 megalex systemd-udevd[353]: hpet: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: hw_random: Device ready for processing (SEQNUM=3478, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: btrfs-control: /usr/lib/udev/rules.d/50-udev-default.rules:99 GROUP 984
Jul 11 22:15:28 megalex systemd-udevd[353]: hw_random: sd-device-monitor(manager): Passed 218 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: loop-control: Device ready for processing (SEQNUM=3479, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: loop-control: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: nvram: Device ready for processing (SEQNUM=3480, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: nvram: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: snapshot: Device ready for processing (SEQNUM=3481, ACTION=add)
Jul 11 22:15:28 megalex systemd-udevd[353]: snapshot: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex systemd-udevd[353]: udmabuf: Device ready for processing (SEQNUM=3482, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: device-mapper: Preserve permissions of /dev/mapper/control, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[374]: device-mapper: Successfully created symlink '/dev/char/10:236' to '/dev/mapper/control'
Jul 11 22:15:28 megalex (udev-worker)[359]: snapshot: Processing device (SEQNUM=3481, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[380]: udmabuf: Processing device (SEQNUM=3482, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: device-mapper: sd-device: Created database file '/run/udev/data/c10:236' for '/devices/virtual/misc/device-mapper'.
Jul 11 22:15:28 megalex (udev-worker)[374]: device-mapper: sd-device: Created database file '/run/udev/data/c10:236' for '/devices/virtual/misc/device-mapper'.
Jul 11 22:15:28 megalex (udev-worker)[374]: device-mapper: Device processed (SEQNUM=3475, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[374]: device-mapper: sd-device-monitor(worker): Passed 231 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: hpet: Processing device (SEQNUM=3477, ACTION=add)
Jul 11 22:15:28 megalex systemd[1]: Mounting Mount unit for gnome-3-28-1804, revision 145...
Jul 11 22:15:28 megalex (udev-worker)[363]: cpu_dma_latency: Preserve permissions of /dev/cpu_dma_latency, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[430]: btrfs-control: Setting permissions /dev/btrfs-control, uid=0, gid=984, mode=0660
Jul 11 22:15:28 megalex (udev-worker)[363]: cpu_dma_latency: Successfully created symlink '/dev/char/10:124' to '/dev/cpu_dma_latency'
Jul 11 22:15:28 megalex (udev-worker)[430]: btrfs-control: Successfully created symlink '/dev/char/10:234' to '/dev/btrfs-control'
Jul 11 22:15:28 megalex (udev-worker)[363]: cpu_dma_latency: sd-device: Created database file '/run/udev/data/c10:124' for '/devices/virtual/misc/cpu_dma_latency'.
Jul 11 22:15:28 megalex (udev-worker)[430]: btrfs-control: sd-device: Created database file '/run/udev/data/c10:234' for '/devices/virtual/misc/btrfs-control'.
Jul 11 22:15:28 megalex (udev-worker)[363]: cpu_dma_latency: sd-device: Created database file '/run/udev/data/c10:124' for '/devices/virtual/misc/cpu_dma_latency'.
Jul 11 22:15:28 megalex (udev-worker)[363]: cpu_dma_latency: Device processed (SEQNUM=3474, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: btrfs-control: sd-device: Created database file '/run/udev/data/c10:234' for '/devices/virtual/misc/btrfs-control'.
Jul 11 22:15:28 megalex (udev-worker)[363]: cpu_dma_latency: sd-device-monitor(worker): Passed 234 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[430]: btrfs-control: Device processed (SEQNUM=3473, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[430]: btrfs-control: sd-device-monitor(worker): Passed 230 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[359]: snapshot: Preserve permissions of /dev/snapshot, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[359]: snapshot: Successfully created symlink '/dev/char/10:231' to '/dev/snapshot'
Jul 11 22:15:28 megalex (udev-worker)[359]: snapshot: sd-device: Created database file '/run/udev/data/c10:231' for '/devices/virtual/misc/snapshot'.
Jul 11 22:15:28 megalex (udev-worker)[359]: snapshot: sd-device: Created database file '/run/udev/data/c10:231' for '/devices/virtual/misc/snapshot'.
Jul 11 22:15:28 megalex (udev-worker)[359]: snapshot: Device processed (SEQNUM=3481, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[359]: snapshot: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 22:15:28 megalex (udev-worker)[377]: hpet: Preserve permissions of /dev/hpet, uid=0, gid=0, mode=0600
Jul 11 22:15:28 megalex (udev-worker)[367]: loop-control: Processing device (SEQNUM=3479, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[377]: hpet: Successfully created symlink '/dev/char/10:228' to '/dev/hpet'
Jul 11 22:15:28 megalex (udev-worker)[377]: hpet: sd-device: Created database file '/run/udev/data/c10:228' for '/devices/virtual/misc/hpet'.
Jul 11 22:15:28 megalex (udev-worker)[377]: hpet: sd-device: Created database file '/run/udev/data/c10:228' for '/devices/virtual/misc/hpet'.
Jul 11 22:15:28 megalex (udev-worker)[377]: hpet: Device processed (SEQNUM=3477, ACTION=add)
Jul 11 22:15:28 megalex (udev-worker)[367]: loop-control: sd-device: Created database file '/run/udev/data/c10:237' for '/devices/virtual/misc/loop-control'.
Jul 11 22:15:28 megalex systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1515...
Jul 11 22:15:28 megalex systemd[1]: Mounting Mount unit for postbird, revision 6...
Jul 11 22:15:28 megalex systemd[1]: Mounting Mount unit for snapd, revision 11841...
Jul 11 22:15:28 megalex systemd[1]: Mounted /home/will.
Jul 11 22:15:28 megalex kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Jul 11 22:15:28 megalex kernel: loop4: detected capacity change from 0 to 65712
Jul 11 22:15:28 megalex kernel: iTCO_vendor_support: vendor-support=0
Jul 11 22:15:28 megalex kernel: ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Jul 11 22:15:28 megalex kernel: ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
Jul 11 22:15:28 megalex kernel: ee1004 0-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
Jul 11 22:15:28 megalex kernel: ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
Jul 11 22:15:28 megalex kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Jul 11 22:15:28 megalex kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jul 11 22:15:28 megalex mtp-probe[496]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
Jul 11 22:15:28 megalex mtp-probe[496]: bus: 1, device: 2 was not an MTP device
Jul 11 22:15:28 megalex systemd[1]: Mounted Mount unit for core18, revision 2066.
Jul 11 22:15:28 megalex systemd[1]: Mounted Mount unit for gnome-3-28-1804, revision 145.
Jul 11 22:15:28 megalex systemd[1]: Mounted Mount unit for gtk-common-themes, revision 1515.
Jul 11 22:15:28 megalex systemd[1]: Mounted Mount unit for postbird, revision 6.
Jul 11 22:15:28 megalex systemd[1]: Mounted Mount unit for snapd, revision 11841.
Jul 11 22:15:28 megalex kernel: usb 1-10: Found UVC 1.00 device 1080P Webcam (1bcf:28c4)
Jul 11 22:15:28 megalex kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jul 11 22:15:28 megalex kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jul 11 22:15:28 megalex kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
Jul 11 22:15:28 megalex kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
Jul 11 22:15:28 megalex kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
Jul 11 22:15:28 megalex kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
Jul 11 22:15:28 megalex systemd[1]: Reached target Local File Systems.
Jul 11 22:15:28 megalex systemd[1]: Reached target Sound Card.
Jul 11 22:15:28 megalex systemd[1]: Listening on Boot Entries Service Socket.
Jul 11 22:15:28 megalex systemd[1]: Listening on System Extension Image Management.
Jul 11 22:15:28 megalex systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Jul 11 22:15:28 megalex systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jul 11 22:15:28 megalex systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jul 11 22:15:28 megalex systemd[1]: Starting Create System Files and Directories...
Jul 11 22:15:28 megalex systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Jul 11 22:15:28 megalex systemd[1]: Stopped Virtual Console Setup.
Jul 11 22:15:28 megalex systemd[1]: Stopping Virtual Console Setup...
Jul 11 22:15:28 megalex systemd[1]: Starting Virtual Console Setup...
Jul 11 22:15:28 megalex kernel: usbcore: registered new interface driver uvcvideo
Jul 11 22:15:28 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: ALC1220: picked fixup for PCI SSID 1462:0000
Jul 11 22:15:28 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Jul 11 22:15:28 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jul 11 22:15:28 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Jul 11 22:15:28 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
Jul 11 22:15:28 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
Jul 11 22:15:28 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
Jul 11 22:15:28 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
Jul 11 22:15:28 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
Jul 11 22:15:28 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
Jul 11 22:15:28 megalex systemd[1]: Received SIGRTMIN+20 from PID 378 (plymouthd).
Jul 11 22:15:28 megalex systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Jul 11 22:15:28 megalex kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Jul 11 22:15:28 megalex kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Jul 11 22:15:28 megalex kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Jul 11 22:15:28 megalex kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
Jul 11 22:15:28 megalex kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
Jul 11 22:15:28 megalex kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
Jul 11 22:15:28 megalex kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 575.64.03 Wed Jun 25 18:40:52 UTC 2025
Jul 11 22:15:28 megalex kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
Jul 11 22:15:28 megalex systemd[1]: Finished Virtual Console Setup.
Jul 11 22:15:28 megalex kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Jul 11 22:15:28 megalex kernel: intel_tcc_cooling: Programmable TCC Offset detected
Jul 11 22:15:28 megalex kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 575.64.03 Wed Jun 25 18:07:15 UTC 2025
Jul 11 22:15:28 megalex kernel: usb 1-10: 3:1: cannot get freq at ep 0x86
Jul 11 22:15:28 megalex systemd[1]: Finished Create System Files and Directories.
Jul 11 22:15:28 megalex systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jul 11 22:15:28 megalex systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 11 22:15:28 megalex systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 11 22:15:28 megalex systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jul 11 22:15:28 megalex systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jul 11 22:15:28 megalex systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jul 11 22:15:28 megalex systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jul 11 22:15:28 megalex kernel: usb 1-10: 3:2: cannot get freq at ep 0x86
Jul 11 22:15:28 megalex systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jul 11 22:15:28 megalex kernel: nvidia_drm: unknown parameter 'dbdev' ignored
Jul 11 22:15:28 megalex kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Jul 11 22:15:28 megalex kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
Jul 11 22:15:28 megalex kernel: usb 1-10: 3:3: cannot get freq at ep 0x86
Jul 11 22:15:28 megalex kernel: intel_rapl_common: Found RAPL domain package
Jul 11 22:15:28 megalex kernel: intel_rapl_common: Found RAPL domain core
Jul 11 22:15:28 megalex kernel: intel_rapl_common: Found RAPL domain dram
Jul 11 22:15:28 megalex kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 30:9c:23:5e:ec:68
Jul 11 22:15:28 megalex kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
Jul 11 22:15:28 megalex kernel: e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
Jul 11 22:15:28 megalex kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
Jul 11 22:15:29 megalex kernel: usb 1-10: Warning! Unlikely big volume range (=3896), cval->res is probably wrong.
Jul 11 22:15:29 megalex kernel: usb 1-10: [7] FU [Mic Capture Volume] ch = 1, val = 200/4096/1
Jul 11 22:15:29 megalex kernel: usbcore: registered new interface driver snd-usb-audio
Jul 11 22:15:29 megalex systemd-modules-load[303]: Inserted module 'nvidia_uvm'
Jul 11 22:15:29 megalex kernel: vboxdrv: Found 8 processor cores/threads
Jul 11 22:15:29 megalex systemd-modules-load[303]: Inserted module 'vboxdrv'
Jul 11 22:15:29 megalex kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3599999015 Hz
Jul 11 22:15:29 megalex kernel: vboxdrv: Successfully loaded version 7.1.10 r169112 (interface 0x00340001)
Jul 11 22:15:29 megalex systemd-modules-load[303]: Inserted module 'vboxnetadp'
Jul 11 22:15:29 megalex kernel: VBoxNetAdp: Successfully started.
Jul 11 22:15:29 megalex systemd-modules-load[303]: Inserted module 'vboxnetflt'
Jul 11 22:15:29 megalex kernel: VBoxNetFlt: Successfully started.
Jul 11 22:15:29 megalex systemd[1]: Finished Load Kernel Modules.
Jul 11 22:15:29 megalex systemd[1]: Starting Apply Kernel Variables...
Jul 11 22:15:29 megalex systemd[1]: Finished Apply Kernel Variables.
Jul 11 22:15:29 megalex systemd[1]: Reached target System Initialization.
Jul 11 22:15:29 megalex systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jul 11 22:15:29 megalex systemd[1]: Started Daily rotation of log files.
Jul 11 22:15:29 megalex systemd[1]: Started Daily man-db regeneration.
Jul 11 22:15:29 megalex systemd[1]: Started Daily verification of password and group files.
Jul 11 22:15:29 megalex systemd[1]: Started Daily Cleanup of Temporary Directories.
Jul 11 22:15:29 megalex systemd[1]: Reached target Timer Units.
Jul 11 22:15:29 megalex systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Jul 11 22:15:29 megalex systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 11 22:15:29 megalex systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jul 11 22:15:29 megalex systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jul 11 22:15:29 megalex systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jul 11 22:15:29 megalex systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jul 11 22:15:29 megalex systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jul 11 22:15:29 megalex systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Jul 11 22:15:29 megalex systemd[1]: Starting Socket activation for snappy daemon...
Jul 11 22:15:29 megalex systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Jul 11 22:15:29 megalex systemd[1]: Listening on Hostname Service Socket.
Jul 11 22:15:29 megalex systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 11 22:15:29 megalex systemd[1]: Listening on Socket activation for snappy daemon.
Jul 11 22:15:29 megalex systemd[1]: Reached target Socket Units.
Jul 11 22:15:29 megalex systemd[1]: Reached target Basic System.
Jul 11 22:15:29 megalex systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Jul 11 22:15:29 megalex systemd[1]: Starting D-Bus System Message Bus...
Jul 11 22:15:29 megalex systemd[1]: Starting Initialize hardware monitoring sensors...
Jul 11 22:15:29 megalex systemd[1]: Starting User Login Management...
Jul 11 22:15:29 megalex systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 11 22:15:29 megalex kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
Jul 11 22:15:29 megalex kernel: Console: switching to colour dummy device 80x25
Jul 11 22:15:29 megalex kernel: nvidia 0000:01:00.0: vgaarb: deactivate vga console
Jul 11 22:15:29 megalex avahi-daemon[559]: Found user 'avahi' (UID 977) and group 'avahi' (GID 977).
Jul 11 22:15:29 megalex avahi-daemon[559]: Successfully dropped root privileges.
Jul 11 22:15:29 megalex avahi-daemon[559]: avahi-daemon 0.8 starting up.
Jul 11 22:15:29 megalex avahi-daemon[559]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Jul 11 22:15:29 megalex (modprobe)[561]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Jul 11 22:15:29 megalex kernel: nct6775: Found NCT6795D or compatible chip at 0x4e:0xa20
Jul 11 22:15:29 megalex dbus-daemon[560]: dbus[560]: Unknown username "pulse" in message bus configuration file
Jul 11 22:15:29 megalex systemd-logind[562]: Watching system buttons on /dev/input/event2 (Power Button)
Jul 11 22:15:29 megalex systemd-logind[562]: Watching system buttons on /dev/input/event1 (Power Button)
Jul 11 22:15:29 megalex systemd-logind[562]: Watching system buttons on /dev/input/event0 (Sleep Button)
Jul 11 22:15:29 megalex systemd[1]: Started D-Bus System Message Bus.
Jul 11 22:15:29 megalex systemd-logind[562]: Watching system buttons on /dev/input/event3 (USB Keyboard)
Jul 11 22:15:29 megalex systemd-logind[562]: Watching system buttons on /dev/input/event5 (USB Keyboard System Control)
Jul 11 22:15:29 megalex avahi-daemon[559]: Successfully called chroot().
Jul 11 22:15:29 megalex avahi-daemon[559]: Successfully dropped remaining capabilities.
Jul 11 22:15:29 megalex avahi-daemon[559]: No service file found in /etc/avahi/services.
Jul 11 22:15:29 megalex avahi-daemon[559]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Jul 11 22:15:29 megalex avahi-daemon[559]: New relevant interface lo.IPv6 for mDNS.
Jul 11 22:15:29 megalex avahi-daemon[559]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Jul 11 22:15:29 megalex avahi-daemon[559]: New relevant interface lo.IPv4 for mDNS.
Jul 11 22:15:29 megalex avahi-daemon[559]: Network interface enumeration completed.
Jul 11 22:15:29 megalex avahi-daemon[559]: Registering new address record for ::1 on lo.*.
Jul 11 22:15:29 megalex avahi-daemon[559]: Registering new address record for 127.0.0.1 on lo.IPv4.
Jul 11 22:15:29 megalex systemd[1]: Starting Network Manager...
Jul 11 22:15:29 megalex systemd-logind[562]: New seat seat0.
Jul 11 22:15:29 megalex systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Jul 11 22:15:29 megalex systemd[1]: Started User Login Management.
Jul 11 22:15:29 megalex systemd[1]: Finished Initialize hardware monitoring sensors.
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.6249] NetworkManager (version 1.52.1-1) is starting... (boot:9df5cd43-2563-448d-b655-cb3b9353c28f)
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.6249] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.6321] manager[0x561532ef99f0]: monitoring kernel firmware directory '/lib/firmware'.
Jul 11 22:15:29 megalex dbus-daemon[560]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=596 comm="/usr/bin/NetworkManager --no-daemon")
Jul 11 22:15:29 megalex systemd[1]: Starting Hostname Service...
Jul 11 22:15:29 megalex kernel: fbcon: nvidia-drmdrmfb (fb0) is primary device
Jul 11 22:15:29 megalex kernel: Console: switching to colour frame buffer device 160x45
Jul 11 22:15:29 megalex kernel: nvidia 0000:01:00.0: [drm] fb0: nvidia-drmdrmfb frame buffer device
Jul 11 22:15:29 megalex systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Jul 11 22:15:29 megalex systemd[1]: Stopped Virtual Console Setup.
Jul 11 22:15:29 megalex systemd[1]: Stopping Virtual Console Setup...
Jul 11 22:15:29 megalex systemd[1]: Starting Virtual Console Setup...
Jul 11 22:15:29 megalex systemd[1]: Finished Virtual Console Setup.
Jul 11 22:15:29 megalex systemd[1]: Started Hostname Service.
Jul 11 22:15:29 megalex dbus-daemon[560]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7027] hostname: hostname: using hostnamed
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7027] hostname: static hostname changed from (none) to "megalex"
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7034] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7088] manager[0x561532ef99f0]: rfkill: Wi-Fi hardware radio set enabled
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7088] manager[0x561532ef99f0]: rfkill: WWAN hardware radio set enabled
Jul 11 22:15:29 megalex systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7217] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-bluetooth.so)
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7238] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-ovs.so)
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7477] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-team.so)
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7499] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-wifi.so)
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7507] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-adsl.so)
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7512] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-wwan.so)
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7514] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7514] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7515] manager: Networking is enabled by state file
Jul 11 22:15:29 megalex dbus-daemon[560]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=596 comm="/usr/bin/NetworkManager --no-daemon")
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7531] settings: Loaded settings plugin: keyfile (internal)
Jul 11 22:15:29 megalex systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7632] dhcp: init: Using DHCP client 'internal'
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7634] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7641] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7649] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7652] device (lo): Activation: starting connection 'lo' (1c10aa02-7826-4003-847b-fba8338ff95f)
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7656] manager: (enp0s31f6): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.7658] device (enp0s31f6): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Jul 11 22:15:29 megalex dbus-daemon[560]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 11 22:15:29 megalex systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 11 22:15:29 megalex systemd[1]: Started Network Manager.
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.9516] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jul 11 22:15:29 megalex systemd[1]: Reached target Network.
Jul 11 22:15:29 megalex systemd[1]: Reached target Network is Online.
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.9573] ovsdb: disconnected from ovsdb
Jul 11 22:15:29 megalex systemd[1]: Started ClamAV virus database updater.
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.9576] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.9585] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.9590] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.9612] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Jul 11 22:15:29 megalex systemd[1]: Starting Network Time Service...
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.9659] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.9664] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Jul 11 22:15:29 megalex NetworkManager[596]: <info> [1752268529.9679] device (lo): Activation: successful, device activated.
Jul 11 22:15:29 megalex systemd[1]: Starting Permit User Sessions...
Jul 11 22:15:29 megalex systemd[1]: Finished Permit User Sessions.
Jul 11 22:15:30 megalex systemd[1]: Starting Hold until boot process finishes up...
Jul 11 22:15:30 megalex ntpd[632]: ntpd 4.2.8p18@1.4062-o Mon May 5 12:16:03 UTC 2025 (1): Starting
Jul 11 22:15:30 megalex ntpd[632]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Jul 11 22:15:30 megalex systemd[1]: Starting Terminate Plymouth Boot Screen...
Jul 11 22:15:30 megalex ntpd[632]: ----------------------------------------------------
Jul 11 22:15:30 megalex ntpd[632]: ntp-4 is maintained by Network Time Foundation,
Jul 11 22:15:30 megalex ntpd[632]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Jul 11 22:15:30 megalex ntpd[632]: corporation. Support and training for ntp-4 are
Jul 11 22:15:30 megalex ntpd[632]: available at https://www.nwtime.org/support
Jul 11 22:15:30 megalex ntpd[632]: ----------------------------------------------------
Jul 11 22:15:30 megalex ntpd[632]: DEBUG behavior is enabled - a violation of any diagnostic assertion will cause ntpd to abort
Jul 11 22:15:30 megalex ntpd[638]: proto: precision = 0.084 usec (-23)
Jul 11 22:15:30 megalex ntpd[638]: basedate set to 2025-04-23
Jul 11 22:15:30 megalex ntpd[638]: gps base set to 2025-04-27 (week 2364)
Jul 11 22:15:30 megalex ntpd[638]: initial drift restored to -12.297623
Jul 11 22:15:30 megalex ntpd[638]: Listen and drop on 0 v6wildcard [::]:123
Jul 11 22:15:30 megalex ntpd[638]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Jul 11 22:15:30 megalex ntpd[638]: Listen normally on 2 lo 127.0.0.1:123
Jul 11 22:15:30 megalex ntpd[638]: Listen normally on 3 lo [::1]:123
Jul 11 22:15:30 megalex ntpd[638]: Listening on routing socket on fd #20 for interface updates
Jul 11 22:15:30 megalex ntpd[638]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Jul 11 22:15:30 megalex ntpd[638]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Jul 11 22:15:30 megalex systemd[1]: Started Network Time Service.
Jul 11 22:15:30 megalex freshclam[631]: ClamAV update process started at Fri Jul 11 22:15:30 2025
Jul 11 22:15:30 megalex freshclam[631]: WARNING: Can't query current.cvd.clamav.net
Jul 11 22:15:30 megalex freshclam[631]: WARNING: Invalid DNS reply. Falling back to HTTP mode.
Jul 11 22:15:30 megalex freshclam[631]: WARNING: FreshClam previously received error code 429 or 403 from the ClamAV Content Delivery Network (CDN).
Jul 11 22:15:30 megalex freshclam[631]: This means that you have been rate limited or blocked by the CDN.
Jul 11 22:15:30 megalex freshclam[631]: 1. Verify that you're running a supported ClamAV version.
Jul 11 22:15:30 megalex freshclam[631]: See https://docs.clamav.net/faq/faq-eol.html for details.
Jul 11 22:15:30 megalex freshclam[631]: 2. Run FreshClam no more than once an hour to check for updates.
Jul 11 22:15:30 megalex freshclam[631]: FreshClam should check DNS first to see if an update is needed.
Jul 11 22:15:30 megalex freshclam[631]: 3. If you have more than 10 hosts on your network attempting to download,
Jul 11 22:15:30 megalex freshclam[631]: it is recommended that you set up a private mirror on your network using
Jul 11 22:15:30 megalex freshclam[631]: cvdupdate (https://pypi.org/project/cvdupdate/) to save bandwidth on the
Jul 11 22:15:30 megalex freshclam[631]: CDN and your own network.
Jul 11 22:15:30 megalex freshclam[631]: 4. Please do not open a ticket asking for an exemption from the rate limit,
Jul 11 22:15:30 megalex freshclam[631]: it will not be granted.
Jul 11 22:15:30 megalex freshclam[631]: WARNING: You are still on cool-down until after: 2025-07-11 22:43:56
Jul 11 22:15:30 megalex systemd[1]: Received SIGRTMIN+21 from PID 378 (plymouthd).
Jul 11 22:15:30 megalex systemd[1]: Finished Hold until boot process finishes up.
Jul 11 22:15:30 megalex systemd[1]: Finished Terminate Plymouth Boot Screen.
Jul 11 22:15:30 megalex systemd[1]: Started Getty on tt1.
Jul 11 22:15:30 megalex systemd[1]: Started Getty on tty1.
Jul 11 22:15:30 megalex systemd[1]: Reached target Login Prompts.
Jul 11 22:15:30 megalex systemd[1]: Reached target Multi-User System.
Jul 11 22:15:30 megalex systemd[1]: Startup finished in 16.597s (firmware) + 12.628s (loader) + 2.030s (kernel) + 3.129s (userspace) = 34.386s.
Jul 11 22:15:30 megalex (agetty)[643]: getty@tt1.service: Failed to set up standard input: No such file or directory
Jul 11 22:15:30 megalex (agetty)[643]: getty@tt1.service: Failed at step STDIN spawning /sbin/agetty: No such file or directory
Jul 11 22:15:30 megalex systemd[1]: getty@tt1.service: Deactivated successfully.
Jul 11 22:15:30 megalex systemd[1]: getty@tt1.service: Scheduled restart job, restart counter is at 1.
Jul 11 22:15:30 megalex systemd[1]: Started Getty on tt1.
Jul 11 22:15:30 megalex (agetty)[646]: getty@tt1.service: Failed to set up standard input: No such file or directory
Jul 11 22:15:30 megalex (agetty)[646]: getty@tt1.service: Failed at step STDIN spawning /sbin/agetty: No such file or directory
Jul 11 22:15:30 megalex systemd[1]: getty@tt1.service: Deactivated successfully.
Jul 11 22:15:30 megalex systemd[1]: getty@tt1.service: Scheduled restart job, restart counter is at 2.
Jul 11 22:15:30 megalex systemd[1]: Started Getty on tt1.
Jul 11 22:15:30 megalex (agetty)[648]: getty@tt1.service: Failed to set up standard input: No such file or directory
Jul 11 22:15:30 megalex (agetty)[648]: getty@tt1.service: Failed at step STDIN spawning /sbin/agetty: No such file or directory
Jul 11 22:15:30 megalex systemd[1]: getty@tt1.service: Deactivated successfully.
Jul 11 22:15:30 megalex systemd[1]: getty@tt1.service: Scheduled restart job, restart counter is at 3.
Jul 11 22:15:30 megalex systemd[1]: Started Getty on tt1.
Jul 11 22:15:30 megalex (agetty)[649]: getty@tt1.service: Failed to set up standard input: No such file or directory
Jul 11 22:15:30 megalex (agetty)[649]: getty@tt1.service: Failed at step STDIN spawning /sbin/agetty: No such file or directory
Jul 11 22:15:30 megalex systemd[1]: getty@tt1.service: Deactivated successfully.
Jul 11 22:15:30 megalex systemd[1]: getty@tt1.service: Scheduled restart job, restart counter is at 4.
Jul 11 22:15:30 megalex systemd[1]: Started Getty on tt1.
Jul 11 22:15:30 megalex (agetty)[650]: getty@tt1.service: Failed to set up standard input: No such file or directory
Jul 11 22:15:30 megalex (agetty)[650]: getty@tt1.service: Failed at step STDIN spawning /sbin/agetty: No such file or directory
Jul 11 22:15:30 megalex systemd[1]: getty@tt1.service: Deactivated successfully.
Jul 11 22:15:30 megalex systemd[1]: getty@tt1.service: Scheduled restart job, restart counter is at 5.
Jul 11 22:15:30 megalex systemd[1]: getty@tt1.service: Start request repeated too quickly.
Jul 11 22:15:30 megalex systemd[1]: getty@tt1.service: Failed with result 'start-limit-hit'.
Jul 11 22:15:30 megalex systemd[1]: Failed to start Getty on tt1.
Jul 11 22:15:30 megalex avahi-daemon[559]: Server startup complete. Host name is megalex.local. Local service cookie is 4220991088.
Jul 11 22:15:31 megalex kernel: e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
Jul 11 22:15:31 megalex NetworkManager[596]: <info> [1752268531.4447] device (enp0s31f6): carrier: link connected
Jul 11 22:15:31 megalex NetworkManager[596]: <info> [1752268531.4454] device (enp0s31f6): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
Jul 11 22:15:31 megalex NetworkManager[596]: <info> [1752268531.4469] policy: auto-activating connection 'Wired connection 1' (b553e6a2-432b-34ae-af86-cc629cd4bd39)
Jul 11 22:15:31 megalex NetworkManager[596]: <info> [1752268531.4478] device (enp0s31f6): Activation: starting connection 'Wired connection 1' (b553e6a2-432b-34ae-af86-cc629cd4bd39)
Jul 11 22:15:31 megalex NetworkManager[596]: <info> [1752268531.4480] device (enp0s31f6): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Jul 11 22:15:31 megalex NetworkManager[596]: <info> [1752268531.4489] manager: NetworkManager state is now CONNECTING
Jul 11 22:15:31 megalex NetworkManager[596]: <info> [1752268531.5409] device (enp0s31f6): state change: prepare -> config (reason 'none', managed-type: 'full')
Jul 11 22:15:31 megalex NetworkManager[596]: <info> [1752268531.5436] device (enp0s31f6): state change: config -> ip-config (reason 'none', managed-type: 'full')
Jul 11 22:15:31 megalex NetworkManager[596]: <info> [1752268531.5448] dhcp4 (enp0s31f6): activation: beginning transaction (timeout in 45 seconds)
Jul 11 22:15:31 megalex dbus-daemon[560]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.3' (uid=0 pid=596 comm="/usr/bin/NetworkManager --no-daemon")
Jul 11 22:15:31 megalex dbus-daemon[560]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 11 22:15:31 megalex avahi-daemon[559]: Joining mDNS multicast group on interface enp0s31f6.IPv6 with address fe80::b86d:3bd9:5a06:d4f6.
Jul 11 22:15:31 megalex avahi-daemon[559]: New relevant interface enp0s31f6.IPv6 for mDNS.
Jul 11 22:15:31 megalex avahi-daemon[559]: Registering new address record for fe80::b86d:3bd9:5a06:d4f6 on enp0s31f6.*.
Jul 11 22:15:33 megalex kernel: e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Up 100 Mbps Half Duplex, Flow Control: None
Jul 11 22:15:33 megalex NetworkManager[596]: <info> [1752268533.5766] device (enp0s31f6): carrier: link connected
Jul 11 22:15:36 megalex NetworkManager[596]: <info> [1752268536.1016] dhcp4 (enp0s31f6): state changed new lease, address=192.168.0.14, acd pending
Jul 11 22:15:36 megalex NetworkManager[596]: <info> [1752268536.2554] dhcp4 (enp0s31f6): state changed new lease, address=192.168.0.14
Jul 11 22:15:36 megalex avahi-daemon[559]: Joining mDNS multicast group on interface enp0s31f6.IPv4 with address 192.168.0.14.
Jul 11 22:15:36 megalex avahi-daemon[559]: New relevant interface enp0s31f6.IPv4 for mDNS.
Jul 11 22:15:36 megalex avahi-daemon[559]: Registering new address record for 192.168.0.14 on enp0s31f6.IPv4.Offline
fyi - 99-fix-tty.rules is just:
KERNEL=="tty[0-9]*", OWNER="root", GROUP="tty", MODE="0620"
as a last ditch attempt to make it readable
Offline
lol - looking at the logs I see this now:
Jul 11 22:15:30 megalex systemd[1]: Started Getty on tt1.
Jul 11 22:15:30 megalex systemd[1]: Started Getty on tty1.maybe i have 2 services i have accidentally enabled, ill try getting rid of nonsense tt1.
Edit: I have done this - I still can't login! But the journal logs look good now at least - I'll post them in a sec
Last edited by wbecker (2025-07-11 22:06:20)
Offline
new journal pt 1
Jul 11 23:04:31 megalex kernel: Linux version 6.15.6-arch1-1 (linux@archlinux) (gcc (GCC) 15.1.1 20250425, GNU ld (GNU Binutils) 2.44.0) #1 SMP PREEMPT_DYNAMIC Thu, 10 Jul 2025 17:10:18 +0000
Jul 11 23:04:31 megalex kernel: Command line: \\vmlinuz-linux ro root=UUID=bd79e6f2-0cc4-49cf-ac74-d5b57e11b009 nvidia_drm.modeset=1 initrd=\initramfs-linux.img
Jul 11 23:04:31 megalex kernel: BIOS-provided physical RAM map:
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000082ab9fff] usable
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x0000000082aba000-0x0000000082abafff] ACPI NVS
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x0000000082abb000-0x0000000082abbfff] reserved
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x0000000082abc000-0x000000008e6b8fff] usable
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x000000008e6b9000-0x000000008eb68fff] reserved
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x000000008eb69000-0x000000008eb9afff] ACPI data
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x000000008eb9b000-0x000000008efb7fff] ACPI NVS
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x000000008efb8000-0x000000008fbfefff] reserved
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x000000008fbff000-0x000000008fbfffff] usable
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x000000008fc00000-0x000000008fffffff] reserved
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jul 11 23:04:31 megalex kernel: BIOS-e820: [mem 0x0000000100000000-0x000000106effffff] usable
Jul 11 23:04:31 megalex kernel: The simpledrm driver will not be probed
Jul 11 23:04:31 megalex kernel: NX (Execute Disable) protection: active
Jul 11 23:04:31 megalex kernel: APIC: Static calls initialized
Jul 11 23:04:31 megalex kernel: efi: EFI v2.6 by American Megatrends
Jul 11 23:04:31 megalex kernel: efi: ACPI 2.0=0x8ec10000 ACPI=0x8ec10000 SMBIOS=0x8fa65000 ESRT=0x89360f18 MEMATTR=0x89336018 INITRD=0x82078e18
Jul 11 23:04:31 megalex kernel: efi: Remove mem41: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
Jul 11 23:04:31 megalex kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
Jul 11 23:04:31 megalex kernel: efi: Not removing mem42: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Jul 11 23:04:31 megalex kernel: efi: Not removing mem43: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Jul 11 23:04:31 megalex kernel: efi: Not removing mem44: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Jul 11 23:04:31 megalex kernel: efi: Not removing mem45: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Jul 11 23:04:31 megalex kernel: efi: Remove mem46: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Jul 11 23:04:31 megalex kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Jul 11 23:04:31 megalex kernel: SMBIOS 3.0 present.
Jul 11 23:04:31 megalex kernel: DMI: MSI MS-7A63/Z270 GAMING PRO CARBON (MS-7A63), BIOS 1.50 06/27/2017
Jul 11 23:04:31 megalex kernel: DMI: Memory slots populated: 4/4
Jul 11 23:04:31 megalex kernel: tsc: Detected 3600.000 MHz processor
Jul 11 23:04:31 megalex kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jul 11 23:04:31 megalex kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jul 11 23:04:31 megalex kernel: last_pfn = 0x106f000 max_arch_pfn = 0x400000000
Jul 11 23:04:31 megalex kernel: MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
Jul 11 23:04:31 megalex kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Jul 11 23:04:31 megalex kernel: last_pfn = 0x8fc00 max_arch_pfn = 0x400000000
Jul 11 23:04:31 megalex kernel: found SMP MP-table at [mem 0x000fcc30-0x000fcc3f]
Jul 11 23:04:31 megalex kernel: esrt: Reserving ESRT space from 0x0000000089360f18 to 0x0000000089360f50.
Jul 11 23:04:31 megalex kernel: e820: update [mem 0x89360000-0x89360fff] usable ==> reserved
Jul 11 23:04:31 megalex kernel: Using GB pages for direct mapping
Jul 11 23:04:31 megalex kernel: Secure boot disabled
Jul 11 23:04:31 megalex kernel: RAMDISK: [mem 0x7cee0000-0x7fffffff]
Jul 11 23:04:31 megalex kernel: ACPI: Early table checksum verification disabled
Jul 11 23:04:31 megalex kernel: ACPI: RSDP 0x000000008EC10000 000024 (v02 ALASKA)
Jul 11 23:04:31 megalex kernel: ACPI: XSDT 0x000000008EC100B0 0000DC (v01 ALASKA A M I 01072009 AMI 00010013)
Jul 11 23:04:31 megalex kernel: ACPI: FACP 0x000000008EC37420 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
Jul 11 23:04:31 megalex kernel: ACPI: DSDT 0x000000008EC10220 0271FD (v02 ALASKA A M I 01072009 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: FACS 0x000000008EFB7D80 000040
Jul 11 23:04:31 megalex kernel: ACPI: APIC 0x000000008EC37538 0000BC (v03 ALASKA A M I 01072009 AMI 00010013)
Jul 11 23:04:31 megalex kernel: ACPI: FPDT 0x000000008EC375F8 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
Jul 11 23:04:31 megalex kernel: ACPI: FIDT 0x000000008EC37640 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
Jul 11 23:04:31 megalex kernel: ACPI: MCFG 0x000000008EC376E0 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
Jul 11 23:04:31 megalex kernel: ACPI: SSDT 0x000000008EC37720 0003A3 (v01 SataRe SataTabl 00001000 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: SSDT 0x000000008EC37AC8 003176 (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: SSDT 0x000000008EC3AC40 0025A5 (v02 PegSsd PegSsdt 00001000 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: HPET 0x000000008EC3D1E8 000038 (v01 INTEL KBL 00000001 MSFT 0000005F)
Jul 11 23:04:31 megalex kernel: ACPI: SSDT 0x000000008EC3D220 000DE5 (v02 INTEL Ther_Rvp 00001000 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: SSDT 0x000000008EC3E008 000A2C (v02 INTEL xh_rvp08 00000000 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: UEFI 0x000000008EC3EA38 000042 (v01 ALASKA A M I 00000002 01000013)
Jul 11 23:04:31 megalex kernel: ACPI: SSDT 0x000000008EC3EA80 000EDE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: LPIT 0x000000008EC3F960 000094 (v01 INTEL KBL 00000000 MSFT 0000005F)
Jul 11 23:04:31 megalex kernel: ACPI: SSDT 0x000000008EC3F9F8 000141 (v02 INTEL HdaDsp 00000000 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: SSDT 0x000000008EC3FB40 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: SSDT 0x000000008EC3FDE0 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: SSDT 0x000000008EC42DE8 000517 (v02 INTEL TbtTypeC 00000000 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: DBGP 0x000000008EC43300 000034 (v01 INTEL 00000002 MSFT 0000005F)
Jul 11 23:04:31 megalex kernel: ACPI: DBG2 0x000000008EC43338 000054 (v00 INTEL 00000002 MSFT 0000005F)
Jul 11 23:04:31 megalex kernel: ACPI: DMAR 0x000000008EC43390 000070 (v01 INTEL KBL 00000001 INTL 00000001)
Jul 11 23:04:31 megalex kernel: ACPI: BGRT 0x000000008EC43400 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
Jul 11 23:04:31 megalex kernel: ACPI: WSMT 0x000000008EC43438 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
Jul 11 23:04:31 megalex kernel: ACPI: Reserving FACP table memory at [mem 0x8ec37420-0x8ec37533]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving DSDT table memory at [mem 0x8ec10220-0x8ec3741c]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving FACS table memory at [mem 0x8efb7d80-0x8efb7dbf]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving APIC table memory at [mem 0x8ec37538-0x8ec375f3]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving FPDT table memory at [mem 0x8ec375f8-0x8ec3763b]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving FIDT table memory at [mem 0x8ec37640-0x8ec376db]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving MCFG table memory at [mem 0x8ec376e0-0x8ec3771b]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec37720-0x8ec37ac2]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec37ac8-0x8ec3ac3d]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec3ac40-0x8ec3d1e4]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving HPET table memory at [mem 0x8ec3d1e8-0x8ec3d21f]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec3d220-0x8ec3e004]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec3e008-0x8ec3ea33]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving UEFI table memory at [mem 0x8ec3ea38-0x8ec3ea79]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec3ea80-0x8ec3f95d]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving LPIT table memory at [mem 0x8ec3f960-0x8ec3f9f3]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec3f9f8-0x8ec3fb38]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec3fb40-0x8ec3fdde]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec3fde0-0x8ec42de1]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving SSDT table memory at [mem 0x8ec42de8-0x8ec432fe]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving DBGP table memory at [mem 0x8ec43300-0x8ec43333]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving DBG2 table memory at [mem 0x8ec43338-0x8ec4338b]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving DMAR table memory at [mem 0x8ec43390-0x8ec433ff]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving BGRT table memory at [mem 0x8ec43400-0x8ec43437]
Jul 11 23:04:31 megalex kernel: ACPI: Reserving WSMT table memory at [mem 0x8ec43438-0x8ec4345f]
Jul 11 23:04:31 megalex kernel: No NUMA configuration found
Jul 11 23:04:31 megalex kernel: Faking a node at [mem 0x0000000000000000-0x000000106effffff]
Jul 11 23:04:31 megalex kernel: NODE_DATA(0) allocated [mem 0x106efd5280-0x106effffff]
Jul 11 23:04:31 megalex kernel: Zone ranges:
Jul 11 23:04:31 megalex kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Jul 11 23:04:31 megalex kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Jul 11 23:04:31 megalex kernel: Normal [mem 0x0000000100000000-0x000000106effffff]
Jul 11 23:04:31 megalex kernel: Device empty
Jul 11 23:04:31 megalex kernel: Movable zone start for each node
Jul 11 23:04:31 megalex kernel: Early memory node ranges
Jul 11 23:04:31 megalex kernel: node 0: [mem 0x0000000000001000-0x0000000000057fff]
Jul 11 23:04:31 megalex kernel: node 0: [mem 0x0000000000059000-0x000000000009efff]
Jul 11 23:04:31 megalex kernel: node 0: [mem 0x0000000000100000-0x0000000082ab9fff]
Jul 11 23:04:31 megalex kernel: node 0: [mem 0x0000000082abc000-0x000000008e6b8fff]
Jul 11 23:04:31 megalex kernel: node 0: [mem 0x000000008fbff000-0x000000008fbfffff]
Jul 11 23:04:31 megalex kernel: node 0: [mem 0x0000000100000000-0x000000106effffff]
Jul 11 23:04:31 megalex kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000106effffff]
Jul 11 23:04:31 megalex kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 11 23:04:31 megalex kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 11 23:04:31 megalex kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Jul 11 23:04:31 megalex kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
Jul 11 23:04:31 megalex kernel: On node 0, zone DMA32: 5446 pages in unavailable ranges
Jul 11 23:04:31 megalex kernel: On node 0, zone Normal: 1024 pages in unavailable ranges
Jul 11 23:04:31 megalex kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Jul 11 23:04:31 megalex kernel: ACPI: PM-Timer IO Port: 0x1808
Jul 11 23:04:31 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jul 11 23:04:31 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jul 11 23:04:31 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jul 11 23:04:31 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jul 11 23:04:31 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jul 11 23:04:31 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jul 11 23:04:31 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jul 11 23:04:31 megalex kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jul 11 23:04:31 megalex kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jul 11 23:04:31 megalex kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jul 11 23:04:31 megalex kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jul 11 23:04:31 megalex kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jul 11 23:04:31 megalex kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jul 11 23:04:31 megalex kernel: e820: update [mem 0x88d8d000-0x88fcdfff] usable ==> reserved
Jul 11 23:04:31 megalex kernel: TSC deadline timer available
Jul 11 23:04:31 megalex kernel: CPU topo: Max. logical packages: 1
Jul 11 23:04:31 megalex kernel: CPU topo: Max. logical dies: 1
Jul 11 23:04:31 megalex kernel: CPU topo: Max. dies per package: 1
Jul 11 23:04:31 megalex kernel: CPU topo: Max. threads per core: 2
Jul 11 23:04:31 megalex kernel: CPU topo: Num. cores per package: 4
Jul 11 23:04:31 megalex kernel: CPU topo: Num. threads per package: 8
Jul 11 23:04:31 megalex kernel: CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
Jul 11 23:04:31 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jul 11 23:04:31 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Jul 11 23:04:31 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Jul 11 23:04:31 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x82aba000-0x82abbfff]
Jul 11 23:04:31 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x88d8d000-0x88fcdfff]
Jul 11 23:04:31 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x89360000-0x89360fff]
Jul 11 23:04:31 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x8e6b9000-0x8fbfefff]
Jul 11 23:04:31 megalex kernel: PM: hibernation: Registered nosave memory: [mem 0x8fc00000-0xffffffff]
Jul 11 23:04:31 megalex kernel: [mem 0x90000000-0xfdffffff] available for PCI devices
Jul 11 23:04:31 megalex kernel: Booting paravirtualized kernel on bare hardware
Jul 11 23:04:31 megalex kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Jul 11 23:04:31 megalex kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Jul 11 23:04:31 megalex kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
Jul 11 23:04:31 megalex kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
Jul 11 23:04:31 megalex kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Jul 11 23:04:31 megalex kernel: Kernel command line: \\vmlinuz-linux ro root=UUID=bd79e6f2-0cc4-49cf-ac74-d5b57e11b009 nvidia_drm.modeset=1 initrd=\initramfs-linux.img
Jul 11 23:04:31 megalex kernel: Unknown kernel command line parameters "\\vmlinuz-linux", will be passed to user space.
Jul 11 23:04:31 megalex kernel: random: crng init done
Jul 11 23:04:31 megalex kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Jul 11 23:04:31 megalex kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Jul 11 23:04:31 megalex kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Jul 11 23:04:31 megalex kernel: software IO TLB: area num 8.
Jul 11 23:04:31 megalex kernel: Fallback order for Node 0: 0
Jul 11 23:04:31 megalex kernel: Built 1 zonelists, mobility grouping on. Total pages: 16766549
Jul 11 23:04:31 megalex kernel: Policy zone: Normal
Jul 11 23:04:31 megalex kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jul 11 23:04:31 megalex kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Jul 11 23:04:31 megalex kernel: Kernel/User page tables isolation: enabled
Jul 11 23:04:31 megalex kernel: ftrace: allocating 55582 entries in 220 pages
Jul 11 23:04:31 megalex kernel: ftrace: allocated 220 pages with 5 groups
Jul 11 23:04:31 megalex kernel: Dynamic Preempt: full
Jul 11 23:04:31 megalex kernel: rcu: Preemptible hierarchical RCU implementation.
Jul 11 23:04:31 megalex kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
Jul 11 23:04:31 megalex kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Jul 11 23:04:31 megalex kernel: Trampoline variant of Tasks RCU enabled.
Jul 11 23:04:31 megalex kernel: Rude variant of Tasks RCU enabled.
Jul 11 23:04:31 megalex kernel: Tracing variant of Tasks RCU enabled.
Jul 11 23:04:31 megalex kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Jul 11 23:04:31 megalex kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Jul 11 23:04:31 megalex kernel: RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Jul 11 23:04:31 megalex kernel: RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Jul 11 23:04:31 megalex kernel: RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Jul 11 23:04:31 megalex kernel: NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
Jul 11 23:04:31 megalex kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jul 11 23:04:31 megalex kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jul 11 23:04:31 megalex kernel: Console: colour dummy device 80x25
Jul 11 23:04:31 megalex kernel: printk: legacy console [tty0] enabled
Jul 11 23:04:31 megalex kernel: ACPI: Core revision 20240827
Jul 11 23:04:31 megalex kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Jul 11 23:04:31 megalex kernel: APIC: Switch to symmetric I/O mode setup
Jul 11 23:04:31 megalex kernel: DMAR: Host address width 39
Jul 11 23:04:31 megalex kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x1
Jul 11 23:04:31 megalex kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da
Jul 11 23:04:31 megalex kernel: DMAR: RMRR base: 0x0000008eace000 end: 0x0000008eaedfff
Jul 11 23:04:31 megalex kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed90000 IOMMU 0
Jul 11 23:04:31 megalex kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed90000
Jul 11 23:04:31 megalex kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jul 11 23:04:31 megalex kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jul 11 23:04:31 megalex kernel: x2apic enabled
Jul 11 23:04:31 megalex kernel: APIC: Switched APIC routing to: cluster x2apic
Jul 11 23:04:31 megalex kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jul 11 23:04:31 megalex kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f, max_idle_ns: 440795236593 ns
Jul 11 23:04:31 megalex kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7200.00 BogoMIPS (lpj=3600000)
Jul 11 23:04:31 megalex kernel: x86/cpu: SGX disabled or unsupported by BIOS.
Jul 11 23:04:31 megalex kernel: CPU0: Thermal monitoring enabled (TM1)
Jul 11 23:04:31 megalex kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Jul 11 23:04:31 megalex kernel: Last level dTLB entries: 4KB 64, 2MB 32, 4MB 32, 1GB 4
Jul 11 23:04:31 megalex kernel: process: using mwait in idle threads
Jul 11 23:04:31 megalex kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jul 11 23:04:31 megalex kernel: Spectre V2 : Mitigation: IBRS
Jul 11 23:04:31 megalex kernel: Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
Jul 11 23:04:31 megalex kernel: RETBleed: Mitigation: IBRS
Jul 11 23:04:31 megalex kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jul 11 23:04:31 megalex kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Jul 11 23:04:31 megalex kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jul 11 23:04:31 megalex kernel: MDS: Mitigation: Clear CPU buffers
Jul 11 23:04:31 megalex kernel: TAA: Mitigation: TSX disabled
Jul 11 23:04:31 megalex kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Jul 11 23:04:31 megalex kernel: SRBDS: Mitigation: Microcode
Jul 11 23:04:31 megalex kernel: GDS: Mitigation: Microcode
Jul 11 23:04:31 megalex kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jul 11 23:04:31 megalex kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jul 11 23:04:31 megalex kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jul 11 23:04:31 megalex kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Jul 11 23:04:31 megalex kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Jul 11 23:04:31 megalex kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Jul 11 23:04:31 megalex kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
Jul 11 23:04:31 megalex kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
Jul 11 23:04:31 megalex kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Jul 11 23:04:31 megalex kernel: Freeing SMP alternatives memory: 52K
Jul 11 23:04:31 megalex kernel: pid_max: default: 32768 minimum: 301
Jul 11 23:04:31 megalex kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Jul 11 23:04:31 megalex kernel: landlock: Up and running.
Jul 11 23:04:31 megalex kernel: Yama: becoming mindful.
Jul 11 23:04:31 megalex kernel: LSM support for eBPF active
Jul 11 23:04:31 megalex kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jul 11 23:04:31 megalex kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jul 11 23:04:31 megalex kernel: smpboot: CPU0: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz (family: 0x6, model: 0x9e, stepping: 0x9)
Jul 11 23:04:31 megalex kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Jul 11 23:04:31 megalex kernel: ... version: 4
Jul 11 23:04:31 megalex kernel: ... bit width: 48
Jul 11 23:04:31 megalex kernel: ... generic registers: 4
Jul 11 23:04:31 megalex kernel: ... value mask: 0000ffffffffffff
Jul 11 23:04:31 megalex kernel: ... max period: 00007fffffffffff
Jul 11 23:04:31 megalex kernel: ... fixed-purpose events: 3
Jul 11 23:04:31 megalex kernel: ... event mask: 000000070000000f
Jul 11 23:04:31 megalex kernel: signal: max sigframe size: 2032
Jul 11 23:04:31 megalex kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1137
Jul 11 23:04:31 megalex kernel: rcu: Hierarchical SRCU implementation.
Jul 11 23:04:31 megalex kernel: rcu: Max phase no-delay instances is 400.
Jul 11 23:04:31 megalex kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Jul 11 23:04:31 megalex kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jul 11 23:04:31 megalex kernel: smp: Bringing up secondary CPUs ...
Jul 11 23:04:31 megalex kernel: smpboot: x86: Booting SMP configuration:
Jul 11 23:04:31 megalex kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
Jul 11 23:04:31 megalex kernel: Transient Scheduler Attacks: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Jul 11 23:04:31 megalex kernel: Transient Scheduler Attacks: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Jul 11 23:04:31 megalex kernel: smp: Brought up 1 node, 8 CPUs
Jul 11 23:04:31 megalex kernel: smpboot: Total of 8 processors activated (57600.00 BogoMIPS)
Jul 11 23:04:31 megalex kernel: Memory: 65720676K/67066196K available (19692K kernel code, 2940K rwdata, 16528K rodata, 4640K init, 5028K bss, 1328636K reserved, 0K cma-reserved)
Jul 11 23:04:31 megalex kernel: devtmpfs: initialized
Jul 11 23:04:31 megalex kernel: x86/mm: Memory block size: 2048MB
Jul 11 23:04:31 megalex kernel: ACPI: PM: Registering ACPI NVS region [mem 0x82aba000-0x82abafff] (4096 bytes)
Jul 11 23:04:31 megalex kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8eb9b000-0x8efb7fff] (4313088 bytes)
Jul 11 23:04:31 megalex kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Jul 11 23:04:31 megalex kernel: posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear)
Jul 11 23:04:31 megalex kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Jul 11 23:04:31 megalex kernel: pinctrl core: initialized pinctrl subsystem
Jul 11 23:04:31 megalex kernel: PM: RTC time: 22:04:29, date: 2025-07-11
Jul 11 23:04:31 megalex kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jul 11 23:04:31 megalex kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Jul 11 23:04:31 megalex kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jul 11 23:04:31 megalex kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jul 11 23:04:31 megalex kernel: audit: initializing netlink subsys (disabled)
Jul 11 23:04:31 megalex kernel: audit: type=2000 audit(1752271469.050:1): state=initialized audit_enabled=0 res=1
Jul 11 23:04:31 megalex kernel: thermal_sys: Registered thermal governor 'fair_share'
Jul 11 23:04:31 megalex kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jul 11 23:04:31 megalex kernel: thermal_sys: Registered thermal governor 'step_wise'
Jul 11 23:04:31 megalex kernel: thermal_sys: Registered thermal governor 'user_space'
Jul 11 23:04:31 megalex kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jul 11 23:04:31 megalex kernel: cpuidle: using governor ladder
Jul 11 23:04:31 megalex kernel: cpuidle: using governor menu
Jul 11 23:04:31 megalex kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jul 11 23:04:31 megalex kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jul 11 23:04:31 megalex kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Jul 11 23:04:31 megalex kernel: PCI: Using configuration type 1 for base access
Jul 11 23:04:31 megalex kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jul 11 23:04:31 megalex kernel: HugeTLB: allocation took 0ms with hugepage_allocation_threads=2
Jul 11 23:04:31 megalex kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jul 11 23:04:31 megalex kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jul 11 23:04:31 megalex kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jul 11 23:04:31 megalex kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jul 11 23:04:31 megalex kernel: raid6: skipped pq benchmark and selected avx2x4
Jul 11 23:04:31 megalex kernel: raid6: using avx2x2 recovery algorithm
Jul 11 23:04:31 megalex kernel: fbcon: Taking over console
Jul 11 23:04:31 megalex kernel: ACPI: Added _OSI(Module Device)
Jul 11 23:04:31 megalex kernel: ACPI: Added _OSI(Processor Device)
Jul 11 23:04:31 megalex kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jul 11 23:04:31 megalex kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
Jul 11 23:04:31 megalex kernel: ACPI: Dynamic OEM Table Load:
Jul 11 23:04:31 megalex kernel: ACPI: SSDT 0xFFFF8C4D40EA8800 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: Dynamic OEM Table Load:
Jul 11 23:04:31 megalex kernel: ACPI: SSDT 0xFFFF8C4D40EA4000 000759 (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: Dynamic OEM Table Load:
Jul 11 23:04:31 megalex kernel: ACPI: SSDT 0xFFFF8C4D40EA5800 00065C (v02 PmRef ApIst 00003000 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: Dynamic OEM Table Load:
Jul 11 23:04:31 megalex kernel: ACPI: SSDT 0xFFFF8C4D41A4B400 000197 (v02 PmRef ApHwp 00003000 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: Dynamic OEM Table Load:
Jul 11 23:04:31 megalex kernel: ACPI: SSDT 0xFFFF8C4D41A49800 00018A (v02 PmRef ApCst 00003000 INTL 20160422)
Jul 11 23:04:31 megalex kernel: ACPI: Interpreter enabled
Jul 11 23:04:31 megalex kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jul 11 23:04:31 megalex kernel: ACPI: Using IOAPIC for interrupt routing
Jul 11 23:04:31 megalex kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jul 11 23:04:31 megalex kernel: PCI: Using E820 reservations for host bridge windows
Jul 11 23:04:31 megalex kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_TZ_.FN00: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_TZ_.FN01: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_TZ_.FN02: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_TZ_.FN03: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: \_TZ_.FN04: New power resource
Jul 11 23:04:31 megalex kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Jul 11 23:04:31 megalex kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jul 11 23:04:31 megalex kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER]
Jul 11 23:04:31 megalex kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR DPC]
Jul 11 23:04:31 megalex kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jul 11 23:04:31 megalex kernel: PCI host bridge to bus 0000:00
Jul 11 23:04:31 megalex kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Jul 11 23:04:31 megalex kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Jul 11 23:04:31 megalex kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jul 11 23:04:31 megalex kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
Jul 11 23:04:31 megalex kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Jul 11 23:04:31 megalex kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jul 11 23:04:31 megalex kernel: pci 0000:00:00.0: [8086:591f] type 00 class 0x060000 conventional PCI endpoint
Jul 11 23:04:31 megalex kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port
Jul 11 23:04:31 megalex kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jul 11 23:04:31 megalex kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
Jul 11 23:04:31 megalex kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff]
Jul 11 23:04:31 megalex kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Jul 11 23:04:31 megalex kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jul 11 23:04:31 megalex kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Jul 11 23:04:31 megalex kernel: pci 0000:00:08.0: BAR 0 [mem 0xdf24f000-0xdf24ffff 64bit]
Jul 11 23:04:31 megalex kernel: pci 0000:00:14.0: [8086:a2af] type 00 class 0x0c0330 conventional PCI endpoint
Jul 11 23:04:31 megalex kernel: pci 0000:00:14.0: BAR 0 [mem 0xdf230000-0xdf23ffff 64bit]
Jul 11 23:04:31 megalex kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jul 11 23:04:31 megalex kernel: pci 0000:00:14.2: [8086:a2b1] type 00 class 0x118000 conventional PCI endpoint
Jul 11 23:04:31 megalex kernel: pci 0000:00:14.2: BAR 0 [mem 0xdf24e000-0xdf24efff 64bit]
Jul 11 23:04:31 megalex kernel: pci 0000:00:16.0: [8086:a2ba] type 00 class 0x078000 conventional PCI endpoint
Jul 11 23:04:31 megalex kernel: pci 0000:00:16.0: BAR 0 [mem 0xdf24d000-0xdf24dfff 64bit]
Jul 11 23:04:31 megalex kernel: pci 0000:00:16.0: PME# supported from D3hot
Jul 11 23:04:31 megalex kernel: pci 0000:00:17.0: [8086:a282] type 00 class 0x010601 conventional PCI endpoint
Jul 11 23:04:31 megalex kernel: pci 0000:00:17.0: BAR 0 [mem 0xdf248000-0xdf249fff]
Jul 11 23:04:31 megalex kernel: pci 0000:00:17.0: BAR 1 [mem 0xdf24c000-0xdf24c0ff]
Jul 11 23:04:31 megalex kernel: pci 0000:00:17.0: BAR 2 [io 0xf050-0xf057]
Jul 11 23:04:31 megalex kernel: pci 0000:00:17.0: BAR 3 [io 0xf040-0xf043]
Jul 11 23:04:31 megalex kernel: pci 0000:00:17.0: BAR 4 [io 0xf020-0xf03f]
Jul 11 23:04:31 megalex kernel: pci 0000:00:17.0: BAR 5 [mem 0xdf24b000-0xdf24b7ff]
Jul 11 23:04:31 megalex kernel: pci 0000:00:17.0: PME# supported from D3hot
Jul 11 23:04:31 megalex kernel: pci 0000:00:1c.0: [8086:a290] type 01 class 0x060400 PCIe Root Port
Jul 11 23:04:31 megalex kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jul 11 23:04:31 megalex kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jul 11 23:04:31 megalex kernel: pci 0000:00:1c.4: [8086:a294] type 01 class 0x060400 PCIe Root Port
Jul 11 23:04:31 megalex kernel: pci 0000:00:1c.4: PCI bridge to [bus 03]
Jul 11 23:04:31 megalex kernel: pci 0000:00:1c.4: bridge window [mem 0xdf100000-0xdf1fffff]
Jul 11 23:04:31 megalex kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Jul 11 23:04:31 megalex kernel: pci 0000:00:1f.0: [8086:a2c5] type 00 class 0x060100 conventional PCI endpoint
Jul 11 23:04:31 megalex kernel: pci 0000:00:1f.2: [8086:a2a1] type 00 class 0x058000 conventional PCI endpoint
Jul 11 23:04:31 megalex kernel: pci 0000:00:1f.2: BAR 0 [mem 0xdf244000-0xdf247fff]
Jul 11 23:04:31 megalex kernel: pci 0000:00:1f.3: [8086:a2f0] type 00 class 0x040300 conventional PCI endpoint
Jul 11 23:04:31 megalex kernel: pci 0000:00:1f.3: BAR 0 [mem 0xdf240000-0xdf243fff 64bit]
Jul 11 23:04:31 megalex kernel: pci 0000:00:1f.3: BAR 4 [mem 0xdf220000-0xdf22ffff 64bit]
Jul 11 23:04:31 megalex kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jul 11 23:04:31 megalex kernel: pci 0000:00:1f.4: [8086:a2a3] type 00 class 0x0c0500 conventional PCI endpoint
Jul 11 23:04:31 megalex kernel: pci 0000:00:1f.4: BAR 0 [mem 0xdf24a000-0xdf24a0ff 64bit]
Jul 11 23:04:31 megalex kernel: pci 0000:00:1f.4: BAR 4 [io 0xf000-0xf01f]
Jul 11 23:04:31 megalex kernel: pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000 conventional PCI endpoint
Jul 11 23:04:31 megalex kernel: pci 0000:00:1f.6: BAR 0 [mem 0xdf200000-0xdf21ffff]
Jul 11 23:04:31 megalex kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Jul 11 23:04:31 megalex kernel: pci 0000:01:00.0: [10de:1c81] type 00 class 0x030000 PCIe Legacy Endpoint
Jul 11 23:04:31 megalex kernel: pci 0000:01:00.0: BAR 0 [mem 0xde000000-0xdeffffff]
Jul 11 23:04:31 megalex kernel: pci 0000:01:00.0: BAR 1 [mem 0xc0000000-0xcfffffff 64bit pref]
Jul 11 23:04:31 megalex kernel: pci 0000:01:00.0: BAR 3 [mem 0xd0000000-0xd1ffffff 64bit pref]
Jul 11 23:04:31 megalex kernel: pci 0000:01:00.0: BAR 5 [io 0xe000-0xe07f]
Jul 11 23:04:31 megalex kernel: pci 0000:01:00.0: ROM [mem 0xdf000000-0xdf07ffff pref]
Jul 11 23:04:31 megalex kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jul 11 23:04:31 megalex kernel: pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Jul 11 23:04:31 megalex kernel: pci 0000:01:00.1: [10de:0fb9] type 00 class 0x040300 PCIe Endpoint
Jul 11 23:04:31 megalex kernel: pci 0000:01:00.1: BAR 0 [mem 0xdf080000-0xdf083fff]
Jul 11 23:04:31 megalex kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jul 11 23:04:31 megalex kernel: acpiphp: Slot [1] registered
Jul 11 23:04:31 megalex kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jul 11 23:04:31 megalex kernel: pci 0000:03:00.0: [1b21:2142] type 00 class 0x0c0330 PCIe Legacy Endpoint
Jul 11 23:04:31 megalex kernel: pci 0000:03:00.0: BAR 0 [mem 0xdf100000-0xdf107fff 64bit]
Jul 11 23:04:31 megalex kernel: pci 0000:03:00.0: enabling Extended Tags
Jul 11 23:04:31 megalex kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Jul 11 23:04:31 megalex kernel: pci 0000:00:1c.4: PCI bridge to [bus 03]
Jul 11 23:04:31 megalex kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Jul 11 23:04:31 megalex kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Jul 11 23:04:31 megalex kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Jul 11 23:04:31 megalex kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Jul 11 23:04:31 megalex kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 11
Jul 11 23:04:31 megalex kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 11
Jul 11 23:04:31 megalex kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Jul 11 23:04:31 megalex kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Jul 11 23:04:31 megalex kernel: iommu: Default domain type: Translated
Jul 11 23:04:31 megalex kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jul 11 23:04:31 megalex kernel: SCSI subsystem initialized
Jul 11 23:04:31 megalex kernel: libata version 3.00 loaded.
Jul 11 23:04:31 megalex kernel: ACPI: bus type USB registered
Jul 11 23:04:31 megalex kernel: usbcore: registered new interface driver usbfs
Jul 11 23:04:31 megalex kernel: usbcore: registered new interface driver hub
Jul 11 23:04:31 megalex kernel: usbcore: registered new device driver usb
Jul 11 23:04:31 megalex kernel: EDAC MC: Ver: 3.0.0
Jul 11 23:04:31 megalex kernel: efivars: Registered efivars operations
Jul 11 23:04:31 megalex kernel: NetLabel: Initializing
Jul 11 23:04:31 megalex kernel: NetLabel: domain hash size = 128
Jul 11 23:04:31 megalex kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Jul 11 23:04:31 megalex kernel: NetLabel: unlabeled traffic allowed by default
Jul 11 23:04:31 megalex kernel: mctp: management component transport protocol core
Jul 11 23:04:31 megalex kernel: NET: Registered PF_MCTP protocol family
Jul 11 23:04:31 megalex kernel: PCI: Using ACPI for IRQ routing
Jul 11 23:04:31 megalex kernel: PCI: pci_cache_line_size set to 64 bytes
Jul 11 23:04:31 megalex kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Jul 11 23:04:31 megalex kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Jul 11 23:04:31 megalex kernel: e820: reserve RAM buffer [mem 0x82aba000-0x83ffffff]
Jul 11 23:04:31 megalex kernel: e820: reserve RAM buffer [mem 0x88d8d000-0x8bffffff]
Jul 11 23:04:31 megalex kernel: e820: reserve RAM buffer [mem 0x89360000-0x8bffffff]
Jul 11 23:04:31 megalex kernel: e820: reserve RAM buffer [mem 0x8e6b9000-0x8fffffff]
Jul 11 23:04:31 megalex kernel: e820: reserve RAM buffer [mem 0x8fc00000-0x8fffffff]
Jul 11 23:04:31 megalex kernel: e820: reserve RAM buffer [mem 0x106f000000-0x106fffffff]
Jul 11 23:04:31 megalex kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Jul 11 23:04:31 megalex kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jul 11 23:04:31 megalex kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jul 11 23:04:31 megalex kernel: vgaarb: loaded
Jul 11 23:04:31 megalex kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jul 11 23:04:31 megalex kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Jul 11 23:04:31 megalex kernel: clocksource: Switched to clocksource tsc-early
Jul 11 23:04:31 megalex kernel: VFS: Disk quotas dquot_6.6.0
Jul 11 23:04:31 megalex kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jul 11 23:04:31 megalex kernel: pnp: PnP ACPI init
Jul 11 23:04:31 megalex kernel: system 00:00: [io 0x0a00-0x0a0f] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:00: [io 0x0a10-0x0a1f] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:00: [io 0x0a20-0x0a2f] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:00: [io 0x0a30-0x0a3f] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:03: [io 0x0680-0x069f] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:03: [io 0xffff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:03: [io 0xffff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:03: [io 0xffff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:03: [io 0x1800-0x18fe] could not be reserved
Jul 11 23:04:31 megalex kernel: system 00:03: [io 0x164e-0x164f] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:04: [io 0x0800-0x087f] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
Jul 11 23:04:31 megalex kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
Jul 11 23:04:31 megalex kernel: system 00:06: [mem 0xdffc0000-0xdffdffff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
Jul 11 23:04:31 megalex kernel: system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:08: [io 0xff00-0xfffe] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
Jul 11 23:04:31 megalex kernel: system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
Jul 11 23:04:31 megalex kernel: pnp: PnP ACPI: found 10 devices
Jul 11 23:04:31 megalex kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jul 11 23:04:31 megalex kernel: NET: Registered PF_INET protocol family
Jul 11 23:04:31 megalex kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jul 11 23:04:31 megalex kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Jul 11 23:04:31 megalex kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jul 11 23:04:31 megalex kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Jul 11 23:04:31 megalex kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jul 11 23:04:31 megalex kernel: TCP: Hash tables configured (established 524288 bind 65536)
Jul 11 23:04:31 megalex kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Jul 11 23:04:31 megalex kernel: UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
Jul 11 23:04:31 megalex kernel: UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
Jul 11 23:04:31 megalex kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jul 11 23:04:31 megalex kernel: NET: Registered PF_XDP protocol family
Jul 11 23:04:31 megalex kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jul 11 23:04:31 megalex kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
Jul 11 23:04:31 megalex kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff]
Jul 11 23:04:31 megalex kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Jul 11 23:04:31 megalex kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jul 11 23:04:31 megalex kernel: pci 0000:00:1c.4: PCI bridge to [bus 03]
Jul 11 23:04:31 megalex kernel: pci 0000:00:1c.4: bridge window [mem 0xdf100000-0xdf1fffff]
Jul 11 23:04:31 megalex kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Jul 11 23:04:31 megalex kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Jul 11 23:04:31 megalex kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jul 11 23:04:31 megalex kernel: pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
Jul 11 23:04:31 megalex kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Jul 11 23:04:31 megalex kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
Jul 11 23:04:31 megalex kernel: pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
Jul 11 23:04:31 megalex kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Jul 11 23:04:31 megalex kernel: pci_bus 0000:03: resource 1 [mem 0xdf100000-0xdf1fffff]
Jul 11 23:04:31 megalex kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Jul 11 23:04:31 megalex kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jul 11 23:04:31 megalex kernel: pci 0000:03:00.0: PME# does not work under D0, disabling it
Jul 11 23:04:31 megalex kernel: PCI: CLS 64 bytes, default 64
Jul 11 23:04:31 megalex kernel: pci 0000:00:1f.1: [8086:a2a0] type 00 class 0x058000 conventional PCI endpoint
Jul 11 23:04:31 megalex kernel: pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
Jul 11 23:04:31 megalex kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jul 11 23:04:31 megalex kernel: software IO TLB: mapped [mem 0x0000000084d8d000-0x0000000088d8d000] (64MB)
Jul 11 23:04:31 megalex kernel: Trying to unpack rootfs image as initramfs...
Jul 11 23:04:31 megalex kernel: Initialise system trusted keyrings
Jul 11 23:04:31 megalex kernel: Key type blacklist registered
Jul 11 23:04:31 megalex kernel: workingset: timestamp_bits=36 max_order=24 bucket_order=0
Jul 11 23:04:31 megalex kernel: fuse: init (API version 7.43)
Jul 11 23:04:31 megalex kernel: integrity: Platform Keyring initialized
Jul 11 23:04:31 megalex kernel: integrity: Machine keyring initialized
Jul 11 23:04:31 megalex kernel: xor: automatically using best checksumming function avx
Jul 11 23:04:31 megalex kernel: Key type asymmetric registered
Jul 11 23:04:31 megalex kernel: Asymmetric key parser 'x509' registered
Jul 11 23:04:31 megalex kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Jul 11 23:04:31 megalex kernel: io scheduler mq-deadline registered
Jul 11 23:04:31 megalex kernel: io scheduler kyber registered
Jul 11 23:04:31 megalex kernel: io scheduler bfq registered
Jul 11 23:04:31 megalex kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jul 11 23:04:31 megalex kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Jul 11 23:04:31 megalex kernel: ACPI: button: Sleep Button [SLPB]
Jul 11 23:04:31 megalex kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jul 11 23:04:31 megalex kernel: ACPI: button: Power Button [PWRB]
Jul 11 23:04:31 megalex kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Jul 11 23:04:31 megalex kernel: ACPI: button: Power Button [PWRF]
Jul 11 23:04:31 megalex kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jul 11 23:04:31 megalex kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Jul 11 23:04:31 megalex kernel: thermal LNXTHERM:01: registered as thermal_zone1
Jul 11 23:04:31 megalex kernel: ACPI: thermal: Thermal Zone [TZ01] (30 C)
Jul 11 23:04:31 megalex kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jul 11 23:04:31 megalex kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jul 11 23:04:31 megalex kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Jul 11 23:04:31 megalex kernel: Non-volatile memory driver v1.3
Jul 11 23:04:31 megalex kernel: Linux agpgart interface v0.103
Jul 11 23:04:31 megalex kernel: ACPI: bus type drm_connector registered
Jul 11 23:04:31 megalex kernel: ahci 0000:00:17.0: version 3.0
Jul 11 23:04:31 megalex kernel: Freeing initrd memory: 50304K
Jul 11 23:04:31 megalex kernel: ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
Jul 11 23:04:31 megalex kernel: ahci 0000:00:17.0: 6/6 ports implemented (port mask 0x3f)
Jul 11 23:04:31 megalex kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst
Jul 11 23:04:31 megalex kernel: scsi host0: ahci
Jul 11 23:04:31 megalex kernel: scsi host1: ahci
Jul 11 23:04:31 megalex kernel: scsi host2: ahci
Jul 11 23:04:31 megalex kernel: scsi host3: ahci
Jul 11 23:04:31 megalex kernel: scsi host4: ahci
Jul 11 23:04:31 megalex kernel: scsi host5: ahci
Jul 11 23:04:31 megalex kernel: ata1: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b100 irq 123 lpm-pol 3
Jul 11 23:04:31 megalex kernel: ata2: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b180 irq 123 lpm-pol 3
Jul 11 23:04:31 megalex kernel: ata3: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b200 irq 123 lpm-pol 3
Jul 11 23:04:31 megalex kernel: ata4: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b280 irq 123 lpm-pol 3
Jul 11 23:04:31 megalex kernel: ata5: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b300 irq 123 lpm-pol 3
Jul 11 23:04:31 megalex kernel: ata6: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b380 irq 123 lpm-pol 3
Jul 11 23:04:31 megalex kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 11 23:04:31 megalex kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jul 11 23:04:31 megalex kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Jul 11 23:04:31 megalex kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 11 23:04:31 megalex kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jul 11 23:04:31 megalex kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Jul 11 23:04:31 megalex kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
Jul 11 23:04:31 megalex kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 11 23:04:31 megalex kernel: usb usb1: Product: xHCI Host Controller
Jul 11 23:04:31 megalex kernel: usb usb1: Manufacturer: Linux 6.15.6-arch1-1 xhci-hcd
Jul 11 23:04:31 megalex kernel: usb usb1: SerialNumber: 0000:00:14.0
Jul 11 23:04:31 megalex kernel: hub 1-0:1.0: USB hub found
Jul 11 23:04:31 megalex kernel: hub 1-0:1.0: 16 ports detected
Jul 11 23:04:31 megalex kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.15
Jul 11 23:04:31 megalex kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 11 23:04:31 megalex kernel: usb usb2: Product: xHCI Host Controller
Jul 11 23:04:31 megalex kernel: usb usb2: Manufacturer: Linux 6.15.6-arch1-1 xhci-hcd
Jul 11 23:04:31 megalex kernel: usb usb2: SerialNumber: 0000:00:14.0
Jul 11 23:04:31 megalex kernel: hub 2-0:1.0: USB hub found
Jul 11 23:04:31 megalex kernel: hub 2-0:1.0: 10 ports detected
Jul 11 23:04:31 megalex kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
Jul 11 23:04:31 megalex kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
Jul 11 23:04:31 megalex kernel: xhci_hcd 0000:03:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
Jul 11 23:04:31 megalex kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
Jul 11 23:04:31 megalex kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
Jul 11 23:04:31 megalex kernel: xhci_hcd 0000:03:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Jul 11 23:04:31 megalex kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
Jul 11 23:04:31 megalex kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 11 23:04:31 megalex kernel: usb usb3: Product: xHCI Host Controller
Jul 11 23:04:31 megalex kernel: usb usb3: Manufacturer: Linux 6.15.6-arch1-1 xhci-hcd
Jul 11 23:04:31 megalex kernel: usb usb3: SerialNumber: 0000:03:00.0
Jul 11 23:04:31 megalex kernel: hub 3-0:1.0: USB hub found
Jul 11 23:04:31 megalex kernel: hub 3-0:1.0: 2 ports detected
Jul 11 23:04:31 megalex kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jul 11 23:04:31 megalex kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.15
Jul 11 23:04:31 megalex kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 11 23:04:31 megalex kernel: usb usb4: Product: xHCI Host Controller
Jul 11 23:04:31 megalex kernel: usb usb4: Manufacturer: Linux 6.15.6-arch1-1 xhci-hcd
Jul 11 23:04:31 megalex kernel: usb usb4: SerialNumber: 0000:03:00.0
Jul 11 23:04:31 megalex kernel: hub 4-0:1.0: USB hub found
Jul 11 23:04:31 megalex kernel: hub 4-0:1.0: 2 ports detected
Jul 11 23:04:31 megalex kernel: usbcore: registered new interface driver usbserial_generic
Jul 11 23:04:31 megalex kernel: usbserial: USB Serial support registered for generic
Jul 11 23:04:31 megalex kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Jul 11 23:04:31 megalex kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jul 11 23:04:31 megalex kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jul 11 23:04:31 megalex kernel: rtc_cmos 00:05: RTC can wake from S4
Jul 11 23:04:31 megalex kernel: rtc_cmos 00:05: registered as rtc0
Jul 11 23:04:31 megalex kernel: rtc_cmos 00:05: setting system clock to 2025-07-11T22:04:29 UTC (1752271469)
Jul 11 23:04:31 megalex kernel: rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram
Jul 11 23:04:31 megalex kernel: intel_pstate: Intel P-state driver initializing
Jul 11 23:04:31 megalex kernel: intel_pstate: Disabling energy efficiency optimization
Jul 11 23:04:31 megalex kernel: intel_pstate: HWP enabled
Jul 11 23:04:31 megalex kernel: Relocating firmware framebuffer to offset 0x0000000001000000[d] within [mem 0xd0000000-0xd1ffffff flags 0x14220c]
Jul 11 23:04:31 megalex kernel: efifb: probing for efifb
Jul 11 23:04:31 megalex kernel: efifb: framebuffer at 0xd1000000, using 3072k, total 3072k
Jul 11 23:04:31 megalex kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
Jul 11 23:04:31 megalex kernel: efifb: scrolling: redraw
Jul 11 23:04:31 megalex kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jul 11 23:04:31 megalex kernel: Console: switching to colour frame buffer device 128x48
Jul 11 23:04:31 megalex kernel: fb0: EFI VGA frame buffer device
Jul 11 23:04:31 megalex kernel: hid: raw HID events driver (C) Jiri Kosina
Jul 11 23:04:31 megalex kernel: usbcore: registered new interface driver usbhid
Jul 11 23:04:31 megalex kernel: usbhid: USB HID core driver
Jul 11 23:04:31 megalex kernel: drop_monitor: Initializing network drop monitor service
Jul 11 23:04:31 megalex kernel: NET: Registered PF_INET6 protocol family
Jul 11 23:04:31 megalex kernel: Segment Routing with IPv6
Jul 11 23:04:31 megalex kernel: RPL Segment Routing with IPv6
Jul 11 23:04:31 megalex kernel: In-situ OAM (IOAM) with IPv6
Jul 11 23:04:31 megalex kernel: NET: Registered PF_PACKET protocol family
Jul 11 23:04:31 megalex kernel: microcode: Current revision: 0x000000f8
Jul 11 23:04:31 megalex kernel: microcode: Updated early from: 0x0000005e
Jul 11 23:04:31 megalex kernel: IPI shorthand broadcast: enabled
Jul 11 23:04:31 megalex kernel: sched_clock: Marking stable (630000877, 3419170)->(637124810, -3704763)
Jul 11 23:04:31 megalex kernel: registered taskstats version 1
Jul 11 23:04:31 megalex kernel: Loading compiled-in X.509 certificates
Jul 11 23:04:31 megalex kernel: Loaded X.509 cert 'Build time autogenerated kernel key: c92675c24f6b4bd17516ae0e98b61f2812601d04'
Jul 11 23:04:31 megalex kernel: zswap: loaded using pool zstd/zsmalloc
Jul 11 23:04:31 megalex kernel: Demotion targets for Node 0: null
Jul 11 23:04:31 megalex kernel: Key type .fscrypt registered
Jul 11 23:04:31 megalex kernel: Key type fscrypt-provisioning registered
Jul 11 23:04:31 megalex kernel: Btrfs loaded, zoned=yes, fsverity=yes
Jul 11 23:04:31 megalex kernel: Key type big_key registered
Jul 11 23:04:31 megalex kernel: PM: Magic number: 1:680:97
Jul 11 23:04:31 megalex kernel: RAS: Correctable Errors collector initialized.
Jul 11 23:04:31 megalex kernel: clk: Disabling unused clocks
Jul 11 23:04:31 megalex kernel: PM: genpd: Disabling unused power domains
Jul 11 23:04:31 megalex kernel: usb 1-9: new low-speed USB device number 2 using xhci_hcd
Jul 11 23:04:31 megalex kernel: ata2: SATA link down (SStatus 4 SControl 300)
Jul 11 23:04:31 megalex kernel: ata5: SATA link down (SStatus 4 SControl 300)
Jul 11 23:04:31 megalex kernel: ata4: SATA link down (SStatus 4 SControl 300)
Jul 11 23:04:31 megalex kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jul 11 23:04:31 megalex kernel: ata6: SATA link down (SStatus 4 SControl 300)
Jul 11 23:04:31 megalex kernel: ata3: SATA link down (SStatus 4 SControl 300)
Jul 11 23:04:31 megalex kernel: ata1.00: Model 'Samsung SSD 850 EVO 250GB', rev 'EMT03B6Q', applying quirks: noncqtrim zeroaftertrim
Jul 11 23:04:31 megalex kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jul 11 23:04:31 megalex kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jul 11 23:04:31 megalex kernel: ata1.00: supports DRM functions and may not be fully accessible
Jul 11 23:04:31 megalex kernel: ata1.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT03B6Q, max UDMA/133
Jul 11 23:04:31 megalex kernel: ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Jul 11 23:04:31 megalex kernel: ata1.00: Features: Trust Dev-Sleep NCQ-sndrcv
Jul 11 23:04:31 megalex kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jul 11 23:04:31 megalex kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jul 11 23:04:31 megalex kernel: ata1.00: supports DRM functions and may not be fully accessible
Jul 11 23:04:31 megalex kernel: ata1.00: configured for UDMA/133
Jul 11 23:04:31 megalex kernel: ahci 0000:00:17.0: port does not support device sleep
Jul 11 23:04:31 megalex kernel: scsi 0:0:0:0: Direct-Access ATA Samsung SSD 850 3B6Q PQ: 0 ANSI: 5
Jul 11 23:04:31 megalex kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Jul 11 23:04:31 megalex kernel: sd 0:0:0:0: [sda] Write Protect is off
Jul 11 23:04:31 megalex kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jul 11 23:04:31 megalex kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 11 23:04:31 megalex kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Jul 11 23:04:31 megalex kernel: sda: sda1 sda2 sda3
Jul 11 23:04:31 megalex kernel: sd 0:0:0:0: [sda] supports TCG Opal
Jul 11 23:04:31 megalex kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jul 11 23:04:31 megalex kernel: Freeing unused decrypted memory: 2028K
Jul 11 23:04:31 megalex kernel: Freeing unused kernel image (initmem) memory: 4640K
Jul 11 23:04:31 megalex kernel: Write protecting the kernel read-only data: 38912k
Jul 11 23:04:31 megalex kernel: Freeing unused kernel image (text/rodata gap) memory: 784K
Jul 11 23:04:31 megalex kernel: Freeing unused kernel image (rodata/data gap) memory: 1904K
Jul 11 23:04:31 megalex kernel: usb 1-9: New USB device found, idVendor=0461, idProduct=0010, bcdDevice= 1.10
Jul 11 23:04:31 megalex kernel: usb 1-9: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Jul 11 23:04:31 megalex kernel: usb 1-9: Product: USB Keyboard
Jul 11 23:04:31 megalex kernel: input: USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4
Jul 11 23:04:31 megalex kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 11 23:04:31 megalex kernel: rodata_test: all tests were successful
Jul 11 23:04:31 megalex kernel: x86/mm: Checking user space page tables
Jul 11 23:04:31 megalex kernel: hid-generic 0003:0461:0010.0001: input,hidraw0: USB HID v1.11 Keyboard [USB Keyboard] on usb-0000:00:14.0-9/input0
Jul 11 23:04:31 megalex kernel: input: USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6
Jul 11 23:04:31 megalex kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 11 23:04:31 megalex kernel: Run /init as init process
Jul 11 23:04:31 megalex kernel: with arguments:
Jul 11 23:04:31 megalex kernel: /init
Jul 11 23:04:31 megalex kernel: \\vmlinuz-linux
Jul 11 23:04:31 megalex kernel: with environment:
Jul 11 23:04:31 megalex kernel: HOME=/
Jul 11 23:04:31 megalex kernel: TERM=linux
Jul 11 23:04:31 megalex kernel: input: USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7
Jul 11 23:04:31 megalex kernel: hid-generic 0003:0461:0010.0002: input,hidraw1: USB HID v1.11 Device [USB Keyboard] on usb-0000:00:14.0-9/input1
Jul 11 23:04:31 megalex kernel: usb 1-10: new high-speed USB device number 3 using xhci_hcd
Jul 11 23:04:31 megalex kernel: usb 1-10: New USB device found, idVendor=1bcf, idProduct=28c4, bcdDevice= 7.04
Jul 11 23:04:31 megalex kernel: usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 11 23:04:31 megalex kernel: usb 1-10: Product: 1080P Webcam
Jul 11 23:04:31 megalex kernel: usb 1-10: Manufacturer: SunplusIT Inc
Jul 11 23:04:31 megalex kernel: usb 1-10: SerialNumber: 01.00.00
Jul 11 23:04:31 megalex kernel: usb 1-13: new low-speed USB device number 4 using xhci_hcd
Jul 11 23:04:31 megalex kernel: tsc: Refined TSC clocksource calibration: 3599.998 MHz
Jul 11 23:04:31 megalex kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e451ab1a6, max_idle_ns: 440795278720 ns
Jul 11 23:04:31 megalex kernel: clocksource: Switched to clocksource tsc
Jul 11 23:04:31 megalex kernel: usb 1-13: New USB device found, idVendor=1bcf, idProduct=0005, bcdDevice= 0.14
Jul 11 23:04:31 megalex kernel: usb 1-13: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Jul 11 23:04:31 megalex kernel: usb 1-13: Product: USB Optical Mouse
Jul 11 23:04:31 megalex kernel: input: USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/0003:1BCF:0005.0003/input/input8
Jul 11 23:04:31 megalex kernel: hid-generic 0003:1BCF:0005.0003: input,hidraw2: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:00:14.0-13/input0
Jul 11 23:04:31 megalex kernel: EXT4-fs (sda2): mounted filesystem bd79e6f2-0cc4-49cf-ac74-d5b57e11b009 ro with ordered data mode. Quota mode: none.
Jul 11 23:04:31 megalex systemd[1]: systemd 257.7-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Jul 11 23:04:31 megalex systemd[1]: Detected architecture x86-64.
Jul 11 23:04:31 megalex systemd[1]: Hostname set to <megalex>.
Jul 11 23:04:31 megalex systemd[1]: bpf-restrict-fs: LSM BPF program attached
Jul 11 23:04:31 megalex systemd[1]: Queued start job for default target Multi-User System.
Jul 11 23:04:31 megalex systemd[1]: Created slice Slice /system/dirmngr.
Jul 11 23:04:31 megalex systemd[1]: Created slice Slice /system/getty.
Jul 11 23:04:31 megalex systemd[1]: Created slice Slice /system/gpg-agent.
Jul 11 23:04:31 megalex systemd[1]: Created slice Slice /system/gpg-agent-browser.
Jul 11 23:04:31 megalex systemd[1]: Created slice Slice /system/gpg-agent-extra.
Jul 11 23:04:31 megalex systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Jul 11 23:04:31 megalex systemd[1]: Created slice Slice /system/keyboxd.
Jul 11 23:04:31 megalex systemd[1]: Created slice Slice /system/modprobe.
Jul 11 23:04:31 megalex systemd[1]: Created slice Slice /system/systemd-fsck.
Jul 11 23:04:31 megalex systemd[1]: Created slice User and Session Slice.
Jul 11 23:04:31 megalex systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jul 11 23:04:31 megalex systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jul 11 23:04:31 megalex systemd[1]: Expecting device /dev/disk/by-uuid/9ace81ae-343c-46d1-b630-31e8f6ee868d...
Jul 11 23:04:31 megalex systemd[1]: Reached target Local Integrity Protected Volumes.
Jul 11 23:04:31 megalex systemd[1]: Reached target Remote File Systems.
Jul 11 23:04:31 megalex systemd[1]: Reached target Slice Units.
Jul 11 23:04:31 megalex systemd[1]: Reached target Swaps.
Jul 11 23:04:31 megalex systemd[1]: Reached target System Time Set.
Jul 11 23:04:31 megalex systemd[1]: Reached target Local Verity Protected Volumes.
Jul 11 23:04:31 megalex systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jul 11 23:04:31 megalex systemd[1]: Listening on LVM2 poll daemon socket.
Jul 11 23:04:31 megalex systemd[1]: Listening on Process Core Dump Socket.
Jul 11 23:04:31 megalex systemd[1]: Listening on Credential Encryption/Decryption.
Jul 11 23:04:31 megalex systemd[1]: Listening on Journal Socket (/dev/log).
Jul 11 23:04:31 megalex systemd[1]: Listening on Journal Sockets.
Jul 11 23:04:31 megalex systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 11 23:04:31 megalex systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 11 23:04:31 megalex systemd[1]: Listening on udev Control Socket.
Jul 11 23:04:31 megalex systemd[1]: Listening on udev Kernel Socket.
Jul 11 23:04:31 megalex systemd[1]: Mounting Huge Pages File System...
Jul 11 23:04:31 megalex systemd[1]: Mounting POSIX Message Queue File System...
Jul 11 23:04:31 megalex systemd[1]: Mounting Kernel Debug File System...
Jul 11 23:04:31 megalex systemd[1]: Mounting Kernel Trace File System...
Jul 11 23:04:31 megalex systemd[1]: Mounting Temporary Directory /tmp...
Jul 11 23:04:31 megalex systemd[1]: Starting Create List of Static Device Nodes...
Jul 11 23:04:31 megalex systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jul 11 23:04:31 megalex systemd[1]: Starting Load Kernel Module configfs...
Jul 11 23:04:31 megalex systemd[1]: Starting Load Kernel Module dm_mod...
Jul 11 23:04:31 megalex systemd[1]: Starting Load Kernel Module drm...
Jul 11 23:04:31 megalex systemd[1]: Starting Load Kernel Module fuse...
Jul 11 23:04:31 megalex systemd[1]: Starting Load Kernel Module loop...
Jul 11 23:04:31 megalex systemd[1]: Starting File System Check on Root Device...
Jul 11 23:04:31 megalex systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Jul 11 23:04:31 megalex systemd[1]: Starting Journal Service...
Jul 11 23:04:31 megalex systemd[1]: Starting Load Kernel Modules...
Jul 11 23:04:31 megalex systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 11 23:04:31 megalex systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 11 23:04:31 megalex systemd[1]: Starting Load udev Rules from Credentials...
Jul 11 23:04:31 megalex systemd[1]: Starting Coldplug All udev Devices...
Jul 11 23:04:31 megalex systemd[1]: Starting Virtual Console Setup...
Jul 11 23:04:31 megalex systemd[1]: Mounted Huge Pages File System.
Jul 11 23:04:31 megalex systemd[1]: Mounted POSIX Message Queue File System.
Jul 11 23:04:31 megalex systemd[1]: Mounted Kernel Debug File System.
Jul 11 23:04:31 megalex systemd[1]: Mounted Kernel Trace File System.
Jul 11 23:04:31 megalex systemd[1]: Mounted Temporary Directory /tmp.
Jul 11 23:04:31 megalex systemd[1]: Finished Create List of Static Device Nodes.
Jul 11 23:04:31 megalex systemd[1]: lvm2-monitor.service: Main process exited, code=exited, status=4/NOPERMISSION
Jul 11 23:04:31 megalex systemd[1]: lvm2-monitor.service: Failed with result 'exit-code'.
Jul 11 23:04:31 megalex systemd[1]: Failed to start Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jul 11 23:04:31 megalex kernel: device-mapper: uevent: version 1.0.3
Jul 11 23:04:31 megalex kernel: loop: module loaded
Jul 11 23:04:31 megalex kernel: device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
Jul 11 23:04:31 megalex systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jul 11 23:04:31 megalex systemd[1]: Finished Load Kernel Module configfs.
Jul 11 23:04:31 megalex systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jul 11 23:04:31 megalex systemd[1]: Finished Load Kernel Module dm_mod.
Jul 11 23:04:31 megalex systemd[1]: modprobe@drm.service: Deactivated successfully.
Jul 11 23:04:31 megalex systemd[1]: Finished Load Kernel Module drm.
Jul 11 23:04:31 megalex systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jul 11 23:04:31 megalex systemd[1]: Finished Load Kernel Module fuse.
Jul 11 23:04:31 megalex systemd[1]: modprobe@loop.service: Deactivated successfully.
Jul 11 23:04:31 megalex systemd[1]: Finished Load Kernel Module loop.
Jul 11 23:04:31 megalex systemd[1]: Mounting FUSE Control File System...
Jul 11 23:04:31 megalex systemd[1]: Mounting Kernel Configuration File System...
Jul 11 23:04:31 megalex systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jul 11 23:04:31 megalex systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jul 11 23:04:31 megalex kernel: i2c_dev: i2c /dev entries driver
Jul 11 23:04:31 megalex systemd[1]: Finished Load udev Rules from Credentials.
Jul 11 23:04:31 megalex systemd[1]: Mounted FUSE Control File System.
Jul 11 23:04:31 megalex systemd[1]: Mounted Kernel Configuration File System.
Jul 11 23:04:31 megalex systemd-journald[297]: Collecting audit messages is disabled.
Jul 11 23:04:31 megalex systemd[1]: Finished File System Check on Root Device.
Jul 11 23:04:31 megalex systemd[1]: Starting Remount Root and Kernel File Systems...
Jul 11 23:04:31 megalex systemd-journald[297]: Journal started
Jul 11 23:04:31 megalex systemd-journald[297]: Runtime Journal (/run/log/journal/4a21ca48949e4aa8832b31ad1606dcd3) is 8M, max 3.1G, 3.1G free.
Jul 11 23:04:31 megalex systemd-modules-load[298]: Inserted module 'crypto_user'
Jul 11 23:04:31 megalex systemd-modules-load[298]: Inserted module 'i2c_dev'
Jul 11 23:04:31 megalex systemd[1]: Started Journal Service.
Jul 11 23:04:31 megalex lvm[290]: Failed to load config file /etc/lvm/lvm.conf
Jul 11 23:04:31 megalex systemd-fsck[308]: /dev/sda2: clean, 762853/2293760 files, 8303134/9175040 blocks
Jul 11 23:04:31 megalex udevadm[299]: Found container virtualization none.
Jul 11 23:04:31 megalex udevadm[300]: Found container virtualization none.
Jul 11 23:04:31 megalex kernel: EXT4-fs (sda2): re-mounted bd79e6f2-0cc4-49cf-ac74-d5b57e11b009 r/w.
Jul 11 23:04:31 megalex systemd[1]: Finished Remount Root and Kernel File Systems.
Jul 11 23:04:31 megalex systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jul 11 23:04:31 megalex systemd[1]: Starting Flush Journal to Persistent Storage...
Jul 11 23:04:31 megalex systemd[1]: Starting Load/Save OS Random Seed...
Jul 11 23:04:31 megalex systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 11 23:04:31 megalex systemd[1]: Finished Virtual Console Setup.
Jul 11 23:04:31 megalex systemd[1]: Started Early root shell on /dev/tty9 FOR DEBUGGING ONLY.
Jul 11 23:04:31 megalex systemd-journald[297]: Time spent on flushing to /var/log/journal/4a21ca48949e4aa8832b31ad1606dcd3 is 188.164ms for 852 entries.
Jul 11 23:04:31 megalex systemd-journald[297]: System Journal (/var/log/journal/4a21ca48949e4aa8832b31ad1606dcd3) is 290.8M, max 290.8M, 0B free.
Jul 11 23:04:31 megalex systemd-journald[297]: Received client request to flush runtime journal.
Jul 11 23:04:31 megalex kernel: nvidia: loading out-of-tree module taints kernel.
Jul 11 23:04:31 megalex kernel: nvidia: module license 'NVIDIA' taints kernel.
Jul 11 23:04:31 megalex kernel: Disabling lock debugging due to kernel taint
Jul 11 23:04:31 megalex kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Jul 11 23:04:31 megalex kernel: nvidia: module license taints kernel.
Jul 11 23:04:31 megalex udevadm[300]: 8250: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 8250_pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: acpi: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: acpi_x86: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: acpiphp: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ahci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: apparmor: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: atkbd: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: battery: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: binder: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: binder_alloc: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: blk_cgroup: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: blk_crypto: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: block: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: button: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: clocksource: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: configfs: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpufreq: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpuidle: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: crypto_user: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cryptomgr: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: damon_lru_sort: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: damon_reclaim: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device_hmem: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: dm_mod: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drm: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drm_client_lib: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drm_kms_helper: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: dw_dmac_pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: dynamic_debug: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: edac_core: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: efi_pstore: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ehci_hcd: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ehci_pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: fb: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: firmware_class: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: fscrypto: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: fuse: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: gpiolib_acpi: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: grant_table: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: haltpoll: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: hibernate: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: hid: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: hid_generic: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: i2c_designware_pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: i2c_dev: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: i8042: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: intel_idle: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: intel_scu_pcidrv: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: iosf_mbi: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ip_tables: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ipe: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ipv6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: kernel: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: keyboard: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: kfence: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: libahci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: libata: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: loop: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory_hotplug: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: microcode: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: module: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: msr: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: mxm_wmi: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: netpoll: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: nfnetlink: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: nmi_backtrace: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ohci_pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: page_alloc: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: page_reporting: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pci_hotplug: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pci_stub: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pcie_aspm: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pciehp: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pcieportdrv: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: platform_pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pnp: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: printk: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: processor: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pstore: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: random: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: rcupdate: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: rcutree: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: rng_core: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: rtc_cmos: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: scsi_mod: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: secretmem: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serio_raw: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: shpchp: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: slab_common: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: spurious: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: srcutree: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: suspend: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: sysrq: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tcp_cubic: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: thermal: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tpm: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tpm_crb: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tpm_tis: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tpm_tis_core: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: udmabuf: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: uhci_hcd: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: usbcore: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: usbhid: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: usbserial: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: video: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: virtio_blk: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: virtio_pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: virtio_pci_legacy_dev: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: virtio_pci_modern_dev: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: vt: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: watchdog: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wmi: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: workqueue: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: x_tables: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: xen: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: xhci_hcd: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: xhci_pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: xz_dec: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: zswap: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:17.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: host0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: target0:0:0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0:0:0:0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: sda: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: sda1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: sda2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: sda3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: lo: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.10: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS10: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.11: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS11: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.12: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS12: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.13: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS13: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.14: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS14: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.15: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS15: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.16: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS16: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.17: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS17: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.18: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS18: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.19: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS19: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.20: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS20: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.21: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS21: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.22: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS22: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.23: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS23: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.24: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS24: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.25: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS25: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.26: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS26: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.27: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS27: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.28: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS28: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.29: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS29: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.30: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS30: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.31: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS31: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.7: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS7: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.8: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS8: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250:0.9: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ttyS9: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: console: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ptmx: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty10: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty11: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty12: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty13: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty14: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty15: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty16: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty17: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty18: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty19: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty20: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty21: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty22: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty23: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty24: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty25: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty26: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty27: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty28: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty29: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty30: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty31: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty32: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty33: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty34: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty35: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty36: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty37: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty38: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty39: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty40: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty41: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty42: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty43: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty44: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty45: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty46: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty47: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty48: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty49: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty50: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty51: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty52: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty53: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty54: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty55: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty56: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty57: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty58: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty59: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty60: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty61: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty62: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty63: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty7: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty8: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tty9: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXSYSTM:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPWRBN:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: input2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: event2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXSYBUS:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0C:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: input1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: event1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0E:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: input0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: event0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:14.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: usb1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 1-13: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 1-13:1.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0003:1BCF:0005.0003: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: input8: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: event6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 1-9: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 1-9:1.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0003:0461:0010.0001: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: input4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: event3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 1-9:1.1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0003:0461:0010.0002: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: input6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: event4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: input7: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: event5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: acpi: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/acpi/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: battery: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: button: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ec: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: hardware_error_device: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: hpet: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: thermal: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tpm_crb: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: video: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: auxiliary: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: clockevents: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: clocksource: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: container: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/cpu/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: processor: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: dax: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: edac: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: event_source: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: faux: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/faux/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: faux_driver: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: gpio: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/gpio/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: gpio_stub_drv: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: hid: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/hid/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: hid-generic: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: i2c: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/i2c/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: 88PM860x: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: WM8400: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: aat2870: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: adp5520: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: as3711: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: da903x: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: da9052: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: da9055-pmic: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: dummy: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: intel_soc_pmic_chtwc: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: intel_soc_pmic_crc: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: lp8788: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: max77843: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: max8925: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: max8997: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: max8998: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: rc5t583: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: sx150x-pinctrl: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tps65090: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tps6586x: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tps65910: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: twl: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: twl6040: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wm831x: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wm8350: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: isa: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: machinecheck: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory_tiering: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: mipi-dsi: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: node: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: nvmem: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/pci/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: ahci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: dw_dmac_pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ehci-pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: i2c-designware-pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: intel_scu: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: iosf_mbi_pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ohci-pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pci-stub: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pcieport: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: shpchp: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: uhci_hcd: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: virtio-pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: xen-platform-pci: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: xhci_hcd: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pci_express: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/pci_express/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: aer: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: dpc: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pcie_bwctrl: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pcie_pme: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pciehp: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: platform: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/platform/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: ac: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: acpi-fan: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: acpi-ged: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: acpi-wmi: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: alarmtimer: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: amd_gpio: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: axp288_pmic_acpi: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: bxt_whiskey_cove_pmic: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: byt_crystal_cove_pmic: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: byt_gpio: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cherryview-pinctrl: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cht_crystal_cove_pmic: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cht_dollar_cove_ti_pmic: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cht_whiskey_cove_pmic: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: clk-fch: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: clk-lpss-atom: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: clk-pmc-atom: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: crystal_cove_gpio: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: crystal_cove_pwm: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: dw-pcie: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: efi-framebuffer: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: gated-fixed-clk: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: gpio-clk: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: i2c_designware: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: i8042: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: lgm-dma: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: mt6323-pwrc: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: palmas-gpio: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: poweroff-restart: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: rc5t583-gpio: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: rproc-virtio: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial8250: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: simple-framebuffer: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tpm_tis: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tps65086-restart: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tps6586x-gpio: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tps65910-gpio: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tps68470_pmic_opregion: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: twl4030-audio: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: vesa-framebuffer: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: vmgenid: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pnp: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/pnp/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: i8042 aux: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: i8042 kbd: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: rtc_cmos: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: system: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tpm_tis: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: scsi: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/scsi/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: sd: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serial-base: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/serial-base/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: ctrl: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: port: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serio: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/serio/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: atkbd: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serio_raw: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: soc: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: spi: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/spi/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: da9052: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ezx-pcap: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wm831x: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: usb: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/usb/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: hub: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: usb: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: usbfs: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: usbhid: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: usbserial_generic: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: usb-serial: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/usb-serial/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: generic: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: virtio: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: drivers: Failed to write 'add' to '/sys/bus/virtio/drivers/uevent', ignoring: No such file or directory
Jul 11 23:04:31 megalex udevadm[300]: virtio_blk: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: virtio_console: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: virtio_rproc_serial: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: virtiofs: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wmi: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: workqueue: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: xen: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: xen-backend: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ACPI0008:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT339B:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT33D0:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3420:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXCPU:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXCPU:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXCPU:02: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXCPU:03: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXCPU:04: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXCPU:05: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXCPU:06: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXCPU:07: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup17: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ACPI000C:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT0E0C:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT33A1:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT33A3:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT340E:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3420:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3470:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: IWC0001:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0A08:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ABCD0000:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT33A2:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT343D:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT343E:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3440:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3441:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: FPNT_DIS:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3442:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT0000:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3515:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3515:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: XXXX0000:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3443:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: IMPJ0003:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: XXXX0000:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3444:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3471:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3472:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3445:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3446:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3474:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3447:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3448:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT33E1:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3449:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Found cgroup2 on /sys/fs/cgroup/, full unified hierarchy
Jul 11 23:04:31 megalex udevadm[300]: INT344A:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Running in delegated subcgroup '/system.slice/systemd-udevd.service/udev'.
Jul 11 23:04:31 megalex udevadm[300]: INT3451:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Set children_max to 32
Jul 11 23:04:31 megalex udevadm[300]: INT3471:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3471:02: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Trying to open "/etc/systemd/hwdb/hwdb.bin"...
Jul 11 23:04:31 megalex systemd[1]: Finished Flush Journal to Persistent Storage.
Jul 11 23:04:31 megalex udevadm[300]: INT3471:03: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Trying to open "/etc/udev/hwdb.bin"...
Jul 11 23:04:31 megalex udevadm[300]: INT3471:04: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3472:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3472:02: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3472:03: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3472:04: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3472:05: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3472:06: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3472:07: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3472:08: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: === trie on-disk ===
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: tool version: 257
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: file size: 13384002 bytes
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:02: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: header size 80 bytes
Jul 11 23:04:31 megalex udevadm[300]: LNXVIDEO:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: strings 2735842 bytes
Jul 11 23:04:31 megalex udevadm[300]: device:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: nodes 10648080 bytes
Jul 11 23:04:31 megalex udevadm[300]: device:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Loading kernel module index.
Jul 11 23:04:31 megalex udevadm[300]: device:02: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:03: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:04: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:05: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:06: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:07: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:08: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:09: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:0a: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:0b: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:0c: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:0d: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:0e: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:0f: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:10: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Loaded 'libkmod.so.2' via dlopen()
Jul 11 23:04:31 megalex udevadm[300]: PNP0C02:03: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C02:04: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C02:05: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C02:06: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C14:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup25: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:11: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:12: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:13: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Using default interface naming scheme 'v257'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup14: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:14: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:15: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:16: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:17: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:18: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT0800:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3F0D:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0000:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0100:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0103:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0303:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0B00:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C02:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C02:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C02:02: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C04:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Parsed configuration file "/usr/lib/systemd/network/99-default.link"
Jul 11 23:04:31 megalex udevadm[300]: PNP0C08:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C09:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0A:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0A:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0A:02: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0F03:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup9: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:19: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:1a: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:03: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Parsed configuration file "/usr/lib/systemd/network/80-vm-vt.link"
Jul 11 23:04:31 megalex udevadm[300]: device:1b: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:1c: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:04: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:1d: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:1e: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:05: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:1f: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:20: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:06: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:21: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Parsed configuration file "/usr/lib/systemd/network/80-namespace-ns.link"
Jul 11 23:04:31 megalex udevadm[300]: device:22: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:07: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:23: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:24: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:08: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:25: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:26: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:09: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:27: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:28: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:0a: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:29: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:2a: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:0b: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:2b: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Parsed configuration file "/usr/lib/systemd/network/80-container-vz.link"
Jul 11 23:04:31 megalex udevadm[300]: device:2c: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:0c: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:2d: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:2e: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:2f: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:30: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Parsed configuration file "/usr/lib/systemd/network/80-container-ve.link"
Jul 11 23:04:31 megalex udevadm[300]: device:31: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup15: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup7: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:32: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:33: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:0d: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:34: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:35: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:0e: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:36: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:37: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:0f: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:38: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Parsed configuration file "/usr/lib/systemd/network/80-container-vb.link"
Jul 11 23:04:31 megalex udevadm[300]: device:39: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:10: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:3a: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:3b: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:11: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:3c: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:3d: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:12: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:3e: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:3f: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:13: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Parsed configuration file "/usr/lib/systemd/network/80-6rd-tunnel.link"
Jul 11 23:04:31 megalex udevadm[300]: device:40: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Created link configuration context.
Jul 11 23:04:31 megalex udevadm[300]: device:41: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:42: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:43: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:44: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:45: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:46: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:47: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:48: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:49: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:14: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:4a: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:4b: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:15: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:4c: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:4d: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:16: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:4e: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup10: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:4f: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup12: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:50: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup13: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:51: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:52: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:53: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:54: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/01-md-raid-creating.rules
Jul 11 23:04:31 megalex udevadm[300]: device:55: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:56: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:57: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:58: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:59: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:5a: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/10-dm.rules
Jul 11 23:04:31 megalex udevadm[300]: device:5b: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:5c: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:5d: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:5e: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:5f: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:60: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:61: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:62: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:63: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:64: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:65: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:66: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:67: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:68: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:69: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:6a: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:6b: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:6c: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:6d: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:6e: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup11: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/11-dm-lvm.rules
Jul 11 23:04:31 megalex udevadm[300]: device:6f: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:70: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:71: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:72: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:73: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:74: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:75: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:76: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:77: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:78: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:79: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:7a: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/13-dm-disk.rules
Jul 11 23:04:31 megalex udevadm[300]: device:7b: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:7c: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:7d: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:7e: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device:7f: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup16: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup19: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0D:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup18: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0F:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0F:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0F:02: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0F:03: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0F:04: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0F:05: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0F:06: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0F:07: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/39-usbmuxd.rules
Jul 11 23:04:31 megalex udevadm[300]: PNP0C14:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup26: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C31:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXSYBUS:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:17: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:18: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:19: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:1a: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXPOWER:1b: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXTHERM:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: LNXTHERM:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Skipping empty file: /usr/lib/udev/rules.d/40-gphoto.rules
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0B:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/40-usb-media-players.rules
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0B:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0B:02: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0B:03: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0B:04: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: breakpoint: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: reg-dummy: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: regulator.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: intel_pt: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: kprobe: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: msr: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/45-i2c-tools.rules
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:00.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:01.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:01.0:pcie010: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:01:00.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: efi-framebuffer.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: fb0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:01:00.1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:08.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 1-0:1.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 1-10: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 1-10:1.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 1-10:1.1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 1-10:1.2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 1-10:1.3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: hidraw2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: hidraw0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/50-udev-default.rules
Jul 11 23:04:31 megalex udevadm[300]: input4::capslock: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: input4::compose: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: input4::kana: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: input4::numlock: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: input4::scrolllock: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: hidraw1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup24: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: usb2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 2-0:1.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup20: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:14.2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:16.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ata1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: host0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0:0:0:0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0:0:0:0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0:0:0:0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: link1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: dev1.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ata2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: host1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: host1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: link2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: dev2.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ata3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: host2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: host2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: link3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: dev3.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ata4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: host3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: host3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: link4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: dev4.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ata5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: host4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: host4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: link5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: dev5.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ata6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: host5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: host5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: link6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: dev6.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:1c.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:1c.0:pcie010: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:02: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:1c.4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:1c.4:pcie010: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:03:00.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: usb3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 3-0:1.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: usb4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 4-0:1.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup21: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:03: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup8: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:1f.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT0800:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT3F0D:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0103:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C04:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:1f.2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:1f.3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:1f.4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00:1f.6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C14:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wmi_bus-PNP0C14:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 0000:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: ACPI000C:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: INT33A1:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0B:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0B:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0B:02: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0B:03: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0B:04: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0C:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C0E:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: PNP0C14:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wmi_bus-PNP0C14:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: A80593CE-2377-11DA-B012-B62220120727: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: acpi-cpufreq: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: efivars.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: i8042: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serio0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: serio1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: microcode: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pcspkr: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: rtc-efi.0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 00:00: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 00:01: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 00:02: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 00:03: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 00:04: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 00:05: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cmos_nvram0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: rtc0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: alarmtimer.0.auto: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-autosuspend.rules
Jul 11 23:04:31 megalex udevadm[300]: wakeup23: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: wakeup22: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 00:06: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-block.rules
Jul 11 23:04:31 megalex udevadm[300]: 00:07: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 00:08: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 00:09: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: software: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-cdrom_id.rules
Jul 11 23:04:31 megalex udevadm[300]: broadcast: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: clockevent0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: clockevent1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: clockevent2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: clockevent3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-ddcutil-i2c.rules
Jul 11 23:04:31 megalex udevadm[300]: clockevent4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: clockevent5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: clockevent6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: clockevent7: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-dmi-id.rules
Jul 11 23:04:31 megalex udevadm[300]: clocksource0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-drm.rules
Jul 11 23:04:31 megalex udevadm[300]: cpu2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-evdev.rules
Jul 11 23:04:31 megalex udevadm[300]: cpu6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu7: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: mc: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: machinecheck0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: machinecheck1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-fido-id.rules
Jul 11 23:04:31 megalex udevadm[300]: machinecheck2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-infiniband.rules
Jul 11 23:04:31 megalex udevadm[300]: machinecheck3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: machinecheck4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-input-id.rules
Jul 11 23:04:31 megalex udevadm[300]: machinecheck5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: machinecheck6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-nvidia.rules
Jul 11 23:04:31 megalex udevadm[300]: machinecheck7: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory10: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory11: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory12: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory13: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory14: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory15: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-pcmcia.rules
Jul 11 23:04:31 megalex udevadm[300]: memory16: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory17: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory18: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory19: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-alsa.rules
Jul 11 23:04:31 megalex udevadm[300]: memory20: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory21: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-input.rules
Jul 11 23:04:31 megalex udevadm[300]: memory22: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory23: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory24: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory25: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-storage-mtd.rules
Jul 11 23:04:31 megalex udevadm[300]: memory26: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory27: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory28: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-storage-tape.rules
Jul 11 23:04:31 megalex udevadm[300]: memory29: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory30: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory31: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory32: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-storage.rules
Jul 11 23:04:31 megalex udevadm[300]: memory6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory7: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory8: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory9: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: node0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: tracepoint: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: uprobe: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: 8:0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-v4l.rules
Jul 11 23:04:31 megalex udevadm[300]: cpu6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu7: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: :ata1--scsi:0:0:0:0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: pci:0000:01:00.0--pci:0000:01:00.1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: platform:PNP0C14:00--wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-rfkill.rules
Jul 11 23:04:31 megalex udevadm[300]: system: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: id: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: fbcon: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: full: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: kmsg: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: mem: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: null: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: port: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: random: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: urandom: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: zero: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: memory_tier4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: autofs: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: btrfs-control: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cpu_dma_latency: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: device-mapper: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: fuse: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: hpet: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-sensor.rules
Jul 11 23:04:31 megalex udevadm[300]: hw_random: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: loop-control: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: nvram: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-serial.rules
Jul 11 23:04:31 megalex udevadm[300]: snapshot: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: udmabuf: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: userfaultfd: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-tpm-udev.rules
Jul 11 23:04:31 megalex udevadm[300]: vga_arbiter: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: msr0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: msr1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: msr2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: msr3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: msr4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: msr5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: msr6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: msr7: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cooling_device0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cooling_device1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cooling_device10: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cooling_device11: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cooling_device12: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cooling_device2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cooling_device3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cooling_device4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cooling_device5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cooling_device6: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cooling_device7: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-upower-battery.rules
Jul 11 23:04:31 megalex udevadm[300]: cooling_device8: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: cooling_device9: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: thermal_zone0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: hwmon0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: thermal_zone1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: vcs: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: vcs1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: vcs9: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/60-vboxdrv.rules
Jul 11 23:04:31 megalex udevadm[300]: vcsa: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: vcsa1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: vcsa9: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: vcsu: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: vcsu1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: vcsu9: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: vtcon0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: vtcon1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: blkcg_punt_bio: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: scsi_tmf_0: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: scsi_tmf_1: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: scsi_tmf_2: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: scsi_tmf_3: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: scsi_tmf_4: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: scsi_tmf_5: Triggered device with action 'add'.
Jul 11 23:04:31 megalex udevadm[300]: writeback: Triggered device with action 'add'.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/61-kde-bluetooth-rfkill.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/63-md-raid-arrays.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/64-btrfs-dm.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/64-btrfs-zoned.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/64-btrfs.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/64-ext4.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/64-md-raid-assembly.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/64-xfs.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/65-libwacom.rules
Jul 11 23:04:31 megalex systemd[1]: Finished Coldplug All udev Devices.
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/65-sane.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/66-saned.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/69-cd-sensors.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/69-dm-lvm.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/69-libftdi.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/69-libmtp.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/69-md-clustered-confirm-device.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/70-camera.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/70-flashrom.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/70-infrared.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/70-joystick.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/70-memory.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/70-mouse.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/70-power-switch.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /etc/udev/rules.d/70-snap.postbird.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /etc/udev/rules.d/70-snap.snapd.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/70-touchpad.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/70-uaccess.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/71-seat.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/73-seat-late.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/75-net-description.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/75-probe_mtd.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-broadmobi-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-cellient.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-cinterion-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-dell-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-dlink-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-ericsson-mbm.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-fibocom-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-foxconn-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-gosuncn-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-haier-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-huawei-net-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-linktop-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-longcheer-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-mtk-legacy-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-netprisma-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-nokia-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-qcom-soc.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-quectel-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-rolling-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-sierra.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-simtech-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-telit-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-tplink-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-ublox-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-x22x-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/77-mm-zte-port-types.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/78-sound-card.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/80-docker.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/80-drivers.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/80-libinput-device-groups.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/80-mm-candidate.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/80-net-setup-link.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/80-udisks2.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/81-net-dhcp.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/84-nm-drivers.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/85-nm-unmanaged.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/90-bolt.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/90-daxctl-device.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/90-iocost.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/90-libinput-fuzz-override.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/90-nm-thunderbolt.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/90-pipewire-alsa.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/90-pulseaudio.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/90-vconsole.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/95-cd-devices.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/95-dm-notify.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/95-upower-hid.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/95-upower-wup.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/96-e2scrub.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /etc/udev/rules.d/99-fix-tty.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/99-fuse.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/99-fuse3.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/99-systemd.rules
Jul 11 23:04:31 megalex systemd-udevd[346]: Reading rules file: /usr/lib/udev/rules.d/wacom.rules
Jul 11 23:04:31 megalex systemd[1]: Started Rule-based Manager for Device Events and Files.
Jul 11 23:04:31 megalex systemd-udevd[346]: loop-control: Device is queued (SEQNUM=2502, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: loop-control: Device ready for processing (SEQNUM=2502, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 352.
Jul 11 23:04:31 megalex systemd-udevd[346]: loop-control: Worker [352] is forked for processing SEQNUM=2502.
Jul 11 23:04:31 megalex systemd-udevd[346]: loop: Device is queued (SEQNUM=2503, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: loop: Device ready for processing (SEQNUM=2503, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: loop-control: Processing device (SEQNUM=2502, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 353.
Jul 11 23:04:31 megalex (udev-worker)[352]: loop-control: /usr/lib/udev/rules.d/50-udev-default.rules:98 GROUP 984
Jul 11 23:04:31 megalex systemd-udevd[346]: loop: Worker [353] is forked for processing SEQNUM=2503.
Jul 11 23:04:31 megalex systemd-udevd[346]: device-mapper: Device is queued (SEQNUM=2504, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: device-mapper: Device ready for processing (SEQNUM=2504, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: loop-control: Preserve permissions of /dev/loop-control, uid=0, gid=984, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[353]: loop: Processing device (SEQNUM=2503, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: loop-control: Successfully created symlink '/dev/char/10:237' to '/dev/loop-control'
Jul 11 23:04:31 megalex (udev-worker)[352]: loop-control: sd-device: Created database file '/run/udev/data/c10:237' for '/devices/virtual/misc/loop-control'.
Jul 11 23:04:31 megalex (udev-worker)[352]: loop-control: sd-device: Created database file '/run/udev/data/c10:237' for '/devices/virtual/misc/loop-control'.
Jul 11 23:04:31 megalex (udev-worker)[352]: loop-control: Device processed (SEQNUM=2502, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: loop-control: sd-device-monitor(worker): Passed 215 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 354.
Jul 11 23:04:31 megalex systemd-udevd[346]: device-mapper: Worker [354] is forked for processing SEQNUM=2504.
Jul 11 23:04:31 megalex systemd-udevd[346]: dm_mod: Device is queued (SEQNUM=2505, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: dm_mod: Device ready for processing (SEQNUM=2505, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: dm_mod: sd-device-monitor(manager): Passed 152 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[354]: device-mapper: Processing device (SEQNUM=2504, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: crypto_user: Device is queued (SEQNUM=2506, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: crypto_user: Device ready for processing (SEQNUM=2506, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: dm_mod: Processing device (SEQNUM=2505, ACTION=add)
Jul 11 23:04:31 megalex systemd[1]: Starting Show Plymouth Boot Screen...
Jul 11 23:04:31 megalex (udev-worker)[353]: loop: Device processed (SEQNUM=2503, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: loop: sd-device-monitor(worker): Passed 150 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 356.
Jul 11 23:04:31 megalex systemd-udevd[346]: crypto_user: Worker [356] is forked for processing SEQNUM=2506.
Jul 11 23:04:31 megalex (udev-worker)[352]: dm_mod: Device processed (SEQNUM=2505, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: dm_mod: sd-device-monitor(worker): Passed 152 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: i2c-dev: Device is queued (SEQNUM=2507, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: device-mapper: Preserve permissions of /dev/mapper/control, uid=0, gid=0, mode=0600
Jul 11 23:04:31 megalex systemd-udevd[346]: i2c-dev: Device ready for processing (SEQNUM=2507, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: i2c-dev: sd-device-monitor(manager): Passed 151 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[354]: device-mapper: Successfully created symlink '/dev/char/10:236' to '/dev/mapper/control'
Jul 11 23:04:31 megalex (udev-worker)[356]: crypto_user: Processing device (SEQNUM=2506, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: i2c_dev: Device is queued (SEQNUM=2508, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: i2c_dev: Device ready for processing (SEQNUM=2508, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: device-mapper: sd-device: Created database file '/run/udev/data/c10:236' for '/devices/virtual/misc/device-mapper'.
Jul 11 23:04:31 megalex systemd-udevd[346]: i2c_dev: sd-device-monitor(manager): Passed 153 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[354]: device-mapper: sd-device: Created database file '/run/udev/data/c10:236' for '/devices/virtual/misc/device-mapper'.
Jul 11 23:04:31 megalex (udev-worker)[354]: device-mapper: Device processed (SEQNUM=2504, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: i2c_dev: Processing device (SEQNUM=2508, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: vcs9: Device is queued (SEQNUM=2509, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: device-mapper: sd-device-monitor(worker): Passed 218 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[353]: i2c-dev: Processing device (SEQNUM=2507, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: vcs9: Device ready for processing (SEQNUM=2509, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 357.
Jul 11 23:04:31 megalex systemd-udevd[346]: vcs9: Worker [357] is forked for processing SEQNUM=2509.
Jul 11 23:04:31 megalex systemd-udevd[346]: vcsu9: Device is queued (SEQNUM=2510, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: vcsu9: Device ready for processing (SEQNUM=2510, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: vcsu9: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: vcs9: Processing device (SEQNUM=2509, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: i2c_dev: Device processed (SEQNUM=2508, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: vcsa9: Device is queued (SEQNUM=2511, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: vcsu9: Processing device (SEQNUM=2510, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: i2c_dev: sd-device-monitor(worker): Passed 153 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: vcsa9: Device ready for processing (SEQNUM=2511, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: vcsu9: /usr/lib/udev/rules.d/50-udev-default.rules:41 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[357]: vcs9: /usr/lib/udev/rules.d/50-udev-default.rules:41 GROUP 5
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 358.
Jul 11 23:04:31 megalex systemd-udevd[346]: vcsa9: Worker [358] is forked for processing SEQNUM=2511.
Jul 11 23:04:31 megalex systemd-udevd[346]: 8250: Device is queued (SEQNUM=2512, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: 8250: Device ready for processing (SEQNUM=2512, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: 8250: sd-device-monitor(manager): Passed 163 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[356]: crypto_user: Device processed (SEQNUM=2506, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: crypto_user: sd-device-monitor(worker): Passed 157 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[352]: 8250: Processing device (SEQNUM=2512, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: 8250_pci: Device is queued (SEQNUM=2513, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: vcsu9: Setting permissions /dev/vcsu9, uid=0, gid=5, mode=0660
Jul 11 23:04:31 megalex systemd-udevd[346]: 8250_pci: Device ready for processing (SEQNUM=2513, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: i2c-dev: Device processed (SEQNUM=2507, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: i2c-dev: sd-device-monitor(worker): Passed 151 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: vcsa9: Processing device (SEQNUM=2511, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: vcsu9: Successfully created symlink '/dev/char/7:73' to '/dev/vcsu9'
Jul 11 23:04:31 megalex (udev-worker)[357]: vcs9: Setting permissions /dev/vcs9, uid=0, gid=5, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[354]: vcsu9: sd-device: Created database file '/run/udev/data/c7:73' for '/devices/virtual/vc/vcsu9'.
Jul 11 23:04:31 megalex (udev-worker)[357]: vcs9: Successfully created symlink '/dev/char/7:9' to '/dev/vcs9'
Jul 11 23:04:31 megalex (udev-worker)[354]: vcsu9: sd-device: Created database file '/run/udev/data/c7:73' for '/devices/virtual/vc/vcsu9'.
Jul 11 23:04:31 megalex (udev-worker)[354]: vcsu9: Device processed (SEQNUM=2510, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: vcsu9: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: vcs9: sd-device: Created database file '/run/udev/data/c7:9' for '/devices/virtual/vc/vcs9'.
Jul 11 23:04:31 megalex (udev-worker)[358]: vcsa9: /usr/lib/udev/rules.d/50-udev-default.rules:41 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[357]: vcs9: sd-device: Created database file '/run/udev/data/c7:9' for '/devices/virtual/vc/vcs9'.
Jul 11 23:04:31 megalex (udev-worker)[357]: vcs9: Device processed (SEQNUM=2509, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 359.
Jul 11 23:04:31 megalex (udev-worker)[357]: vcs9: sd-device-monitor(worker): Passed 192 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: 8250_pci: Worker [359] is forked for processing SEQNUM=2513.
Jul 11 23:04:31 megalex (udev-worker)[352]: 8250: Device processed (SEQNUM=2512, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: 8250: sd-device-monitor(worker): Passed 163 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: acpi: Device is queued (SEQNUM=2514, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: acpi: Device ready for processing (SEQNUM=2514, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: acpi: sd-device-monitor(manager): Passed 163 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: 8250_pci: Processing device (SEQNUM=2513, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: acpi_x86: Device is queued (SEQNUM=2515, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: acpi: Processing device (SEQNUM=2514, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: acpi_x86: Device ready for processing (SEQNUM=2515, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: acpi_x86: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: acpiphp: Device is queued (SEQNUM=2516, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: acpi_x86: Processing device (SEQNUM=2515, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: acpiphp: Device ready for processing (SEQNUM=2516, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: acpiphp: Processing device (SEQNUM=2516, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: acpi: Device processed (SEQNUM=2514, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: acpi: sd-device-monitor(worker): Passed 163 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: vcsa9: Setting permissions /dev/vcsa9, uid=0, gid=5, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[358]: vcsa9: Successfully created symlink '/dev/char/7:137' to '/dev/vcsa9'
Jul 11 23:04:31 megalex (udev-worker)[359]: 8250_pci: Device processed (SEQNUM=2513, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: 8250_pci: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: vcsa9: sd-device: Created database file '/run/udev/data/c7:137' for '/devices/virtual/vc/vcsa9'.
Jul 11 23:04:31 megalex (udev-worker)[352]: acpiphp: Device processed (SEQNUM=2516, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: acpiphp: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: acpiphp: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: vcsa9: sd-device: Created database file '/run/udev/data/c7:137' for '/devices/virtual/vc/vcsa9'.
Jul 11 23:04:31 megalex (udev-worker)[357]: acpi_x86: Device processed (SEQNUM=2515, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: vcsa9: Device processed (SEQNUM=2511, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: acpi_x86: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: vcsa9: sd-device-monitor(worker): Passed 196 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ahci: Device is queued (SEQNUM=2517, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ahci: Device ready for processing (SEQNUM=2517, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ahci: sd-device-monitor(manager): Passed 163 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[356]: ahci: Processing device (SEQNUM=2517, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: apparmor: Device is queued (SEQNUM=2518, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: apparmor: Device ready for processing (SEQNUM=2518, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: apparmor: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: apparmor: Processing device (SEQNUM=2518, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: atkbd: Device is queued (SEQNUM=2519, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: atkbd: Device ready for processing (SEQNUM=2519, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: atkbd: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: atkbd: Processing device (SEQNUM=2519, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: battery: Device is queued (SEQNUM=2520, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: battery: Device ready for processing (SEQNUM=2520, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: battery: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: binder: Device is queued (SEQNUM=2521, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: battery: Processing device (SEQNUM=2520, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: binder: Device ready for processing (SEQNUM=2521, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: binder: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: binder_alloc: Device is queued (SEQNUM=2522, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: binder_alloc: Device ready for processing (SEQNUM=2522, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: binder: Processing device (SEQNUM=2521, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: binder_alloc: sd-device-monitor(manager): Passed 171 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[356]: ahci: Device processed (SEQNUM=2517, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: ahci: sd-device-monitor(worker): Passed 163 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: blk_cgroup: Device is queued (SEQNUM=2523, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: blk_cgroup: Device ready for processing (SEQNUM=2523, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: blk_cgroup: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: blk_crypto: Device is queued (SEQNUM=2524, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: blk_cgroup: Processing device (SEQNUM=2523, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: blk_crypto: Device ready for processing (SEQNUM=2524, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: apparmor: Device processed (SEQNUM=2518, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: blk_crypto: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: apparmor: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: block: Device is queued (SEQNUM=2525, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: block: Device ready for processing (SEQNUM=2525, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: atkbd: Device processed (SEQNUM=2519, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: binder_alloc: Processing device (SEQNUM=2522, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: atkbd: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[352]: binder: Device processed (SEQNUM=2521, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: binder: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: battery: Device processed (SEQNUM=2520, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 360.
Jul 11 23:04:31 megalex (udev-worker)[353]: blk_cgroup: Device processed (SEQNUM=2523, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: battery: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[353]: blk_cgroup: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: block: Worker [360] is forked for processing SEQNUM=2525.
Jul 11 23:04:31 megalex (udev-worker)[356]: blk_crypto: Processing device (SEQNUM=2524, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: binder_alloc: Device processed (SEQNUM=2522, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: button: Device is queued (SEQNUM=2526, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: button: Device ready for processing (SEQNUM=2526, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: binder_alloc: sd-device-monitor(worker): Passed 171 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: button: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[360]: block: Processing device (SEQNUM=2525, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: clocksource: Device is queued (SEQNUM=2527, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: button: Processing device (SEQNUM=2526, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: clocksource: Device ready for processing (SEQNUM=2527, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: clocksource: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: configfs: Device is queued (SEQNUM=2528, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: configfs: Device ready for processing (SEQNUM=2528, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: blk_crypto: Device processed (SEQNUM=2524, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: configfs: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[356]: blk_crypto: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[360]: block: /usr/lib/udev/rules.d/60-block.rules:5 Writing ATTR{'/sys/module/block/parameters/events_dfl_poll_msecs'}="2000".
Jul 11 23:04:31 megalex (udev-worker)[358]: configfs: Processing device (SEQNUM=2528, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: cpufreq: Device is queued (SEQNUM=2529, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: cpufreq: Device ready for processing (SEQNUM=2529, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: cpufreq: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: clocksource: Processing device (SEQNUM=2527, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: cpuidle: Device is queued (SEQNUM=2530, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: cpuidle: Device ready for processing (SEQNUM=2530, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: cpuidle: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: crypto_user: Device is queued (SEQNUM=2531, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: crypto_user: Device ready for processing (SEQNUM=2531, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: cpufreq: Processing device (SEQNUM=2529, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: crypto_user: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: cryptomgr: Device is queued (SEQNUM=2532, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: cryptomgr: Device ready for processing (SEQNUM=2532, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: cryptomgr: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: damon_lru_sort: Device is queued (SEQNUM=2533, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: damon_lru_sort: Device ready for processing (SEQNUM=2533, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: block: Device processed (SEQNUM=2525, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: block: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: button: Device processed (SEQNUM=2526, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: button: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: clocksource: Device processed (SEQNUM=2527, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: clocksource: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: configfs: sd-device: Created database file '/run/udev/data/+module:configfs' for '/module/configfs'.
Jul 11 23:04:31 megalex (udev-worker)[352]: cpufreq: Device processed (SEQNUM=2529, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: cryptomgr: Processing device (SEQNUM=2532, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: cpufreq: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: configfs: sd-device: Created database file '/run/udev/data/+module:configfs' for '/module/configfs'.
Jul 11 23:04:31 megalex (udev-worker)[358]: configfs: Device processed (SEQNUM=2528, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 361.
Jul 11 23:04:31 megalex (udev-worker)[354]: crypto_user: Processing device (SEQNUM=2531, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: cpuidle: Processing device (SEQNUM=2530, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: damon_lru_sort: Worker [361] is forked for processing SEQNUM=2533.
Jul 11 23:04:31 megalex systemd-udevd[346]: damon_reclaim: Device is queued (SEQNUM=2534, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: damon_reclaim: Device ready for processing (SEQNUM=2534, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: damon_reclaim: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: device_hmem: Device is queued (SEQNUM=2535, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: device_hmem: Device ready for processing (SEQNUM=2535, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: device_hmem: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: dm_mod: Device is queued (SEQNUM=2536, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: dm_mod: Device ready for processing (SEQNUM=2536, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: dm_mod: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: drm: Device is queued (SEQNUM=2537, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: drm: Device ready for processing (SEQNUM=2537, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: crypto_user: Device processed (SEQNUM=2531, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: cpuidle: Device processed (SEQNUM=2530, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: drm: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[354]: crypto_user: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[356]: cpuidle: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: drm_client_lib: Device is queued (SEQNUM=2538, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: drm_client_lib: Device ready for processing (SEQNUM=2538, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: dm_mod: Processing device (SEQNUM=2536, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: cryptomgr: Device processed (SEQNUM=2532, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: damon_reclaim: Processing device (SEQNUM=2534, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: cryptomgr: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[360]: drm: Processing device (SEQNUM=2537, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: configfs: sd-device-monitor(worker): Passed 243 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[361]: damon_lru_sort: Processing device (SEQNUM=2533, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: dm_mod: Device processed (SEQNUM=2536, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: dm_mod: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: device_hmem: Processing device (SEQNUM=2535, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 362.
Jul 11 23:04:31 megalex (udev-worker)[359]: damon_reclaim: Device processed (SEQNUM=2534, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: drm_client_lib: Worker [362] is forked for processing SEQNUM=2538.
Jul 11 23:04:31 megalex (udev-worker)[359]: damon_reclaim: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: drm_kms_helper: Device is queued (SEQNUM=2539, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: drm_kms_helper: Device ready for processing (SEQNUM=2539, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: drm_kms_helper: sd-device-monitor(manager): Passed 173 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[360]: drm: Device processed (SEQNUM=2537, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: drm: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: dw_dmac_pci: Device is queued (SEQNUM=2540, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: dw_dmac_pci: Device ready for processing (SEQNUM=2540, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: dw_dmac_pci: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: drm_client_lib: Processing device (SEQNUM=2538, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: dw_dmac_pci: Processing device (SEQNUM=2540, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: dynamic_debug: Device is queued (SEQNUM=2541, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: dynamic_debug: Device ready for processing (SEQNUM=2541, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[361]: damon_lru_sort: Device processed (SEQNUM=2533, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: device_hmem: Device processed (SEQNUM=2535, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: dynamic_debug: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: device_hmem: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[361]: damon_lru_sort: sd-device-monitor(worker): Passed 173 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: edac_core: Device is queued (SEQNUM=2542, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: dynamic_debug: Processing device (SEQNUM=2541, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: edac_core: Device ready for processing (SEQNUM=2542, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: edac_core: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[356]: drm_kms_helper: Processing device (SEQNUM=2539, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: efi_pstore: Device is queued (SEQNUM=2543, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: efi_pstore: Device ready for processing (SEQNUM=2543, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: efi_pstore: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ehci_hcd: Device is queued (SEQNUM=2544, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ehci_hcd: Device ready for processing (SEQNUM=2544, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: efi_pstore: Processing device (SEQNUM=2543, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ehci_hcd: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ehci_pci: Device is queued (SEQNUM=2545, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ehci_pci: Device ready for processing (SEQNUM=2545, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ehci_pci: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: fb: Device is queued (SEQNUM=2546, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: dw_dmac_pci: Device processed (SEQNUM=2540, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: fb: Device ready for processing (SEQNUM=2546, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: dw_dmac_pci: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: fb: sd-device-monitor(manager): Passed 161 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: firmware_class: Device is queued (SEQNUM=2547, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: edac_core: Processing device (SEQNUM=2542, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: firmware_class: Device ready for processing (SEQNUM=2547, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: drm_kms_helper: Device processed (SEQNUM=2539, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: drm_client_lib: Device processed (SEQNUM=2538, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: firmware_class: sd-device-monitor(manager): Passed 173 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[356]: drm_kms_helper: sd-device-monitor(worker): Passed 173 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: drm_client_lib: sd-device-monitor(worker): Passed 173 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: fscrypto: Device is queued (SEQNUM=2548, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: fscrypto: Device ready for processing (SEQNUM=2548, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: fscrypto: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[353]: fscrypto: Processing device (SEQNUM=2548, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: efi_pstore: Device processed (SEQNUM=2543, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: fuse: Device is queued (SEQNUM=2549, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: efi_pstore: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: fuse: Device ready for processing (SEQNUM=2549, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: fuse: sd-device-monitor(manager): Passed 163 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: dynamic_debug: Device processed (SEQNUM=2541, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: dynamic_debug: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: gpiolib_acpi: Device is queued (SEQNUM=2550, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: fuse: Processing device (SEQNUM=2549, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: ehci_pci: Processing device (SEQNUM=2545, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: gpiolib_acpi: Device ready for processing (SEQNUM=2550, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: gpiolib_acpi: sd-device-monitor(manager): Passed 171 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: grant_table: Device is queued (SEQNUM=2551, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: grant_table: Device ready for processing (SEQNUM=2551, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: grant_table: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[352]: edac_core: Device processed (SEQNUM=2542, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: haltpoll: Device is queued (SEQNUM=2552, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: edac_core: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: haltpoll: Device ready for processing (SEQNUM=2552, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: haltpoll: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: firmware_class: Processing device (SEQNUM=2547, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: hibernate: Device is queued (SEQNUM=2553, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: haltpoll: Processing device (SEQNUM=2552, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: hibernate: Device ready for processing (SEQNUM=2553, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: hibernate: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: hid: Device is queued (SEQNUM=2554, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: hid: Device ready for processing (SEQNUM=2554, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: fscrypto: Device processed (SEQNUM=2548, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: fscrypto: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[360]: ehci_pci: Device processed (SEQNUM=2545, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: ehci_pci: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[361]: ehci_hcd: Processing device (SEQNUM=2544, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: gpiolib_acpi: Processing device (SEQNUM=2550, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: grant_table: Processing device (SEQNUM=2551, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: fuse: sd-device: Created database file '/run/udev/data/+module:fuse' for '/module/fuse'.
Jul 11 23:04:31 megalex (udev-worker)[362]: fuse: sd-device: Created database file '/run/udev/data/+module:fuse' for '/module/fuse'.
Jul 11 23:04:31 megalex (udev-worker)[362]: fuse: Device processed (SEQNUM=2549, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: firmware_class: Device processed (SEQNUM=2547, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: firmware_class: sd-device-monitor(worker): Passed 173 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[352]: hibernate: Processing device (SEQNUM=2553, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[361]: ehci_hcd: Device processed (SEQNUM=2544, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[361]: ehci_hcd: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[356]: gpiolib_acpi: Device processed (SEQNUM=2550, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: haltpoll: Device processed (SEQNUM=2552, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: grant_table: Device processed (SEQNUM=2551, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: gpiolib_acpi: sd-device-monitor(worker): Passed 171 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[354]: fb: Processing device (SEQNUM=2546, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: grant_table: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: haltpoll: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: fuse: sd-device-monitor(worker): Passed 245 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[352]: hibernate: Device processed (SEQNUM=2553, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: hibernate: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[354]: fb: Device processed (SEQNUM=2546, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: fb: sd-device-monitor(worker): Passed 161 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 363.
Jul 11 23:04:31 megalex systemd-udevd[346]: hid: Worker [363] is forked for processing SEQNUM=2554.
Jul 11 23:04:31 megalex systemd-udevd[346]: hid_generic: Device is queued (SEQNUM=2555, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: hid_generic: Device ready for processing (SEQNUM=2555, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: hid_generic: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: hid: Processing device (SEQNUM=2554, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: i2c_designware_pci: Device is queued (SEQNUM=2556, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: hid_generic: Processing device (SEQNUM=2555, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: i2c_designware_pci: Device ready for processing (SEQNUM=2556, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: i2c_designware_pci: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: i2c_dev: Device is queued (SEQNUM=2557, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: i2c_dev: Device ready for processing (SEQNUM=2557, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: i2c_designware_pci: Processing device (SEQNUM=2556, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: i2c_dev: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: i8042: Device is queued (SEQNUM=2558, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: i2c_dev: Processing device (SEQNUM=2557, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: i8042: Device ready for processing (SEQNUM=2558, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: i8042: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: i8042: Processing device (SEQNUM=2558, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: intel_idle: Device is queued (SEQNUM=2559, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: intel_idle: Device ready for processing (SEQNUM=2559, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: intel_idle: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: intel_scu_pcidrv: Device is queued (SEQNUM=2560, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: intel_scu_pcidrv: Device ready for processing (SEQNUM=2560, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: intel_scu_pcidrv: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[361]: intel_scu_pcidrv: Processing device (SEQNUM=2560, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: iosf_mbi: Device is queued (SEQNUM=2561, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: iosf_mbi: Device ready for processing (SEQNUM=2561, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: hid_generic: Device processed (SEQNUM=2555, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: iosf_mbi: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: hid_generic: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ip_tables: Device is queued (SEQNUM=2562, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: hid: Device processed (SEQNUM=2554, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ip_tables: Device ready for processing (SEQNUM=2562, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: intel_idle: Processing device (SEQNUM=2559, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: hid: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ip_tables: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[360]: ip_tables: Processing device (SEQNUM=2562, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: i2c_designware_pci: Device processed (SEQNUM=2556, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ipe: Device is queued (SEQNUM=2563, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ipe: Device ready for processing (SEQNUM=2563, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: i2c_designware_pci: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ipe: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ipv6: Device is queued (SEQNUM=2564, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ipe: Processing device (SEQNUM=2563, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ipv6: Device ready for processing (SEQNUM=2564, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ipv6: sd-device-monitor(manager): Passed 163 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: kernel: Device is queued (SEQNUM=2565, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: kernel: Device ready for processing (SEQNUM=2565, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: kernel: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: i2c_dev: Device processed (SEQNUM=2557, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[361]: intel_scu_pcidrv: Device processed (SEQNUM=2560, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: i2c_dev: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[361]: intel_scu_pcidrv: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: keyboard: Device is queued (SEQNUM=2566, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: keyboard: Device ready for processing (SEQNUM=2566, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: keyboard: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[352]: iosf_mbi: Processing device (SEQNUM=2561, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: intel_idle: Device processed (SEQNUM=2559, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: kfence: Device is queued (SEQNUM=2567, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: intel_idle: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: kfence: Device ready for processing (SEQNUM=2567, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: kfence: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[360]: ip_tables: Device processed (SEQNUM=2562, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: ip_tables: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[356]: ipv6: Processing device (SEQNUM=2564, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: libahci: Device is queued (SEQNUM=2568, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: libahci: Device ready for processing (SEQNUM=2568, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: libahci: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: ipe: Device processed (SEQNUM=2563, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: keyboard: Processing device (SEQNUM=2566, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ipe: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: libata: Device is queued (SEQNUM=2569, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: libata: Device ready for processing (SEQNUM=2569, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: libata: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: libahci: Processing device (SEQNUM=2568, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: i8042: Device processed (SEQNUM=2558, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: i8042: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: loop: Device is queued (SEQNUM=2570, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: loop: Device ready for processing (SEQNUM=2570, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: loop: sd-device-monitor(manager): Passed 163 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[361]: libata: Processing device (SEQNUM=2569, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: memory_hotplug: Device is queued (SEQNUM=2571, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: memory_hotplug: Device ready for processing (SEQNUM=2571, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: memory_hotplug: sd-device-monitor(manager): Passed 173 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: memory_hotplug: Processing device (SEQNUM=2571, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: microcode: Device is queued (SEQNUM=2572, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: microcode: Device ready for processing (SEQNUM=2572, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: microcode: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[356]: ipv6: Device processed (SEQNUM=2564, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: ipv6: sd-device-monitor(worker): Passed 163 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: module: Device is queued (SEQNUM=2573, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: module: Device ready for processing (SEQNUM=2573, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: keyboard: Device processed (SEQNUM=2566, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: module: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[354]: keyboard: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[352]: iosf_mbi: Device processed (SEQNUM=2561, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: iosf_mbi: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: msr: Device is queued (SEQNUM=2574, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: libahci: Device processed (SEQNUM=2568, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: msr: Device ready for processing (SEQNUM=2574, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: microcode: Processing device (SEQNUM=2572, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: libahci: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: msr: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: kfence: Processing device (SEQNUM=2567, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: msr: Processing device (SEQNUM=2574, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: mxm_wmi: Device is queued (SEQNUM=2575, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: mxm_wmi: Device ready for processing (SEQNUM=2575, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: mxm_wmi: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: netpoll: Device is queued (SEQNUM=2576, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: mxm_wmi: Processing device (SEQNUM=2575, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: netpoll: Device ready for processing (SEQNUM=2576, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: netpoll: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: memory_hotplug: Device processed (SEQNUM=2571, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: nfnetlink: Device is queued (SEQNUM=2577, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: nfnetlink: Device ready for processing (SEQNUM=2577, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: memory_hotplug: sd-device-monitor(worker): Passed 173 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: nfnetlink: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: nmi_backtrace: Device is queued (SEQNUM=2578, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: nfnetlink: Processing device (SEQNUM=2577, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: nmi_backtrace: Device ready for processing (SEQNUM=2578, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: nmi_backtrace: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ohci_pci: Device is queued (SEQNUM=2579, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ohci_pci: Device ready for processing (SEQNUM=2579, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: msr: Device processed (SEQNUM=2574, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: msr: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: mxm_wmi: Device processed (SEQNUM=2575, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: mxm_wmi: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: kfence: Device processed (SEQNUM=2567, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: kfence: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[361]: libata: Device processed (SEQNUM=2569, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: nfnetlink: Device processed (SEQNUM=2577, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 364.
Jul 11 23:04:31 megalex (udev-worker)[361]: libata: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[354]: nfnetlink: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[352]: netpoll: Processing device (SEQNUM=2576, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ohci_pci: Worker [364] is forked for processing SEQNUM=2579.
Jul 11 23:04:31 megalex (udev-worker)[358]: nmi_backtrace: Processing device (SEQNUM=2578, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: page_alloc: Device is queued (SEQNUM=2580, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: microcode: Device processed (SEQNUM=2572, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: microcode: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: ohci_pci: Processing device (SEQNUM=2579, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: page_alloc: Device ready for processing (SEQNUM=2580, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: page_alloc: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[353]: module: Processing device (SEQNUM=2573, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: kernel: Processing device (SEQNUM=2565, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: page_reporting: Device is queued (SEQNUM=2581, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: page_alloc: Processing device (SEQNUM=2580, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: page_reporting: Device ready for processing (SEQNUM=2581, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: page_reporting: sd-device-monitor(manager): Passed 173 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: pci_hotplug: Device is queued (SEQNUM=2582, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: page_reporting: Processing device (SEQNUM=2581, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: pci_hotplug: Device ready for processing (SEQNUM=2582, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: pci_hotplug: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: pci_stub: Device is queued (SEQNUM=2583, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: pci_stub: Device ready for processing (SEQNUM=2583, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: pci_stub: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[361]: pci_stub: Processing device (SEQNUM=2583, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: pcie_aspm: Device is queued (SEQNUM=2584, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: pcie_aspm: Device ready for processing (SEQNUM=2584, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: pcie_aspm: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[360]: pcie_aspm: Processing device (SEQNUM=2584, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: pciehp: Device is queued (SEQNUM=2585, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: pciehp: Device ready for processing (SEQNUM=2585, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: pciehp: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: kernel: Device processed (SEQNUM=2565, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: page_alloc: Device processed (SEQNUM=2580, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: kernel: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: pcieportdrv: Device is queued (SEQNUM=2586, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: page_alloc: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: pcieportdrv: Device ready for processing (SEQNUM=2586, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: ohci_pci: Device processed (SEQNUM=2579, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: ohci_pci: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: nmi_backtrace: Device processed (SEQNUM=2578, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: nmi_backtrace: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[354]: pciehp: Processing device (SEQNUM=2585, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: pcie_aspm: Device processed (SEQNUM=2584, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: pcie_aspm: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: page_reporting: Device processed (SEQNUM=2581, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 365.
Jul 11 23:04:31 megalex (udev-worker)[359]: page_reporting: sd-device-monitor(worker): Passed 173 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: pcieportdrv: Worker [365] is forked for processing SEQNUM=2586.
Jul 11 23:04:31 megalex (udev-worker)[361]: pci_stub: Device processed (SEQNUM=2583, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[361]: pci_stub: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[353]: module: Device processed (SEQNUM=2573, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: module: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: loop: Processing device (SEQNUM=2570, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: pci_hotplug: Processing device (SEQNUM=2582, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: platform_pci: Device is queued (SEQNUM=2587, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: platform_pci: Device ready for processing (SEQNUM=2587, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: platform_pci: sd-device-monitor(manager): Passed 171 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[365]: pcieportdrv: Processing device (SEQNUM=2586, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: pnp: Device is queued (SEQNUM=2588, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: pnp: Device ready for processing (SEQNUM=2588, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: netpoll: Device processed (SEQNUM=2576, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: pnp: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[352]: netpoll: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[354]: pciehp: Device processed (SEQNUM=2585, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: printk: Device is queued (SEQNUM=2589, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: pciehp: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: printk: Device ready for processing (SEQNUM=2589, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: pnp: Processing device (SEQNUM=2588, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: platform_pci: Processing device (SEQNUM=2587, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: printk: Processing device (SEQNUM=2589, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: pci_hotplug: Device processed (SEQNUM=2582, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: loop: Device processed (SEQNUM=2570, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: pci_hotplug: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: loop: sd-device-monitor(worker): Passed 163 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: printk: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: processor: Device is queued (SEQNUM=2590, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: processor: Device ready for processing (SEQNUM=2590, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: processor: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: pstore: Device is queued (SEQNUM=2591, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[365]: pcieportdrv: Device processed (SEQNUM=2586, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: pstore: Device ready for processing (SEQNUM=2591, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: pstore: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[365]: pcieportdrv: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: printk: Device processed (SEQNUM=2589, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: platform_pci: Device processed (SEQNUM=2587, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: platform_pci: sd-device-monitor(worker): Passed 171 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: random: Device is queued (SEQNUM=2592, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: printk: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: pstore: Processing device (SEQNUM=2591, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: random: Device ready for processing (SEQNUM=2592, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: random: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: processor: Processing device (SEQNUM=2590, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: random: Processing device (SEQNUM=2592, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: rcupdate: Device is queued (SEQNUM=2593, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: rcupdate: Device ready for processing (SEQNUM=2593, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: rcupdate: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: pnp: Device processed (SEQNUM=2588, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: pnp: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: rcutree: Device is queued (SEQNUM=2594, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: rcupdate: Processing device (SEQNUM=2593, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: rcutree: Device ready for processing (SEQNUM=2594, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: rcutree: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: rng_core: Device is queued (SEQNUM=2595, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: rng_core: Device ready for processing (SEQNUM=2595, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: rng_core: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: rtc_cmos: Device is queued (SEQNUM=2596, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: rng_core: Processing device (SEQNUM=2595, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: rtc_cmos: Device ready for processing (SEQNUM=2596, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: rtc_cmos: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: pstore: Device processed (SEQNUM=2591, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: pstore: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: scsi_mod: Device is queued (SEQNUM=2597, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: scsi_mod: Device ready for processing (SEQNUM=2597, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: scsi_mod: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: random: Device processed (SEQNUM=2592, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: rcutree: Processing device (SEQNUM=2594, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: random: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: processor: Device processed (SEQNUM=2590, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: processor: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: secretmem: Device is queued (SEQNUM=2598, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: secretmem: Device ready for processing (SEQNUM=2598, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: secretmem: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: rcupdate: Device processed (SEQNUM=2593, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[365]: rtc_cmos: Processing device (SEQNUM=2596, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: secretmem: Processing device (SEQNUM=2598, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: rcupdate: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: serio_raw: Device is queued (SEQNUM=2599, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serio_raw: Device ready for processing (SEQNUM=2599, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serio_raw: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[354]: scsi_mod: Processing device (SEQNUM=2597, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: shpchp: Device is queued (SEQNUM=2600, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: shpchp: Device ready for processing (SEQNUM=2600, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: shpchp: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: slab_common: Device is queued (SEQNUM=2601, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: slab_common: Device ready for processing (SEQNUM=2601, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: slab_common: sd-device-monitor(manager): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: spurious: Device is queued (SEQNUM=2602, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: rcutree: Device processed (SEQNUM=2594, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: spurious: Device ready for processing (SEQNUM=2602, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: rcutree: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: spurious: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: srcutree: Device is queued (SEQNUM=2603, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: spurious: Processing device (SEQNUM=2602, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: srcutree: Device ready for processing (SEQNUM=2603, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: srcutree: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: secretmem: Device processed (SEQNUM=2598, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: rng_core: Device processed (SEQNUM=2595, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: secretmem: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: rng_core: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[365]: rtc_cmos: Device processed (SEQNUM=2596, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: srcutree: Processing device (SEQNUM=2603, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: suspend: Device is queued (SEQNUM=2604, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[365]: rtc_cmos: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: suspend: Device ready for processing (SEQNUM=2604, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: scsi_mod: Device processed (SEQNUM=2597, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: suspend: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: serio_raw: Processing device (SEQNUM=2599, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: scsi_mod: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: shpchp: Processing device (SEQNUM=2600, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: suspend: Processing device (SEQNUM=2604, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: sysrq: Device is queued (SEQNUM=2605, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: sysrq: Device ready for processing (SEQNUM=2605, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: sysrq: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: tcp_cubic: Device is queued (SEQNUM=2606, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: sysrq: Processing device (SEQNUM=2605, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: tcp_cubic: Device ready for processing (SEQNUM=2606, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: tcp_cubic: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: thermal: Device is queued (SEQNUM=2607, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: thermal: Device ready for processing (SEQNUM=2607, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: thermal: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: tpm: Device is queued (SEQNUM=2608, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: tpm: Device ready for processing (SEQNUM=2608, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: tpm: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: srcutree: Device processed (SEQNUM=2603, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: tpm_crb: Device is queued (SEQNUM=2609, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: srcutree: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: serio_raw: Device processed (SEQNUM=2599, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: slab_common: Processing device (SEQNUM=2601, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: tpm: Processing device (SEQNUM=2608, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: shpchp: Device processed (SEQNUM=2600, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: suspend: Device processed (SEQNUM=2604, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: tcp_cubic: Processing device (SEQNUM=2606, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: tpm: Device processed (SEQNUM=2608, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: spurious: Device processed (SEQNUM=2602, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: sysrq: Device processed (SEQNUM=2605, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: tpm_crb: Device ready for processing (SEQNUM=2609, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: serio_raw: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: shpchp: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[353]: suspend: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[354]: tpm: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[360]: spurious: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[365]: thermal: Processing device (SEQNUM=2607, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: slab_common: Device processed (SEQNUM=2601, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: sysrq: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: tpm_crb: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[352]: tpm_crb: Processing device (SEQNUM=2609, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: tcp_cubic: Device processed (SEQNUM=2606, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: slab_common: sd-device-monitor(worker): Passed 170 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: tpm_tis: Device is queued (SEQNUM=2610, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: tcp_cubic: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[365]: thermal: Device processed (SEQNUM=2607, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: tpm_tis: Device ready for processing (SEQNUM=2610, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[365]: thermal: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: tpm_tis: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: tpm_tis_core: Device is queued (SEQNUM=2611, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: tpm_crb: Device processed (SEQNUM=2609, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: tpm_tis: Processing device (SEQNUM=2610, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: tpm_tis_core: Device ready for processing (SEQNUM=2611, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: tpm_crb: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: tpm_tis_core: sd-device-monitor(manager): Passed 171 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: udmabuf: Device is queued (SEQNUM=2612, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: tpm_tis_core: Processing device (SEQNUM=2611, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: udmabuf: Device ready for processing (SEQNUM=2612, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: udmabuf: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: udmabuf: Processing device (SEQNUM=2612, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: uhci_hcd: Device is queued (SEQNUM=2613, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: tpm_tis: Device processed (SEQNUM=2610, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: uhci_hcd: Device ready for processing (SEQNUM=2613, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: tpm_tis: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: uhci_hcd: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: uhci_hcd: Processing device (SEQNUM=2613, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: tpm_tis_core: Device processed (SEQNUM=2611, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: usbcore: Device is queued (SEQNUM=2614, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: tpm_tis_core: sd-device-monitor(worker): Passed 171 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: usbcore: Device ready for processing (SEQNUM=2614, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: usbcore: sd-device-monitor(manager): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: usbcore: Processing device (SEQNUM=2614, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: uhci_hcd: Device processed (SEQNUM=2613, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: usbhid: Device is queued (SEQNUM=2615, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: udmabuf: Device processed (SEQNUM=2612, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: uhci_hcd: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: usbhid: Device ready for processing (SEQNUM=2615, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: usbhid: Processing device (SEQNUM=2615, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: usbhid: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: udmabuf: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: usbcore: Device processed (SEQNUM=2614, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: usbserial: Device is queued (SEQNUM=2616, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: usbcore: sd-device-monitor(worker): Passed 166 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: usbhid: Device processed (SEQNUM=2615, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: usbserial: Device ready for processing (SEQNUM=2616, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: usbhid: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: usbserial: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: usbserial: Processing device (SEQNUM=2616, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: video: Device is queued (SEQNUM=2617, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: video: Device ready for processing (SEQNUM=2617, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: video: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: video: Processing device (SEQNUM=2617, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: virtio_blk: Device is queued (SEQNUM=2618, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: virtio_blk: Device ready for processing (SEQNUM=2618, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: virtio_blk: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: virtio_blk: Processing device (SEQNUM=2618, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: virtio_pci: Device is queued (SEQNUM=2619, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: virtio_pci: Device ready for processing (SEQNUM=2619, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: virtio_pci: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: video: Device processed (SEQNUM=2617, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: virtio_pci_legacy_dev: Device is queued (SEQNUM=2620, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: usbserial: Device processed (SEQNUM=2616, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: virtio_pci: Processing device (SEQNUM=2619, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: video: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: virtio_pci_legacy_dev: Device ready for processing (SEQNUM=2620, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: usbserial: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: virtio_blk: Device processed (SEQNUM=2618, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: virtio_pci_legacy_dev: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: virtio_pci_legacy_dev: Processing device (SEQNUM=2620, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: virtio_pci: Device processed (SEQNUM=2619, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: virtio_blk: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: virtio_pci_modern_dev: Device is queued (SEQNUM=2621, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: virtio_pci_modern_dev: Device ready for processing (SEQNUM=2621, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: virtio_pci_modern_dev: Processing device (SEQNUM=2621, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: virtio_pci_modern_dev: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: vt: Device is queued (SEQNUM=2622, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: virtio_pci_legacy_dev: Device processed (SEQNUM=2620, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: virtio_pci: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: vt: Device ready for processing (SEQNUM=2622, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: virtio_pci_legacy_dev: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: vt: sd-device-monitor(manager): Passed 161 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: virtio_pci_modern_dev: Device processed (SEQNUM=2621, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: vt: Processing device (SEQNUM=2622, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: watchdog: Device is queued (SEQNUM=2623, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: virtio_pci_modern_dev: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: watchdog: Device ready for processing (SEQNUM=2623, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: watchdog: Processing device (SEQNUM=2623, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: watchdog: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: vt: Device processed (SEQNUM=2622, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: wmi: Device is queued (SEQNUM=2624, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: vt: sd-device-monitor(worker): Passed 161 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: wmi: Device ready for processing (SEQNUM=2624, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: wmi: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: wmi: Processing device (SEQNUM=2624, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: workqueue: Device is queued (SEQNUM=2625, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: workqueue: Device ready for processing (SEQNUM=2625, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: workqueue: Processing device (SEQNUM=2625, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: workqueue: sd-device-monitor(manager): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: watchdog: Device processed (SEQNUM=2623, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: x_tables: Device is queued (SEQNUM=2626, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: watchdog: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: x_tables: Device ready for processing (SEQNUM=2626, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: wmi: Device processed (SEQNUM=2624, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: x_tables: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: x_tables: Processing device (SEQNUM=2626, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: wmi: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: workqueue: Device processed (SEQNUM=2625, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: xen: Device is queued (SEQNUM=2627, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: workqueue: sd-device-monitor(worker): Passed 168 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: xen: Device ready for processing (SEQNUM=2627, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: xen: Processing device (SEQNUM=2627, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: xen: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: xhci_hcd: Device is queued (SEQNUM=2628, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: x_tables: Device processed (SEQNUM=2626, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: xhci_hcd: Device ready for processing (SEQNUM=2628, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: x_tables: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: xhci_hcd: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: xhci_hcd: Processing device (SEQNUM=2628, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: xhci_pci: Device is queued (SEQNUM=2629, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: xen: Device processed (SEQNUM=2627, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: xhci_pci: Device ready for processing (SEQNUM=2629, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: xen: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: xhci_pci: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: xz_dec: Device is queued (SEQNUM=2630, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: xhci_pci: Processing device (SEQNUM=2629, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: xz_dec: Device ready for processing (SEQNUM=2630, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: xz_dec: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: zswap: Device is queued (SEQNUM=2631, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: xz_dec: Processing device (SEQNUM=2630, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: zswap: Device ready for processing (SEQNUM=2631, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: xhci_hcd: Device processed (SEQNUM=2628, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: zswap: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: zswap: Processing device (SEQNUM=2631, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: xhci_hcd: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: 0000:00:17.0: Device is queued (SEQNUM=2632, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: 0000:00:17.0: Device ready for processing (SEQNUM=2632, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: 0000:00:17.0: sd-device-monitor(manager): Passed 339 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: xhci_pci: Device processed (SEQNUM=2629, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: 0000:00:17.0: Processing device (SEQNUM=2632, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: host0: Device is queued (SEQNUM=2633, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: xhci_pci: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: xz_dec: Device processed (SEQNUM=2630, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: zswap: Device processed (SEQNUM=2631, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: host0: SEQNUM=2633 blocked by SEQNUM=2632
Jul 11 23:04:31 megalex (udev-worker)[357]: 0000:00:17.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:31 megalex (udev-worker)[362]: xz_dec: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: zswap: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: target0:0:0: Device is queued (SEQNUM=2634, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: 0000:00:17.0: hwdb modalias key: "pci:v00008086d0000A282sv00001462sd00007A63bc01sc06i01"
Jul 11 23:04:31 megalex systemd-udevd[346]: target0:0:0: SEQNUM=2634 blocked by SEQNUM=2632
Jul 11 23:04:31 megalex systemd-udevd[346]: 0:0:0:0: Device is queued (SEQNUM=2635, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: 0:0:0:0: SEQNUM=2635 blocked by SEQNUM=2632
Jul 11 23:04:31 megalex systemd-udevd[346]: sda: Device is queued (SEQNUM=2636, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: sda: SEQNUM=2636 blocked by SEQNUM=2632
Jul 11 23:04:31 megalex systemd-udevd[346]: sda1: Device is queued (SEQNUM=2637, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: sda1: SEQNUM=2637 blocked by SEQNUM=2632
Jul 11 23:04:31 megalex systemd-udevd[346]: sda2: Device is queued (SEQNUM=2638, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: sda2: SEQNUM=2638 blocked by SEQNUM=2632
Jul 11 23:04:31 megalex systemd-udevd[346]: sda3: Device is queued (SEQNUM=2639, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: sda3: SEQNUM=2639 blocked by SEQNUM=2632
Jul 11 23:04:31 megalex systemd-udevd[346]: lo: Device is queued (SEQNUM=2640, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: lo: Device ready for processing (SEQNUM=2640, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: lo: sd-device-monitor(manager): Passed 194 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250: Device is queued (SEQNUM=2641, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: Processing device (SEQNUM=2640, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250: Device ready for processing (SEQNUM=2641, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0: Device is queued (SEQNUM=2642, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250: Processing device (SEQNUM=2641, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: /usr/lib/udev/rules.d/50-udev-default.rules:31 Importing properties from results of builtin command 'net_driver'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0: SEQNUM=2642 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: Querying driver name via ethtool API is not supported by device 'lo', ignoring: Operation not supported
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.0: Device is queued (SEQNUM=2643, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250: hwdb modalias key: "platform:serial8250"
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.0: SEQNUM=2643 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS0: Device is queued (SEQNUM=2644, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS0: SEQNUM=2644 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.1: Device is queued (SEQNUM=2645, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: /usr/lib/udev/rules.d/75-net-description.rules:6 Importing properties from results of builtin command 'hwdb 'net:naming:dr:''
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.1: SEQNUM=2645 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: No entry found from hwdb.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS1: Device is queued (SEQNUM=2646, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: /usr/lib/udev/rules.d/75-net-description.rules:6 Failed to run builtin 'hwdb 'net:naming:dr:'': No data available
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS1: SEQNUM=2646 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: /usr/lib/udev/rules.d/75-net-description.rules:15 Importing properties from results of builtin command 'net_id'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.10: Device is queued (SEQNUM=2647, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: Failed to determine prefix for network interface naming, ignoring: Operation not supported
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.10: SEQNUM=2647 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: /usr/lib/udev/rules.d/80-net-setup-link.rules:5 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS10: Device is queued (SEQNUM=2648, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: /usr/lib/udev/rules.d/80-net-setup-link.rules:5 Failed to run builtin 'path_id': No such file or directory
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250: No entry found from hwdb.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS10: SEQNUM=2648 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: /usr/lib/udev/rules.d/80-net-setup-link.rules:9 Importing properties from results of builtin command 'net_setup_link'
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.11: Device is queued (SEQNUM=2649, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: Device has name_assign_type=2
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.11: SEQNUM=2649 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: Device has addr_assign_type=0
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS11: Device is queued (SEQNUM=2650, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS11: SEQNUM=2650 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: No matching link configuration found, ignoring device.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.12: Device is queued (SEQNUM=2651, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.12: SEQNUM=2651 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: /usr/lib/udev/rules.d/84-nm-drivers.rules:10 Running PROGRAM="/bin/sh -c '/usr/sbin/ethtool -i $1 |/usr/bin/sed -n s/^driver:\ //p' -- lo"
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: Starting '/bin/sh -c '/usr/sbin/ethtool -i $1 |/usr/bin/sed -n s/^driver:\ //p' -- lo'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS12: Device is queued (SEQNUM=2652, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS12: SEQNUM=2652 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.13: Device is queued (SEQNUM=2653, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.13: SEQNUM=2653 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS13: Device is queued (SEQNUM=2654, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: Successfully forked off '(spawn)' as PID 366.
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250: sd-device: Created database file '/run/udev/data/+platform:serial8250' for '/devices/platform/serial8250'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS13: SEQNUM=2654 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250: Running built-in command "kmod load"
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.14: Device is queued (SEQNUM=2655, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: Loading module: platform:serial8250
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.14: SEQNUM=2655 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS14: Device is queued (SEQNUM=2656, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS14: SEQNUM=2656 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.15: Device is queued (SEQNUM=2657, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.15: SEQNUM=2657 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS15: Device is queued (SEQNUM=2658, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS15: SEQNUM=2658 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.16: Device is queued (SEQNUM=2659, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.16: SEQNUM=2659 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS16: Device is queued (SEQNUM=2660, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS16: SEQNUM=2660 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.17: Device is queued (SEQNUM=2661, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.17: SEQNUM=2661 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS17: Device is queued (SEQNUM=2662, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS17: SEQNUM=2662 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.18: Device is queued (SEQNUM=2663, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.18: SEQNUM=2663 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS18: Device is queued (SEQNUM=2664, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS18: SEQNUM=2664 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: '/bin/sh -c '/usr/sbin/ethtool -i $1 |/usr/bin/sed -n s/^driver:\ //p' -- lo'(err) '--: line 1: /usr/sbin/ethtool: No such file or directory'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.19: Device is queued (SEQNUM=2665, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.19: SEQNUM=2665 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS19: Device is queued (SEQNUM=2666, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS19: SEQNUM=2666 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.2: Device is queued (SEQNUM=2667, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.2: SEQNUM=2667 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS2: Device is queued (SEQNUM=2668, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS2: SEQNUM=2668 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.20: Device is queued (SEQNUM=2669, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.20: SEQNUM=2669 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS20: Device is queued (SEQNUM=2670, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS20: SEQNUM=2670 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.21: Device is queued (SEQNUM=2671, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.21: SEQNUM=2671 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS21: Device is queued (SEQNUM=2672, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS21: SEQNUM=2672 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.22: Device is queued (SEQNUM=2673, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.22: SEQNUM=2673 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex (udev-worker)[363]: Failed to find module 'platform:serial8250'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS22: Device is queued (SEQNUM=2674, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250: sd-device: Created database file '/run/udev/data/+platform:serial8250' for '/devices/platform/serial8250'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS22: SEQNUM=2674 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250: Device processed (SEQNUM=2641, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.23: Device is queued (SEQNUM=2675, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250: sd-device-monitor(worker): Passed 288 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.23: SEQNUM=2675 blocked by SEQNUM=2641
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS23: Device is queued (SEQNUM=2676, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0: Device ready for processing (SEQNUM=2642, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250:0: Processing device (SEQNUM=2642, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.0: SEQNUM=2643 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS0: SEQNUM=2644 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.1: SEQNUM=2645 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS1: SEQNUM=2646 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.10: SEQNUM=2647 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS10: SEQNUM=2648 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.11: SEQNUM=2649 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS11: SEQNUM=2650 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.12: SEQNUM=2651 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS12: SEQNUM=2652 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.13: SEQNUM=2653 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250:0: Device processed (SEQNUM=2642, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS13: SEQNUM=2654 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250:0: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.14: SEQNUM=2655 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: Process '/bin/sh -c '/usr/sbin/ethtool -i $1 |/usr/bin/sed -n s/^driver:\ //p' -- lo' succeeded.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS14: SEQNUM=2656 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.15: SEQNUM=2657 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS15: SEQNUM=2658 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.16: SEQNUM=2659 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: sd-device: Created database file '/run/udev/data/n1' for '/devices/virtual/net/lo'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS16: SEQNUM=2660 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: sd-device: Created database file '/run/udev/data/n1' for '/devices/virtual/net/lo'.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.17: SEQNUM=2661 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: Device processed (SEQNUM=2640, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS17: SEQNUM=2662 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex (udev-worker)[362]: lo: sd-device-monitor(worker): Passed 227 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.18: SEQNUM=2663 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS18: SEQNUM=2664 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.19: SEQNUM=2665 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS19: SEQNUM=2666 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.2: SEQNUM=2667 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS2: SEQNUM=2668 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.20: SEQNUM=2669 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS20: SEQNUM=2670 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.21: SEQNUM=2671 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS21: SEQNUM=2672 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.22: SEQNUM=2673 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS22: SEQNUM=2674 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.23: SEQNUM=2675 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS23: SEQNUM=2676 blocked by SEQNUM=2642
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.24: Device is queued (SEQNUM=2677, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.0: Device ready for processing (SEQNUM=2643, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.0: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: serial8250:0.0: Processing device (SEQNUM=2643, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS0: SEQNUM=2644 blocked by SEQNUM=2643
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.1: Device ready for processing (SEQNUM=2645, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250:0.1: Processing device (SEQNUM=2645, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: 0000:00:17.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.1: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS1: SEQNUM=2646 blocked by SEQNUM=2645
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.10: Device ready for processing (SEQNUM=2647, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.10: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS10: SEQNUM=2648 blocked by SEQNUM=2647
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.10: Processing device (SEQNUM=2647, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.11: Device ready for processing (SEQNUM=2649, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250:0.1: Device processed (SEQNUM=2645, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.11: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: serial8250:0.11: Processing device (SEQNUM=2649, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: serial8250:0.0: Device processed (SEQNUM=2643, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250:0.1: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: 0000:00:17.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS11: SEQNUM=2650 blocked by SEQNUM=2649
Jul 11 23:04:31 megalex (udev-worker)[362]: serial8250:0.0: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.10: Device processed (SEQNUM=2647, ACTION=add)
Jul 11 23:04:31 megalex systemd[1]: Received SIGRTMIN+20 from PID 369 (plymouthd).
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.12: Device ready for processing (SEQNUM=2651, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: 0000:00:17.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:17.0' for '/devices/pci0000:00/0000:00:17.0'.
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.10: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.12: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: serial8250:0.11: Device processed (SEQNUM=2649, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: 0000:00:17.0: Running built-in command "kmod load"
Jul 11 23:04:31 megalex (udev-worker)[358]: serial8250:0.12: Processing device (SEQNUM=2651, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS12: SEQNUM=2652 blocked by SEQNUM=2651
Jul 11 23:04:31 megalex (udev-worker)[364]: serial8250:0.11: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: Loading module: pci:v00008086d0000A282sv00001462sd00007A63bc01sc06i01
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.13: Device ready for processing (SEQNUM=2653, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.13: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[365]: serial8250:0.13: Processing device (SEQNUM=2653, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS13: SEQNUM=2654 blocked by SEQNUM=2653
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.14: Device ready for processing (SEQNUM=2655, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.14: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS14: SEQNUM=2656 blocked by SEQNUM=2655
Jul 11 23:04:31 megalex (udev-worker)[354]: serial8250:0.14: Processing device (SEQNUM=2655, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.15: Device ready for processing (SEQNUM=2657, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: serial8250:0.12: Device processed (SEQNUM=2651, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.15: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: serial8250:0.12: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS15: SEQNUM=2658 blocked by SEQNUM=2657
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.16: Device ready for processing (SEQNUM=2659, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.16: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS16: SEQNUM=2660 blocked by SEQNUM=2659
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.17: Device ready for processing (SEQNUM=2661, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: serial8250:0.16: Processing device (SEQNUM=2659, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[365]: serial8250:0.13: Device processed (SEQNUM=2653, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: serial8250:0.15: Processing device (SEQNUM=2657, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.17: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[352]: serial8250:0.17: Processing device (SEQNUM=2661, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[365]: serial8250:0.13: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS17: SEQNUM=2662 blocked by SEQNUM=2661
Jul 11 23:04:31 megalex (udev-worker)[354]: serial8250:0.14: Device processed (SEQNUM=2655, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.18: Device ready for processing (SEQNUM=2663, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: serial8250:0.14: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.18: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[361]: serial8250:0.18: Processing device (SEQNUM=2663, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS18: SEQNUM=2664 blocked by SEQNUM=2663
Jul 11 23:04:31 megalex (udev-worker)[352]: serial8250:0.17: Device processed (SEQNUM=2661, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.19: Device ready for processing (SEQNUM=2665, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: Failed to find module 'pci:v00008086d0000A282sv00001462sd00007A63bc01sc06i01'
Jul 11 23:04:31 megalex (udev-worker)[357]: 0000:00:17.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:17.0' for '/devices/pci0000:00/0000:00:17.0'.
Jul 11 23:04:31 megalex (udev-worker)[360]: serial8250:0.15: Device processed (SEQNUM=2657, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: serial8250:0.17: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.19: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[356]: serial8250:0.19: Processing device (SEQNUM=2665, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: serial8250:0.16: Device processed (SEQNUM=2659, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: 0000:00:17.0: Device processed (SEQNUM=2632, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: serial8250:0.15: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS19: SEQNUM=2666 blocked by SEQNUM=2665
Jul 11 23:04:31 megalex (udev-worker)[361]: serial8250:0.18: Device processed (SEQNUM=2663, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: serial8250:0.16: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: 0000:00:17.0: sd-device-monitor(worker): Passed 638 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.2: Device ready for processing (SEQNUM=2667, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[361]: serial8250:0.18: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[356]: serial8250:0.19: Device processed (SEQNUM=2665, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: serial8250:0.19: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 372.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.2: Worker [372] is forked for processing SEQNUM=2667.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS2: SEQNUM=2668 blocked by SEQNUM=2667
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.20: Device ready for processing (SEQNUM=2669, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[372]: serial8250:0.2: Processing device (SEQNUM=2667, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 373.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.20: Worker [373] is forked for processing SEQNUM=2669.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS20: SEQNUM=2670 blocked by SEQNUM=2669
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.21: Device ready for processing (SEQNUM=2671, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[373]: serial8250:0.20: Processing device (SEQNUM=2669, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 374.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.21: Worker [374] is forked for processing SEQNUM=2671.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS21: SEQNUM=2672 blocked by SEQNUM=2671
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.22: Device ready for processing (SEQNUM=2673, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[372]: serial8250:0.2: Device processed (SEQNUM=2667, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[372]: serial8250:0.2: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[374]: serial8250:0.21: Processing device (SEQNUM=2671, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 375.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.22: Worker [375] is forked for processing SEQNUM=2673.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS22: SEQNUM=2674 blocked by SEQNUM=2673
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.23: Device ready for processing (SEQNUM=2675, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[375]: serial8250:0.22: Processing device (SEQNUM=2673, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 376.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.23: Worker [376] is forked for processing SEQNUM=2675.
Jul 11 23:04:31 megalex (udev-worker)[373]: serial8250:0.20: Device processed (SEQNUM=2669, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS23: SEQNUM=2676 blocked by SEQNUM=2675
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.24: Device ready for processing (SEQNUM=2677, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[373]: serial8250:0.20: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: serial8250:0.23: Processing device (SEQNUM=2675, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 377.
Jul 11 23:04:31 megalex (udev-worker)[374]: serial8250:0.21: Device processed (SEQNUM=2671, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.24: Worker [377] is forked for processing SEQNUM=2677.
Jul 11 23:04:31 megalex (udev-worker)[374]: serial8250:0.21: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS24: Device is queued (SEQNUM=2678, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[375]: serial8250:0.22: Device processed (SEQNUM=2673, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[377]: serial8250:0.24: Processing device (SEQNUM=2677, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[375]: serial8250:0.22: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: host0: Device ready for processing (SEQNUM=2633, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: host0: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: target0:0:0: SEQNUM=2634 blocked by SEQNUM=2633
Jul 11 23:04:31 megalex systemd-udevd[346]: 0:0:0:0: SEQNUM=2635 blocked by SEQNUM=2633
Jul 11 23:04:31 megalex systemd-udevd[346]: sda: SEQNUM=2636 blocked by SEQNUM=2633
Jul 11 23:04:31 megalex systemd-udevd[346]: sda1: SEQNUM=2637 blocked by SEQNUM=2633
Jul 11 23:04:31 megalex systemd-udevd[346]: sda2: SEQNUM=2638 blocked by SEQNUM=2633
Jul 11 23:04:31 megalex systemd-udevd[346]: sda3: SEQNUM=2639 blocked by SEQNUM=2633
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS0: Device ready for processing (SEQNUM=2644, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: host0: Processing device (SEQNUM=2633, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS0: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS1: Device ready for processing (SEQNUM=2646, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS1: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS10: Device ready for processing (SEQNUM=2648, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS0: Processing device (SEQNUM=2644, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS10: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS1: Processing device (SEQNUM=2646, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS0: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[376]: serial8250:0.23: Device processed (SEQNUM=2675, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS11: Device ready for processing (SEQNUM=2650, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS11: Processing device (SEQNUM=2650, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: serial8250:0.23: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS11: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS11: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[377]: serial8250:0.24: Device processed (SEQNUM=2677, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS10: Processing device (SEQNUM=2648, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: host0: Device processed (SEQNUM=2633, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS10: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS12: Device ready for processing (SEQNUM=2652, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: ttyS12: Processing device (SEQNUM=2652, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: host0: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS1: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS12: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: ttyS12: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS0: Setting permissions /dev/ttyS0, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS0: Successfully created symlink '/dev/char/4:64' to '/dev/ttyS0'
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS0: sd-device: Created database file '/run/udev/data/c4:64' for '/devices/platform/serial8250/serial8250:0/serial8250:0.0/tty/ttyS0'.
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS0: sd-device: Created database file '/run/udev/data/c4:64' for '/devices/platform/serial8250/serial8250:0/serial8250:0.0/tty/ttyS0'.
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS0: Device processed (SEQNUM=2644, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS11: Setting permissions /dev/ttyS11, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS11: Successfully created symlink '/dev/char/4:75' to '/dev/ttyS11'
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS11: sd-device: Created database file '/run/udev/data/c4:75' for '/devices/platform/serial8250/serial8250:0/serial8250:0.11/tty/ttyS11'.
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS11: sd-device: Created database file '/run/udev/data/c4:75' for '/devices/platform/serial8250/serial8250:0/serial8250:0.11/tty/ttyS11'.
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS11: Device processed (SEQNUM=2650, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS11: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS1: Setting permissions /dev/ttyS1, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS10: Setting permissions /dev/ttyS10, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS1: Successfully created symlink '/dev/char/4:65' to '/dev/ttyS1'
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS10: Successfully created symlink '/dev/char/4:74' to '/dev/ttyS10'
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS1: sd-device: Created database file '/run/udev/data/c4:65' for '/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS13: Device ready for processing (SEQNUM=2654, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[377]: serial8250:0.24: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS10: sd-device: Created database file '/run/udev/data/c4:74' for '/devices/platform/serial8250/serial8250:0/serial8250:0.10/tty/ttyS10'.
Jul 11 23:04:31 megalex (udev-worker)[358]: ttyS12: Setting permissions /dev/ttyS12, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS1: sd-device: Created database file '/run/udev/data/c4:65' for '/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1'.
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS0: sd-device-monitor(worker): Passed 306 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS13: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[372]: ttyS13: Processing device (SEQNUM=2654, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS10: sd-device: Created database file '/run/udev/data/c4:74' for '/devices/platform/serial8250/serial8250:0/serial8250:0.10/tty/ttyS10'.
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS1: Device processed (SEQNUM=2646, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: ttyS12: Successfully created symlink '/dev/char/4:76' to '/dev/ttyS12'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS14: Device ready for processing (SEQNUM=2656, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS10: Device processed (SEQNUM=2648, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[372]: ttyS13: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS1: sd-device-monitor(worker): Passed 306 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS14: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: ttyS12: sd-device: Created database file '/run/udev/data/c4:76' for '/devices/platform/serial8250/serial8250:0/serial8250:0.12/tty/ttyS12'.
Jul 11 23:04:31 megalex (udev-worker)[365]: ttyS14: Processing device (SEQNUM=2656, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS10: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS15: Device ready for processing (SEQNUM=2658, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: ttyS12: sd-device: Created database file '/run/udev/data/c4:76' for '/devices/platform/serial8250/serial8250:0/serial8250:0.12/tty/ttyS12'.
Jul 11 23:04:31 megalex (udev-worker)[365]: ttyS14: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS15: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: ttyS12: Device processed (SEQNUM=2652, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[354]: ttyS15: Processing device (SEQNUM=2658, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS16: Device ready for processing (SEQNUM=2660, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: ttyS16: Processing device (SEQNUM=2660, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS16: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[354]: ttyS15: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[358]: ttyS12: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS17: Device ready for processing (SEQNUM=2662, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: ttyS16: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[372]: ttyS13: Setting permissions /dev/ttyS13, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[372]: ttyS13: Successfully created symlink '/dev/char/4:77' to '/dev/ttyS13'
Jul 11 23:04:31 megalex (udev-worker)[372]: ttyS13: sd-device: Created database file '/run/udev/data/c4:77' for '/devices/platform/serial8250/serial8250:0/serial8250:0.13/tty/ttyS13'.
Jul 11 23:04:31 megalex (udev-worker)[372]: ttyS13: sd-device: Created database file '/run/udev/data/c4:77' for '/devices/platform/serial8250/serial8250:0/serial8250:0.13/tty/ttyS13'.
Jul 11 23:04:31 megalex (udev-worker)[372]: ttyS13: Device processed (SEQNUM=2654, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS17: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[353]: ttyS17: Processing device (SEQNUM=2662, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[365]: ttyS14: Setting permissions /dev/ttyS14, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[353]: ttyS17: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS18: Device ready for processing (SEQNUM=2664, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[365]: ttyS14: Successfully created symlink '/dev/char/4:78' to '/dev/ttyS14'
Jul 11 23:04:31 megalex (udev-worker)[365]: ttyS14: sd-device: Created database file '/run/udev/data/c4:78' for '/devices/platform/serial8250/serial8250:0/serial8250:0.14/tty/ttyS14'.
Jul 11 23:04:31 megalex (udev-worker)[354]: ttyS15: Setting permissions /dev/ttyS15, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[375]: ttyS18: Processing device (SEQNUM=2664, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: ttyS16: Setting permissions /dev/ttyS16, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[375]: ttyS18: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[365]: ttyS14: sd-device: Created database file '/run/udev/data/c4:78' for '/devices/platform/serial8250/serial8250:0/serial8250:0.14/tty/ttyS14'.
Jul 11 23:04:31 megalex (udev-worker)[372]: ttyS13: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[354]: ttyS15: Successfully created symlink '/dev/char/4:79' to '/dev/ttyS15'
Jul 11 23:04:31 megalex (udev-worker)[360]: ttyS16: Successfully created symlink '/dev/char/4:80' to '/dev/ttyS16'
Jul 11 23:04:31 megalex (udev-worker)[365]: ttyS14: Device processed (SEQNUM=2656, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS18: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[354]: ttyS15: sd-device: Created database file '/run/udev/data/c4:79' for '/devices/platform/serial8250/serial8250:0/serial8250:0.15/tty/ttyS15'.
Jul 11 23:04:31 megalex (udev-worker)[354]: ttyS15: sd-device: Created database file '/run/udev/data/c4:79' for '/devices/platform/serial8250/serial8250:0/serial8250:0.15/tty/ttyS15'.
Jul 11 23:04:31 megalex (udev-worker)[365]: ttyS14: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS19: Device ready for processing (SEQNUM=2666, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: ttyS17: Setting permissions /dev/ttyS17, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[360]: ttyS16: sd-device: Created database file '/run/udev/data/c4:80' for '/devices/platform/serial8250/serial8250:0/serial8250:0.16/tty/ttyS16'.
Jul 11 23:04:31 megalex (udev-worker)[360]: ttyS16: sd-device: Created database file '/run/udev/data/c4:80' for '/devices/platform/serial8250/serial8250:0/serial8250:0.16/tty/ttyS16'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS19: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[352]: ttyS19: Processing device (SEQNUM=2666, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: ttyS17: Successfully created symlink '/dev/char/4:81' to '/dev/ttyS17'
Jul 11 23:04:31 megalex (udev-worker)[354]: ttyS15: Device processed (SEQNUM=2658, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[360]: ttyS16: Device processed (SEQNUM=2660, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS2: Device ready for processing (SEQNUM=2668, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: ttyS19: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[354]: ttyS15: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[353]: ttyS17: sd-device: Created database file '/run/udev/data/c4:81' for '/devices/platform/serial8250/serial8250:0/serial8250:0.17/tty/ttyS17'.
Jul 11 23:04:31 megalex (udev-worker)[360]: ttyS16: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS2: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[373]: ttyS2: Processing device (SEQNUM=2668, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[375]: ttyS18: Setting permissions /dev/ttyS18, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[375]: ttyS18: Successfully created symlink '/dev/char/4:82' to '/dev/ttyS18'
Jul 11 23:04:31 megalex (udev-worker)[353]: ttyS17: sd-device: Created database file '/run/udev/data/c4:81' for '/devices/platform/serial8250/serial8250:0/serial8250:0.17/tty/ttyS17'.
Jul 11 23:04:31 megalex (udev-worker)[373]: ttyS2: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[375]: ttyS18: sd-device: Created database file '/run/udev/data/c4:82' for '/devices/platform/serial8250/serial8250:0/serial8250:0.18/tty/ttyS18'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS20: Device ready for processing (SEQNUM=2670, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS20: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[353]: ttyS17: Device processed (SEQNUM=2662, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[375]: ttyS18: sd-device: Created database file '/run/udev/data/c4:82' for '/devices/platform/serial8250/serial8250:0/serial8250:0.18/tty/ttyS18'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS21: Device ready for processing (SEQNUM=2672, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[353]: ttyS17: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[375]: ttyS18: Device processed (SEQNUM=2664, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[361]: ttyS20: Processing device (SEQNUM=2670, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS21: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[356]: ttyS21: Processing device (SEQNUM=2672, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[375]: ttyS18: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[356]: ttyS21: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[361]: ttyS20: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[373]: ttyS2: Setting permissions /dev/ttyS2, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[352]: ttyS19: Setting permissions /dev/ttyS19, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[352]: ttyS19: Successfully created symlink '/dev/char/4:83' to '/dev/ttyS19'
Jul 11 23:04:31 megalex (udev-worker)[352]: ttyS19: sd-device: Created database file '/run/udev/data/c4:83' for '/devices/platform/serial8250/serial8250:0/serial8250:0.19/tty/ttyS19'.
Jul 11 23:04:31 megalex (udev-worker)[373]: ttyS2: Successfully created symlink '/dev/char/4:66' to '/dev/ttyS2'
Jul 11 23:04:31 megalex (udev-worker)[352]: ttyS19: sd-device: Created database file '/run/udev/data/c4:83' for '/devices/platform/serial8250/serial8250:0/serial8250:0.19/tty/ttyS19'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS22: Device ready for processing (SEQNUM=2674, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: ttyS19: Device processed (SEQNUM=2666, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[373]: ttyS2: sd-device: Created database file '/run/udev/data/c4:66' for '/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS22: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[374]: ttyS22: Processing device (SEQNUM=2674, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[352]: ttyS19: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[373]: ttyS2: sd-device: Created database file '/run/udev/data/c4:66' for '/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS24: SEQNUM=2678 blocked by SEQNUM=2677
Jul 11 23:04:31 megalex (udev-worker)[374]: ttyS22: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[373]: ttyS2: Device processed (SEQNUM=2668, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.25: Device is queued (SEQNUM=2679, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: ttyS21: Setting permissions /dev/ttyS21, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[373]: ttyS2: sd-device-monitor(worker): Passed 306 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: target0:0:0: Device ready for processing (SEQNUM=2634, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[361]: ttyS20: Setting permissions /dev/ttyS20, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex systemd-udevd[346]: target0:0:0: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[356]: ttyS21: Successfully created symlink '/dev/char/4:85' to '/dev/ttyS21'
Jul 11 23:04:31 megalex (udev-worker)[376]: target0:0:0: Processing device (SEQNUM=2634, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: 0:0:0:0: SEQNUM=2635 blocked by SEQNUM=2634
Jul 11 23:04:31 megalex (udev-worker)[361]: ttyS20: Successfully created symlink '/dev/char/4:84' to '/dev/ttyS20'
Jul 11 23:04:31 megalex (udev-worker)[356]: ttyS21: sd-device: Created database file '/run/udev/data/c4:85' for '/devices/platform/serial8250/serial8250:0/serial8250:0.21/tty/ttyS21'.
Jul 11 23:04:31 megalex systemd-udevd[346]: sda: SEQNUM=2636 blocked by SEQNUM=2634
Jul 11 23:04:31 megalex (udev-worker)[361]: ttyS20: sd-device: Created database file '/run/udev/data/c4:84' for '/devices/platform/serial8250/serial8250:0/serial8250:0.20/tty/ttyS20'.
Jul 11 23:04:31 megalex (udev-worker)[356]: ttyS21: sd-device: Created database file '/run/udev/data/c4:85' for '/devices/platform/serial8250/serial8250:0/serial8250:0.21/tty/ttyS21'.
Jul 11 23:04:31 megalex systemd-udevd[346]: sda1: SEQNUM=2637 blocked by SEQNUM=2634
Jul 11 23:04:31 megalex (udev-worker)[361]: ttyS20: sd-device: Created database file '/run/udev/data/c4:84' for '/devices/platform/serial8250/serial8250:0/serial8250:0.20/tty/ttyS20'.
Jul 11 23:04:31 megalex (udev-worker)[356]: ttyS21: Device processed (SEQNUM=2672, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: sda2: SEQNUM=2638 blocked by SEQNUM=2634
Jul 11 23:04:31 megalex (udev-worker)[374]: ttyS22: Setting permissions /dev/ttyS22, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[361]: ttyS20: Device processed (SEQNUM=2670, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[356]: ttyS21: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: sda3: SEQNUM=2639 blocked by SEQNUM=2634
Jul 11 23:04:31 megalex (udev-worker)[374]: ttyS22: Successfully created symlink '/dev/char/4:86' to '/dev/ttyS22'
Jul 11 23:04:31 megalex (udev-worker)[361]: ttyS20: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: target0:0:0: Device processed (SEQNUM=2634, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS23: Device ready for processing (SEQNUM=2676, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[374]: ttyS22: sd-device: Created database file '/run/udev/data/c4:86' for '/devices/platform/serial8250/serial8250:0/serial8250:0.22/tty/ttyS22'.
Jul 11 23:04:31 megalex (udev-worker)[376]: target0:0:0: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS23: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS23: Processing device (SEQNUM=2676, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[374]: ttyS22: sd-device: Created database file '/run/udev/data/c4:86' for '/devices/platform/serial8250/serial8250:0/serial8250:0.22/tty/ttyS22'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS24: Device ready for processing (SEQNUM=2678, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[374]: ttyS22: Device processed (SEQNUM=2674, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS23: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS24: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS24: Processing device (SEQNUM=2678, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[374]: ttyS22: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.25: Device ready for processing (SEQNUM=2679, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.25: Processing device (SEQNUM=2679, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.25: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS25: Device is queued (SEQNUM=2680, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: 0:0:0:0: Device ready for processing (SEQNUM=2635, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: 0:0:0:0: Processing device (SEQNUM=2635, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: 0:0:0:0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=scsi'
Jul 11 23:04:31 megalex (udev-worker)[376]: 0:0:0:0: hwdb modalias key: "scsi:t-0x00"
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS23: Setting permissions /dev/ttyS23, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS23: Successfully created symlink '/dev/char/4:87' to '/dev/ttyS23'
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS23: sd-device: Created database file '/run/udev/data/c4:87' for '/devices/platform/serial8250/serial8250:0/serial8250:0.23/tty/ttyS23'.
Jul 11 23:04:31 megalex (udev-worker)[376]: 0:0:0:0: No entry found from hwdb.
Jul 11 23:04:31 megalex (udev-worker)[376]: 0:0:0:0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=scsi': No data available
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS23: sd-device: Created database file '/run/udev/data/c4:87' for '/devices/platform/serial8250/serial8250:0/serial8250:0.23/tty/ttyS23'.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS23: Device processed (SEQNUM=2676, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS23: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.25: Device processed (SEQNUM=2679, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: 0:0:0:0: sd-device-monitor(manager): Passed 263 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: sda: SEQNUM=2636 blocked by SEQNUM=2635
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.25: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS24: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex systemd-udevd[346]: sda1: SEQNUM=2637 blocked by SEQNUM=2635
Jul 11 23:04:31 megalex (udev-worker)[376]: 0:0:0:0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:31 megalex systemd-udevd[346]: sda2: SEQNUM=2638 blocked by SEQNUM=2635
Jul 11 23:04:31 megalex (udev-worker)[376]: 0:0:0:0: Running built-in command "kmod load"
Jul 11 23:04:31 megalex (udev-worker)[376]: Loading module: scsi:t-0x00
Jul 11 23:04:31 megalex (udev-worker)[376]: Module 'sd_mod' is built in
Jul 11 23:04:31 megalex (udev-worker)[376]: 0:0:0:0: Device processed (SEQNUM=2635, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: 0:0:0:0: sd-device-monitor(worker): Passed 263 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS24: Setting permissions /dev/ttyS24, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS24: Successfully created symlink '/dev/char/4:88' to '/dev/ttyS24'
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS24: sd-device: Created database file '/run/udev/data/c4:88' for '/devices/platform/serial8250/serial8250:0/serial8250:0.24/tty/ttyS24'.
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS24: sd-device: Created database file '/run/udev/data/c4:88' for '/devices/platform/serial8250/serial8250:0/serial8250:0.24/tty/ttyS24'.
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS24: Device processed (SEQNUM=2678, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS24: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: sda3: SEQNUM=2639 blocked by SEQNUM=2635
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS25: SEQNUM=2680 blocked by SEQNUM=2679
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.26: Device is queued (SEQNUM=2681, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: sda: Device ready for processing (SEQNUM=2636, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: sda: sd-device-monitor(manager): Passed 279 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: sda1: SEQNUM=2637 blocked by SEQNUM=2636
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: Processing device (SEQNUM=2636, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: sda2: SEQNUM=2638 blocked by SEQNUM=2636
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: Successfully took flock(LOCK_SH) for /dev/sda, it will be released after the event has been processed.
Jul 11 23:04:31 megalex systemd-udevd[346]: sda3: SEQNUM=2639 blocked by SEQNUM=2636
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 984
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS25: Device ready for processing (SEQNUM=2680, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS25: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:61 Importing properties from results of 'ata_id --export /dev/sda'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.26: Device ready for processing (SEQNUM=2681, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS25: Processing device (SEQNUM=2680, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: Starting 'ata_id --export /dev/sda'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.26: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250:0.26: Processing device (SEQNUM=2681, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS25: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS26: Device is queued (SEQNUM=2682, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS26: SEQNUM=2682 blocked by SEQNUM=2681
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.27: Device is queued (SEQNUM=2683, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.27: Device ready for processing (SEQNUM=2683, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.27: Processing device (SEQNUM=2683, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.27: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: Successfully forked off '(spawn)' as PID 378.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS27: Device is queued (SEQNUM=2684, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS27: SEQNUM=2684 blocked by SEQNUM=2683
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.28: Device is queued (SEQNUM=2685, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.28: Device ready for processing (SEQNUM=2685, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.28: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS25: Setting permissions /dev/ttyS25, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[364]: serial8250:0.28: Processing device (SEQNUM=2685, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250:0.26: Device processed (SEQNUM=2681, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS28: Device is queued (SEQNUM=2686, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.27: Device processed (SEQNUM=2683, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS25: Successfully created symlink '/dev/char/4:89' to '/dev/ttyS25'
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250:0.26: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS28: SEQNUM=2686 blocked by SEQNUM=2685
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.27: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS25: sd-device: Created database file '/run/udev/data/c4:89' for '/devices/platform/serial8250/serial8250:0/serial8250:0.25/tty/ttyS25'.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.29: Device is queued (SEQNUM=2687, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS25: sd-device: Created database file '/run/udev/data/c4:89' for '/devices/platform/serial8250/serial8250:0/serial8250:0.25/tty/ttyS25'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS26: Device ready for processing (SEQNUM=2682, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS25: Device processed (SEQNUM=2680, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS26: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: serial8250:0.28: Device processed (SEQNUM=2685, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS26: Processing device (SEQNUM=2682, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS25: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS27: Device ready for processing (SEQNUM=2684, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: serial8250:0.28: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS26: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS27: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS27: Processing device (SEQNUM=2684, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.29: Device ready for processing (SEQNUM=2687, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.29: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: serial8250:0.29: Processing device (SEQNUM=2687, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS29: Device is queued (SEQNUM=2688, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS27: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS28: Device ready for processing (SEQNUM=2686, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS28: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS28: Processing device (SEQNUM=2686, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS29: SEQNUM=2688 blocked by SEQNUM=2687
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS28: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[357]: serial8250:0.29: Device processed (SEQNUM=2687, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS26: Setting permissions /dev/ttyS26, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[357]: serial8250:0.29: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.3: Device is queued (SEQNUM=2689, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS26: Successfully created symlink '/dev/char/4:90' to '/dev/ttyS26'
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS27: Setting permissions /dev/ttyS27, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.3: Device ready for processing (SEQNUM=2689, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: serial8250:0.3: Processing device (SEQNUM=2689, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS27: Successfully created symlink '/dev/char/4:91' to '/dev/ttyS27'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.3: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS26: sd-device: Created database file '/run/udev/data/c4:90' for '/devices/platform/serial8250/serial8250:0/serial8250:0.26/tty/ttyS26'.
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS27: sd-device: Created database file '/run/udev/data/c4:91' for '/devices/platform/serial8250/serial8250:0/serial8250:0.27/tty/ttyS27'.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS28: Setting permissions /dev/ttyS28, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS26: sd-device: Created database file '/run/udev/data/c4:90' for '/devices/platform/serial8250/serial8250:0/serial8250:0.26/tty/ttyS26'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS3: Device is queued (SEQNUM=2690, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS27: sd-device: Created database file '/run/udev/data/c4:91' for '/devices/platform/serial8250/serial8250:0/serial8250:0.27/tty/ttyS27'.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS28: Successfully created symlink '/dev/char/4:92' to '/dev/ttyS28'
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS26: Device processed (SEQNUM=2682, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS28: sd-device: Created database file '/run/udev/data/c4:92' for '/devices/platform/serial8250/serial8250:0/serial8250:0.28/tty/ttyS28'.
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS27: Device processed (SEQNUM=2684, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS26: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS29: Device ready for processing (SEQNUM=2688, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS28: sd-device: Created database file '/run/udev/data/c4:92' for '/devices/platform/serial8250/serial8250:0/serial8250:0.28/tty/ttyS28'.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA=1'
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS27: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS29: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS28: Device processed (SEQNUM=2686, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS29: Processing device (SEQNUM=2688, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_TYPE=disk'
Jul 11 23:04:31 megalex (udev-worker)[364]: serial8250:0.3: Device processed (SEQNUM=2689, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS3: SEQNUM=2690 blocked by SEQNUM=2689
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS28: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS29: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_BUS=ata'
Jul 11 23:04:31 megalex (udev-worker)[364]: serial8250:0.3: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.30: Device is queued (SEQNUM=2691, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_MODEL=Samsung_SSD_850_EVO_250GB'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS3: Device ready for processing (SEQNUM=2690, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_MODEL_ENC=Samsung\x20SSD\x20850\x20EVO\x20250GB\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS3: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_REVISION=EMT03B6Q'
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS3: Processing device (SEQNUM=2690, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.30: Device ready for processing (SEQNUM=2691, ACTION=add)
Jul 11 23:04:31 megalex systemd[1]: Received SIGRTMIN+20 from PID 369 (plymouthd).
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_SERIAL=Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T'
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS3: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.30: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250:0.30: Processing device (SEQNUM=2691, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_SERIAL_SHORT=S3PXNF0J909081T'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS30: Device is queued (SEQNUM=2692, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_WRITE_CACHE=1'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS30: SEQNUM=2692 blocked by SEQNUM=2691
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS29: Setting permissions /dev/ttyS29, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_WRITE_CACHE_ENABLED=1'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.31: Device is queued (SEQNUM=2693, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS3: Setting permissions /dev/ttyS3, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_READ_LOOKAHEAD=1'
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS29: Successfully created symlink '/dev/char/4:93' to '/dev/ttyS29'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.31: Device ready for processing (SEQNUM=2693, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.31: Processing device (SEQNUM=2693, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250:0.30: Device processed (SEQNUM=2691, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_READ_LOOKAHEAD_ENABLED=1'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.31: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS29: sd-device: Created database file '/run/udev/data/c4:93' for '/devices/platform/serial8250/serial8250:0/serial8250:0.29/tty/ttyS29'.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS3: Successfully created symlink '/dev/char/4:67' to '/dev/ttyS3'
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250:0.30: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_HPA=1'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS31: Device is queued (SEQNUM=2694, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS29: sd-device: Created database file '/run/udev/data/c4:93' for '/devices/platform/serial8250/serial8250:0/serial8250:0.29/tty/ttyS29'.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS3: sd-device: Created database file '/run/udev/data/c4:67' for '/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3'.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_HPA_ENABLED=1'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS31: SEQNUM=2694 blocked by SEQNUM=2693
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS29: Device processed (SEQNUM=2688, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS3: sd-device: Created database file '/run/udev/data/c4:67' for '/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3'.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_PM=1'
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.31: Device processed (SEQNUM=2693, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: ttyS29: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.4: Device is queued (SEQNUM=2695, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS3: Device processed (SEQNUM=2690, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_PM_ENABLED=1'
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.31: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd[1]: Started Show Plymouth Boot Screen.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS30: Device ready for processing (SEQNUM=2692, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS3: sd-device-monitor(worker): Passed 306 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_SECURITY=1'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS30: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS30: Processing device (SEQNUM=2692, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_SECURITY_ENABLED=0'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.4: Device ready for processing (SEQNUM=2695, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: serial8250:0.4: Processing device (SEQNUM=2695, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS30: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.4: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=2'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS4: Device is queued (SEQNUM=2696, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS31: Device ready for processing (SEQNUM=2694, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS31: sd-device-monitor(manager): Passed 253 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS4: SEQNUM=2696 blocked by SEQNUM=2695
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS31: Processing device (SEQNUM=2694, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.5: Device is queued (SEQNUM=2697, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.5: Device ready for processing (SEQNUM=2697, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS31: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.5: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.5: Processing device (SEQNUM=2697, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=8'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS5: Device is queued (SEQNUM=2698, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: serial8250:0.4: Device processed (SEQNUM=2695, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_SECURITY_FROZEN=1'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS5: SEQNUM=2698 blocked by SEQNUM=2697
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS30: Setting permissions /dev/ttyS30, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS30: Successfully created symlink '/dev/char/4:94' to '/dev/ttyS30'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.6: Device is queued (SEQNUM=2699, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: serial8250:0.4: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_SMART=1'
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS30: sd-device: Created database file '/run/udev/data/c4:94' for '/devices/platform/serial8250/serial8250:0/serial8250:0.30/tty/ttyS30'.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.6: Device ready for processing (SEQNUM=2699, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_FEATURE_SET_SMART_ENABLED=1'
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS31: Setting permissions /dev/ttyS31, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS30: sd-device: Created database file '/run/udev/data/c4:94' for '/devices/platform/serial8250/serial8250:0/serial8250:0.30/tty/ttyS30'.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.6: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS6: Device is queued (SEQNUM=2700, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: serial8250:0.6: Processing device (SEQNUM=2699, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.5: Device processed (SEQNUM=2697, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS31: Successfully created symlink '/dev/char/4:95' to '/dev/ttyS31'
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS30: Device processed (SEQNUM=2692, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_DOWNLOAD_MICROCODE=1'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS4: Device ready for processing (SEQNUM=2696, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.5: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS30: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS31: sd-device: Created database file '/run/udev/data/c4:95' for '/devices/platform/serial8250/serial8250:0/serial8250:0.31/tty/ttyS31'.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_SATA=1'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS4: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS4: Processing device (SEQNUM=2696, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_SATA_SIGNAL_RATE_GEN2=1'
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS31: sd-device: Created database file '/run/udev/data/c4:95' for '/devices/platform/serial8250/serial8250:0/serial8250:0.31/tty/ttyS31'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS6: SEQNUM=2700 blocked by SEQNUM=2699
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.7: Device is queued (SEQNUM=2701, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_SATA_SIGNAL_RATE_GEN1=1'
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS4: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS31: Device processed (SEQNUM=2694, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: serial8250:0.6: Device processed (SEQNUM=2699, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS5: Device ready for processing (SEQNUM=2698, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS31: sd-device-monitor(worker): Passed 325 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: serial8250:0.6: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_ROTATION_RATE_RPM=0'
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_WWN=0x5002538d423dcab4'
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS5: Processing device (SEQNUM=2698, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_WWN_WITH_EXTENSION=0x5002538d423dcab4'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS5: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: 'ata_id --export /dev/sda'(out) 'ID_ATA_PERIPHERAL_DEVICE_TYPE=0'
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS4: Setting permissions /dev/ttyS4, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS5: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.7: Device ready for processing (SEQNUM=2701, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.7: Processing device (SEQNUM=2701, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: Process 'ata_id --export /dev/sda' succeeded.
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS4: Successfully created symlink '/dev/char/4:68' to '/dev/ttyS4'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.7: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS4: sd-device: Created database file '/run/udev/data/c4:68' for '/devices/platform/serial8250/serial8250:0/serial8250:0.4/tty/ttyS4'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS7: Device is queued (SEQNUM=2702, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T'
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.7: Device processed (SEQNUM=2701, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS4: sd-device: Created database file '/run/udev/data/c4:68' for '/devices/platform/serial8250/serial8250:0/serial8250:0.4/tty/ttyS4'.
Jul 11 23:04:31 megalex systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS6: Device ready for processing (SEQNUM=2700, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS5: Setting permissions /dev/ttyS5, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[359]: serial8250:0.7: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS4: Device processed (SEQNUM=2696, ACTION=add)
Jul 11 23:04:31 megalex systemd[1]: Reached target Local Encrypted Volumes.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS6: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:110 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS6: Processing device (SEQNUM=2700, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS5: Successfully created symlink '/dev/char/4:69' to '/dev/ttyS5'
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS4: sd-device-monitor(worker): Passed 322 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd[1]: Reached target Path Units.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS7: SEQNUM=2702 blocked by SEQNUM=2701
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.8: Device is queued (SEQNUM=2703, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS6: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS5: sd-device: Created database file '/run/udev/data/c4:69' for '/devices/platform/serial8250/serial8250:0/serial8250:0.5/tty/ttyS5'.
Jul 11 23:04:31 megalex (udev-worker)[376]: sd-device: Failed to chase symlinks in "/sys/bus/ata_port/devices/ata1".
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS7: Device ready for processing (SEQNUM=2702, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS5: sd-device: Created database file '/run/udev/data/c4:69' for '/devices/platform/serial8250/serial8250:0/serial8250:0.5/tty/ttyS5'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS7: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS5: Device processed (SEQNUM=2698, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS7: Processing device (SEQNUM=2702, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.8: Device ready for processing (SEQNUM=2703, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sd-device: Failed to chase symlinks in "/sys/firmware/ata_port/ata1".
Jul 11 23:04:31 megalex (udev-worker)[363]: ttyS5: sd-device-monitor(worker): Passed 322 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.8: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS7: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[364]: serial8250:0.8: Processing device (SEQNUM=2703, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS8: Device is queued (SEQNUM=2704, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:115 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1'
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS8: SEQNUM=2704 blocked by SEQNUM=2703
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS6: Setting permissions /dev/ttyS6, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.9: Device is queued (SEQNUM=2705, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS6: Successfully created symlink '/dev/char/4:70' to '/dev/ttyS6'
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.9: Device ready for processing (SEQNUM=2705, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: Probe /dev/sda with raid and offset=0
Jul 11 23:04:31 megalex systemd-udevd[346]: serial8250:0.9: sd-device-monitor(manager): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: serial8250:0.8: Device processed (SEQNUM=2703, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS6: sd-device: Created database file '/run/udev/data/c4:70' for '/devices/platform/serial8250/serial8250:0/serial8250:0.6/tty/ttyS6'.
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250:0.9: Processing device (SEQNUM=2705, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS7: Setting permissions /dev/ttyS7, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS7: Successfully created symlink '/dev/char/4:71' to '/dev/ttyS7'
Jul 11 23:04:31 megalex (udev-worker)[364]: serial8250:0.8: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS7: sd-device: Created database file '/run/udev/data/c4:71' for '/devices/platform/serial8250/serial8250:0/serial8250:0.7/tty/ttyS7'.
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS7: sd-device: Created database file '/run/udev/data/c4:71' for '/devices/platform/serial8250/serial8250:0/serial8250:0.7/tty/ttyS7'.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS6: sd-device: Created database file '/run/udev/data/c4:70' for '/devices/platform/serial8250/serial8250:0/serial8250:0.6/tty/ttyS6'.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS9: Device is queued (SEQNUM=2706, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS7: Device processed (SEQNUM=2702, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS6: Device processed (SEQNUM=2700, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS9: SEQNUM=2706 blocked by SEQNUM=2705
Jul 11 23:04:31 megalex (udev-worker)[359]: ttyS7: sd-device-monitor(worker): Passed 322 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: Reading EFI variable /sys/firmware/efi/efivars/LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS6: sd-device-monitor(worker): Passed 322 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250:0.9: Device processed (SEQNUM=2705, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: console: Device is queued (SEQNUM=2707, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: open("/sys/firmware/efi/efivars/LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f") failed: No such file or directory
Jul 11 23:04:31 megalex (udev-worker)[363]: serial8250:0.9: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS8: Device ready for processing (SEQNUM=2704, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS8: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS8: Processing device (SEQNUM=2704, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:142 Added SYMLINK 'disk/by-id/wwn-0x5002538d423dcab4'
Jul 11 23:04:31 megalex systemd-udevd[346]: console: Device ready for processing (SEQNUM=2707, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/1'
Jul 11 23:04:31 megalex (udev-worker)[357]: console: Processing device (SEQNUM=2707, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: console: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS8: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex systemd-udevd[346]: ptmx: Device is queued (SEQNUM=2708, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS9: Device ready for processing (SEQNUM=2706, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ttyS9: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: ptmx: Device ready for processing (SEQNUM=2708, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS9: Processing device (SEQNUM=2706, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: ptmx: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty: Device is queued (SEQNUM=2709, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: ptmx: Processing device (SEQNUM=2708, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS9: /usr/lib/udev/rules.d/50-udev-default.rules:42 GROUP 989
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: /usr/lib/udev/rules.d/90-iocost.rules:18 Importing properties from results of builtin command 'hwdb 'block::name:Samsung_SSD_850_EVO_250GB:fwrev:EMT03B6Q:''
Jul 11 23:04:31 megalex systemd-udevd[346]: tty: Device ready for processing (SEQNUM=2709, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: console: Preserve permissions of /dev/console, uid=0, gid=0, mode=0600
Jul 11 23:04:31 megalex (udev-worker)[363]: ptmx: /usr/lib/udev/rules.d/50-udev-default.rules:38 GROUP 5
Jul 11 23:04:31 megalex systemd-udevd[346]: tty: sd-device-monitor(manager): Passed 218 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: tty: Processing device (SEQNUM=2709, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS8: Setting permissions /dev/ttyS8, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[363]: ptmx: /usr/lib/udev/rules.d/50-udev-default.rules:38 MODE 0666
Jul 11 23:04:31 megalex systemd-udevd[346]: tty0: Device is queued (SEQNUM=2710, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: No entry found from hwdb.
Jul 11 23:04:31 megalex (udev-worker)[359]: tty: /usr/lib/udev/rules.d/50-udev-default.rules:39 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS8: Successfully created symlink '/dev/char/4:72' to '/dev/ttyS8'
Jul 11 23:04:31 megalex systemd-udevd[346]: tty0: Device ready for processing (SEQNUM=2710, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS8: sd-device: Created database file '/run/udev/data/c4:72' for '/devices/platform/serial8250/serial8250:0/serial8250:0.8/tty/ttyS8'.
Jul 11 23:04:31 megalex (udev-worker)[358]: tty0: Processing device (SEQNUM=2710, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: tty: /usr/lib/udev/rules.d/50-udev-default.rules:39 MODE 0666
Jul 11 23:04:31 megalex systemd-udevd[346]: tty0: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: console: Successfully created symlink '/dev/char/5:1' to '/dev/console'
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: /usr/lib/udev/rules.d/90-iocost.rules:18 Failed to run builtin 'hwdb 'block::name:Samsung_SSD_850_EVO_250GB:fwrev:EMT03B6Q:'': No data available
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS9: Setting permissions /dev/ttyS9, uid=0, gid=989, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS8: sd-device: Created database file '/run/udev/data/c4:72' for '/devices/platform/serial8250/serial8250:0/serial8250:0.8/tty/ttyS8'.
Jul 11 23:04:31 megalex (udev-worker)[358]: tty0: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex systemd-udevd[346]: tty1: Device is queued (SEQNUM=2711, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: console: sd-device: Created database file '/run/udev/data/c5:1' for '/devices/virtual/tty/console'.
Jul 11 23:04:31 megalex (udev-worker)[357]: console: sd-device: Created database file '/run/udev/data/c5:1' for '/devices/virtual/tty/console'.
Jul 11 23:04:31 megalex (udev-worker)[363]: ptmx: Setting permissions /dev/ptmx, uid=0, gid=5, mode=0666
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS9: Successfully created symlink '/dev/char/4:73' to '/dev/ttyS9'
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS8: Device processed (SEQNUM=2704, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: tty0: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex systemd-udevd[346]: tty1: Device ready for processing (SEQNUM=2711, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: Setting permissions /dev/sda, uid=0, gid=984, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[372]: tty1: Processing device (SEQNUM=2711, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: tty: Setting permissions /dev/tty, uid=0, gid=5, mode=0666
Jul 11 23:04:31 megalex (udev-worker)[363]: ptmx: Successfully created symlink '/dev/char/5:2' to '/dev/ptmx'
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS9: sd-device: Created database file '/run/udev/data/c4:73' for '/devices/platform/serial8250/serial8250:0/serial8250:0.9/tty/ttyS9'.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS9: sd-device: Created database file '/run/udev/data/c4:73' for '/devices/platform/serial8250/serial8250:0/serial8250:0.9/tty/ttyS9'.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty1: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: console: Device processed (SEQNUM=2707, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[372]: tty1: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[358]: tty0: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex (udev-worker)[359]: tty: Successfully created symlink '/dev/char/5:0' to '/dev/tty'
Jul 11 23:04:31 megalex (udev-worker)[363]: ptmx: sd-device: Created database file '/run/udev/data/c5:2' for '/devices/virtual/tty/ptmx'.
Jul 11 23:04:31 megalex (udev-worker)[364]: ttyS8: sd-device-monitor(worker): Passed 322 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS9: Device processed (SEQNUM=2706, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1' to '/dev/sda'
Jul 11 23:04:31 megalex systemd-udevd[346]: tty10: Device is queued (SEQNUM=2712, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: console: sd-device-monitor(worker): Passed 231 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[372]: tty1: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[358]: tty0: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[359]: tty: sd-device: Created database file '/run/udev/data/c5:0' for '/devices/virtual/tty/tty'.
Jul 11 23:04:31 megalex (udev-worker)[363]: ptmx: sd-device: Created database file '/run/udev/data/c5:2' for '/devices/virtual/tty/ptmx'.
Jul 11 23:04:31 megalex (udev-worker)[362]: ttyS9: sd-device-monitor(worker): Passed 322 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty10: Device ready for processing (SEQNUM=2712, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: tty0: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[365]: tty10: Processing device (SEQNUM=2712, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: tty: sd-device: Created database file '/run/udev/data/c5:0' for '/devices/virtual/tty/tty'.
Jul 11 23:04:31 megalex (udev-worker)[363]: ptmx: Device processed (SEQNUM=2708, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: tty10: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: tty0: Setting permissions /dev/tty0, uid=0, gid=5, mode=0620
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0' to '/dev/sda'
Jul 11 23:04:31 megalex (udev-worker)[372]: tty1: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex (udev-worker)[359]: tty: Device processed (SEQNUM=2709, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[365]: tty10: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[363]: ptmx: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty11: Device is queued (SEQNUM=2713, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: tty0: Successfully created symlink '/dev/char/4:0' to '/dev/tty0'
Jul 11 23:04:31 megalex (udev-worker)[372]: tty1: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[359]: tty: sd-device-monitor(worker): Passed 236 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[365]: tty10: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: Successfully created symlink '/dev/disk/by-id/wwn-0x5002538d423dcab4' to '/dev/sda'
Jul 11 23:04:31 megalex systemd-udevd[346]: tty11: Device ready for processing (SEQNUM=2713, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: tty0: sd-device: Created database file '/run/udev/data/c4:0' for '/devices/virtual/tty/tty0'.
Jul 11 23:04:31 megalex (udev-worker)[372]: tty1: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:31 megalex systemd-udevd[346]: tty11: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[362]: tty11: Processing device (SEQNUM=2713, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: tty0: sd-device: Created database file '/run/udev/data/c4:0' for '/devices/virtual/tty/tty0'.
Jul 11 23:04:31 megalex (udev-worker)[372]: tty1: Setting permissions /dev/tty1, uid=0, gid=5, mode=0620
Jul 11 23:04:31 megalex (udev-worker)[372]: tty1: Successfully created symlink '/dev/char/4:1' to '/dev/tty1'
Jul 11 23:04:31 megalex (udev-worker)[372]: tty1: sd-device: Created database file '/run/udev/data/c4:1' for '/devices/virtual/tty/tty1'.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty12: Device is queued (SEQNUM=2714, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: tty11: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[358]: tty0: Device processed (SEQNUM=2710, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[365]: tty10: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: Successfully created symlink '/dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T' to '/dev/sda'
Jul 11 23:04:31 megalex (udev-worker)[372]: tty1: sd-device: Created database file '/run/udev/data/c4:1' for '/devices/virtual/tty/tty1'.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty12: Device ready for processing (SEQNUM=2714, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: tty11: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[358]: tty0: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[365]: tty10: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[372]: tty1: Device processed (SEQNUM=2711, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: tty12: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: tty12: Processing device (SEQNUM=2714, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[365]: tty10: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: Successfully created symlink '/dev/disk/by-diskseq/1' to '/dev/sda'
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: Successfully created symlink '/dev/block/8:0' to '/dev/sda'
Jul 11 23:04:31 megalex systemd-udevd[346]: tty13: Device is queued (SEQNUM=2715, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: tty12: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[365]: tty10: Setting permissions /dev/tty10, uid=0, gid=5, mode=0620
Jul 11 23:04:31 megalex (udev-worker)[362]: tty11: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex (udev-worker)[372]: tty1: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: sd-device: Created database file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda'.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty13: Device ready for processing (SEQNUM=2715, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: tty12: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[365]: tty10: Successfully created symlink '/dev/char/4:10' to '/dev/tty10'
Jul 11 23:04:31 megalex (udev-worker)[365]: tty10: sd-device: Created database file '/run/udev/data/c4:10' for '/devices/virtual/tty/tty10'.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: Adding watch on '/dev/sda'
Jul 11 23:04:31 megalex systemd-udevd[346]: tty13: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: tty13: Processing device (SEQNUM=2715, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: tty11: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[365]: tty10: sd-device: Created database file '/run/udev/data/c4:10' for '/devices/virtual/tty/tty10'.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: sd-device: Created database file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda'.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty14: Device is queued (SEQNUM=2716, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: tty11: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[359]: tty13: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[365]: tty10: Device processed (SEQNUM=2712, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: Device processed (SEQNUM=2636, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: tty14: Device ready for processing (SEQNUM=2716, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: tty11: Setting permissions /dev/tty11, uid=0, gid=5, mode=0620
Jul 11 23:04:31 megalex (udev-worker)[362]: tty11: Successfully created symlink '/dev/char/4:11' to '/dev/tty11'
Jul 11 23:04:31 megalex (udev-worker)[362]: tty11: sd-device: Created database file '/run/udev/data/c4:11' for '/devices/virtual/tty/tty11'.
Jul 11 23:04:31 megalex (udev-worker)[365]: tty10: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda: sd-device-monitor(worker): Passed 1758 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty14: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: tty14: Processing device (SEQNUM=2716, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: tty13: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[363]: tty12: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex (udev-worker)[362]: tty11: sd-device: Created database file '/run/udev/data/c4:11' for '/devices/virtual/tty/tty11'.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty15: Device is queued (SEQNUM=2717, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: tty14: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[363]: tty12: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[362]: tty11: Device processed (SEQNUM=2713, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: sda1: Device ready for processing (SEQNUM=2637, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: tty14: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[363]: tty12: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[363]: tty12: Setting permissions /dev/tty12, uid=0, gid=5, mode=0620
Jul 11 23:04:31 megalex systemd-udevd[346]: sda1: sd-device-monitor(manager): Passed 344 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda1: Processing device (SEQNUM=2637, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: tty13: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex (udev-worker)[362]: tty11: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: tty12: Successfully created symlink '/dev/char/4:12' to '/dev/tty12'
Jul 11 23:04:31 megalex (udev-worker)[363]: tty12: sd-device: Created database file '/run/udev/data/c4:12' for '/devices/virtual/tty/tty12'.
Jul 11 23:04:31 megalex (udev-worker)[359]: tty13: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:31 megalex systemd-udevd[346]: sda2: Device ready for processing (SEQNUM=2638, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda1: Successfully took flock(LOCK_SH) for /dev/sda, it will be released after the event has been processed.
Jul 11 23:04:31 megalex (udev-worker)[363]: tty12: sd-device: Created database file '/run/udev/data/c4:12' for '/devices/virtual/tty/tty12'.
Jul 11 23:04:31 megalex systemd-udevd[346]: sda2: sd-device-monitor(manager): Passed 344 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: tty14: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: Processing device (SEQNUM=2638, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: tty13: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[363]: tty12: Device processed (SEQNUM=2714, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: sda3: Device ready for processing (SEQNUM=2639, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: tty14: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[358]: sda3: Processing device (SEQNUM=2639, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: tty12: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: sda3: sd-device-monitor(manager): Passed 344 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: tty14: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[359]: tty13: Setting permissions /dev/tty13, uid=0, gid=5, mode=0620
Jul 11 23:04:31 megalex (udev-worker)[359]: tty13: Successfully created symlink '/dev/char/4:13' to '/dev/tty13'
Jul 11 23:04:31 megalex (udev-worker)[358]: sda3: Successfully took flock(LOCK_SH) for /dev/sda, it will be released after the event has been processed.
Jul 11 23:04:31 megalex (udev-worker)[364]: tty14: Setting permissions /dev/tty14, uid=0, gid=5, mode=0620
Jul 11 23:04:31 megalex (udev-worker)[376]: sda1: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 984
Jul 11 23:04:31 megalex systemd-udevd[346]: tty15: Device ready for processing (SEQNUM=2717, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: tty13: sd-device: Created database file '/run/udev/data/c4:13' for '/devices/virtual/tty/tty13'.
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: Successfully took flock(LOCK_SH) for /dev/sda, it will be released after the event has been processed.
Jul 11 23:04:31 megalex (udev-worker)[364]: tty14: Successfully created symlink '/dev/char/4:14' to '/dev/tty14'
Jul 11 23:04:31 megalex (udev-worker)[364]: tty14: sd-device: Created database file '/run/udev/data/c4:14' for '/devices/virtual/tty/tty14'.
Jul 11 23:04:31 megalex (udev-worker)[372]: tty15: Processing device (SEQNUM=2717, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: tty13: sd-device: Created database file '/run/udev/data/c4:13' for '/devices/virtual/tty/tty13'.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T-part1'
Jul 11 23:04:31 megalex (udev-worker)[364]: tty14: sd-device: Created database file '/run/udev/data/c4:14' for '/devices/virtual/tty/tty14'.
Jul 11 23:04:31 megalex (udev-worker)[359]: tty13: Device processed (SEQNUM=2715, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[372]: tty15: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex systemd-udevd[346]: tty15: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: tty14: Device processed (SEQNUM=2716, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[376]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part1'
Jul 11 23:04:31 megalex (udev-worker)[359]: tty13: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 984
Jul 11 23:04:31 megalex (udev-worker)[372]: tty15: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex systemd-udevd[346]: tty16: Device is queued (SEQNUM=2718, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: tty14: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 984
Jul 11 23:04:31 megalex (udev-worker)[376]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:115 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1-part1'
Jul 11 23:04:31 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T-part3'
Jul 11 23:04:31 megalex (udev-worker)[376]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 23:04:31 megalex systemd-udevd[346]: tty16: Device ready for processing (SEQNUM=2718, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part3'
Jul 11 23:04:31 megalex (udev-worker)[372]: tty15: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex systemd-udevd[346]: tty16: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[376]: sda1: Probe /dev/sda1 with raid and offset=0
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T-part2'
Jul 11 23:04:31 megalex (udev-worker)[362]: tty16: Processing device (SEQNUM=2718, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:115 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1-part3'
Jul 11 23:04:31 megalex (udev-worker)[372]: tty15: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:31 megalex systemd-udevd[346]: tty17: Device is queued (SEQNUM=2719, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part2'
Jul 11 23:04:31 megalex (udev-worker)[362]: tty16: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 23:04:31 megalex (udev-worker)[372]: tty15: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[372]: tty15: Setting permissions /dev/tty15, uid=0, gid=5, mode=0620
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:115 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1-part2'
Jul 11 23:04:31 megalex (udev-worker)[362]: tty16: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex systemd-udevd[346]: tty17: Device ready for processing (SEQNUM=2719, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[358]: sda3: Probe /dev/sda3 with raid and offset=0
Jul 11 23:04:31 megalex (udev-worker)[372]: tty15: Successfully created symlink '/dev/char/4:15' to '/dev/tty15'
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 23:04:31 megalex systemd-udevd[346]: tty17: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: tty17: Processing device (SEQNUM=2719, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[372]: tty15: sd-device: Created database file '/run/udev/data/c4:15' for '/devices/virtual/tty/tty15'.
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: Probe /dev/sda2 with raid and offset=0
Jul 11 23:04:31 megalex systemd-udevd[346]: tty18: Device is queued (SEQNUM=2720, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: tty17: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[362]: tty16: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex (udev-worker)[372]: tty15: sd-device: Created database file '/run/udev/data/c4:15' for '/devices/virtual/tty/tty15'.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty18: Device ready for processing (SEQNUM=2720, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: tty17: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[362]: tty16: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[372]: tty15: Device processed (SEQNUM=2717, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: tty18: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty19: Device is queued (SEQNUM=2721, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: tty16: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[372]: tty15: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: tty18: Processing device (SEQNUM=2720, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: tty19: Device ready for processing (SEQNUM=2721, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: tty16: Setting permissions /dev/tty16, uid=0, gid=5, mode=0620
Jul 11 23:04:31 megalex (udev-worker)[363]: tty17: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex systemd-udevd[346]: tty19: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: tty18: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[364]: tty19: Processing device (SEQNUM=2721, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: tty16: Successfully created symlink '/dev/char/4:16' to '/dev/tty16'
Jul 11 23:04:31 megalex (udev-worker)[363]: tty17: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[359]: tty18: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex systemd-udevd[346]: tty2: Device is queued (SEQNUM=2722, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:138 Added SYMLINK 'disk/by-uuid/bd79e6f2-0cc4-49cf-ac74-d5b57e11b009'
Jul 11 23:04:31 megalex (udev-worker)[364]: tty19: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[362]: tty16: sd-device: Created database file '/run/udev/data/c4:16' for '/devices/virtual/tty/tty16'.
Jul 11 23:04:31 megalex (udev-worker)[363]: tty17: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:31 megalex systemd-udevd[346]: tty2: Device ready for processing (SEQNUM=2722, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:142 Added SYMLINK 'disk/by-id/wwn-0x5002538d423dcab4-part2'
Jul 11 23:04:31 megalex (udev-worker)[364]: tty19: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[362]: tty16: sd-device: Created database file '/run/udev/data/c4:16' for '/devices/virtual/tty/tty16'.
Jul 11 23:04:31 megalex (udev-worker)[363]: tty17: Setting permissions /dev/tty17, uid=0, gid=5, mode=0620
Jul 11 23:04:31 megalex systemd-udevd[346]: tty2: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:145 Added SYMLINK 'disk/by-partuuid/dba68115-92b9-5543-898e-da4233f23936'
Jul 11 23:04:31 megalex (udev-worker)[372]: tty2: Processing device (SEQNUM=2722, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: tty18: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex (udev-worker)[362]: tty16: Device processed (SEQNUM=2718, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: tty17: Successfully created symlink '/dev/char/4:17' to '/dev/tty17'
Jul 11 23:04:31 megalex systemd-udevd[346]: tty20: Device is queued (SEQNUM=2723, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:152 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partnum/2'
Jul 11 23:04:31 megalex (udev-worker)[359]: tty18: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[372]: tty2: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[362]: tty16: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: tty19: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex (udev-worker)[363]: tty17: sd-device: Created database file '/run/udev/data/c4:17' for '/devices/virtual/tty/tty17'.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty20: Device ready for processing (SEQNUM=2723, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:153 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partuuid/dba68115-92b9-5543-898e-da4233f23936'
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:156 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-uuid/bd79e6f2-0cc4-49cf-ac74-d5b57e11b009'
Jul 11 23:04:31 megalex (udev-worker)[372]: tty2: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[364]: tty19: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[363]: tty17: sd-device: Created database file '/run/udev/data/c4:17' for '/devices/virtual/tty/tty17'.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty20: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[365]: tty20: Processing device (SEQNUM=2723, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: tty18: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/1-part2'
Jul 11 23:04:31 megalex (udev-worker)[364]: tty19: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[363]: tty17: Device processed (SEQNUM=2719, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: tty21: Device is queued (SEQNUM=2724, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[365]: tty20: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[359]: tty18: Setting permissions /dev/tty18, uid=0, gid=5, mode=0620
Jul 11 23:04:31 megalex (udev-worker)[364]: tty19: Setting permissions /dev/tty19, uid=0, gid=5, mode=0620
Jul 11 23:04:31 megalex (udev-worker)[372]: tty2: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex (udev-worker)[363]: tty17: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty21: Device ready for processing (SEQNUM=2724, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[365]: tty20: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[359]: tty18: Successfully created symlink '/dev/char/4:18' to '/dev/tty18'
Jul 11 23:04:31 megalex (udev-worker)[364]: tty19: Successfully created symlink '/dev/char/4:19' to '/dev/tty19'
Jul 11 23:04:31 megalex (udev-worker)[372]: tty2: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:31 megalex systemd-udevd[346]: tty21: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: Setting permissions /dev/sda2, uid=0, gid=984, mode=0660
Jul 11 23:04:31 megalex (udev-worker)[362]: tty21: Processing device (SEQNUM=2724, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: tty18: sd-device: Created database file '/run/udev/data/c4:18' for '/devices/virtual/tty/tty18'.
Jul 11 23:04:31 megalex (udev-worker)[359]: tty18: sd-device: Created database file '/run/udev/data/c4:18' for '/devices/virtual/tty/tty18'.
Jul 11 23:04:31 megalex (udev-worker)[372]: tty2: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:31 megalex systemd-udevd[346]: tty22: Device is queued (SEQNUM=2725, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: tty21: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[365]: tty20: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex (udev-worker)[359]: tty18: Device processed (SEQNUM=2720, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[364]: tty19: sd-device: Created database file '/run/udev/data/c4:19' for '/devices/virtual/tty/tty19'.
Jul 11 23:04:31 megalex (udev-worker)[372]: tty2: Setting permissions /dev/tty2, uid=0, gid=5, mode=0620
Jul 11 23:04:31 megalex (udev-worker)[372]: tty2: Successfully created symlink '/dev/char/4:2' to '/dev/tty2'
Jul 11 23:04:31 megalex (udev-worker)[372]: tty2: sd-device: Created database file '/run/udev/data/c4:2' for '/devices/virtual/tty/tty2'.
Jul 11 23:04:31 megalex (udev-worker)[362]: tty21: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[365]: tty20: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[359]: tty18: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[364]: tty19: sd-device: Created database file '/run/udev/data/c4:19' for '/devices/virtual/tty/tty19'.
Jul 11 23:04:31 megalex systemd-udevd[346]: tty22: Device ready for processing (SEQNUM=2725, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partnum/2' to '/dev/sda2'
Jul 11 23:04:31 megalex (udev-worker)[372]: tty2: sd-device: Created database file '/run/udev/data/c4:2' for '/devices/virtual/tty/tty2'.
Jul 11 23:04:31 megalex (udev-worker)[365]: tty20: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[364]: tty19: Device processed (SEQNUM=2721, ACTION=add)
Jul 11 23:04:31 megalex systemd-udevd[346]: tty22: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: tty22: Processing device (SEQNUM=2725, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[372]: tty2: Device processed (SEQNUM=2722, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: tty21: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex (udev-worker)[365]: tty20: Setting permissions /dev/tty20, uid=0, gid=5, mode=0620
Jul 11 23:04:31 megalex (udev-worker)[364]: tty19: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: Successfully created symlink '/dev/disk/by-partuuid/dba68115-92b9-5543-898e-da4233f23936' to '/dev/sda2'
Jul 11 23:04:31 megalex systemd-udevd[346]: tty23: Device is queued (SEQNUM=2726, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[372]: tty2: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[363]: tty22: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[362]: tty21: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[365]: tty20: Successfully created symlink '/dev/char/4:20' to '/dev/tty20'
Jul 11 23:04:31 megalex systemd-udevd[346]: tty23: Device ready for processing (SEQNUM=2726, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: tty22: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[362]: tty21: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: Successfully created symlink '/dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T-part2' to '/dev/sda2'
Jul 11 23:04:31 megalex systemd-udevd[346]: tty23: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[365]: tty20: sd-device: Created database file '/run/udev/data/c4:20' for '/devices/virtual/tty/tty20'.
Jul 11 23:04:31 megalex (udev-worker)[365]: tty20: sd-device: Created database file '/run/udev/data/c4:20' for '/devices/virtual/tty/tty20'.
Jul 11 23:04:31 megalex (udev-worker)[362]: tty21: Setting permissions /dev/tty21, uid=0, gid=5, mode=0620
Jul 11 23:04:31 megalex systemd-udevd[346]: tty24: Device is queued (SEQNUM=2727, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[365]: tty20: Device processed (SEQNUM=2723, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[359]: tty23: Processing device (SEQNUM=2726, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[362]: tty21: Successfully created symlink '/dev/char/4:21' to '/dev/tty21'
Jul 11 23:04:31 megalex (udev-worker)[357]: sda2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part2' to '/dev/sda2'
Jul 11 23:04:31 megalex systemd-udevd[346]: tty24: Device ready for processing (SEQNUM=2727, ACTION=add)
Jul 11 23:04:31 megalex (udev-worker)[363]: tty22: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:31 megalex (udev-worker)[365]: tty20: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:31 megalex (udev-worker)[359]: tty23: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:31 megalex (udev-worker)[362]: tty21: sd-device: Created database file '/run/udev/data/c4:21' for '/devices/virtual/tty/tty21'.
Jul 11 23:04:31 megalex (udev-worker)[362]: tty21: sd-device: Created database file '/run/udev/data/c4:21' for '/devices/virtual/tty/tty21'.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty22: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[364]: tty24: Processing device (SEQNUM=2727, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty23: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[357]: sda2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1-part2' to '/dev/sda2'
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:138 Added SYMLINK 'disk/by-uuid/0DD0-4E93'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty24: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty21: Device processed (SEQNUM=2724, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty22: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty24: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:142 Added SYMLINK 'disk/by-id/wwn-0x5002538d423dcab4-part1'
Jul 11 23:04:32 megalex (udev-worker)[357]: sda2: Successfully created symlink '/dev/disk/by-uuid/bd79e6f2-0cc4-49cf-ac74-d5b57e11b009' to '/dev/sda2'
Jul 11 23:04:32 megalex (udev-worker)[362]: tty21: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty24: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty22: Setting permissions /dev/tty22, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:145 Added SYMLINK 'disk/by-partuuid/878df509-d92d-5f43-8f02-4c47a90f1b14'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty25: Device is queued (SEQNUM=2728, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty23: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:152 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partnum/1'
Jul 11 23:04:32 megalex (udev-worker)[363]: tty22: Successfully created symlink '/dev/char/4:22' to '/dev/tty22'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty25: Device ready for processing (SEQNUM=2728, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty23: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[364]: tty24: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[357]: sda2: Successfully created symlink '/dev/disk/by-id/wwn-0x5002538d423dcab4-part2' to '/dev/sda2'
Jul 11 23:04:32 megalex (udev-worker)[363]: tty22: sd-device: Created database file '/run/udev/data/c4:22' for '/devices/virtual/tty/tty22'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty25: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty23: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty25: Processing device (SEQNUM=2728, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:153 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partuuid/878df509-d92d-5f43-8f02-4c47a90f1b14'
Jul 11 23:04:32 megalex (udev-worker)[364]: tty24: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[363]: tty22: sd-device: Created database file '/run/udev/data/c4:22' for '/devices/virtual/tty/tty22'.
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:138 Added SYMLINK 'disk/by-uuid/9ace81ae-343c-46d1-b630-31e8f6ee868d'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty26: Device is queued (SEQNUM=2729, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty23: Setting permissions /dev/tty23, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:156 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-uuid/0DD0-4E93'
Jul 11 23:04:32 megalex (udev-worker)[357]: sda2: Successfully created symlink '/dev/disk/by-diskseq/1-part2' to '/dev/sda2'
Jul 11 23:04:32 megalex (udev-worker)[362]: tty25: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[364]: tty24: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty22: Device processed (SEQNUM=2725, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:142 Added SYMLINK 'disk/by-id/wwn-0x5002538d423dcab4-part3'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty26: Device ready for processing (SEQNUM=2729, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty23: Successfully created symlink '/dev/char/4:23' to '/dev/tty23'
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/1-part1'
Jul 11 23:04:32 megalex (udev-worker)[362]: tty25: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty24: Setting permissions /dev/tty24, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty22: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:145 Added SYMLINK 'disk/by-partuuid/63cbd9e0-daff-8546-b738-e5334a3ec5a7'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty26: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: tty26: Processing device (SEQNUM=2729, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: sda2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partuuid/dba68115-92b9-5543-898e-da4233f23936' to '/dev/sda2'
Jul 11 23:04:32 megalex (udev-worker)[359]: tty23: sd-device: Created database file '/run/udev/data/c4:23' for '/devices/virtual/tty/tty23'.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty24: Successfully created symlink '/dev/char/4:24' to '/dev/tty24'
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:152 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partnum/3'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty27: Device is queued (SEQNUM=2730, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tty26: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[359]: tty23: sd-device: Created database file '/run/udev/data/c4:23' for '/devices/virtual/tty/tty23'.
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: Setting permissions /dev/sda1, uid=0, gid=984, mode=0660
Jul 11 23:04:32 megalex (udev-worker)[364]: tty24: sd-device: Created database file '/run/udev/data/c4:24' for '/devices/virtual/tty/tty24'.
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:153 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partuuid/63cbd9e0-daff-8546-b738-e5334a3ec5a7'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty27: Device ready for processing (SEQNUM=2730, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tty26: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[357]: sda2: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-uuid/bd79e6f2-0cc4-49cf-ac74-d5b57e11b009' to '/dev/sda2'
Jul 11 23:04:32 megalex (udev-worker)[359]: tty23: Device processed (SEQNUM=2726, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty25: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[364]: tty24: sd-device: Created database file '/run/udev/data/c4:24' for '/devices/virtual/tty/tty24'.
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:156 Added SYMLINK 'disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-uuid/9ace81ae-343c-46d1-b630-31e8f6ee868d'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty27: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty27: Processing device (SEQNUM=2730, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: Successfully created symlink '/dev/disk/by-uuid/0DD0-4E93' to '/dev/sda1'
Jul 11 23:04:32 megalex (udev-worker)[372]: tty26: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[357]: sda2: Successfully created symlink '/dev/block/8:2' to '/dev/sda2'
Jul 11 23:04:32 megalex (udev-worker)[359]: tty23: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty25: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[364]: tty24: Device processed (SEQNUM=2727, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/1-part3'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty28: Device is queued (SEQNUM=2731, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty27: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[372]: tty26: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[357]: sda2: sd-device: Created database file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty25: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty24: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: Successfully created symlink '/dev/disk/by-partuuid/878df509-d92d-5f43-8f02-4c47a90f1b14' to '/dev/sda1'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty28: Device ready for processing (SEQNUM=2731, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: tty28: Processing device (SEQNUM=2731, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: tty28: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[357]: sda2: Adding watch on '/dev/sda2'
Jul 11 23:04:32 megalex (udev-worker)[362]: tty25: Setting permissions /dev/tty25, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty28: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty27: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: Setting permissions /dev/sda3, uid=0, gid=984, mode=0660
Jul 11 23:04:32 megalex (udev-worker)[372]: tty26: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[365]: tty28: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[357]: sda2: sd-device: Created database file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'.
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partnum/1' to '/dev/sda1'
Jul 11 23:04:32 megalex (udev-worker)[362]: tty25: Successfully created symlink '/dev/char/4:25' to '/dev/tty25'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty29: Device is queued (SEQNUM=2732, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tty26: Setting permissions /dev/tty26, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[357]: sda2: Device processed (SEQNUM=2638, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-diskseq/1-part3' to '/dev/sda3'
Jul 11 23:04:32 megalex (udev-worker)[362]: tty25: sd-device: Created database file '/run/udev/data/c4:25' for '/devices/virtual/tty/tty25'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty29: Device ready for processing (SEQNUM=2732, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: tty28: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[372]: tty26: Successfully created symlink '/dev/char/4:26' to '/dev/tty26'
Jul 11 23:04:32 megalex (udev-worker)[357]: sda2: sd-device-monitor(worker): Passed 2683 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part1' to '/dev/sda1'
Jul 11 23:04:32 megalex (udev-worker)[363]: tty27: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[362]: tty25: sd-device: Created database file '/run/udev/data/c4:25' for '/devices/virtual/tty/tty25'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty29: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: tty28: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[359]: tty29: Processing device (SEQNUM=2732, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tty26: sd-device: Created database file '/run/udev/data/c4:26' for '/devices/virtual/tty/tty26'.
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part3' to '/dev/sda3'
Jul 11 23:04:32 megalex (udev-worker)[363]: tty27: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[362]: tty25: Device processed (SEQNUM=2728, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: tty28: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty3: Device is queued (SEQNUM=2733, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: Successfully created symlink '/dev/disk/by-id/wwn-0x5002538d423dcab4-part1' to '/dev/sda1'
Jul 11 23:04:32 megalex (udev-worker)[359]: tty29: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[372]: tty26: sd-device: Created database file '/run/udev/data/c4:26' for '/devices/virtual/tty/tty26'.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty27: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty25: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: tty28: Setting permissions /dev/tty28, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty3: Device ready for processing (SEQNUM=2733, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty29: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-partuuid/63cbd9e0-daff-8546-b738-e5334a3ec5a7' to '/dev/sda3'
Jul 11 23:04:32 megalex (udev-worker)[372]: tty26: Device processed (SEQNUM=2729, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty27: Setting permissions /dev/tty27, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty27: Successfully created symlink '/dev/char/4:27' to '/dev/tty27'
Jul 11 23:04:32 megalex (udev-worker)[365]: tty28: Successfully created symlink '/dev/char/4:28' to '/dev/tty28'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty3: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty3: Processing device (SEQNUM=2733, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tty26: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1-part1' to '/dev/sda1'
Jul 11 23:04:32 megalex (udev-worker)[363]: tty27: sd-device: Created database file '/run/udev/data/c4:27' for '/devices/virtual/tty/tty27'.
Jul 11 23:04:32 megalex (udev-worker)[365]: tty28: sd-device: Created database file '/run/udev/data/c4:28' for '/devices/virtual/tty/tty28'.
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1-part3' to '/dev/sda3'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty30: Device is queued (SEQNUM=2734, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty29: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[364]: tty3: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[363]: tty27: sd-device: Created database file '/run/udev/data/c4:27' for '/devices/virtual/tty/tty27'.
Jul 11 23:04:32 megalex (udev-worker)[365]: tty28: sd-device: Created database file '/run/udev/data/c4:28' for '/devices/virtual/tty/tty28'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty30: Device ready for processing (SEQNUM=2734, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty29: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[364]: tty3: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partuuid/878df509-d92d-5f43-8f02-4c47a90f1b14' to '/dev/sda1'
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-id/wwn-0x5002538d423dcab4-part3' to '/dev/sda3'
Jul 11 23:04:32 megalex (udev-worker)[363]: tty27: Device processed (SEQNUM=2730, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: tty28: Device processed (SEQNUM=2731, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty30: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty30: Processing device (SEQNUM=2734, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty29: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty27: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty3: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[365]: tty28: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty31: Device is queued (SEQNUM=2735, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-uuid/0DD0-4E93' to '/dev/sda1'
Jul 11 23:04:32 megalex (udev-worker)[362]: tty30: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partnum/3' to '/dev/sda3'
Jul 11 23:04:32 megalex (udev-worker)[359]: tty29: Setting permissions /dev/tty29, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty3: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex systemd-udevd[346]: tty31: Device ready for processing (SEQNUM=2735, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty31: Processing device (SEQNUM=2735, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty29: Successfully created symlink '/dev/char/4:29' to '/dev/tty29'
Jul 11 23:04:32 megalex (udev-worker)[364]: tty3: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty31: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: Successfully created symlink '/dev/disk/by-diskseq/1-part1' to '/dev/sda1'
Jul 11 23:04:32 megalex (udev-worker)[362]: tty30: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[357]: tty31: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[359]: tty29: sd-device: Created database file '/run/udev/data/c4:29' for '/devices/virtual/tty/tty29'.
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-uuid/9ace81ae-343c-46d1-b630-31e8f6ee868d' to '/dev/sda3'
Jul 11 23:04:32 megalex (udev-worker)[364]: tty3: Setting permissions /dev/tty3, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty32: Device is queued (SEQNUM=2736, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty31: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty29: sd-device: Created database file '/run/udev/data/c4:29' for '/devices/virtual/tty/tty29'.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty3: Successfully created symlink '/dev/char/4:3' to '/dev/tty3'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty32: Device ready for processing (SEQNUM=2736, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: Successfully created symlink '/dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T-part1' to '/dev/sda1'
Jul 11 23:04:32 megalex (udev-worker)[359]: tty29: Device processed (SEQNUM=2732, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-uuid/9ace81ae-343c-46d1-b630-31e8f6ee868d' to '/dev/sda3'
Jul 11 23:04:32 megalex (udev-worker)[364]: tty3: sd-device: Created database file '/run/udev/data/c4:3' for '/devices/virtual/tty/tty3'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty32: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty32: Processing device (SEQNUM=2736, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty30: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: Successfully created symlink '/dev/block/8:1' to '/dev/sda1'
Jul 11 23:04:32 megalex (udev-worker)[359]: tty29: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty31: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[364]: tty3: sd-device: Created database file '/run/udev/data/c4:3' for '/devices/virtual/tty/tty3'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty33: Device is queued (SEQNUM=2737, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty32: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[362]: tty30: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S3PXNF0J909081T-part3' to '/dev/sda3'
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: sd-device: Created database file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty31: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[364]: tty3: Device processed (SEQNUM=2733, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty33: Device ready for processing (SEQNUM=2737, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty32: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty30: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: Adding watch on '/dev/sda1'
Jul 11 23:04:32 megalex (udev-worker)[357]: tty31: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty3: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty33: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: tty33: Processing device (SEQNUM=2737, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty32: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[362]: tty30: Setting permissions /dev/tty30, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: sd-device: Created database file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty31: Setting permissions /dev/tty31, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty34: Device is queued (SEQNUM=2738, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/disk/by-path/pci-0000:00:17.0-ata-1.0-part/by-partuuid/63cbd9e0-daff-8546-b738-e5334a3ec5a7' to '/dev/sda3'
Jul 11 23:04:32 megalex (udev-worker)[363]: tty32: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[372]: tty33: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[362]: tty30: Successfully created symlink '/dev/char/4:30' to '/dev/tty30'
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: Device processed (SEQNUM=2637, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: sda1: sd-device-monitor(worker): Passed 2548 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty34: Device ready for processing (SEQNUM=2738, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: Successfully created symlink '/dev/block/8:3' to '/dev/sda3'
Jul 11 23:04:32 megalex (udev-worker)[363]: tty32: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[372]: tty33: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty30: sd-device: Created database file '/run/udev/data/c4:30' for '/devices/virtual/tty/tty30'.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty31: Successfully created symlink '/dev/char/4:31' to '/dev/tty31'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty34: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty34: Processing device (SEQNUM=2738, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: sd-device: Created database file '/run/udev/data/b8:3' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3'.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty32: Setting permissions /dev/tty32, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty30: sd-device: Created database file '/run/udev/data/c4:30' for '/devices/virtual/tty/tty30'.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty31: sd-device: Created database file '/run/udev/data/c4:31' for '/devices/virtual/tty/tty31'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty35: Device is queued (SEQNUM=2739, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty34: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: Adding watch on '/dev/sda3'
Jul 11 23:04:32 megalex (udev-worker)[363]: tty32: Successfully created symlink '/dev/char/4:32' to '/dev/tty32'
Jul 11 23:04:32 megalex (udev-worker)[362]: tty30: Device processed (SEQNUM=2734, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty31: sd-device: Created database file '/run/udev/data/c4:31' for '/devices/virtual/tty/tty31'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty35: Device ready for processing (SEQNUM=2739, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty34: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[372]: tty33: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: sd-device: Created database file '/run/udev/data/b8:3' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3'.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty32: sd-device: Created database file '/run/udev/data/c4:32' for '/devices/virtual/tty/tty32'.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty30: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty31: Device processed (SEQNUM=2735, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty35: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty35: Processing device (SEQNUM=2739, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tty33: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: Device processed (SEQNUM=2639, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty32: sd-device: Created database file '/run/udev/data/c4:32' for '/devices/virtual/tty/tty32'.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty31: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty34: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex systemd-udevd[346]: tty36: Device is queued (SEQNUM=2740, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tty33: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty35: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[358]: sda3: sd-device-monitor(worker): Passed 2688 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty32: Device processed (SEQNUM=2736, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty34: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex systemd-udevd[346]: tty36: Device ready for processing (SEQNUM=2740, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty35: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[372]: tty33: Setting permissions /dev/tty33, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty32: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty34: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty36: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty36: Processing device (SEQNUM=2740, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tty33: Successfully created symlink '/dev/char/4:33' to '/dev/tty33'
Jul 11 23:04:32 megalex (udev-worker)[359]: tty34: Setting permissions /dev/tty34, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty34: Successfully created symlink '/dev/char/4:34' to '/dev/tty34'
Jul 11 23:04:32 megalex (udev-worker)[359]: tty34: sd-device: Created database file '/run/udev/data/c4:34' for '/devices/virtual/tty/tty34'.
Jul 11 23:04:32 megalex (udev-worker)[372]: tty33: sd-device: Created database file '/run/udev/data/c4:33' for '/devices/virtual/tty/tty33'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty37: Device is queued (SEQNUM=2741, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty36: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[376]: tty35: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[359]: tty34: sd-device: Created database file '/run/udev/data/c4:34' for '/devices/virtual/tty/tty34'.
Jul 11 23:04:32 megalex (udev-worker)[372]: tty33: sd-device: Created database file '/run/udev/data/c4:33' for '/devices/virtual/tty/tty33'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty37: Device ready for processing (SEQNUM=2741, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty36: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty35: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[359]: tty34: Device processed (SEQNUM=2738, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tty33: Device processed (SEQNUM=2737, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty37: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty37: Processing device (SEQNUM=2741, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty35: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty34: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: tty33: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty38: Device is queued (SEQNUM=2742, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty37: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[376]: tty35: Setting permissions /dev/tty35, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty35: Successfully created symlink '/dev/char/4:35' to '/dev/tty35'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty38: Device ready for processing (SEQNUM=2742, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty37: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty36: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[376]: tty35: sd-device: Created database file '/run/udev/data/c4:35' for '/devices/virtual/tty/tty35'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty38: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty38: Processing device (SEQNUM=2742, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty36: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[376]: tty35: sd-device: Created database file '/run/udev/data/c4:35' for '/devices/virtual/tty/tty35'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty39: Device is queued (SEQNUM=2743, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty36: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty36: Setting permissions /dev/tty36, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty36: Successfully created symlink '/dev/char/4:36' to '/dev/tty36'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty39: Device ready for processing (SEQNUM=2743, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty38: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[376]: tty35: Device processed (SEQNUM=2739, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty36: sd-device: Created database file '/run/udev/data/c4:36' for '/devices/virtual/tty/tty36'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty39: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty37: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[359]: tty39: Processing device (SEQNUM=2743, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty38: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty35: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty36: sd-device: Created database file '/run/udev/data/c4:36' for '/devices/virtual/tty/tty36'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty4: Device is queued (SEQNUM=2744, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty37: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[359]: tty39: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[362]: tty36: Device processed (SEQNUM=2740, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty4: Device ready for processing (SEQNUM=2744, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty37: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty39: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty38: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex systemd-udevd[346]: tty4: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty4: Processing device (SEQNUM=2744, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty37: Setting permissions /dev/tty37, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty36: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty38: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex systemd-udevd[346]: tty40: Device is queued (SEQNUM=2745, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty4: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[363]: tty37: Successfully created symlink '/dev/char/4:37' to '/dev/tty37'
Jul 11 23:04:32 megalex (udev-worker)[364]: tty38: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty37: sd-device: Created database file '/run/udev/data/c4:37' for '/devices/virtual/tty/tty37'.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty4: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty40: Device ready for processing (SEQNUM=2745, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty38: Setting permissions /dev/tty38, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty37: sd-device: Created database file '/run/udev/data/c4:37' for '/devices/virtual/tty/tty37'.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty39: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex systemd-udevd[346]: tty40: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty40: Processing device (SEQNUM=2745, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty38: Successfully created symlink '/dev/char/4:38' to '/dev/tty38'
Jul 11 23:04:32 megalex (udev-worker)[363]: tty37: Device processed (SEQNUM=2741, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty39: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex systemd-udevd[346]: tty41: Device is queued (SEQNUM=2746, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty4: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[376]: tty40: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[364]: tty38: sd-device: Created database file '/run/udev/data/c4:38' for '/devices/virtual/tty/tty38'.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty37: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty39: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty41: Device ready for processing (SEQNUM=2746, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty4: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[376]: tty40: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty38: sd-device: Created database file '/run/udev/data/c4:38' for '/devices/virtual/tty/tty38'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty41: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty39: Setting permissions /dev/tty39, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[357]: tty4: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty41: Processing device (SEQNUM=2746, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty38: Device processed (SEQNUM=2742, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty40: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex systemd-udevd[346]: tty42: Device is queued (SEQNUM=2747, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty39: Successfully created symlink '/dev/char/4:39' to '/dev/tty39'
Jul 11 23:04:32 megalex (udev-worker)[359]: tty39: sd-device: Created database file '/run/udev/data/c4:39' for '/devices/virtual/tty/tty39'.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty41: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[364]: tty38: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty40: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex systemd-udevd[346]: tty42: Device ready for processing (SEQNUM=2747, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty4: Setting permissions /dev/tty4, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty39: sd-device: Created database file '/run/udev/data/c4:39' for '/devices/virtual/tty/tty39'.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty41: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty40: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty42: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty43: Device is queued (SEQNUM=2748, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty39: Device processed (SEQNUM=2743, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty4: Successfully created symlink '/dev/char/4:4' to '/dev/tty4'
Jul 11 23:04:32 megalex (udev-worker)[376]: tty40: Setting permissions /dev/tty40, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty42: Processing device (SEQNUM=2747, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty43: Device ready for processing (SEQNUM=2748, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty39: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty4: sd-device: Created database file '/run/udev/data/c4:4' for '/devices/virtual/tty/tty4'.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty40: Successfully created symlink '/dev/char/4:40' to '/dev/tty40'
Jul 11 23:04:32 megalex (udev-worker)[362]: tty41: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex systemd-udevd[346]: tty43: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty42: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[364]: tty43: Processing device (SEQNUM=2748, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty4: sd-device: Created database file '/run/udev/data/c4:4' for '/devices/virtual/tty/tty4'.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty40: sd-device: Created database file '/run/udev/data/c4:40' for '/devices/virtual/tty/tty40'.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty41: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex systemd-udevd[346]: tty44: Device is queued (SEQNUM=2749, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty42: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[357]: tty4: Device processed (SEQNUM=2744, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty43: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[376]: tty40: sd-device: Created database file '/run/udev/data/c4:40' for '/devices/virtual/tty/tty40'.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty41: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty41: Setting permissions /dev/tty41, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[357]: tty4: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty43: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty40: Device processed (SEQNUM=2745, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty44: Device ready for processing (SEQNUM=2749, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty44: Processing device (SEQNUM=2749, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty40: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty44: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty42: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[359]: tty44: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[362]: tty41: Successfully created symlink '/dev/char/4:41' to '/dev/tty41'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty45: Device is queued (SEQNUM=2750, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty42: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[359]: tty44: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty41: sd-device: Created database file '/run/udev/data/c4:41' for '/devices/virtual/tty/tty41'.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty43: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex systemd-udevd[346]: tty45: Device ready for processing (SEQNUM=2750, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty42: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty42: Setting permissions /dev/tty42, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty43: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex systemd-udevd[346]: tty45: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty46: Device is queued (SEQNUM=2751, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty41: sd-device: Created database file '/run/udev/data/c4:41' for '/devices/virtual/tty/tty41'.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty42: Successfully created symlink '/dev/char/4:42' to '/dev/tty42'
Jul 11 23:04:32 megalex (udev-worker)[364]: tty43: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty45: Processing device (SEQNUM=2750, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty46: Device ready for processing (SEQNUM=2751, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty44: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[362]: tty41: Device processed (SEQNUM=2746, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty42: sd-device: Created database file '/run/udev/data/c4:42' for '/devices/virtual/tty/tty42'.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty42: sd-device: Created database file '/run/udev/data/c4:42' for '/devices/virtual/tty/tty42'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty46: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty45: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[359]: tty44: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[357]: tty46: Processing device (SEQNUM=2751, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty41: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty43: Setting permissions /dev/tty43, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty42: Device processed (SEQNUM=2747, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty47: Device is queued (SEQNUM=2752, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty45: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty44: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty44: Setting permissions /dev/tty44, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty43: Successfully created symlink '/dev/char/4:43' to '/dev/tty43'
Jul 11 23:04:32 megalex (udev-worker)[363]: tty42: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty47: Device ready for processing (SEQNUM=2752, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty46: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[359]: tty44: Successfully created symlink '/dev/char/4:44' to '/dev/tty44'
Jul 11 23:04:32 megalex (udev-worker)[364]: tty43: sd-device: Created database file '/run/udev/data/c4:43' for '/devices/virtual/tty/tty43'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty47: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty46: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[358]: tty47: Processing device (SEQNUM=2752, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty45: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[359]: tty44: sd-device: Created database file '/run/udev/data/c4:44' for '/devices/virtual/tty/tty44'.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty43: sd-device: Created database file '/run/udev/data/c4:43' for '/devices/virtual/tty/tty43'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty48: Device is queued (SEQNUM=2753, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty45: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[358]: tty47: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[359]: tty44: sd-device: Created database file '/run/udev/data/c4:44' for '/devices/virtual/tty/tty44'.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty43: Device processed (SEQNUM=2748, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty48: Device ready for processing (SEQNUM=2753, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty45: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty45: Setting permissions /dev/tty45, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty44: Device processed (SEQNUM=2749, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty46: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[364]: tty43: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty48: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty48: Processing device (SEQNUM=2753, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: tty47: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty45: Successfully created symlink '/dev/char/4:45' to '/dev/tty45'
Jul 11 23:04:32 megalex (udev-worker)[359]: tty44: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty46: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex systemd-udevd[346]: tty49: Device is queued (SEQNUM=2754, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty48: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[376]: tty45: sd-device: Created database file '/run/udev/data/c4:45' for '/devices/virtual/tty/tty45'.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty46: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[357]: tty46: Setting permissions /dev/tty46, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty48: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty45: sd-device: Created database file '/run/udev/data/c4:45' for '/devices/virtual/tty/tty45'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty49: Device ready for processing (SEQNUM=2754, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty46: Successfully created symlink '/dev/char/4:46' to '/dev/tty46'
Jul 11 23:04:32 megalex (udev-worker)[358]: tty47: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[376]: tty45: Device processed (SEQNUM=2750, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty49: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty49: Processing device (SEQNUM=2754, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty46: sd-device: Created database file '/run/udev/data/c4:46' for '/devices/virtual/tty/tty46'.
Jul 11 23:04:32 megalex (udev-worker)[358]: tty47: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[376]: tty45: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty48: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex systemd-udevd[346]: tty5: Device is queued (SEQNUM=2755, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty49: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[357]: tty46: sd-device: Created database file '/run/udev/data/c4:46' for '/devices/virtual/tty/tty46'.
Jul 11 23:04:32 megalex (udev-worker)[358]: tty47: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[358]: tty47: Setting permissions /dev/tty47, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty5: Device ready for processing (SEQNUM=2755, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty49: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[357]: tty46: Device processed (SEQNUM=2751, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty46: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: tty47: Successfully created symlink '/dev/char/4:47' to '/dev/tty47'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty5: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty5: Processing device (SEQNUM=2755, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty48: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[358]: tty47: sd-device: Created database file '/run/udev/data/c4:47' for '/devices/virtual/tty/tty47'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty50: Device is queued (SEQNUM=2756, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty48: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty5: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[358]: tty47: sd-device: Created database file '/run/udev/data/c4:47' for '/devices/virtual/tty/tty47'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty50: Device ready for processing (SEQNUM=2756, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty48: Setting permissions /dev/tty48, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty5: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[358]: tty47: Device processed (SEQNUM=2752, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty49: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex systemd-udevd[346]: tty50: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty50: Processing device (SEQNUM=2756, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty48: Successfully created symlink '/dev/char/4:48' to '/dev/tty48'
Jul 11 23:04:32 megalex (udev-worker)[358]: tty47: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty49: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex systemd-udevd[346]: tty51: Device is queued (SEQNUM=2757, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty50: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[362]: tty48: sd-device: Created database file '/run/udev/data/c4:48' for '/devices/virtual/tty/tty48'.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty49: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty5: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex systemd-udevd[346]: tty51: Device ready for processing (SEQNUM=2757, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty50: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty48: sd-device: Created database file '/run/udev/data/c4:48' for '/devices/virtual/tty/tty48'.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty49: Setting permissions /dev/tty49, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty49: Successfully created symlink '/dev/char/4:49' to '/dev/tty49'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty51: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty51: Processing device (SEQNUM=2757, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty48: Device processed (SEQNUM=2753, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty5: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[363]: tty49: sd-device: Created database file '/run/udev/data/c4:49' for '/devices/virtual/tty/tty49'.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty50: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[364]: tty51: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[362]: tty48: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty5: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty52: Device is queued (SEQNUM=2758, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty50: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[363]: tty49: sd-device: Created database file '/run/udev/data/c4:49' for '/devices/virtual/tty/tty49'.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty51: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty5: Setting permissions /dev/tty5, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty52: Device ready for processing (SEQNUM=2758, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty50: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty49: Device processed (SEQNUM=2754, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty5: Successfully created symlink '/dev/char/4:5' to '/dev/tty5'
Jul 11 23:04:32 megalex (udev-worker)[359]: tty5: sd-device: Created database file '/run/udev/data/c4:5' for '/devices/virtual/tty/tty5'.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty52: Processing device (SEQNUM=2758, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty50: Setting permissions /dev/tty50, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty49: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty52: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty5: sd-device: Created database file '/run/udev/data/c4:5' for '/devices/virtual/tty/tty5'.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty51: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[357]: tty52: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[376]: tty50: Successfully created symlink '/dev/char/4:50' to '/dev/tty50'
Jul 11 23:04:32 megalex (udev-worker)[376]: tty50: sd-device: Created database file '/run/udev/data/c4:50' for '/devices/virtual/tty/tty50'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty53: Device is queued (SEQNUM=2759, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty51: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[357]: tty52: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty5: Device processed (SEQNUM=2755, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty50: sd-device: Created database file '/run/udev/data/c4:50' for '/devices/virtual/tty/tty50'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty53: Device ready for processing (SEQNUM=2759, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty51: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty5: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty50: Device processed (SEQNUM=2756, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty53: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty53: Processing device (SEQNUM=2759, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty51: Setting permissions /dev/tty51, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty50: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty52: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex systemd-udevd[346]: tty54: Device is queued (SEQNUM=2760, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty53: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[364]: tty51: Successfully created symlink '/dev/char/4:51' to '/dev/tty51'
Jul 11 23:04:32 megalex (udev-worker)[357]: tty52: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex systemd-udevd[346]: tty54: Device ready for processing (SEQNUM=2760, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty53: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty51: sd-device: Created database file '/run/udev/data/c4:51' for '/devices/virtual/tty/tty51'.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty52: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty54: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty54: Processing device (SEQNUM=2760, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty51: sd-device: Created database file '/run/udev/data/c4:51' for '/devices/virtual/tty/tty51'.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty52: Setting permissions /dev/tty52, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty55: Device is queued (SEQNUM=2761, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty51: Device processed (SEQNUM=2757, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty54: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[357]: tty52: Successfully created symlink '/dev/char/4:52' to '/dev/tty52'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty55: Device ready for processing (SEQNUM=2761, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty51: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty53: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[376]: tty54: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[357]: tty52: sd-device: Created database file '/run/udev/data/c4:52' for '/devices/virtual/tty/tty52'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty55: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty56: Device is queued (SEQNUM=2762, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty53: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[357]: tty52: sd-device: Created database file '/run/udev/data/c4:52' for '/devices/virtual/tty/tty52'.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty55: Processing device (SEQNUM=2761, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty56: Device ready for processing (SEQNUM=2762, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty53: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty53: Setting permissions /dev/tty53, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty56: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty54: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[363]: tty55: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[359]: tty56: Processing device (SEQNUM=2762, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty52: Device processed (SEQNUM=2758, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty53: Successfully created symlink '/dev/char/4:53' to '/dev/tty53'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty57: Device is queued (SEQNUM=2763, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty54: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[363]: tty55: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty56: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[357]: tty52: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty53: sd-device: Created database file '/run/udev/data/c4:53' for '/devices/virtual/tty/tty53'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty57: Device ready for processing (SEQNUM=2763, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty54: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty56: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty53: sd-device: Created database file '/run/udev/data/c4:53' for '/devices/virtual/tty/tty53'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty57: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty57: Processing device (SEQNUM=2763, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty54: Setting permissions /dev/tty54, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty54: Successfully created symlink '/dev/char/4:54' to '/dev/tty54'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty58: Device is queued (SEQNUM=2764, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty57: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[362]: tty53: Device processed (SEQNUM=2759, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty56: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[376]: tty54: sd-device: Created database file '/run/udev/data/c4:54' for '/devices/virtual/tty/tty54'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty58: Device ready for processing (SEQNUM=2764, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty57: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty53: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty55: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[359]: tty56: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[376]: tty54: sd-device: Created database file '/run/udev/data/c4:54' for '/devices/virtual/tty/tty54'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty58: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty58: Processing device (SEQNUM=2764, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty55: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[359]: tty56: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty54: Device processed (SEQNUM=2760, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty59: Device is queued (SEQNUM=2765, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty55: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty55: Setting permissions /dev/tty55, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty57: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[359]: tty56: Setting permissions /dev/tty56, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty54: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty59: Device ready for processing (SEQNUM=2765, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty58: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[363]: tty55: Successfully created symlink '/dev/char/4:55' to '/dev/tty55'
Jul 11 23:04:32 megalex (udev-worker)[364]: tty57: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[359]: tty56: Successfully created symlink '/dev/char/4:56' to '/dev/tty56'
Jul 11 23:04:32 megalex (udev-worker)[359]: tty56: sd-device: Created database file '/run/udev/data/c4:56' for '/devices/virtual/tty/tty56'.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty58: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty59: Processing device (SEQNUM=2765, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty55: sd-device: Created database file '/run/udev/data/c4:55' for '/devices/virtual/tty/tty55'.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty57: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty59: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty56: sd-device: Created database file '/run/udev/data/c4:56' for '/devices/virtual/tty/tty56'.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty59: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[363]: tty55: sd-device: Created database file '/run/udev/data/c4:55' for '/devices/virtual/tty/tty55'.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty57: Setting permissions /dev/tty57, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty6: Device is queued (SEQNUM=2766, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty56: Device processed (SEQNUM=2762, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty59: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[363]: tty55: Device processed (SEQNUM=2761, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty58: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[364]: tty57: Successfully created symlink '/dev/char/4:57' to '/dev/tty57'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty6: Device ready for processing (SEQNUM=2766, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty56: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty6: Processing device (SEQNUM=2766, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty58: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[364]: tty57: sd-device: Created database file '/run/udev/data/c4:57' for '/devices/virtual/tty/tty57'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty6: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty60: Device is queued (SEQNUM=2767, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty58: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty59: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[376]: tty6: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[364]: tty57: sd-device: Created database file '/run/udev/data/c4:57' for '/devices/virtual/tty/tty57'.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty55: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty60: Device ready for processing (SEQNUM=2767, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty58: Setting permissions /dev/tty58, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty59: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[376]: tty6: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty57: Device processed (SEQNUM=2763, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty60: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty60: Processing device (SEQNUM=2767, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty58: Successfully created symlink '/dev/char/4:58' to '/dev/tty58'
Jul 11 23:04:32 megalex (udev-worker)[362]: tty59: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty57: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty61: Device is queued (SEQNUM=2768, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty60: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[357]: tty58: sd-device: Created database file '/run/udev/data/c4:58' for '/devices/virtual/tty/tty58'.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty59: Setting permissions /dev/tty59, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty59: Successfully created symlink '/dev/char/4:59' to '/dev/tty59'
Jul 11 23:04:32 megalex (udev-worker)[359]: tty60: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty6: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[357]: tty58: sd-device: Created database file '/run/udev/data/c4:58' for '/devices/virtual/tty/tty58'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty61: Device ready for processing (SEQNUM=2768, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty59: sd-device: Created database file '/run/udev/data/c4:59' for '/devices/virtual/tty/tty59'.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty6: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[357]: tty58: Device processed (SEQNUM=2764, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty61: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty61: Processing device (SEQNUM=2768, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty6: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty59: sd-device: Created database file '/run/udev/data/c4:59' for '/devices/virtual/tty/tty59'.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty58: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty62: Device is queued (SEQNUM=2769, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty60: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[376]: tty6: Setting permissions /dev/tty6, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty6: Successfully created symlink '/dev/char/4:6' to '/dev/tty6'
Jul 11 23:04:32 megalex (udev-worker)[362]: tty59: Device processed (SEQNUM=2765, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty62: Device ready for processing (SEQNUM=2769, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty60: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[363]: tty61: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[376]: tty6: sd-device: Created database file '/run/udev/data/c4:6' for '/devices/virtual/tty/tty6'.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty59: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty62: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty60: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty62: Processing device (SEQNUM=2769, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty61: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty6: sd-device: Created database file '/run/udev/data/c4:6' for '/devices/virtual/tty/tty6'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty63: Device is queued (SEQNUM=2770, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty60: Setting permissions /dev/tty60, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty60: Successfully created symlink '/dev/char/4:60' to '/dev/tty60'
Jul 11 23:04:32 megalex (udev-worker)[376]: tty6: Device processed (SEQNUM=2766, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty63: Device ready for processing (SEQNUM=2770, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty62: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[359]: tty60: sd-device: Created database file '/run/udev/data/c4:60' for '/devices/virtual/tty/tty60'.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty60: sd-device: Created database file '/run/udev/data/c4:60' for '/devices/virtual/tty/tty60'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty63: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: tty63: Processing device (SEQNUM=2770, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty62: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty6: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty60: Device processed (SEQNUM=2767, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tty7: Device is queued (SEQNUM=2771, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty61: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[362]: tty63: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[359]: tty60: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty7: Device ready for processing (SEQNUM=2771, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty61: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[362]: tty63: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty7: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty61: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[357]: tty7: Processing device (SEQNUM=2771, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty62: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex systemd-udevd[346]: tty8: Device is queued (SEQNUM=2772, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: tty61: Setting permissions /dev/tty61, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty62: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[357]: tty7: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex systemd-udevd[346]: tty8: Device ready for processing (SEQNUM=2772, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty63: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[363]: tty61: Successfully created symlink '/dev/char/4:61' to '/dev/tty61'
Jul 11 23:04:32 megalex (udev-worker)[364]: tty62: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty62: Setting permissions /dev/tty62, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex systemd-udevd[346]: tty8: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty8: Processing device (SEQNUM=2772, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty63: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[363]: tty61: sd-device: Created database file '/run/udev/data/c4:61' for '/devices/virtual/tty/tty61'.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty7: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[364]: tty62: Successfully created symlink '/dev/char/4:62' to '/dev/tty62'
Jul 11 23:04:32 megalex systemd-udevd[346]: tty9: Device is queued (SEQNUM=2773, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty63: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty8: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[363]: tty61: sd-device: Created database file '/run/udev/data/c4:61' for '/devices/virtual/tty/tty61'.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty62: sd-device: Created database file '/run/udev/data/c4:62' for '/devices/virtual/tty/tty62'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty9: Device ready for processing (SEQNUM=2773, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: tty63: Setting permissions /dev/tty63, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty63: Successfully created symlink '/dev/char/4:63' to '/dev/tty63'
Jul 11 23:04:32 megalex (udev-worker)[363]: tty61: Device processed (SEQNUM=2768, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: tty62: sd-device: Created database file '/run/udev/data/c4:62' for '/devices/virtual/tty/tty62'.
Jul 11 23:04:32 megalex systemd-udevd[346]: tty9: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty9: Processing device (SEQNUM=2773, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty7: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[376]: tty8: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty63: sd-device: Created database file '/run/udev/data/c4:63' for '/devices/virtual/tty/tty63'.
Jul 11 23:04:32 megalex (udev-worker)[363]: tty61: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty62: Device processed (SEQNUM=2769, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXSYSTM:00: Device is queued (SEQNUM=2774, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty7: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[359]: tty9: /usr/lib/udev/rules.d/50-udev-default.rules:40 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[362]: tty63: sd-device: Created database file '/run/udev/data/c4:63' for '/devices/virtual/tty/tty63'.
Jul 11 23:04:32 megalex (udev-worker)[364]: tty62: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXSYSTM:00: Device ready for processing (SEQNUM=2774, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty7: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty9: /usr/lib/udev/rules.d/50-udev-default.rules:40 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty63: Device processed (SEQNUM=2770, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXSYSTM:00: sd-device-monitor(manager): Passed 193 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty8: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[358]: LNXSYSTM:00: Processing device (SEQNUM=2774, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty7: Setting permissions /dev/tty7, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[362]: tty63: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPWRBN:00: Device is queued (SEQNUM=2775, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty8: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[358]: LNXSYSTM:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[357]: tty7: Successfully created symlink '/dev/char/4:7' to '/dev/tty7'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPWRBN:00: SEQNUM=2775 blocked by SEQNUM=2774
Jul 11 23:04:32 megalex (udev-worker)[376]: tty8: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[376]: tty8: Setting permissions /dev/tty8, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex (udev-worker)[358]: LNXSYSTM:00: hwdb modalias key: "acpi:LNXSYSTM:"
Jul 11 23:04:32 megalex (udev-worker)[357]: tty7: sd-device: Created database file '/run/udev/data/c4:7' for '/devices/virtual/tty/tty7'.
Jul 11 23:04:32 megalex (udev-worker)[357]: tty7: sd-device: Created database file '/run/udev/data/c4:7' for '/devices/virtual/tty/tty7'.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty9: /etc/udev/rules.d/99-fix-tty.rules:1 OWNER 0
Jul 11 23:04:32 megalex (udev-worker)[376]: tty8: Successfully created symlink '/dev/char/4:8' to '/dev/tty8'
Jul 11 23:04:32 megalex systemd-udevd[346]: input2: Device is queued (SEQNUM=2776, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tty7: Device processed (SEQNUM=2771, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty9: /etc/udev/rules.d/99-fix-tty.rules:1 GROUP 5
Jul 11 23:04:32 megalex (udev-worker)[376]: tty8: sd-device: Created database file '/run/udev/data/c4:8' for '/devices/virtual/tty/tty8'.
Jul 11 23:04:32 megalex systemd-udevd[346]: input2: SEQNUM=2776 blocked by SEQNUM=2774
Jul 11 23:04:32 megalex (udev-worker)[357]: tty7: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty9: /etc/udev/rules.d/99-fix-tty.rules:1 MODE 0620
Jul 11 23:04:32 megalex (udev-worker)[359]: tty9: Setting permissions /dev/tty9, uid=0, gid=5, mode=0620
Jul 11 23:04:32 megalex systemd-udevd[346]: event2: Device is queued (SEQNUM=2777, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: tty8: sd-device: Created database file '/run/udev/data/c4:8' for '/devices/virtual/tty/tty8'.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty9: Successfully created symlink '/dev/char/4:9' to '/dev/tty9'
Jul 11 23:04:32 megalex systemd-udevd[346]: event2: SEQNUM=2777 blocked by SEQNUM=2774
Jul 11 23:04:32 megalex (udev-worker)[376]: tty8: Device processed (SEQNUM=2772, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty9: sd-device: Created database file '/run/udev/data/c4:9' for '/devices/virtual/tty/tty9'.
Jul 11 23:04:32 megalex (udev-worker)[359]: tty9: sd-device: Created database file '/run/udev/data/c4:9' for '/devices/virtual/tty/tty9'.
Jul 11 23:04:32 megalex (udev-worker)[376]: tty8: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXSYBUS:00: Device is queued (SEQNUM=2778, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: tty9: Device processed (SEQNUM=2773, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: LNXSYSTM:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXSYBUS:00: SEQNUM=2778 blocked by SEQNUM=2774
Jul 11 23:04:32 megalex (udev-worker)[359]: tty9: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0C:00: Device is queued (SEQNUM=2779, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: LNXSYSTM:00: sd-device: Created database file '/run/udev/data/+acpi:LNXSYSTM:00' for '/devices/LNXSYSTM:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0C:00: SEQNUM=2779 blocked by SEQNUM=2774
Jul 11 23:04:32 megalex (udev-worker)[358]: LNXSYSTM:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: input1: Device is queued (SEQNUM=2780, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: Loading module: acpi:LNXSYSTM:
Jul 11 23:04:32 megalex systemd-udevd[346]: input1: SEQNUM=2780 blocked by SEQNUM=2774
Jul 11 23:04:32 megalex systemd-udevd[346]: event1: Device is queued (SEQNUM=2781, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event1: SEQNUM=2781 blocked by SEQNUM=2774
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0E:00: Device is queued (SEQNUM=2782, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0E:00: SEQNUM=2782 blocked by SEQNUM=2774
Jul 11 23:04:32 megalex systemd-udevd[346]: input0: Device is queued (SEQNUM=2783, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: Failed to find module 'acpi:LNXSYSTM:'
Jul 11 23:04:32 megalex systemd-udevd[346]: input0: SEQNUM=2783 blocked by SEQNUM=2774
Jul 11 23:04:32 megalex (udev-worker)[358]: LNXSYSTM:00: sd-device: Created database file '/run/udev/data/+acpi:LNXSYSTM:00' for '/devices/LNXSYSTM:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: event0: Device is queued (SEQNUM=2784, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: LNXSYSTM:00: Device processed (SEQNUM=2774, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event0: SEQNUM=2784 blocked by SEQNUM=2774
Jul 11 23:04:32 megalex (udev-worker)[358]: LNXSYSTM:00: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:14.0: Device is queued (SEQNUM=2785, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:14.0: Device ready for processing (SEQNUM=2785, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:14.0: sd-device-monitor(manager): Passed 343 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: 0000:00:14.0: Processing device (SEQNUM=2785, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usb1: Device is queued (SEQNUM=2786, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPWRBN:00: Device ready for processing (SEQNUM=2775, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 0000:00:14.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPWRBN:00: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: LNXPWRBN:00: Processing device (SEQNUM=2775, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 0000:00:14.0: hwdb modalias key: "pci:v00008086d0000A2AFsv00001462sd00007A63bc0Csc03i30"
Jul 11 23:04:32 megalex systemd-udevd[346]: input2: SEQNUM=2776 blocked by SEQNUM=2775
Jul 11 23:04:32 megalex (udev-worker)[362]: LNXPWRBN:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[376]: 0000:00:14.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[362]: LNXPWRBN:00: hwdb modalias key: "acpi:LNXPWRBN:"
Jul 11 23:04:32 megalex systemd-udevd[346]: event2: SEQNUM=2777 blocked by SEQNUM=2775
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXSYBUS:00: Device ready for processing (SEQNUM=2778, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXSYBUS:00: sd-device-monitor(manager): Passed 205 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: LNXSYBUS:00: Processing device (SEQNUM=2778, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0C:00: SEQNUM=2779 blocked by SEQNUM=2778
Jul 11 23:04:32 megalex systemd-udevd[346]: input1: SEQNUM=2780 blocked by SEQNUM=2778
Jul 11 23:04:32 megalex mtp-probe[387]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9"
Jul 11 23:04:32 megalex (udev-worker)[363]: LNXSYBUS:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex mtp-probe[386]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13"
Jul 11 23:04:32 megalex (udev-worker)[376]: 0000:00:14.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex mtp-probe[387]: bus: 1, device: 2 was not an MTP device
Jul 11 23:04:32 megalex systemd-udevd[346]: event1: SEQNUM=2781 blocked by SEQNUM=2778
Jul 11 23:04:32 megalex mtp-probe[386]: bus: 1, device: 4 was not an MTP device
Jul 11 23:04:32 megalex (udev-worker)[362]: LNXPWRBN:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[363]: LNXSYBUS:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0E:00: SEQNUM=2782 blocked by SEQNUM=2778
Jul 11 23:04:32 megalex (udev-worker)[376]: 0000:00:14.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:14.0' for '/devices/pci0000:00/0000:00:14.0'.
Jul 11 23:04:32 megalex systemd-udevd[346]: input0: SEQNUM=2783 blocked by SEQNUM=2778
Jul 11 23:04:32 megalex (udev-worker)[362]: LNXPWRBN:00: sd-device: Created database file '/run/udev/data/+acpi:LNXPWRBN:00' for '/devices/LNXSYSTM:00/LNXPWRBN:00'.
Jul 11 23:04:32 megalex (udev-worker)[376]: 0000:00:14.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: event0: SEQNUM=2784 blocked by SEQNUM=2778
Jul 11 23:04:32 megalex (udev-worker)[362]: LNXPWRBN:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[376]: Loading module: pci:v00008086d0000A2AFsv00001462sd00007A63bc0Csc03i30
Jul 11 23:04:32 megalex systemd-udevd[346]: usb1: SEQNUM=2786 blocked by SEQNUM=2785
Jul 11 23:04:32 megalex (udev-worker)[362]: Loading module: acpi:LNXPWRBN:
Jul 11 23:04:32 megalex (udev-worker)[363]: LNXSYBUS:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[376]: Failed to find module 'pci:v00008086d0000A2AFsv00001462sd00007A63bc0Csc03i30'
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-13: Device is queued (SEQNUM=2787, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 0000:00:14.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:14.0' for '/devices/pci0000:00/0000:00:14.0'.
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-13: SEQNUM=2787 blocked by SEQNUM=2785
Jul 11 23:04:32 megalex (udev-worker)[362]: Failed to find module 'acpi:LNXPWRBN:'
Jul 11 23:04:32 megalex (udev-worker)[363]: LNXSYBUS:00: sd-device: Created database file '/run/udev/data/+acpi:LNXSYBUS:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00'.
Jul 11 23:04:32 megalex (udev-worker)[376]: 0000:00:14.0: Device processed (SEQNUM=2785, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-13:1.0: Device is queued (SEQNUM=2788, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: LNXPWRBN:00: sd-device: Created database file '/run/udev/data/+acpi:LNXPWRBN:00' for '/devices/LNXSYSTM:00/LNXPWRBN:00'.
Jul 11 23:04:32 megalex (udev-worker)[363]: LNXSYBUS:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[376]: 0000:00:14.0: sd-device-monitor(worker): Passed 647 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-13:1.0: SEQNUM=2788 blocked by SEQNUM=2785
Jul 11 23:04:32 megalex (udev-worker)[362]: LNXPWRBN:00: Device processed (SEQNUM=2775, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: Loading module: acpi:LNXSYBUS:
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:1BCF:0005.0003: Device is queued (SEQNUM=2789, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: LNXPWRBN:00: sd-device-monitor(worker): Passed 264 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: usb1: Device ready for processing (SEQNUM=2786, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usb1: sd-device-monitor(manager): Passed 314 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-13: SEQNUM=2787 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: Processing device (SEQNUM=2786, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-13:1.0: SEQNUM=2788 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex (udev-worker)[363]: Failed to find module 'acpi:LNXSYBUS:'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:1BCF:0005.0003: SEQNUM=2789 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex (udev-worker)[363]: LNXSYBUS:00: sd-device: Created database file '/run/udev/data/+acpi:LNXSYBUS:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: input8: Device is queued (SEQNUM=2790, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: LNXSYBUS:00: Device processed (SEQNUM=2778, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: input2: Device ready for processing (SEQNUM=2776, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: LNXSYBUS:00: sd-device-monitor(worker): Passed 250 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: input2: sd-device-monitor(manager): Passed 356 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: Processing device (SEQNUM=2776, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event2: SEQNUM=2777 blocked by SEQNUM=2776
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex systemd-udevd[346]: input8: SEQNUM=2790 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex systemd-udevd[346]: event6: Device is queued (SEQNUM=2791, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: hwdb modalias key: "usb:v1D6Bp0002:xHCI Host Controller"
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0C:00: Device ready for processing (SEQNUM=2779, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0C:00: sd-device-monitor(manager): Passed 229 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: PNP0C0C:00: Processing device (SEQNUM=2779, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input1: SEQNUM=2780 blocked by SEQNUM=2779
Jul 11 23:04:32 megalex systemd-udevd[346]: event1: SEQNUM=2781 blocked by SEQNUM=2779
Jul 11 23:04:32 megalex (udev-worker)[363]: PNP0C0C:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0E:00: Device ready for processing (SEQNUM=2782, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: PNP0C0C:00: hwdb modalias key: "acpi:PNP0C0C:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0E:00: sd-device-monitor(manager): Passed 229 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: PNP0C0E:00: Processing device (SEQNUM=2782, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: PNP0C0C:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex systemd-udevd[346]: input0: SEQNUM=2783 blocked by SEQNUM=2782
Jul 11 23:04:32 megalex (udev-worker)[359]: PNP0C0E:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: event0: SEQNUM=2784 blocked by SEQNUM=2782
Jul 11 23:04:32 megalex (udev-worker)[359]: PNP0C0E:00: hwdb modalias key: "acpi:PNP0C0E:"
Jul 11 23:04:32 megalex systemd-udevd[346]: event6: SEQNUM=2791 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex (udev-worker)[359]: PNP0C0E:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-9: Device is queued (SEQNUM=2792, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[363]: PNP0C0C:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-9: SEQNUM=2792 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=input': No data available
Jul 11 23:04:32 megalex (udev-worker)[359]: PNP0C0E:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-9:1.0: Device is queued (SEQNUM=2793, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[363]: PNP0C0C:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0C:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-9:1.0: SEQNUM=2793 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex (udev-worker)[359]: PNP0C0E:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0E:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00'.
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664
Jul 11 23:04:32 megalex (udev-worker)[363]: PNP0C0C:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: capabilities/ev raw kernel attribute: 3
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:0461:0010.0001: Device is queued (SEQNUM=2794, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: PNP0C0E:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: /usr/lib/udev/rules.d/60-autosuspend.rules:12 Writing ATTR{'/sys/devices/pci0000:00/0000:00:14.0/usb1/power/control'}="auto".
Jul 11 23:04:32 megalex (udev-worker)[363]: Loading module: acpi:PNP0C0C:
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: capabilities/abs raw kernel attribute: 0
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:0461:0010.0001: SEQNUM=2794 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex (udev-worker)[359]: Loading module: acpi:PNP0C0E:
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: /usr/lib/udev/rules.d/60-vboxdrv.rules:6 RUN '/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers'
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: capabilities/rel raw kernel attribute: 0
Jul 11 23:04:32 megalex systemd-udevd[346]: input4: Device is queued (SEQNUM=2795, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: capabilities/key raw kernel attribute: 8000 10000000000000 0
Jul 11 23:04:32 megalex systemd-udevd[346]: input4: SEQNUM=2795 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex (udev-worker)[363]: Failed to find module 'acpi:PNP0C0C:'
Jul 11 23:04:32 megalex (udev-worker)[363]: PNP0C0C:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0C:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00'.
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: properties raw kernel attribute: 0
Jul 11 23:04:32 megalex systemd-udevd[346]: event3: Device is queued (SEQNUM=2796, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: Failed to find module 'acpi:PNP0C0E:'
Jul 11 23:04:32 megalex (udev-worker)[363]: PNP0C0C:00: Device processed (SEQNUM=2779, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: test_key: checking bit block 0 for any keys; found=no
Jul 11 23:04:32 megalex systemd-udevd[346]: event3: SEQNUM=2796 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-9:1.1: Device is queued (SEQNUM=2797, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: PNP0C0C:00: sd-device-monitor(worker): Passed 274 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: test_key: checking bit block 64 for any keys; found=yes
Jul 11 23:04:32 megalex (udev-worker)[359]: PNP0C0E:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0E:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-9:1.1: SEQNUM=2797 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 23:04:32 megalex (udev-worker)[359]: PNP0C0E:00: Device processed (SEQNUM=2782, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: Preserve permissions of /dev/bus/usb/001/001, uid=0, gid=0, mode=0664
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:0461:0010.0002: Device is queued (SEQNUM=2798, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 23:04:32 megalex (udev-worker)[359]: PNP0C0E:00: sd-device-monitor(worker): Passed 274 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: Successfully created symlink '/dev/char/189:0' to '/dev/bus/usb/001/001'
Jul 11 23:04:32 megalex systemd-udevd[346]: input1: Device ready for processing (SEQNUM=2780, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: input1: sd-device-monitor(manager): Passed 366 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: sd-device: Created database file '/run/udev/data/c189:0' for '/devices/pci0000:00/0000:00:14.0/usb1'.
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: Processing device (SEQNUM=2780, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: Running command "/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 0 09 vboxusers"
Jul 11 23:04:32 megalex systemd-udevd[346]: event1: SEQNUM=2781 blocked by SEQNUM=2780
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input'
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: Starting '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 0 09 vboxusers'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:0461:0010.0002: SEQNUM=2798 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: input6: Device is queued (SEQNUM=2799, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: Successfully forked off '(spawn)' as PID 380.
Jul 11 23:04:32 megalex systemd-udevd[346]: input0: Device ready for processing (SEQNUM=2783, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: sd-device: Created database file '/run/udev/data/+input:input2' for '/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2'.
Jul 11 23:04:32 megalex systemd-udevd[346]: input0: sd-device-monitor(manager): Passed 350 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: Processing device (SEQNUM=2783, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event0: SEQNUM=2784 blocked by SEQNUM=2783
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=input': No data available
Jul 11 23:04:32 megalex (udev-worker)[362]: Loading module: input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw
Jul 11 23:04:32 megalex systemd-udevd[346]: input6: SEQNUM=2799 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input'
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: event4: Device is queued (SEQNUM=2800, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: hwdb modalias key: "input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw"
Jul 11 23:04:32 megalex systemd-udevd[346]: event4: SEQNUM=2800 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: capabilities/ev raw kernel attribute: 3
Jul 11 23:04:32 megalex systemd-udevd[346]: input7: Device is queued (SEQNUM=2801, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: capabilities/abs raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: capabilities/rel raw kernel attribute: 0
Jul 11 23:04:32 megalex systemd-udevd[346]: input7: SEQNUM=2801 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: capabilities/key raw kernel attribute: 8000 10000000000000 0
Jul 11 23:04:32 megalex systemd-udevd[346]: event5: Device is queued (SEQNUM=2802, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=input': No data available
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: properties raw kernel attribute: 0
Jul 11 23:04:32 megalex systemd-udevd[346]: event5: SEQNUM=2802 blocked by SEQNUM=2786
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: test_key: checking bit block 0 for any keys; found=no
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi: Device is queued (SEQNUM=2803, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: test_key: checking bit block 64 for any keys; found=yes
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: capabilities/ev raw kernel attribute: 3
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi: Device ready for processing (SEQNUM=2803, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: capabilities/abs raw kernel attribute: 0
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi: sd-device-monitor(manager): Passed 157 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: acpi: Processing device (SEQNUM=2803, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: capabilities/rel raw kernel attribute: 0
Jul 11 23:04:32 megalex systemd-udevd[346]: battery: Device is queued (SEQNUM=2804, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: capabilities/key raw kernel attribute: 4000 0 0
Jul 11 23:04:32 megalex systemd-udevd[346]: battery: SEQNUM=2804 blocked by SEQNUM=2803
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 23:04:32 megalex (udev-worker)[364]: acpi: Device processed (SEQNUM=2803, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: properties raw kernel attribute: 0
Jul 11 23:04:32 megalex systemd-udevd[346]: button: Device is queued (SEQNUM=2805, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: acpi: sd-device-monitor(worker): Passed 157 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: test_key: checking bit block 0 for any keys; found=no
Jul 11 23:04:32 megalex systemd-udevd[346]: button: SEQNUM=2805 blocked by SEQNUM=2803
Jul 11 23:04:32 megalex systemd-udevd[346]: ec: Device is queued (SEQNUM=2806, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: test_key: checking bit block 64 for any keys; found=no
Jul 11 23:04:32 megalex systemd-udevd[346]: battery: Device ready for processing (SEQNUM=2804, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: battery: Processing device (SEQNUM=2804, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: test_key: checking bit block 128 for any keys; found=yes
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: sd-device: Created database file '/run/udev/data/+input:input1' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1'.
Jul 11 23:04:32 megalex systemd-udevd[346]: battery: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd[1]: Found device Samsung_SSD_850_EVO_250GB 3.
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: button: Device ready for processing (SEQNUM=2805, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: hwdb modalias key: "input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw"
Jul 11 23:04:32 megalex (udev-worker)[363]: Loading module: input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw
Jul 11 23:04:32 megalex systemd-udevd[346]: button: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: button: Processing device (SEQNUM=2805, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: battery: Device processed (SEQNUM=2804, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: ec: Device ready for processing (SEQNUM=2806, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: battery: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: ec: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: ec: Processing device (SEQNUM=2806, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: hardware_error_device: Device is queued (SEQNUM=2807, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: button: Device processed (SEQNUM=2805, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hardware_error_device: Device ready for processing (SEQNUM=2807, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: button: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: hardware_error_device: sd-device-monitor(manager): Passed 191 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[364]: hardware_error_device: Processing device (SEQNUM=2807, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: ec: Device processed (SEQNUM=2806, ACTION=add)
Jul 11 23:04:32 megalex systemd[1]: Starting File System Check on /dev/disk/by-uuid/9ace81ae-343c-46d1-b630-31e8f6ee868d...
Jul 11 23:04:32 megalex systemd-udevd[346]: hpet: Device is queued (SEQNUM=2808, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: ec: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: sd-device: Created database file '/run/udev/data/+input:input0' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0'.
Jul 11 23:04:32 megalex systemd-udevd[346]: hpet: Device ready for processing (SEQNUM=2808, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: hpet: Processing device (SEQNUM=2808, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hpet: sd-device-monitor(manager): Passed 174 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: thermal: Device is queued (SEQNUM=2809, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: thermal: Device ready for processing (SEQNUM=2809, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: thermal: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[358]: thermal: Processing device (SEQNUM=2809, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: hardware_error_device: Device processed (SEQNUM=2807, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tpm_crb: Device is queued (SEQNUM=2810, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: Loading module: input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw
Jul 11 23:04:32 megalex (udev-worker)[364]: hardware_error_device: sd-device-monitor(worker): Passed 191 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tpm_crb: Device ready for processing (SEQNUM=2810, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: hpet: Device processed (SEQNUM=2808, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tpm_crb: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: tpm_crb: Processing device (SEQNUM=2810, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: hpet: sd-device-monitor(worker): Passed 174 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: video: Device is queued (SEQNUM=2811, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: thermal: Device processed (SEQNUM=2809, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: video: Device ready for processing (SEQNUM=2811, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: thermal: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: video: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: video: Processing device (SEQNUM=2811, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: auxiliary: Device is queued (SEQNUM=2812, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tpm_crb: Device processed (SEQNUM=2810, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tpm_crb: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: video: Device processed (SEQNUM=2811, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: video: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: auxiliary: Device ready for processing (SEQNUM=2812, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: auxiliary: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: auxiliary: Processing device (SEQNUM=2812, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevents: Device is queued (SEQNUM=2813, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevents: Device ready for processing (SEQNUM=2813, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevents: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clocksource: Device is queued (SEQNUM=2814, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clocksource: Device ready for processing (SEQNUM=2814, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clocksource: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: clocksource: Processing device (SEQNUM=2814, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: container: Device is queued (SEQNUM=2815, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: container: Device ready for processing (SEQNUM=2815, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: container: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu: Device is queued (SEQNUM=2816, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu: Device ready for processing (SEQNUM=2816, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: processor: Device is queued (SEQNUM=2817, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: processor: SEQNUM=2817 blocked by SEQNUM=2816
Jul 11 23:04:32 megalex systemd-udevd[346]: dax: Device is queued (SEQNUM=2818, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dax: Device ready for processing (SEQNUM=2818, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: auxiliary: Device processed (SEQNUM=2812, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dax: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: auxiliary: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: edac: Device is queued (SEQNUM=2819, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: edac: Device ready for processing (SEQNUM=2819, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: container: Processing device (SEQNUM=2815, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: dax: Processing device (SEQNUM=2818, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: clockevents: Processing device (SEQNUM=2813, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: clocksource: Device processed (SEQNUM=2814, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: clocksource: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[360]: edac: Processing device (SEQNUM=2819, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: dax: Device processed (SEQNUM=2818, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: dax: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: cpu: Processing device (SEQNUM=2816, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: clockevents: Device processed (SEQNUM=2813, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: container: Device processed (SEQNUM=2815, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: edac: Device processed (SEQNUM=2819, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: container: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[360]: edac: sd-device-monitor(worker): Passed 157 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: clockevents: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: edac: sd-device-monitor(manager): Passed 157 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: cpu: Device processed (SEQNUM=2816, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: cpu: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: event_source: Device is queued (SEQNUM=2820, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event_source: Device ready for processing (SEQNUM=2820, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event_source: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: event_source: Processing device (SEQNUM=2820, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: event_source: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 23:04:32 megalex systemd-udevd[346]: faux: Device is queued (SEQNUM=2821, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: processor: Device ready for processing (SEQNUM=2817, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: event_source: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: Process '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 0 09 vboxusers' succeeded.
Jul 11 23:04:32 megalex systemd-udevd[346]: processor: sd-device-monitor(manager): Passed 178 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: processor: Processing device (SEQNUM=2817, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: faux: Device ready for processing (SEQNUM=2821, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: faux: sd-device-monitor(manager): Passed 157 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: faux: Processing device (SEQNUM=2821, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: faux_driver: Device is queued (SEQNUM=2822, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: faux_driver: SEQNUM=2822 blocked by SEQNUM=2821
Jul 11 23:04:32 megalex systemd-udevd[346]: gpio: Device is queued (SEQNUM=2823, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: gpio: Device ready for processing (SEQNUM=2823, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: gpio: sd-device-monitor(manager): Passed 157 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: sd-device: Created database file '/run/udev/data/c189:0' for '/devices/pci0000:00/0000:00:14.0/usb1'.
Jul 11 23:04:32 megalex (udev-worker)[357]: processor: Device processed (SEQNUM=2817, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: gpio_stub_drv: Device is queued (SEQNUM=2824, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: event_source: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 23:04:32 megalex (udev-worker)[372]: gpio: Processing device (SEQNUM=2823, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: Device processed (SEQNUM=2786, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: usb1: sd-device-monitor(worker): Passed 1231 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: gpio_stub_drv: SEQNUM=2824 blocked by SEQNUM=2823
Jul 11 23:04:32 megalex (udev-worker)[358]: faux: Device processed (SEQNUM=2821, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: processor: sd-device-monitor(worker): Passed 178 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: hid: Device is queued (SEQNUM=2825, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: faux: sd-device-monitor(worker): Passed 157 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: event_source: Device processed (SEQNUM=2820, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-13: Device ready for processing (SEQNUM=2787, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: event_source: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-13: sd-device-monitor(manager): Passed 318 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: Processing device (SEQNUM=2787, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: gpio: Device processed (SEQNUM=2823, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-13:1.0: SEQNUM=2788 blocked by SEQNUM=2787
Jul 11 23:04:32 megalex (udev-worker)[372]: gpio: sd-device-monitor(worker): Passed 157 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:1BCF:0005.0003: SEQNUM=2789 blocked by SEQNUM=2787
Jul 11 23:04:32 megalex systemd-udevd[346]: input8: SEQNUM=2790 blocked by SEQNUM=2787
Jul 11 23:04:32 megalex systemd-udevd[346]: event6: SEQNUM=2791 blocked by SEQNUM=2787
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-9: Device ready for processing (SEQNUM=2792, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-9: sd-device-monitor(manager): Passed 318 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: Processing device (SEQNUM=2792, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-9:1.0: SEQNUM=2793 blocked by SEQNUM=2792
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:0461:0010.0001: SEQNUM=2794 blocked by SEQNUM=2792
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex systemd-udevd[346]: input4: SEQNUM=2795 blocked by SEQNUM=2792
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: hwdb modalias key: "usb:v1BCFp0005:USB Optical Mouse"
Jul 11 23:04:32 megalex systemd-udevd[346]: event3: SEQNUM=2796 blocked by SEQNUM=2792
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-9:1.1: SEQNUM=2797 blocked by SEQNUM=2792
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:0461:0010.0002: SEQNUM=2798 blocked by SEQNUM=2792
Jul 11 23:04:32 megalex systemd-udevd[346]: input6: SEQNUM=2799 blocked by SEQNUM=2792
Jul 11 23:04:32 megalex systemd-udevd[346]: event4: SEQNUM=2800 blocked by SEQNUM=2792
Jul 11 23:04:32 megalex systemd-udevd[346]: input7: SEQNUM=2801 blocked by SEQNUM=2792
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex systemd-udevd[346]: event5: SEQNUM=2802 blocked by SEQNUM=2792
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: hwdb modalias key: "usb:v0461p0010:USB Keyboard"
Jul 11 23:04:32 megalex systemd-udevd[346]: hid: Device ready for processing (SEQNUM=2825, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hid: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: hid: Processing device (SEQNUM=2825, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hid-generic: Device is queued (SEQNUM=2826, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: faux_driver: Device ready for processing (SEQNUM=2822, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: faux_driver: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: faux_driver: Processing device (SEQNUM=2822, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: gpio_stub_drv: Device ready for processing (SEQNUM=2824, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: gpio_stub_drv: Processing device (SEQNUM=2824, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: gpio_stub_drv: sd-device-monitor(manager): Passed 183 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: hid-generic: SEQNUM=2826 blocked by SEQNUM=2825
Jul 11 23:04:32 megalex systemd-udevd[346]: i2c: Device is queued (SEQNUM=2827, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i2c: Device ready for processing (SEQNUM=2827, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: i2c: Processing device (SEQNUM=2827, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i2c: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: hid: Device processed (SEQNUM=2825, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 88PM860x: Device is queued (SEQNUM=2828, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: hid: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 88PM860x: SEQNUM=2828 blocked by SEQNUM=2827
Jul 11 23:04:32 megalex (udev-worker)[364]: faux_driver: Device processed (SEQNUM=2822, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: gpio_stub_drv: Device processed (SEQNUM=2824, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: WM8400: Device is queued (SEQNUM=2829, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: faux_driver: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: gpio_stub_drv: sd-device-monitor(worker): Passed 183 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: hid-generic: Device ready for processing (SEQNUM=2826, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: hid-generic: Processing device (SEQNUM=2826, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hid-generic: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664
Jul 11 23:04:32 megalex (udev-worker)[372]: i2c: Device processed (SEQNUM=2827, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: WM8400: SEQNUM=2829 blocked by SEQNUM=2827
Jul 11 23:04:32 megalex systemd-udevd[346]: aat2870: Device is queued (SEQNUM=2830, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: /usr/lib/udev/rules.d/60-vboxdrv.rules:6 RUN '/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers'
Jul 11 23:04:32 megalex (udev-worker)[372]: i2c: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: aat2870: SEQNUM=2830 blocked by SEQNUM=2827
Jul 11 23:04:32 megalex systemd-udevd[346]: adp5520: Device is queued (SEQNUM=2831, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 88PM860x: Device ready for processing (SEQNUM=2828, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: hid-generic: Device processed (SEQNUM=2826, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: /usr/lib/udev/rules.d/69-libmtp.rules:34 Running PROGRAM="/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-13 1 4"
Jul 11 23:04:32 megalex systemd-udevd[346]: 88PM860x: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: 88PM860x: Processing device (SEQNUM=2828, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: hid-generic: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: Starting '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-13 1 4'
Jul 11 23:04:32 megalex systemd-udevd[346]: WM8400: Device ready for processing (SEQNUM=2829, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: WM8400: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: WM8400: Processing device (SEQNUM=2829, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: Successfully forked off '(spawn)' as PID 386.
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664
Jul 11 23:04:32 megalex (udev-worker)[364]: 88PM860x: Device processed (SEQNUM=2828, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: aat2870: Device ready for processing (SEQNUM=2830, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: aat2870: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: 88PM860x: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: /usr/lib/udev/rules.d/60-vboxdrv.rules:6 RUN '/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers'
Jul 11 23:04:32 megalex systemd-udevd[346]: adp5520: Device ready for processing (SEQNUM=2831, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: aat2870: Processing device (SEQNUM=2830, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: adp5520: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: adp5520: Processing device (SEQNUM=2831, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: as3711: Device is queued (SEQNUM=2832, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: /usr/lib/udev/rules.d/69-libmtp.rules:34 Running PROGRAM="/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9 1 2"
Jul 11 23:04:32 megalex (udev-worker)[358]: WM8400: Device processed (SEQNUM=2829, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: as3711: Device ready for processing (SEQNUM=2832, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: as3711: Processing device (SEQNUM=2832, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: aat2870: Device processed (SEQNUM=2830, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: as3711: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: da903x: Device is queued (SEQNUM=2833, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: WM8400: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: aat2870: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: Starting '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9 1 2'
Jul 11 23:04:32 megalex systemd-udevd[346]: da903x: Device ready for processing (SEQNUM=2833, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: da903x: Processing device (SEQNUM=2833, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: da903x: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: da9052: Device is queued (SEQNUM=2834, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: as3711: Device processed (SEQNUM=2832, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: Successfully forked off '(spawn)' as PID 387.
Jul 11 23:04:32 megalex (udev-worker)[354]: adp5520: Device processed (SEQNUM=2831, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: da9052: Device ready for processing (SEQNUM=2834, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: as3711: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: adp5520: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: da9052: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: da9052: Processing device (SEQNUM=2834, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: da903x: Device processed (SEQNUM=2833, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: da9055-pmic: Device is queued (SEQNUM=2835, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: da903x: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: da9055-pmic: Device ready for processing (SEQNUM=2835, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: da9055-pmic: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: da9055-pmic: Processing device (SEQNUM=2835, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dummy: Device is queued (SEQNUM=2836, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dummy: Device ready for processing (SEQNUM=2836, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dummy: sd-device-monitor(manager): Passed 174 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: dummy: Processing device (SEQNUM=2836, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: da9052: Device processed (SEQNUM=2834, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_soc_pmic_chtwc: Device is queued (SEQNUM=2837, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: da9052: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_soc_pmic_chtwc: Device ready for processing (SEQNUM=2837, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: intel_soc_pmic_chtwc: Processing device (SEQNUM=2837, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_soc_pmic_chtwc: sd-device-monitor(manager): Passed 189 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_soc_pmic_crc: Device is queued (SEQNUM=2838, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: da9055-pmic: Device processed (SEQNUM=2835, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_soc_pmic_crc: Device ready for processing (SEQNUM=2838, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: intel_soc_pmic_crc: Processing device (SEQNUM=2838, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: dummy: Device processed (SEQNUM=2836, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_soc_pmic_crc: sd-device-monitor(manager): Passed 187 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: lp8788: Device is queued (SEQNUM=2839, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: dummy: sd-device-monitor(worker): Passed 174 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: lp8788: Device ready for processing (SEQNUM=2839, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: intel_soc_pmic_chtwc: Device processed (SEQNUM=2837, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: da9055-pmic: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: lp8788: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: lp8788: Processing device (SEQNUM=2839, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: intel_soc_pmic_chtwc: sd-device-monitor(worker): Passed 189 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: max77843: Device is queued (SEQNUM=2840, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: intel_soc_pmic_crc: Device processed (SEQNUM=2838, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: max77843: Device ready for processing (SEQNUM=2840, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: intel_soc_pmic_crc: sd-device-monitor(worker): Passed 187 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: max77843: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: max77843: Processing device (SEQNUM=2840, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: max8925: Device is queued (SEQNUM=2841, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: max8925: Device ready for processing (SEQNUM=2841, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: max8925: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: lp8788: Device processed (SEQNUM=2839, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: max8925: Processing device (SEQNUM=2841, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: max8997: Device is queued (SEQNUM=2842, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: lp8788: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: max8997: Device ready for processing (SEQNUM=2842, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: max8997: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: max8998: Device is queued (SEQNUM=2843, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: max8997: Processing device (SEQNUM=2842, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: max77843: Device processed (SEQNUM=2840, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: max8998: Device ready for processing (SEQNUM=2843, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: max8998: Processing device (SEQNUM=2843, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: max8998: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: max77843: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: rc5t583: Device is queued (SEQNUM=2844, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rc5t583: Device ready for processing (SEQNUM=2844, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: max8925: Device processed (SEQNUM=2841, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rc5t583: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: rc5t583: Processing device (SEQNUM=2844, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: max8925: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: sx150x-pinctrl: Device is queued (SEQNUM=2845, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: max8997: Device processed (SEQNUM=2842, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: max8998: Device processed (SEQNUM=2843, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: sx150x-pinctrl: Device ready for processing (SEQNUM=2845, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: max8997: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: max8998: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: sx150x-pinctrl: sd-device-monitor(manager): Passed 183 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: sx150x-pinctrl: Processing device (SEQNUM=2845, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tps65090: Device is queued (SEQNUM=2846, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tps65090: Device ready for processing (SEQNUM=2846, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tps65090: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: tps65090: Processing device (SEQNUM=2846, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: rc5t583: Device processed (SEQNUM=2844, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tps6586x: Device is queued (SEQNUM=2847, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: rc5t583: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tps6586x: Device ready for processing (SEQNUM=2847, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tps6586x: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tps65910: Device is queued (SEQNUM=2848, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tps65910: Device ready for processing (SEQNUM=2848, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: sx150x-pinctrl: Device processed (SEQNUM=2845, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tps65910: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: tps6586x: Processing device (SEQNUM=2847, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: sx150x-pinctrl: sd-device-monitor(worker): Passed 183 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: tps65910: Processing device (SEQNUM=2848, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: tps65090: Device processed (SEQNUM=2846, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: twl: Device is queued (SEQNUM=2849, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tps6586x: Device processed (SEQNUM=2847, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9 1 2'(out) '0'
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-13 1 4'(out) '0'
Jul 11 23:04:32 megalex (udev-worker)[358]: tps65090: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: tps65910: Device processed (SEQNUM=2848, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: twl: Device ready for processing (SEQNUM=2849, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tps6586x: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: Process '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9 1 2' succeeded.
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: Process '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-13 1 4' succeeded.
Jul 11 23:04:32 megalex (udev-worker)[365]: tps65910: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: twl: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: twl: Processing device (SEQNUM=2849, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: twl6040: Device is queued (SEQNUM=2850, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: twl6040: Device ready for processing (SEQNUM=2850, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: twl6040: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: twl6040: Processing device (SEQNUM=2850, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wm831x: Device is queued (SEQNUM=2851, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wm831x: Device ready for processing (SEQNUM=2851, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wm831x: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: wm831x: Processing device (SEQNUM=2851, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: twl6040: Device processed (SEQNUM=2850, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: twl: Device processed (SEQNUM=2849, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: twl6040: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: twl: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: Preserve permissions of /dev/bus/usb/001/002, uid=0, gid=0, mode=0664
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: Preserve permissions of /dev/bus/usb/001/004, uid=0, gid=0, mode=0664
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: Successfully created symlink '/dev/char/189:1' to '/dev/bus/usb/001/002'
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: Successfully created symlink '/dev/char/189:3' to '/dev/bus/usb/001/004'
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: sd-device: Created database file '/run/udev/data/c189:1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9'.
Jul 11 23:04:32 megalex systemd-udevd[346]: wm8350: Device is queued (SEQNUM=2852, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: wm831x: Device processed (SEQNUM=2851, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: Running command "/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 1 00 vboxusers"
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: sd-device: Created database file '/run/udev/data/c189:3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13'.
Jul 11 23:04:32 megalex systemd-udevd[346]: wm8350: Device ready for processing (SEQNUM=2852, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: wm831x: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: Starting '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 1 00 vboxusers'
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: Running command "/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 3 00 vboxusers"
Jul 11 23:04:32 megalex systemd-udevd[346]: wm8350: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: wm8350: Processing device (SEQNUM=2852, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: Starting '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 3 00 vboxusers'
Jul 11 23:04:32 megalex systemd-udevd[346]: isa: Device is queued (SEQNUM=2853, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: Successfully forked off '(spawn)' as PID 388.
Jul 11 23:04:32 megalex systemd-udevd[346]: isa: Device ready for processing (SEQNUM=2853, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: isa: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck: Device is queued (SEQNUM=2854, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck: Device ready for processing (SEQNUM=2854, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: machinecheck: Processing device (SEQNUM=2854, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: isa: Processing device (SEQNUM=2853, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: wm8350: Device processed (SEQNUM=2852, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: wm8350: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: machinecheck: Device processed (SEQNUM=2854, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: machinecheck: sd-device-monitor(worker): Passed 165 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: Successfully forked off '(spawn)' as PID 389.
Jul 11 23:04:32 megalex (udev-worker)[364]: isa: Device processed (SEQNUM=2853, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: isa: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory: Device is queued (SEQNUM=2855, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory: Device ready for processing (SEQNUM=2855, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory: sd-device-monitor(manager): Passed 159 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory_tiering: Device is queued (SEQNUM=2856, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory: Processing device (SEQNUM=2855, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory_tiering: Device ready for processing (SEQNUM=2856, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory_tiering: sd-device-monitor(manager): Passed 167 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: memory_tiering: Processing device (SEQNUM=2856, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mipi-dsi: Device is queued (SEQNUM=2857, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mipi-dsi: Device ready for processing (SEQNUM=2857, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mipi-dsi: sd-device-monitor(manager): Passed 161 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: node: Device is queued (SEQNUM=2858, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: node: Device ready for processing (SEQNUM=2858, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: mipi-dsi: Processing device (SEQNUM=2857, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: node: sd-device-monitor(manager): Passed 157 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: memory: Device processed (SEQNUM=2855, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: node: Processing device (SEQNUM=2858, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: memory_tiering: Device processed (SEQNUM=2856, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: nvmem: Device is queued (SEQNUM=2859, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory: sd-device-monitor(worker): Passed 159 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: memory_tiering: sd-device-monitor(worker): Passed 167 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: nvmem: Device ready for processing (SEQNUM=2859, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: nvmem: Processing device (SEQNUM=2859, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: nvmem: sd-device-monitor(manager): Passed 158 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: pci: Device is queued (SEQNUM=2860, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: node: Device processed (SEQNUM=2858, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: node: sd-device-monitor(worker): Passed 157 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: nvmem: Device processed (SEQNUM=2859, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: nvmem: sd-device-monitor(worker): Passed 158 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: pci: Device ready for processing (SEQNUM=2860, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pci: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: ahci: Device is queued (SEQNUM=2861, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: pci: Processing device (SEQNUM=2860, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ahci: SEQNUM=2861 blocked by SEQNUM=2860
Jul 11 23:04:32 megalex systemd-udevd[346]: dw_dmac_pci: Device is queued (SEQNUM=2862, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dw_dmac_pci: SEQNUM=2862 blocked by SEQNUM=2860
Jul 11 23:04:32 megalex systemd-udevd[346]: ehci-pci: Device is queued (SEQNUM=2863, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ehci-pci: SEQNUM=2863 blocked by SEQNUM=2860
Jul 11 23:04:32 megalex systemd-udevd[346]: i2c-designware-pci: Device is queued (SEQNUM=2864, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: mipi-dsi: Device processed (SEQNUM=2857, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i2c-designware-pci: SEQNUM=2864 blocked by SEQNUM=2860
Jul 11 23:04:32 megalex (udev-worker)[372]: mipi-dsi: sd-device-monitor(worker): Passed 161 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_scu: Device is queued (SEQNUM=2865, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_scu: SEQNUM=2865 blocked by SEQNUM=2860
Jul 11 23:04:32 megalex (udev-worker)[364]: pci: Device processed (SEQNUM=2860, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: iosf_mbi_pci: Device is queued (SEQNUM=2866, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: pci: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: iosf_mbi_pci: SEQNUM=2866 blocked by SEQNUM=2860
Jul 11 23:04:32 megalex systemd-udevd[346]: ohci-pci: Device is queued (SEQNUM=2867, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ahci: Device ready for processing (SEQNUM=2861, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ahci: sd-device-monitor(manager): Passed 173 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: dw_dmac_pci: Device ready for processing (SEQNUM=2862, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: ahci: Processing device (SEQNUM=2861, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dw_dmac_pci: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: dw_dmac_pci: Processing device (SEQNUM=2862, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ehci-pci: Device ready for processing (SEQNUM=2863, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ehci-pci: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: i2c-designware-pci: Device ready for processing (SEQNUM=2864, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: ehci-pci: Processing device (SEQNUM=2863, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i2c-designware-pci: sd-device-monitor(manager): Passed 187 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_scu: Device ready for processing (SEQNUM=2865, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_scu: sd-device-monitor(manager): Passed 178 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: iosf_mbi_pci: Device ready for processing (SEQNUM=2866, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: iosf_mbi_pci: Processing device (SEQNUM=2866, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: i2c-designware-pci: Processing device (SEQNUM=2864, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: intel_scu: Processing device (SEQNUM=2865, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: ehci-pci: Device processed (SEQNUM=2863, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: ehci-pci: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: ahci: Device processed (SEQNUM=2861, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: ahci: sd-device-monitor(worker): Passed 173 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: i2c-designware-pci: Device processed (SEQNUM=2864, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: i2c-designware-pci: sd-device-monitor(worker): Passed 187 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[360]: iosf_mbi_pci: Device processed (SEQNUM=2866, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: iosf_mbi_pci: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: iosf_mbi_pci: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: ohci-pci: Device ready for processing (SEQNUM=2867, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ohci-pci: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: intel_scu: Device processed (SEQNUM=2865, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: dw_dmac_pci: Device processed (SEQNUM=2862, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: ohci-pci: Processing device (SEQNUM=2867, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: dw_dmac_pci: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: intel_scu: sd-device-monitor(worker): Passed 178 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: pci-stub: Device is queued (SEQNUM=2868, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pci-stub: Device ready for processing (SEQNUM=2868, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pci-stub: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: pcieport: Device is queued (SEQNUM=2869, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcieport: Device ready for processing (SEQNUM=2869, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcieport: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: pci-stub: Processing device (SEQNUM=2868, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serial: Device is queued (SEQNUM=2870, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serial: Device ready for processing (SEQNUM=2870, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: pcieport: Processing device (SEQNUM=2869, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serial: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: serial: Processing device (SEQNUM=2870, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: shpchp: Device is queued (SEQNUM=2871, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: ohci-pci: Device processed (SEQNUM=2867, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: shpchp: Device ready for processing (SEQNUM=2871, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: ohci-pci: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: shpchp: Processing device (SEQNUM=2871, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: pcieport: Device processed (SEQNUM=2869, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: pcieport: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: pci-stub: Device processed (SEQNUM=2868, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: pci-stub: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: serial: Device processed (SEQNUM=2870, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: serial: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: shpchp: Device processed (SEQNUM=2871, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: shpchp: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: shpchp: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: uhci_hcd: Device is queued (SEQNUM=2872, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: uhci_hcd: Device ready for processing (SEQNUM=2872, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: uhci_hcd: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: uhci_hcd: Processing device (SEQNUM=2872, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio-pci: Device is queued (SEQNUM=2873, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio-pci: Device ready for processing (SEQNUM=2873, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio-pci: sd-device-monitor(manager): Passed 179 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: xen-platform-pci: Device is queued (SEQNUM=2874, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: virtio-pci: Processing device (SEQNUM=2873, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: xen-platform-pci: Device ready for processing (SEQNUM=2874, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: xen-platform-pci: Processing device (SEQNUM=2874, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: xen-platform-pci: sd-device-monitor(manager): Passed 185 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: xhci_hcd: Device is queued (SEQNUM=2875, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: xhci_hcd: Device ready for processing (SEQNUM=2875, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: xhci_hcd: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: xhci_hcd: Processing device (SEQNUM=2875, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pci_express: Device is queued (SEQNUM=2876, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pci_express: Device ready for processing (SEQNUM=2876, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: uhci_hcd: Device processed (SEQNUM=2872, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pci_express: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: pci_express: Processing device (SEQNUM=2876, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: uhci_hcd: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: virtio-pci: Device processed (SEQNUM=2873, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: xen-platform-pci: Device processed (SEQNUM=2874, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: aer: Device is queued (SEQNUM=2877, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: virtio-pci: sd-device-monitor(worker): Passed 179 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: xhci_hcd: Device processed (SEQNUM=2875, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: xen-platform-pci: sd-device-monitor(worker): Passed 185 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: aer: SEQNUM=2877 blocked by SEQNUM=2876
Jul 11 23:04:32 megalex (udev-worker)[365]: xhci_hcd: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: pci_express: Device processed (SEQNUM=2876, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dpc: Device is queued (SEQNUM=2878, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: pci_express: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: dpc: SEQNUM=2878 blocked by SEQNUM=2876
Jul 11 23:04:32 megalex systemd-udevd[346]: pcie_bwctrl: Device is queued (SEQNUM=2879, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: aer: Device ready for processing (SEQNUM=2877, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: aer: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: aer: Processing device (SEQNUM=2877, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dpc: Device ready for processing (SEQNUM=2878, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dpc: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: dpc: Processing device (SEQNUM=2878, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcie_bwctrl: Device ready for processing (SEQNUM=2879, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcie_bwctrl: sd-device-monitor(manager): Passed 188 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: pcie_pme: Device is queued (SEQNUM=2880, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: pcie_bwctrl: Processing device (SEQNUM=2879, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcie_pme: Device ready for processing (SEQNUM=2880, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: aer: Device processed (SEQNUM=2877, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: aer: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: pcie_pme: Processing device (SEQNUM=2880, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcie_pme: sd-device-monitor(manager): Passed 185 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: dpc: Device processed (SEQNUM=2878, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: pcie_bwctrl: Device processed (SEQNUM=2879, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: dpc: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: pcie_bwctrl: sd-device-monitor(worker): Passed 188 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: pciehp: Device is queued (SEQNUM=2881, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pciehp: Device ready for processing (SEQNUM=2881, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pciehp: sd-device-monitor(manager): Passed 183 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: platform: Device is queued (SEQNUM=2882, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: pciehp: Processing device (SEQNUM=2881, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: platform: Device ready for processing (SEQNUM=2882, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: pcie_pme: Device processed (SEQNUM=2880, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: platform: sd-device-monitor(manager): Passed 161 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: ac: Device is queued (SEQNUM=2883, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: pcie_pme: sd-device-monitor(worker): Passed 185 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: ac: SEQNUM=2883 blocked by SEQNUM=2882
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-fan: Device is queued (SEQNUM=2884, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: platform: Processing device (SEQNUM=2882, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-fan: SEQNUM=2884 blocked by SEQNUM=2882
Jul 11 23:04:32 megalex (udev-worker)[364]: pciehp: Device processed (SEQNUM=2881, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-ged: Device is queued (SEQNUM=2885, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: pciehp: sd-device-monitor(worker): Passed 183 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: platform: Device processed (SEQNUM=2882, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-ged: SEQNUM=2885 blocked by SEQNUM=2882
Jul 11 23:04:32 megalex (udev-worker)[358]: platform: sd-device-monitor(worker): Passed 161 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-wmi: Device is queued (SEQNUM=2886, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ac: Device ready for processing (SEQNUM=2883, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ac: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-fan: Device ready for processing (SEQNUM=2884, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: ac: Processing device (SEQNUM=2883, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-fan: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: acpi-fan: Processing device (SEQNUM=2884, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-ged: Device ready for processing (SEQNUM=2885, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-ged: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-wmi: Device ready for processing (SEQNUM=2886, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: acpi-wmi: Processing device (SEQNUM=2886, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-wmi: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-fsck[411]: /dev/sda3: clean, 3586637/12959744 files, 48481506/51810345 blocks
Jul 11 23:04:32 megalex systemd-udevd[346]: alarmtimer: Device is queued (SEQNUM=2887, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: alarmtimer: Device ready for processing (SEQNUM=2887, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: alarmtimer: sd-device-monitor(manager): Passed 184 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: amd_gpio: Device is queued (SEQNUM=2888, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: acpi-fan: Device processed (SEQNUM=2884, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: ac: Device processed (SEQNUM=2883, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: alarmtimer: Processing device (SEQNUM=2887, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: acpi-fan: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: amd_gpio: Device ready for processing (SEQNUM=2888, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: acpi-wmi: Device processed (SEQNUM=2886, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: amd_gpio: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: axp288_pmic_acpi: Device is queued (SEQNUM=2889, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: acpi-wmi: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: acpi-ged: Processing device (SEQNUM=2885, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: ac: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: axp288_pmic_acpi: Device ready for processing (SEQNUM=2889, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: amd_gpio: Processing device (SEQNUM=2888, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: axp288_pmic_acpi: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: alarmtimer: Device processed (SEQNUM=2887, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: bxt_whiskey_cove_pmic: Device is queued (SEQNUM=2890, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: acpi-ged: Device processed (SEQNUM=2885, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: amd_gpio: Device processed (SEQNUM=2888, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: amd_gpio: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: axp288_pmic_acpi: Processing device (SEQNUM=2889, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: acpi-ged: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: bxt_whiskey_cove_pmic: Device ready for processing (SEQNUM=2890, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: alarmtimer: sd-device-monitor(worker): Passed 184 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: bxt_whiskey_cove_pmic: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: byt_crystal_cove_pmic: Device is queued (SEQNUM=2891, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: byt_crystal_cove_pmic: Device ready for processing (SEQNUM=2891, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: byt_crystal_cove_pmic: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: byt_gpio: Device is queued (SEQNUM=2892, ACTION=add)Offline
new journal pt 2
Jul 11 23:04:32 megalex (udev-worker)[372]: byt_crystal_cove_pmic: Processing device (SEQNUM=2891, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: bxt_whiskey_cove_pmic: Processing device (SEQNUM=2890, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: byt_gpio: Device ready for processing (SEQNUM=2892, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: byt_gpio: Processing device (SEQNUM=2892, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: bxt_whiskey_cove_pmic: Device processed (SEQNUM=2890, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: bxt_whiskey_cove_pmic: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: byt_crystal_cove_pmic: Device processed (SEQNUM=2891, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: byt_gpio: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: byt_crystal_cove_pmic: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cherryview-pinctrl: Device is queued (SEQNUM=2893, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: byt_gpio: Device processed (SEQNUM=2892, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: byt_gpio: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cherryview-pinctrl: Device ready for processing (SEQNUM=2893, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: axp288_pmic_acpi: Device processed (SEQNUM=2889, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cherryview-pinctrl: sd-device-monitor(manager): Passed 192 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cht_crystal_cove_pmic: Device is queued (SEQNUM=2894, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: cherryview-pinctrl: Processing device (SEQNUM=2893, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: axp288_pmic_acpi: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cht_crystal_cove_pmic: Device ready for processing (SEQNUM=2894, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cht_crystal_cove_pmic: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cht_dollar_cove_ti_pmic: Device is queued (SEQNUM=2895, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cht_dollar_cove_ti_pmic: Device ready for processing (SEQNUM=2895, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: cht_dollar_cove_ti_pmic: Processing device (SEQNUM=2895, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: cht_crystal_cove_pmic: Processing device (SEQNUM=2894, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: cherryview-pinctrl: Device processed (SEQNUM=2893, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: cherryview-pinctrl: sd-device-monitor(worker): Passed 192 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: cht_crystal_cove_pmic: Device processed (SEQNUM=2894, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: cht_crystal_cove_pmic: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: cht_dollar_cove_ti_pmic: Device processed (SEQNUM=2895, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: cht_dollar_cove_ti_pmic: sd-device-monitor(worker): Passed 197 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cht_dollar_cove_ti_pmic: sd-device-monitor(manager): Passed 197 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cht_whiskey_cove_pmic: Device is queued (SEQNUM=2896, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cht_whiskey_cove_pmic: Device ready for processing (SEQNUM=2896, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cht_whiskey_cove_pmic: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: cht_whiskey_cove_pmic: Processing device (SEQNUM=2896, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clk-fch: Device is queued (SEQNUM=2897, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clk-fch: Device ready for processing (SEQNUM=2897, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clk-fch: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clk-lpss-atom: Device is queued (SEQNUM=2898, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: clk-fch: Processing device (SEQNUM=2897, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clk-lpss-atom: Device ready for processing (SEQNUM=2898, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clk-lpss-atom: sd-device-monitor(manager): Passed 187 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clk-pmc-atom: Device is queued (SEQNUM=2899, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clk-pmc-atom: Device ready for processing (SEQNUM=2899, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clk-pmc-atom: sd-device-monitor(manager): Passed 186 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: crystal_cove_gpio: Device is queued (SEQNUM=2900, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: crystal_cove_gpio: Device ready for processing (SEQNUM=2900, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: clk-lpss-atom: Processing device (SEQNUM=2898, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: crystal_cove_gpio: sd-device-monitor(manager): Passed 191 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: crystal_cove_pwm: Device is queued (SEQNUM=2901, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: crystal_cove_pwm: Device ready for processing (SEQNUM=2901, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: cht_whiskey_cove_pmic: Device processed (SEQNUM=2896, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: crystal_cove_pwm: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: cht_whiskey_cove_pmic: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: dw-pcie: Device is queued (SEQNUM=2902, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: crystal_cove_pwm: Processing device (SEQNUM=2901, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dw-pcie: Device ready for processing (SEQNUM=2902, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dw-pcie: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: dw-pcie: Processing device (SEQNUM=2902, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: efi-framebuffer: Device is queued (SEQNUM=2903, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: efi-framebuffer: Device ready for processing (SEQNUM=2903, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: efi-framebuffer: sd-device-monitor(manager): Passed 189 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: gated-fixed-clk: Device is queued (SEQNUM=2904, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: gated-fixed-clk: Device ready for processing (SEQNUM=2904, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: clk-fch: Device processed (SEQNUM=2897, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: gated-fixed-clk: sd-device-monitor(manager): Passed 189 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: clk-fch: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: gpio-clk: Device is queued (SEQNUM=2905, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: gpio-clk: Device ready for processing (SEQNUM=2905, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: gpio-clk: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: i2c_designware: Device is queued (SEQNUM=2906, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i2c_designware: Device ready for processing (SEQNUM=2906, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: i2c_designware: Processing device (SEQNUM=2906, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: gpio-clk: Processing device (SEQNUM=2905, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: gated-fixed-clk: Processing device (SEQNUM=2904, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: clk-pmc-atom: Processing device (SEQNUM=2899, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: dw-pcie: Device processed (SEQNUM=2902, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i2c_designware: sd-device-monitor(manager): Passed 188 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042: Device is queued (SEQNUM=2907, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042: Device ready for processing (SEQNUM=2907, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042: sd-device-monitor(manager): Passed 179 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: lgm-dma: Device is queued (SEQNUM=2908, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: i8042: Processing device (SEQNUM=2907, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: crystal_cove_pwm: Device processed (SEQNUM=2901, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: crystal_cove_pwm: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: dw-pcie: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: clk-pmc-atom: Device processed (SEQNUM=2899, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: clk-lpss-atom: Device processed (SEQNUM=2898, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: Process '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 3 00 vboxusers' succeeded.
Jul 11 23:04:32 megalex (udev-worker)[372]: clk-lpss-atom: sd-device-monitor(worker): Passed 187 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: sd-device: Created database file '/run/udev/data/c189:3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13'.
Jul 11 23:04:32 megalex (udev-worker)[352]: gpio-clk: Device processed (SEQNUM=2905, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: i8042: Device processed (SEQNUM=2907, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: Device processed (SEQNUM=2787, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: gpio-clk: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: i8042: sd-device-monitor(worker): Passed 179 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: lgm-dma: Device ready for processing (SEQNUM=2908, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: Process '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 1 00 vboxusers' succeeded.
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13: sd-device-monitor(worker): Passed 1050 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: crystal_cove_gpio: Processing device (SEQNUM=2900, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: gated-fixed-clk: Device processed (SEQNUM=2904, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: clk-pmc-atom: sd-device-monitor(worker): Passed 186 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: efi-framebuffer: Processing device (SEQNUM=2903, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: lgm-dma: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: mt6323-pwrc: Device is queued (SEQNUM=2909, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: sd-device: Created database file '/run/udev/data/c189:1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9'.
Jul 11 23:04:32 megalex (udev-worker)[375]: gated-fixed-clk: sd-device-monitor(worker): Passed 189 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: lgm-dma: Processing device (SEQNUM=2908, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-13:1.0: Device ready for processing (SEQNUM=2788, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: Device processed (SEQNUM=2792, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-13:1.0: sd-device-monitor(manager): Passed 339 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13:1.0: Processing device (SEQNUM=2788, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9: sd-device-monitor(worker): Passed 1034 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:1BCF:0005.0003: SEQNUM=2789 blocked by SEQNUM=2788
Jul 11 23:04:32 megalex (udev-worker)[358]: i2c_designware: Device processed (SEQNUM=2906, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex (udev-worker)[354]: crystal_cove_gpio: Device processed (SEQNUM=2900, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: efi-framebuffer: Device processed (SEQNUM=2903, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input8: SEQNUM=2790 blocked by SEQNUM=2788
Jul 11 23:04:32 megalex (udev-worker)[358]: i2c_designware: sd-device-monitor(worker): Passed 188 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13:1.0: hwdb modalias key: "usb:v1BCFp0005d0014dc00dsc00dp00ic03isc01ip02in00"
Jul 11 23:04:32 megalex (udev-worker)[361]: lgm-dma: Device processed (SEQNUM=2908, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: crystal_cove_gpio: sd-device-monitor(worker): Passed 191 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: efi-framebuffer: sd-device-monitor(worker): Passed 189 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: event6: SEQNUM=2791 blocked by SEQNUM=2788
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[361]: lgm-dma: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: mt6323-pwrc: Device ready for processing (SEQNUM=2909, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mt6323-pwrc: sd-device-monitor(manager): Passed 185 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: palmas-gpio: Device is queued (SEQNUM=2910, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: mt6323-pwrc: Processing device (SEQNUM=2909, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-9:1.0: Device ready for processing (SEQNUM=2793, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-9:1.0: sd-device-monitor(manager): Passed 338 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:0461:0010.0001: SEQNUM=2794 blocked by SEQNUM=2793
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9:1.0: Processing device (SEQNUM=2793, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input4: SEQNUM=2795 blocked by SEQNUM=2793
Jul 11 23:04:32 megalex systemd-udevd[346]: event3: SEQNUM=2796 blocked by SEQNUM=2793
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-9:1.1: Device ready for processing (SEQNUM=2797, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 1-9:1.1: Processing device (SEQNUM=2797, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: mt6323-pwrc: Device processed (SEQNUM=2909, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9:1.0: hwdb modalias key: "usb:v0461p0010d0110dc00dsc00dp00ic03isc01ip01in00"
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-9:1.1: sd-device-monitor(manager): Passed 338 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: 1-9:1.1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex (udev-worker)[364]: mt6323-pwrc: sd-device-monitor(worker): Passed 185 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:0461:0010.0002: SEQNUM=2798 blocked by SEQNUM=2797
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[358]: 1-9:1.1: hwdb modalias key: "usb:v0461p0010d0110dc00dsc00dp00ic03isc00ip00in01"
Jul 11 23:04:32 megalex systemd-udevd[346]: input6: SEQNUM=2799 blocked by SEQNUM=2797
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[358]: 1-9:1.1: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: event4: SEQNUM=2800 blocked by SEQNUM=2797
Jul 11 23:04:32 megalex systemd-udevd[346]: input7: SEQNUM=2801 blocked by SEQNUM=2797
Jul 11 23:04:32 megalex systemd-udevd[346]: event5: SEQNUM=2802 blocked by SEQNUM=2797
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13:1.0: sd-device: Created database file '/run/udev/data/+usb:1-13:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0'.
Jul 11 23:04:32 megalex systemd-udevd[346]: palmas-gpio: Device ready for processing (SEQNUM=2910, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13:1.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: palmas-gpio: sd-device-monitor(manager): Passed 185 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: Loading module: usb:v1BCFp0005d0014dc00dsc00dp00ic03isc01ip02in00
Jul 11 23:04:32 megalex (udev-worker)[372]: palmas-gpio: Processing device (SEQNUM=2910, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: poweroff-restart: Device is queued (SEQNUM=2911, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: poweroff-restart: Device ready for processing (SEQNUM=2911, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: poweroff-restart: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: rc5t583-gpio: Device is queued (SEQNUM=2912, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: poweroff-restart: Processing device (SEQNUM=2911, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rc5t583-gpio: Device ready for processing (SEQNUM=2912, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rc5t583-gpio: sd-device-monitor(manager): Passed 186 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: rc5t583-gpio: Processing device (SEQNUM=2912, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: rproc-virtio: Device is queued (SEQNUM=2913, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: palmas-gpio: Device processed (SEQNUM=2910, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rproc-virtio: Device ready for processing (SEQNUM=2913, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: palmas-gpio: sd-device-monitor(worker): Passed 185 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: rproc-virtio: sd-device-monitor(manager): Passed 186 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: serial8250: Device is queued (SEQNUM=2914, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9:1.0: sd-device: Created database file '/run/udev/data/+usb:1-9:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0'.
Jul 11 23:04:32 megalex (udev-worker)[354]: rproc-virtio: Processing device (SEQNUM=2913, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: poweroff-restart: Device processed (SEQNUM=2911, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 1-9:1.1: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: serial8250: Device ready for processing (SEQNUM=2914, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9:1.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[364]: poweroff-restart: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: rc5t583-gpio: Device processed (SEQNUM=2912, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serial8250: sd-device-monitor(manager): Passed 184 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: Loading module: usb:v0461p0010d0110dc00dsc00dp00ic03isc01ip01in00
Jul 11 23:04:32 megalex (udev-worker)[372]: serial8250: Processing device (SEQNUM=2914, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 1-9:1.1: sd-device: Created database file '/run/udev/data/+usb:1-9:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1'.
Jul 11 23:04:32 megalex (udev-worker)[365]: rc5t583-gpio: sd-device-monitor(worker): Passed 186 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: simple-framebuffer: Device is queued (SEQNUM=2915, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: Failed to find module 'usb:v0461p0010d0110dc00dsc00dp00ic03isc01ip01in00'
Jul 11 23:04:32 megalex (udev-worker)[358]: 1-9:1.1: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[354]: rproc-virtio: Device processed (SEQNUM=2913, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: simple-framebuffer: Device ready for processing (SEQNUM=2915, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: simple-framebuffer: Processing device (SEQNUM=2915, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9:1.0: sd-device: Created database file '/run/udev/data/+usb:1-9:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0'.
Jul 11 23:04:32 megalex (udev-worker)[354]: rproc-virtio: sd-device-monitor(worker): Passed 186 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: simple-framebuffer: sd-device-monitor(manager): Passed 192 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: Loading module: usb:v0461p0010d0110dc00dsc00dp00ic03isc00ip00in01
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9:1.0: Device processed (SEQNUM=2793, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: serial8250: Device processed (SEQNUM=2914, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tpm_tis: Device is queued (SEQNUM=2916, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: Failed to find module 'usb:v0461p0010d0110dc00dsc00dp00ic03isc00ip00in01'
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9:1.0: sd-device-monitor(worker): Passed 586 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: serial8250: sd-device-monitor(worker): Passed 184 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tpm_tis: Device ready for processing (SEQNUM=2916, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 1-9:1.1: sd-device: Created database file '/run/udev/data/+usb:1-9:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1'.
Jul 11 23:04:32 megalex (udev-worker)[364]: simple-framebuffer: Device processed (SEQNUM=2915, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tpm_tis: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: Failed to find module 'usb:v1BCFp0005d0014dc00dsc00dp00ic03isc01ip02in00'
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13:1.0: sd-device: Created database file '/run/udev/data/+usb:1-13:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0'.
Jul 11 23:04:32 megalex (udev-worker)[365]: tpm_tis: Processing device (SEQNUM=2916, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: simple-framebuffer: sd-device-monitor(worker): Passed 192 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tps65086-restart: Device is queued (SEQNUM=2917, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:0461:0010.0001: Device ready for processing (SEQNUM=2794, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13:1.0: Device processed (SEQNUM=2788, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 1-9:1.1: Device processed (SEQNUM=2797, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:0461:0010.0001: sd-device-monitor(manager): Passed 375 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: 0003:0461:0010.0001: Processing device (SEQNUM=2794, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13:1.0: sd-device-monitor(worker): Passed 573 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: 1-9:1.1: sd-device-monitor(worker): Passed 586 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: input4: SEQNUM=2795 blocked by SEQNUM=2794
Jul 11 23:04:32 megalex (udev-worker)[364]: 0003:0461:0010.0001: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Jul 11 23:04:32 megalex systemd-udevd[346]: event3: SEQNUM=2796 blocked by SEQNUM=2794
Jul 11 23:04:32 megalex (udev-worker)[364]: 0003:0461:0010.0001: hwdb modalias key: "hid:b0003g0001v00000461p00000010"
Jul 11 23:04:32 megalex (udev-worker)[365]: tpm_tis: Device processed (SEQNUM=2916, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tps65086-restart: Device ready for processing (SEQNUM=2917, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: tpm_tis: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tps65086-restart: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: tps65086-restart: Processing device (SEQNUM=2917, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tps6586x-gpio: Device is queued (SEQNUM=2918, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: 0003:0461:0010.0001: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:1BCF:0005.0003: Device ready for processing (SEQNUM=2789, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: 0003:0461:0010.0001: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=hid': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:1BCF:0005.0003: sd-device-monitor(manager): Passed 383 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: 0003:1BCF:0005.0003: Processing device (SEQNUM=2789, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input8: SEQNUM=2790 blocked by SEQNUM=2789
Jul 11 23:04:32 megalex systemd-udevd[346]: event6: SEQNUM=2791 blocked by SEQNUM=2789
Jul 11 23:04:32 megalex (udev-worker)[376]: 0003:1BCF:0005.0003: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:0461:0010.0002: Device ready for processing (SEQNUM=2798, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 0003:0461:0010.0002: Processing device (SEQNUM=2798, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0003:0461:0010.0002: sd-device-monitor(manager): Passed 375 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: tps65086-restart: Device processed (SEQNUM=2917, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 0003:1BCF:0005.0003: hwdb modalias key: "hid:b0003g0001v00001BCFp00000005"
Jul 11 23:04:32 megalex (udev-worker)[358]: 0003:0461:0010.0002: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=hid'
Jul 11 23:04:32 megalex systemd-udevd[346]: input6: SEQNUM=2799 blocked by SEQNUM=2798
Jul 11 23:04:32 megalex (udev-worker)[357]: tps65086-restart: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: 0003:0461:0010.0002: hwdb modalias key: "hid:b0003g0001v00000461p00000010"
Jul 11 23:04:32 megalex systemd-udevd[346]: event4: SEQNUM=2800 blocked by SEQNUM=2798
Jul 11 23:04:32 megalex (udev-worker)[364]: 0003:0461:0010.0001: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: input7: SEQNUM=2801 blocked by SEQNUM=2798
Jul 11 23:04:32 megalex systemd-udevd[346]: event5: SEQNUM=2802 blocked by SEQNUM=2798
Jul 11 23:04:32 megalex systemd-udevd[346]: tps6586x-gpio: Device ready for processing (SEQNUM=2918, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: 0003:0461:0010.0001: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: tps6586x-gpio: sd-device-monitor(manager): Passed 187 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: 0003:1BCF:0005.0003: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[372]: tps6586x-gpio: Processing device (SEQNUM=2918, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: Loading module: hid:b0003g0001v00000461p00000010
Jul 11 23:04:32 megalex (udev-worker)[358]: 0003:0461:0010.0002: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: tps65910-gpio: Device is queued (SEQNUM=2919, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tps65910-gpio: Device ready for processing (SEQNUM=2919, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 0003:0461:0010.0002: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=hid': No data available
Jul 11 23:04:32 megalex (udev-worker)[376]: 0003:1BCF:0005.0003: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=hid': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: tps65910-gpio: sd-device-monitor(manager): Passed 187 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tps68470_pmic_opregion: Device is queued (SEQNUM=2920, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: tps65910-gpio: Processing device (SEQNUM=2919, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: Failed to find module 'hid:b0003g0001v00000461p00000010'
Jul 11 23:04:32 megalex systemd-udevd[346]: tps68470_pmic_opregion: Device ready for processing (SEQNUM=2920, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tps6586x-gpio: Device processed (SEQNUM=2918, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tps68470_pmic_opregion: sd-device-monitor(manager): Passed 196 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: tps68470_pmic_opregion: Processing device (SEQNUM=2920, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: 0003:0461:0010.0001: Device processed (SEQNUM=2794, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tps6586x-gpio: sd-device-monitor(worker): Passed 187 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: twl4030-audio: Device is queued (SEQNUM=2921, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: 0003:0461:0010.0001: sd-device-monitor(worker): Passed 375 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: twl4030-audio: Device ready for processing (SEQNUM=2921, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 0003:1BCF:0005.0003: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[358]: 0003:0461:0010.0002: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[357]: tps65910-gpio: Device processed (SEQNUM=2919, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: twl4030-audio: sd-device-monitor(manager): Passed 187 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: 0003:0461:0010.0002: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[357]: tps65910-gpio: sd-device-monitor(worker): Passed 187 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: 0003:1BCF:0005.0003: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[358]: Loading module: hid:b0003g0001v00000461p00000010
Jul 11 23:04:32 megalex systemd-udevd[346]: vesa-framebuffer: Device is queued (SEQNUM=2922, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: tps68470_pmic_opregion: Device processed (SEQNUM=2920, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: Loading module: hid:b0003g0001v00001BCFp00000005
Jul 11 23:04:32 megalex systemd-udevd[346]: input4: Device ready for processing (SEQNUM=2795, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: tps68470_pmic_opregion: sd-device-monitor(worker): Passed 196 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: Failed to find module 'hid:b0003g0001v00000461p00000010'
Jul 11 23:04:32 megalex systemd-udevd[346]: input4: sd-device-monitor(manager): Passed 646 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: twl4030-audio: Processing device (SEQNUM=2921, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: Processing device (SEQNUM=2795, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: Failed to find module 'hid:b0003g0001v00001BCFp00000005'
Jul 11 23:04:32 megalex (udev-worker)[358]: 0003:0461:0010.0002: Device processed (SEQNUM=2798, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event3: SEQNUM=2796 blocked by SEQNUM=2795
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input'
Jul 11 23:04:32 megalex (udev-worker)[376]: 0003:1BCF:0005.0003: Device processed (SEQNUM=2789, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 0003:0461:0010.0002: sd-device-monitor(worker): Passed 375 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: vesa-framebuffer: Device ready for processing (SEQNUM=2922, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: hwdb modalias key: "input:b0003v0461p0010e0111-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"
Jul 11 23:04:32 megalex (udev-worker)[376]: 0003:1BCF:0005.0003: sd-device-monitor(worker): Passed 383 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: vesa-framebuffer: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: vesa-framebuffer: Processing device (SEQNUM=2922, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: vmgenid: Device is queued (SEQNUM=2923, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input8: Device ready for processing (SEQNUM=2790, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input8: sd-device-monitor(manager): Passed 458 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: twl4030-audio: Device processed (SEQNUM=2921, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event6: SEQNUM=2791 blocked by SEQNUM=2790
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: Processing device (SEQNUM=2790, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: twl4030-audio: sd-device-monitor(worker): Passed 187 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input'
Jul 11 23:04:32 megalex systemd-udevd[346]: input6: Device ready for processing (SEQNUM=2799, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: hwdb modalias key: "input:b0003v1BCFp0005e0110-e0,1,2,4,k110,111,112,113,114,r0,1,6,8,B,C,am4,lsfw"
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: input6: sd-device-monitor(manager): Passed 512 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: Processing device (SEQNUM=2799, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=input': No data available
Jul 11 23:04:32 megalex (udev-worker)[372]: vesa-framebuffer: Device processed (SEQNUM=2922, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event4: SEQNUM=2800 blocked by SEQNUM=2799
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input'
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 23:04:32 megalex (udev-worker)[372]: vesa-framebuffer: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k71,72,73,80,8C,90,9B,9C,9E,9F,A3,A4,A5,A6,AB,AC,AD,D1,D9,F0,ram4,lsfw"
Jul 11 23:04:32 megalex systemd-udevd[346]: input7: Device ready for processing (SEQNUM=2801, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=input': No data available
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: capabilities/ev raw kernel attribute: 120013
Jul 11 23:04:32 megalex systemd-udevd[346]: input7: sd-device-monitor(manager): Passed 438 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: Processing device (SEQNUM=2801, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input'
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: capabilities/ev raw kernel attribute: 17
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: capabilities/abs raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k74,8E,8F,ram4,lsfw"
Jul 11 23:04:32 megalex systemd-udevd[346]: event5: SEQNUM=2802 blocked by SEQNUM=2801
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: capabilities/abs raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: capabilities/rel raw kernel attribute: 0
Jul 11 23:04:32 megalex systemd-udevd[346]: vmgenid: Device ready for processing (SEQNUM=2923, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: capabilities/rel raw kernel attribute: 1943
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: capabilities/key raw kernel attribute: 1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
Jul 11 23:04:32 megalex systemd-udevd[346]: vmgenid: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=input': No data available
Jul 11 23:04:32 megalex (udev-worker)[365]: vmgenid: Processing device (SEQNUM=2923, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: capabilities/key raw kernel attribute: 1f0000 0 0 0 0
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: properties raw kernel attribute: 0
Jul 11 23:04:32 megalex systemd-udevd[346]: pnp: Device is queued (SEQNUM=2924, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: properties raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: test_key: checking bit block 0 for any keys; found=yes
Jul 11 23:04:32 megalex systemd-udevd[346]: pnp: Device ready for processing (SEQNUM=2924, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=input': No data available
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: capabilities/ev raw kernel attribute: 13
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 23:04:32 megalex systemd-udevd[346]: pnp: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: pnp: Processing device (SEQNUM=2924, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: test_key: checking bit block 0 for any keys; found=no
Jul 11 23:04:32 megalex (udev-worker)[365]: vmgenid: Device processed (SEQNUM=2923, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: capabilities/abs raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: capabilities/ev raw kernel attribute: 13
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: capabilities/abs raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: test_key: checking bit block 64 for any keys; found=no
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: test_key: checking bit block 128 for any keys; found=no
Jul 11 23:04:32 megalex (udev-worker)[365]: vmgenid: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: capabilities/rel raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: hwdb modalias key: "input:b0003v0461p0010e0111-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"
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: capabilities/rel raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: test_key: checking bit block 192 for any keys; found=no
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042 aux: Device is queued (SEQNUM=2925, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: pnp: Device processed (SEQNUM=2924, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: capabilities/key raw kernel attribute: 1000002020000 3878d8011001 e000000000000 0
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: capabilities/key raw kernel attribute: c000 10000000000000 0
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042 aux: SEQNUM=2925 blocked by SEQNUM=2924
Jul 11 23:04:32 megalex (udev-worker)[372]: pnp: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: properties raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: properties raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: hwdb modalias key: "input:b0003v1BCFp0005e0110-e0,1,2,4,k110,111,112,113,114,r0,1,6,8,B,C,am4,lsfw"
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042 kbd: Device is queued (SEQNUM=2926, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: test_key: checking bit block 0 for any keys; found=no
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: test_key: checking bit block 0 for any keys; found=no
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042 kbd: SEQNUM=2926 blocked by SEQNUM=2924
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: test_key: checking bit block 64 for any keys; found=yes
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: test_key: checking bit block 64 for any keys; found=yes
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: /usr/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 23:04:32 megalex (udev-worker)[364]: 1-9:1.0: if_class:3 protocol:0
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc_cmos: Device is queued (SEQNUM=2927, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: /usr/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k71,72,73,80,8C,90,9B,9C,9E,9F,A3,A4,A5,A6,AB,AC,AD,D1,D9,F0,ram4,lsfw"
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k74,8E,8F,ram4,lsfw"
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042 aux: Device ready for processing (SEQNUM=2925, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[376]: 1-13:1.0: if_class:3 protocol:0
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042 aux: sd-device-monitor(manager): Passed 178 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: i8042 aux: Processing device (SEQNUM=2925, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042 kbd: Device ready for processing (SEQNUM=2926, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: /usr/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Jul 11 23:04:32 megalex (udev-worker)[365]: i8042 kbd: Processing device (SEQNUM=2926, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042 kbd: sd-device-monitor(manager): Passed 178 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: /usr/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc_cmos: Device ready for processing (SEQNUM=2927, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: i8042 aux: Device processed (SEQNUM=2925, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 1-9:1.1: if_class:3 protocol:0
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[372]: i8042 aux: sd-device-monitor(worker): Passed 178 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: rtc_cmos: Processing device (SEQNUM=2927, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: 1-9:1.1: if_class:3 protocol:0
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc_cmos: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: serial: Device is queued (SEQNUM=2928, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serial: Device ready for processing (SEQNUM=2928, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: sd-device: Created database file '/run/udev/data/+input:input4' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4'.
Jul 11 23:04:32 megalex systemd-udevd[346]: serial: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[372]: serial: Processing device (SEQNUM=2928, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: i8042 kbd: Device processed (SEQNUM=2926, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: system: Device is queued (SEQNUM=2929, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[354]: rtc_cmos: Device processed (SEQNUM=2927, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: i8042 kbd: sd-device-monitor(worker): Passed 178 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: sd-device: Created database file '/run/udev/data/+input:input8' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/0003:1BCF:0005.0003/input/input8'.
Jul 11 23:04:32 megalex systemd-udevd[346]: system: Device ready for processing (SEQNUM=2929, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: system: Processing device (SEQNUM=2929, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: rtc_cmos: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: serial: Device processed (SEQNUM=2928, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: serial: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: sd-device: Created database file '/run/udev/data/+input:input6' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6'.
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[357]: Loading module: input:b0003v0461p0010e0111-e0,1,4,k71,72,73,80,8C,90,9B,9C,9E,9F,A3,A4,A5,A6,AB,AC,AD,D1,D9,F0,ram4,lsfw
Jul 11 23:04:32 megalex (udev-worker)[360]: system: Device processed (SEQNUM=2929, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: Loading module: input:b0003v0461p0010e0111-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
Jul 11 23:04:32 megalex (udev-worker)[360]: system: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: system: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: sd-device: Created database file '/run/udev/data/+input:input7' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7'.
Jul 11 23:04:32 megalex (udev-worker)[376]: Loading module: input:b0003v1BCFp0005e0110-e0,1,2,4,k110,111,112,113,114,r0,1,6,8,B,C,am4,lsfw
Jul 11 23:04:32 megalex systemd-udevd[346]: tpm_tis: Device is queued (SEQNUM=2930, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: tpm_tis: Device ready for processing (SEQNUM=2930, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: Loading module: input:b0003v0461p0010e0111-e0,1,4,k74,8E,8F,ram4,lsfw
Jul 11 23:04:32 megalex systemd-udevd[346]: tpm_tis: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: tpm_tis: Processing device (SEQNUM=2930, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: scsi: Device is queued (SEQNUM=2931, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: scsi: Device ready for processing (SEQNUM=2931, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: scsi: sd-device-monitor(manager): Passed 157 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: scsi: Processing device (SEQNUM=2931, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: sd: Device is queued (SEQNUM=2932, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: sd: SEQNUM=2932 blocked by SEQNUM=2931
Jul 11 23:04:32 megalex systemd-udevd[346]: serial: Device is queued (SEQNUM=2933, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serial: Device ready for processing (SEQNUM=2933, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tpm_tis: Device processed (SEQNUM=2930, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serial: sd-device-monitor(manager): Passed 159 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: serial: Processing device (SEQNUM=2933, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: tpm_tis: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: serial-base: Device is queued (SEQNUM=2934, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serial-base: Device ready for processing (SEQNUM=2934, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: scsi: Device processed (SEQNUM=2931, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: serial-base: Processing device (SEQNUM=2934, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: scsi: sd-device-monitor(worker): Passed 157 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: serial-base: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: serial: Device processed (SEQNUM=2933, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ctrl: Device is queued (SEQNUM=2935, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: serial: sd-device-monitor(worker): Passed 159 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: sd: Device ready for processing (SEQNUM=2932, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: sd: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: sd: Processing device (SEQNUM=2932, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ctrl: SEQNUM=2935 blocked by SEQNUM=2934
Jul 11 23:04:32 megalex (udev-worker)[360]: serial-base: Device processed (SEQNUM=2934, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: port: Device is queued (SEQNUM=2936, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: serial-base: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: port: SEQNUM=2936 blocked by SEQNUM=2934
Jul 11 23:04:32 megalex systemd-udevd[346]: serio: Device is queued (SEQNUM=2937, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ctrl: Device ready for processing (SEQNUM=2935, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ctrl: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: ctrl: Processing device (SEQNUM=2935, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: port: Device ready for processing (SEQNUM=2936, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: sd: Device processed (SEQNUM=2932, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: port: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: port: Processing device (SEQNUM=2936, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: sd: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: serio: Device ready for processing (SEQNUM=2937, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serio: sd-device-monitor(manager): Passed 158 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[360]: serio: Processing device (SEQNUM=2937, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: atkbd: Device is queued (SEQNUM=2938, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: atkbd: SEQNUM=2938 blocked by SEQNUM=2937
Jul 11 23:04:32 megalex systemd-udevd[346]: serio_raw: Device is queued (SEQNUM=2939, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serio_raw: SEQNUM=2939 blocked by SEQNUM=2937
Jul 11 23:04:32 megalex systemd-udevd[346]: soc: Device is queued (SEQNUM=2940, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: soc: Device ready for processing (SEQNUM=2940, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: soc: Processing device (SEQNUM=2940, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: soc: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: port: Device processed (SEQNUM=2936, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: ctrl: Device processed (SEQNUM=2935, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: serio: Device processed (SEQNUM=2937, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: spi: Device is queued (SEQNUM=2941, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: port: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: ctrl: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[360]: serio: sd-device-monitor(worker): Passed 158 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: soc: Device processed (SEQNUM=2940, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: spi: Device ready for processing (SEQNUM=2941, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: soc: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: spi: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: spi: Processing device (SEQNUM=2941, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: da9052: Device is queued (SEQNUM=2942, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: atkbd: Device ready for processing (SEQNUM=2938, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: atkbd: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: atkbd: Processing device (SEQNUM=2938, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serio_raw: Device ready for processing (SEQNUM=2939, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serio_raw: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: serio_raw: Processing device (SEQNUM=2939, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: da9052: SEQNUM=2942 blocked by SEQNUM=2941
Jul 11 23:04:32 megalex (udev-worker)[353]: spi: Device processed (SEQNUM=2941, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ezx-pcap: Device is queued (SEQNUM=2943, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: spi: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: sda3: Received inotify event for /dev/sda3.
Jul 11 23:04:32 megalex (udev-worker)[372]: atkbd: Device processed (SEQNUM=2938, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: atkbd: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: sda3: device is closed, synthesising 'change' on /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Jul 11 23:04:32 megalex systemd-udevd[346]: ezx-pcap: SEQNUM=2943 blocked by SEQNUM=2941
Jul 11 23:04:32 megalex systemd-udevd[346]: wm831x: Device is queued (SEQNUM=2944, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: da9052: Device ready for processing (SEQNUM=2942, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: da9052: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: ezx-pcap: Device ready for processing (SEQNUM=2943, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ezx-pcap: sd-device-monitor(manager): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: da9052: Processing device (SEQNUM=2942, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: serio_raw: Device processed (SEQNUM=2939, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: ezx-pcap: Processing device (SEQNUM=2943, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wm831x: Device ready for processing (SEQNUM=2944, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: serio_raw: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wm831x: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: usb: Device is queued (SEQNUM=2945, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: wm831x: Processing device (SEQNUM=2944, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usb: Device ready for processing (SEQNUM=2945, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usb: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: usb: Processing device (SEQNUM=2945, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: da9052: Device processed (SEQNUM=2942, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hub: Device is queued (SEQNUM=2946, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: da9052: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: ezx-pcap: Device processed (SEQNUM=2943, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hub: SEQNUM=2946 blocked by SEQNUM=2945
Jul 11 23:04:32 megalex systemd-udevd[346]: usb: Device is queued (SEQNUM=2947, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: usb: Device processed (SEQNUM=2945, ACTION=add)
Jul 11 23:04:32 megalex systemd[1]: Finished File System Check on /dev/disk/by-uuid/9ace81ae-343c-46d1-b630-31e8f6ee868d.
Jul 11 23:04:32 megalex (udev-worker)[360]: wm831x: Device processed (SEQNUM=2944, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usb: SEQNUM=2947 blocked by SEQNUM=2945
Jul 11 23:04:32 megalex (udev-worker)[354]: ezx-pcap: sd-device-monitor(worker): Passed 177 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: usb: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[360]: wm831x: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: usbfs: Device is queued (SEQNUM=2948, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usbfs: SEQNUM=2948 blocked by SEQNUM=2945
Jul 11 23:04:32 megalex systemd-udevd[346]: usbhid: Device is queued (SEQNUM=2949, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hub: Device ready for processing (SEQNUM=2946, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hub: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: hub: Processing device (SEQNUM=2946, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usb: Device ready for processing (SEQNUM=2947, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usb: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: usbfs: Device ready for processing (SEQNUM=2948, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: usb: Processing device (SEQNUM=2947, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usbfs: sd-device-monitor(manager): Passed 174 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: usbfs: Processing device (SEQNUM=2948, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usbhid: Device ready for processing (SEQNUM=2949, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usbhid: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[360]: usbhid: Processing device (SEQNUM=2949, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usbserial_generic: Device is queued (SEQNUM=2950, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usbserial_generic: Device ready for processing (SEQNUM=2950, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: hub: Device processed (SEQNUM=2946, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usbserial_generic: sd-device-monitor(manager): Passed 186 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: usb-serial: Device is queued (SEQNUM=2951, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: usbserial_generic: Processing device (SEQNUM=2950, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: hub: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: usb-serial: Device ready for processing (SEQNUM=2951, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: usb: Device processed (SEQNUM=2947, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: usbhid: Device processed (SEQNUM=2949, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usb-serial: sd-device-monitor(manager): Passed 163 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: usb-serial: Processing device (SEQNUM=2951, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: usb: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: usbfs: Device processed (SEQNUM=2948, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: usbhid: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: generic: Device is queued (SEQNUM=2952, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: usbfs: sd-device-monitor(worker): Passed 174 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: usbserial_generic: Device processed (SEQNUM=2950, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: generic: SEQNUM=2952 blocked by SEQNUM=2951
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio: Device is queued (SEQNUM=2953, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: usbserial_generic: sd-device-monitor(worker): Passed 186 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio: Device ready for processing (SEQNUM=2953, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: usb-serial: Device processed (SEQNUM=2951, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio: sd-device-monitor(manager): Passed 159 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: usb-serial: sd-device-monitor(worker): Passed 163 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: virtio: Processing device (SEQNUM=2953, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio_blk: Device is queued (SEQNUM=2954, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: generic: Device ready for processing (SEQNUM=2952, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: generic: sd-device-monitor(manager): Passed 183 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: generic: Processing device (SEQNUM=2952, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio_blk: SEQNUM=2954 blocked by SEQNUM=2953
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio_console: Device is queued (SEQNUM=2955, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio_console: SEQNUM=2955 blocked by SEQNUM=2953
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio_rproc_serial: Device is queued (SEQNUM=2956, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio_rproc_serial: SEQNUM=2956 blocked by SEQNUM=2953
Jul 11 23:04:32 megalex (udev-worker)[372]: virtio: Device processed (SEQNUM=2953, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtiofs: Device is queued (SEQNUM=2957, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: virtio: sd-device-monitor(worker): Passed 159 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: virtiofs: SEQNUM=2957 blocked by SEQNUM=2953
Jul 11 23:04:32 megalex systemd-udevd[346]: wmi: Device is queued (SEQNUM=2958, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: generic: Device processed (SEQNUM=2952, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio_blk: Device ready for processing (SEQNUM=2954, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: generic: sd-device-monitor(worker): Passed 183 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio_blk: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: virtio_blk: Processing device (SEQNUM=2954, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio_console: Device ready for processing (SEQNUM=2955, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio_console: sd-device-monitor(manager): Passed 186 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: virtio_console: Processing device (SEQNUM=2955, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio_rproc_serial: Device ready for processing (SEQNUM=2956, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtio_rproc_serial: sd-device-monitor(manager): Passed 191 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[360]: virtio_rproc_serial: Processing device (SEQNUM=2956, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtiofs: Device ready for processing (SEQNUM=2957, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: virtiofs: sd-device-monitor(manager): Passed 180 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wmi: Device ready for processing (SEQNUM=2958, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: virtiofs: Processing device (SEQNUM=2957, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wmi: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: workqueue: Device is queued (SEQNUM=2959, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: virtio_blk: Device processed (SEQNUM=2954, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: wmi: Processing device (SEQNUM=2958, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: workqueue: Device ready for processing (SEQNUM=2959, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: virtio_blk: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: virtio_console: Device processed (SEQNUM=2955, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: workqueue: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: workqueue: Processing device (SEQNUM=2959, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: virtio_rproc_serial: Device processed (SEQNUM=2956, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: wmi: Device processed (SEQNUM=2958, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: xen: Device is queued (SEQNUM=2960, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: virtiofs: Device processed (SEQNUM=2957, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: virtio_rproc_serial: sd-device-monitor(worker): Passed 191 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: virtio_console: sd-device-monitor(worker): Passed 186 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: wmi: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: xen: Device ready for processing (SEQNUM=2960, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: xen: Processing device (SEQNUM=2960, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: xen: sd-device-monitor(manager): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: xen-backend: Device is queued (SEQNUM=2961, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: virtiofs: sd-device-monitor(worker): Passed 180 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: workqueue: Device processed (SEQNUM=2959, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: xen-backend: Device ready for processing (SEQNUM=2961, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: xen-backend: Processing device (SEQNUM=2961, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: xen-backend: sd-device-monitor(manager): Passed 164 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: workqueue: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: xen: Device processed (SEQNUM=2960, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI0008:00: Device is queued (SEQNUM=2962, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: xen: sd-device-monitor(worker): Passed 156 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI0008:00: Device ready for processing (SEQNUM=2962, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: ACPI0008:00: Processing device (SEQNUM=2962, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI0008:00: sd-device-monitor(manager): Passed 191 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: xen-backend: Device processed (SEQNUM=2961, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT339B:00: Device is queued (SEQNUM=2963, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: xen-backend: sd-device-monitor(worker): Passed 164 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT339B:00: Device ready for processing (SEQNUM=2963, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT339B:00: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: INT339B:00: Processing device (SEQNUM=2963, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33D0:00: Device is queued (SEQNUM=2964, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33D0:00: Device ready for processing (SEQNUM=2964, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33D0:00: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: INT33D0:00: Processing device (SEQNUM=2964, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3420:01: Device is queued (SEQNUM=2965, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: ACPI0008:00: Device processed (SEQNUM=2962, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3420:01: Device ready for processing (SEQNUM=2965, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: ACPI0008:00: sd-device-monitor(worker): Passed 191 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3420:01: sd-device-monitor(manager): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[360]: INT3420:01: Processing device (SEQNUM=2965, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:00: Device is queued (SEQNUM=2966, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:00: Device ready for processing (SEQNUM=2966, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:00: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:00: Processing device (SEQNUM=2966, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:01: Device is queued (SEQNUM=2967, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:01: Device ready for processing (SEQNUM=2967, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:01: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:02: Device is queued (SEQNUM=2968, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:00: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 23:04:32 megalex (udev-worker)[353]: LNXCPU:01: Processing device (SEQNUM=2967, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: INT339B:00: Device processed (SEQNUM=2963, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: INT33D0:00: Device processed (SEQNUM=2964, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:02: Device ready for processing (SEQNUM=2968, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: LNXCPU:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[372]: INT339B:00: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[360]: INT3420:01: Device processed (SEQNUM=2965, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: INT33D0:00: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:02: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: LNXCPU:02: Processing device (SEQNUM=2968, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: LNXCPU:01: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[360]: INT3420:01: sd-device-monitor(worker): Passed 190 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:03: Device is queued (SEQNUM=2969, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: LNXCPU:02: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:03: Device ready for processing (SEQNUM=2969, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:00: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:00' for '/devices/LNXSYSTM:00/LNXCPU:00'.
Jul 11 23:04:32 megalex (udev-worker)[375]: LNXCPU:02: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:03: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: LNXCPU:03: Processing device (SEQNUM=2969, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[353]: LNXCPU:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:04: Device is queued (SEQNUM=2970, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: LNXCPU:03: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[365]: Loading module: acpi:LNXCPU:
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:04: Device ready for processing (SEQNUM=2970, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: LNXCPU:03: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 23:04:32 megalex (udev-worker)[353]: LNXCPU:01: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:01' for '/devices/LNXSYSTM:00/LNXCPU:01'.
Jul 11 23:04:32 megalex (udev-worker)[375]: LNXCPU:02: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:04: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:05: Device is queued (SEQNUM=2971, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: LNXCPU:01: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[365]: Failed to find module 'acpi:LNXCPU:'
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXCPU:04: Processing device (SEQNUM=2970, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:05: Device ready for processing (SEQNUM=2971, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: LNXCPU:05: Processing device (SEQNUM=2971, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: Loading module: acpi:LNXCPU:
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:00: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:00' for '/devices/LNXSYSTM:00/LNXCPU:00'.
Jul 11 23:04:32 megalex (udev-worker)[372]: LNXCPU:03: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXCPU:04: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:05: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: Failed to find module 'acpi:LNXCPU:'
Jul 11 23:04:32 megalex (udev-worker)[360]: LNXCPU:05: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:00: Device processed (SEQNUM=2966, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXCPU:04: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 23:04:32 megalex (udev-worker)[375]: LNXCPU:02: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:02' for '/devices/LNXSYSTM:00/LNXCPU:02'.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:06: Device is queued (SEQNUM=2972, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: LNXCPU:03: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:03' for '/devices/LNXSYSTM:00/LNXCPU:03'.
Jul 11 23:04:32 megalex (udev-worker)[353]: LNXCPU:01: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:01' for '/devices/LNXSYSTM:00/LNXCPU:01'.
Jul 11 23:04:32 megalex (udev-worker)[360]: LNXCPU:05: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:00: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: LNXCPU:02: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:06: Device ready for processing (SEQNUM=2972, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: LNXCPU:03: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[353]: LNXCPU:01: Device processed (SEQNUM=2967, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: Loading module: acpi:LNXCPU:
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:06: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXCPU:04: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[372]: Loading module: acpi:LNXCPU:
Jul 11 23:04:32 megalex (udev-worker)[352]: LNXCPU:06: Processing device (SEQNUM=2972, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXCPU:04: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:04' for '/devices/LNXSYSTM:00/LNXCPU:04'.
Jul 11 23:04:32 megalex (udev-worker)[360]: LNXCPU:05: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:07: Device is queued (SEQNUM=2973, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: LNXCPU:01: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXCPU:04: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[375]: Failed to find module 'acpi:LNXCPU:'
Jul 11 23:04:32 megalex (udev-worker)[352]: LNXCPU:06: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:07: Device ready for processing (SEQNUM=2973, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: Failed to find module 'acpi:LNXCPU:'
Jul 11 23:04:32 megalex (udev-worker)[354]: Loading module: acpi:LNXCPU:
Jul 11 23:04:32 megalex (udev-worker)[360]: LNXCPU:05: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:05' for '/devices/LNXSYSTM:00/LNXCPU:05'.
Jul 11 23:04:32 megalex (udev-worker)[375]: LNXCPU:02: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:02' for '/devices/LNXSYSTM:00/LNXCPU:02'.
Jul 11 23:04:32 megalex (udev-worker)[352]: LNXCPU:06: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXCPU:07: sd-device-monitor(manager): Passed 201 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:07: Processing device (SEQNUM=2973, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: LNXCPU:03: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:03' for '/devices/LNXSYSTM:00/LNXCPU:03'.
Jul 11 23:04:32 megalex (udev-worker)[360]: LNXCPU:05: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[375]: LNXCPU:02: Device processed (SEQNUM=2968, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup17: Device is queued (SEQNUM=2974, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: LNXCPU:03: Device processed (SEQNUM=2969, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:07: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[354]: Failed to find module 'acpi:LNXCPU:'
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXCPU:04: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:04' for '/devices/LNXSYSTM:00/LNXCPU:04'.
Jul 11 23:04:32 megalex (udev-worker)[375]: LNXCPU:02: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup17: Device ready for processing (SEQNUM=2974, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: wakeup17: Processing device (SEQNUM=2974, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:07: hwdb modalias key: "acpi:LNXCPU:"
Jul 11 23:04:32 megalex (udev-worker)[360]: Loading module: acpi:LNXCPU:
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXCPU:04: Device processed (SEQNUM=2970, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: LNXCPU:06: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup17: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: LNXCPU:03: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXCPU:04: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device is queued (SEQNUM=2975, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: Failed to find module 'acpi:LNXCPU:'
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:07: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[352]: LNXCPU:06: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:06' for '/devices/LNXSYSTM:00/LNXCPU:06'.
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device ready for processing (SEQNUM=2975, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: LNXCPU:05: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:05' for '/devices/LNXSYSTM:00/LNXCPU:05'.
Jul 11 23:04:32 megalex (udev-worker)[353]: wakeup17: Device processed (SEQNUM=2974, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: LNXCPU:06: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: sd-device-monitor(manager): Passed 217 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[360]: LNXCPU:05: Device processed (SEQNUM=2971, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:07: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:07' for '/devices/LNXSYSTM:00/LNXCPU:07'.
Jul 11 23:04:32 megalex (udev-worker)[372]: ACPI000C:00: Processing device (SEQNUM=2975, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: wakeup17: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[352]: Loading module: acpi:LNXCPU:
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0E0C:00: Device is queued (SEQNUM=2976, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: LNXCPU:05: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:07: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[372]: ACPI000C:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[372]: ACPI000C:00: hwdb modalias key: "acpi:ACPI000C:"
Jul 11 23:04:32 megalex (udev-worker)[365]: Loading module: acpi:LNXCPU:
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0E0C:00: Device ready for processing (SEQNUM=2976, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: Failed to find module 'acpi:LNXCPU:'
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0E0C:00: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: INT0E0C:00: Processing device (SEQNUM=2976, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: LNXCPU:06: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:06' for '/devices/LNXSYSTM:00/LNXCPU:06'.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device is queued (SEQNUM=2977, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: LNXCPU:06: Device processed (SEQNUM=2972, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: Failed to find module 'acpi:LNXCPU:'
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device ready for processing (SEQNUM=2977, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: LNXCPU:06: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:07: sd-device: Created database file '/run/udev/data/+acpi:LNXCPU:07' for '/devices/LNXSYSTM:00/LNXCPU:07'.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A3:00: Device is queued (SEQNUM=2978, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: INT33A1:00: Processing device (SEQNUM=2977, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:07: Device processed (SEQNUM=2973, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: ACPI000C:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[354]: INT0E0C:00: Device processed (SEQNUM=2976, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: INT33A1:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[365]: LNXCPU:07: sd-device-monitor(worker): Passed 246 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A3:00: Device ready for processing (SEQNUM=2978, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: INT0E0C:00: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[360]: INT33A1:00: hwdb modalias key: "acpi:INT33A1:PNP0D80:"
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A3:00: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT340E:00: Device is queued (SEQNUM=2979, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: ACPI000C:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[353]: INT33A3:00: Processing device (SEQNUM=2978, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT340E:00: Device ready for processing (SEQNUM=2979, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: ACPI000C:00: sd-device: Created database file '/run/udev/data/+acpi:ACPI000C:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000C:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT340E:00: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: ACPI000C:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[365]: INT340E:00: Processing device (SEQNUM=2979, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: INT33A1:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3420:00: Device is queued (SEQNUM=2980, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: Loading module: acpi:ACPI000C:
Jul 11 23:04:32 megalex (udev-worker)[365]: INT340E:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3420:00: Device ready for processing (SEQNUM=2980, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: INT33A1:00: sd-device: Created database file '/run/udev/data/+acpi:INT33A1:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/INT33A1:00'.
Jul 11 23:04:32 megalex (udev-worker)[365]: INT340E:00: hwdb modalias key: "acpi:INT340E:PNP0C02:"
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3420:00: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3470:00: Device is queued (SEQNUM=2981, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: INT33A1:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[353]: INT33A3:00: Device processed (SEQNUM=2978, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: INT33A3:00: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3470:00: Device ready for processing (SEQNUM=2981, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: Loading module: acpi:INT33A1:PNP0D80:
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3420:00: Processing device (SEQNUM=2980, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3470:00: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3470:00: Processing device (SEQNUM=2981, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: INT340E:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: IWC0001:00: Device is queued (SEQNUM=2982, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: IWC0001:00: Device ready for processing (SEQNUM=2982, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: IWC0001:00: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: IWC0001:00: Processing device (SEQNUM=2982, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: INT340E:00: sd-device: Created database file '/run/udev/data/+acpi:INT340E:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/INT340E:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0A08:00: Device is queued (SEQNUM=2983, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: INT340E:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0A08:00: Device ready for processing (SEQNUM=2983, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: Loading module: acpi:INT340E:PNP0C02:
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0A08:00: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0A08:00: Processing device (SEQNUM=2983, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0A08:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: ABCD0000:00: Device is queued (SEQNUM=2984, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3420:00: Device processed (SEQNUM=2980, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3470:00: Device processed (SEQNUM=2981, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0A08:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex (udev-worker)[353]: IWC0001:00: Device processed (SEQNUM=2982, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ABCD0000:00: SEQNUM=2984 blocked by SEQNUM=2983
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3420:00: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3470:00: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: IWC0001:00: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0A08:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A2:00: Device is queued (SEQNUM=2985, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A2:00: SEQNUM=2985 blocked by SEQNUM=2983
Jul 11 23:04:32 megalex systemd-udevd[346]: INT343D:00: Device is queued (SEQNUM=2986, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT343D:00: SEQNUM=2986 blocked by SEQNUM=2983
Jul 11 23:04:32 megalex systemd-udevd[346]: INT343E:00: Device is queued (SEQNUM=2987, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT343E:00: SEQNUM=2987 blocked by SEQNUM=2983
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0A08:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3440:00: Device is queued (SEQNUM=2988, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3440:00: SEQNUM=2988 blocked by SEQNUM=2983
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0A08:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0A08:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3441:00: Device is queued (SEQNUM=2989, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0A08:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3441:00: SEQNUM=2989 blocked by SEQNUM=2983
Jul 11 23:04:32 megalex (udev-worker)[352]: Loading module: acpi:PNP0A08:PNP0A03:
Jul 11 23:04:32 megalex systemd-udevd[346]: FPNT_DIS:00: Device is queued (SEQNUM=2990, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: FPNT_DIS:00: SEQNUM=2990 blocked by SEQNUM=2983
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3442:00: Device is queued (SEQNUM=2991, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3442:00: SEQNUM=2991 blocked by SEQNUM=2983
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0000:00: Device is queued (SEQNUM=2992, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: Failed to find module 'acpi:PNP0A08:PNP0A03:'
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0000:00: SEQNUM=2992 blocked by SEQNUM=2983
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0A08:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0A08:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3515:00: Device is queued (SEQNUM=2993, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0A08:00: Device processed (SEQNUM=2983, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3515:00: SEQNUM=2993 blocked by SEQNUM=2983
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0A08:00: sd-device-monitor(worker): Passed 268 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3515:01: Device is queued (SEQNUM=2994, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3515:01: SEQNUM=2994 blocked by SEQNUM=2983
Jul 11 23:04:32 megalex systemd-udevd[346]: XXXX0000:00: Device is queued (SEQNUM=2995, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ABCD0000:00: Device ready for processing (SEQNUM=2984, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ABCD0000:00: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: ABCD0000:00: Processing device (SEQNUM=2984, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A2:00: Device ready for processing (SEQNUM=2985, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A2:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: INT33A2:00: Processing device (SEQNUM=2985, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT343D:00: Device ready for processing (SEQNUM=2986, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT343D:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT343E:00: Device ready for processing (SEQNUM=2987, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: INT343E:00: Processing device (SEQNUM=2987, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: ABCD0000:00: Device processed (SEQNUM=2984, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: ABCD0000:00: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: INT33A2:00: Device processed (SEQNUM=2985, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: INT33A2:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: INT343D:00: Processing device (SEQNUM=2986, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: INT343E:00: Device processed (SEQNUM=2987, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: INT343E:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT343E:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3440:00: Device ready for processing (SEQNUM=2988, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3440:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3441:00: Device ready for processing (SEQNUM=2989, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3441:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: FPNT_DIS:00: SEQNUM=2990 blocked by SEQNUM=2989
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3442:00: Device ready for processing (SEQNUM=2991, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: INT3441:00: Processing device (SEQNUM=2989, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: INT3440:00: Processing device (SEQNUM=2988, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT343D:00: Device processed (SEQNUM=2986, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT343D:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3442:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0000:00: SEQNUM=2992 blocked by SEQNUM=2991
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3515:00: SEQNUM=2993 blocked by SEQNUM=2991
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3515:01: SEQNUM=2994 blocked by SEQNUM=2991
Jul 11 23:04:32 megalex systemd-udevd[346]: XXXX0000:00: SEQNUM=2995 blocked by SEQNUM=2991
Jul 11 23:04:32 megalex (udev-worker)[377]: INT3442:00: Processing device (SEQNUM=2991, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3443:00: Device is queued (SEQNUM=2996, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3443:00: Device ready for processing (SEQNUM=2996, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3443:00: Processing device (SEQNUM=2996, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: INT3440:00: Device processed (SEQNUM=2988, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: INT3440:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[377]: INT3442:00: Device processed (SEQNUM=2991, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: INT3442:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: INT3441:00: Device processed (SEQNUM=2989, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: INT3441:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3443:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: IMPJ0003:00: Device is queued (SEQNUM=2997, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: FPNT_DIS:00: Device ready for processing (SEQNUM=2990, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: FPNT_DIS:00: sd-device-monitor(manager): Passed 225 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0000:00: Device ready for processing (SEQNUM=2992, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0000:00: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: FPNT_DIS:00: Processing device (SEQNUM=2990, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3443:00: Device processed (SEQNUM=2996, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3443:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3515:00: Device ready for processing (SEQNUM=2993, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: FPNT_DIS:00: Device processed (SEQNUM=2990, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3515:00: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3515:01: Device ready for processing (SEQNUM=2994, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: FPNT_DIS:00: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3515:01: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: XXXX0000:00: Device ready for processing (SEQNUM=2995, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT0000:00: Processing device (SEQNUM=2992, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: XXXX0000:00: sd-device-monitor(manager): Passed 225 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[352]: INT3515:00: Processing device (SEQNUM=2993, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: IMPJ0003:00: SEQNUM=2997 blocked by SEQNUM=2996
Jul 11 23:04:32 megalex (udev-worker)[361]: XXXX0000:00: Processing device (SEQNUM=2995, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: XXXX0000:01: Device is queued (SEQNUM=2998, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: IMPJ0003:00: Device ready for processing (SEQNUM=2997, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: IMPJ0003:00: sd-device-monitor(manager): Passed 225 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: XXXX0000:01: Device ready for processing (SEQNUM=2998, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: INT3515:01: Processing device (SEQNUM=2994, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT0000:00: Device processed (SEQNUM=2992, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT0000:00: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[352]: INT3515:00: Device processed (SEQNUM=2993, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: INT3515:00: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: XXXX0000:00: Device processed (SEQNUM=2995, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: XXXX0000:00: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: INT3515:01: Device processed (SEQNUM=2994, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: IMPJ0003:00: Processing device (SEQNUM=2997, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: INT3515:01: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: XXXX0000:01: sd-device-monitor(manager): Passed 225 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3444:00: Device is queued (SEQNUM=2999, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3444:00: Device ready for processing (SEQNUM=2999, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3444:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3444:00: Processing device (SEQNUM=2999, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:00: Device is queued (SEQNUM=3000, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:00: SEQNUM=3000 blocked by SEQNUM=2999
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:00: Device is queued (SEQNUM=3001, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:00: SEQNUM=3001 blocked by SEQNUM=2999
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3445:00: Device is queued (SEQNUM=3002, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3445:00: Device ready for processing (SEQNUM=3002, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3445:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3446:00: Device is queued (SEQNUM=3003, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3446:00: Device ready for processing (SEQNUM=3003, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3446:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3474:00: Device is queued (SEQNUM=3004, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3474:00: SEQNUM=3004 blocked by SEQNUM=3003
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3447:00: Device is queued (SEQNUM=3005, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: XXXX0000:01: Processing device (SEQNUM=2998, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3444:00: Device processed (SEQNUM=2999, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3444:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[352]: INT3445:00: Processing device (SEQNUM=3002, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: IMPJ0003:00: Device processed (SEQNUM=2997, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: IMPJ0003:00: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: INT3446:00: Processing device (SEQNUM=3003, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: XXXX0000:01: Device processed (SEQNUM=2998, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: XXXX0000:01: sd-device-monitor(worker): Passed 225 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3447:00: Device ready for processing (SEQNUM=3005, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3447:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[352]: INT3445:00: Device processed (SEQNUM=3002, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: INT3447:00: Processing device (SEQNUM=3005, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3448:00: Device is queued (SEQNUM=3006, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: INT3445:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:00: Device ready for processing (SEQNUM=3000, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:00: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:00: Device ready for processing (SEQNUM=3001, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:00: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3448:00: Device ready for processing (SEQNUM=3006, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3448:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3448:00: Processing device (SEQNUM=3006, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33E1:00: Device is queued (SEQNUM=3007, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3471:00: Processing device (SEQNUM=3000, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: INT3446:00: Device processed (SEQNUM=3003, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: INT3446:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: INT3447:00: Device processed (SEQNUM=3005, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: INT3447:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3448:00: Device processed (SEQNUM=3006, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3448:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: INT3472:00: Processing device (SEQNUM=3001, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3471:00: Device processed (SEQNUM=3000, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3471:00: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33E1:00: SEQNUM=3007 blocked by SEQNUM=3006
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3449:00: Device is queued (SEQNUM=3008, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3474:00: Device ready for processing (SEQNUM=3004, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3474:00: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33E1:00: Device ready for processing (SEQNUM=3007, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33E1:00: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3449:00: Device ready for processing (SEQNUM=3008, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3449:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: INT33E1:00: Processing device (SEQNUM=3007, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT344A:00: Device is queued (SEQNUM=3009, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: INT3449:00: Processing device (SEQNUM=3008, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT344A:00: Device ready for processing (SEQNUM=3009, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3474:00: Processing device (SEQNUM=3004, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT344A:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3451:00: Device is queued (SEQNUM=3010, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: INT3472:00: Device processed (SEQNUM=3001, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: INT3472:00: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: INT33E1:00: Device processed (SEQNUM=3007, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT33E1:00: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3451:00: Device ready for processing (SEQNUM=3010, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3451:00: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: INT3451:00: Processing device (SEQNUM=3010, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:01: Device is queued (SEQNUM=3011, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:01: Device ready for processing (SEQNUM=3011, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: INT3449:00: Device processed (SEQNUM=3008, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:01: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[352]: INT3449:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3474:00: Device processed (SEQNUM=3004, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:02: Device is queued (SEQNUM=3012, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: INT344A:00: Processing device (SEQNUM=3009, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: INT3471:01: Processing device (SEQNUM=3011, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:02: Device ready for processing (SEQNUM=3012, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:02: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:03: Device is queued (SEQNUM=3013, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3471:02: Processing device (SEQNUM=3012, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: INT3451:00: Device processed (SEQNUM=3010, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: INT3451:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: INT3471:01: Device processed (SEQNUM=3011, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: INT3471:01: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3474:00: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: INT344A:00: Device processed (SEQNUM=3009, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: INT344A:00: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3471:02: Device processed (SEQNUM=3012, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3471:02: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:03: Device ready for processing (SEQNUM=3013, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:03: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[352]: INT3471:03: Processing device (SEQNUM=3013, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:04: Device is queued (SEQNUM=3014, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:04: Device ready for processing (SEQNUM=3014, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3471:04: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3471:04: Processing device (SEQNUM=3014, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:01: Device is queued (SEQNUM=3015, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:01: Device ready for processing (SEQNUM=3015, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:01: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: INT3472:01: Processing device (SEQNUM=3015, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:02: Device is queued (SEQNUM=3016, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:02: Device ready for processing (SEQNUM=3016, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:02: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:03: Device is queued (SEQNUM=3017, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:03: Device ready for processing (SEQNUM=3017, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: INT3472:03: Processing device (SEQNUM=3017, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: INT3471:03: Device processed (SEQNUM=3013, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3471:04: Device processed (SEQNUM=3014, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: INT3471:03: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3471:04: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: INT3472:01: Device processed (SEQNUM=3015, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: INT3472:01: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: INT3472:03: Device processed (SEQNUM=3017, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: INT3472:03: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3472:02: Processing device (SEQNUM=3016, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3472:02: Device processed (SEQNUM=3016, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3472:02: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:03: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:04: Device is queued (SEQNUM=3018, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:04: Device ready for processing (SEQNUM=3018, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:04: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3472:04: Processing device (SEQNUM=3018, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:05: Device is queued (SEQNUM=3019, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:05: Device ready for processing (SEQNUM=3019, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:05: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: INT3472:05: Processing device (SEQNUM=3019, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:06: Device is queued (SEQNUM=3020, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:06: Device ready for processing (SEQNUM=3020, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:06: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:07: Device is queued (SEQNUM=3021, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:07: Device ready for processing (SEQNUM=3021, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:07: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:08: Device is queued (SEQNUM=3022, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: INT3472:07: Processing device (SEQNUM=3021, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:08: Device ready for processing (SEQNUM=3022, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3472:08: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:00: Device is queued (SEQNUM=3023, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:00: Device ready for processing (SEQNUM=3023, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:00: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:01: Device is queued (SEQNUM=3024, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:01: Device ready for processing (SEQNUM=3024, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:01: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:02: Device is queued (SEQNUM=3025, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3472:06: Processing device (SEQNUM=3020, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3472:04: Device processed (SEQNUM=3018, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: INT3472:04: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: INT3472:05: Device processed (SEQNUM=3019, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: INT3472:08: Processing device (SEQNUM=3022, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXPOWER:00: Processing device (SEQNUM=3023, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXPOWER:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXPOWER:00: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex (udev-worker)[352]: INT3472:07: Device processed (SEQNUM=3021, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: INT3472:07: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3472:06: Device processed (SEQNUM=3020, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: INT3472:06: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:02: Device ready for processing (SEQNUM=3025, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:02: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXVIDEO:00: Device is queued (SEQNUM=3026, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXVIDEO:00: Device ready for processing (SEQNUM=3026, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXVIDEO:00: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXVIDEO:00: Processing device (SEQNUM=3026, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: LNXPOWER:02: Processing device (SEQNUM=3025, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:00: Device is queued (SEQNUM=3027, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: LNXPOWER:01: Processing device (SEQNUM=3024, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXPOWER:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[353]: INT3472:05: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: INT3472:08: Device processed (SEQNUM=3022, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXVIDEO:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[356]: LNXPOWER:02: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:00: SEQNUM=3027 blocked by SEQNUM=3026
Jul 11 23:04:32 megalex (udev-worker)[377]: LNXPOWER:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[373]: INT3472:08: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXVIDEO:00: hwdb modalias key: "acpi:LNXVIDEO:"
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXPOWER:00: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:00'.
Jul 11 23:04:32 megalex (udev-worker)[356]: LNXPOWER:02: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:01: Device is queued (SEQNUM=3028, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: LNXPOWER:01: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:01: SEQNUM=3028 blocked by SEQNUM=3026
Jul 11 23:04:32 megalex systemd-udevd[346]: device:02: Device is queued (SEQNUM=3029, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:02: SEQNUM=3029 blocked by SEQNUM=3026
Jul 11 23:04:32 megalex systemd-udevd[346]: device:03: Device is queued (SEQNUM=3030, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:03: SEQNUM=3030 blocked by SEQNUM=3026
Jul 11 23:04:32 megalex systemd-udevd[346]: device:04: Device is queued (SEQNUM=3031, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:04: SEQNUM=3031 blocked by SEQNUM=3026
Jul 11 23:04:32 megalex (udev-worker)[356]: LNXPOWER:02: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXVIDEO:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:05: Device is queued (SEQNUM=3032, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:05: SEQNUM=3032 blocked by SEQNUM=3026
Jul 11 23:04:32 megalex systemd-udevd[346]: device:06: Device is queued (SEQNUM=3033, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXPOWER:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[356]: LNXPOWER:02: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:02'.
Jul 11 23:04:32 megalex (udev-worker)[377]: LNXPOWER:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:06: SEQNUM=3033 blocked by SEQNUM=3026
Jul 11 23:04:32 megalex systemd-udevd[346]: device:07: Device is queued (SEQNUM=3034, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXVIDEO:00: sd-device: Created database file '/run/udev/data/+acpi:LNXVIDEO:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00'.
Jul 11 23:04:32 megalex (udev-worker)[356]: LNXPOWER:02: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[361]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex systemd-udevd[346]: device:07: SEQNUM=3034 blocked by SEQNUM=3026
Jul 11 23:04:32 megalex systemd-udevd[346]: device:08: Device is queued (SEQNUM=3035, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: LNXPOWER:01: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:01'.
Jul 11 23:04:32 megalex (udev-worker)[356]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex systemd-udevd[346]: device:08: SEQNUM=3035 blocked by SEQNUM=3026
Jul 11 23:04:32 megalex systemd-udevd[346]: device:09: Device is queued (SEQNUM=3036, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: LNXPOWER:01: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:09: SEQNUM=3036 blocked by SEQNUM=3026
Jul 11 23:04:32 megalex (udev-worker)[377]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex (udev-worker)[361]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXVIDEO:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0a: Device is queued (SEQNUM=3037, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex (udev-worker)[354]: Loading module: acpi:LNXVIDEO:
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXPOWER:00: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0a: SEQNUM=3037 blocked by SEQNUM=3026
Jul 11 23:04:32 megalex (udev-worker)[356]: LNXPOWER:02: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:02'.
Jul 11 23:04:32 megalex (udev-worker)[377]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXPOWER:00: Device processed (SEQNUM=3023, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0b: Device is queued (SEQNUM=3038, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: LNXPOWER:02: Device processed (SEQNUM=3025, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: LNXPOWER:01: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:01'.
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXPOWER:00: sd-device-monitor(worker): Passed 273 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0b: SEQNUM=3038 blocked by SEQNUM=3026
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0c: Device is queued (SEQNUM=3039, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: LNXPOWER:02: sd-device-monitor(worker): Passed 273 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[377]: LNXPOWER:01: Device processed (SEQNUM=3024, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: Module 'video' is already loaded
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0c: SEQNUM=3039 blocked by SEQNUM=3026
Jul 11 23:04:32 megalex (udev-worker)[377]: LNXPOWER:01: sd-device-monitor(worker): Passed 273 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXVIDEO:00: sd-device: Created database file '/run/udev/data/+acpi:LNXVIDEO:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0d: Device is queued (SEQNUM=3040, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXVIDEO:00: Device processed (SEQNUM=3026, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0d: SEQNUM=3040 blocked by SEQNUM=3026
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXVIDEO:00: sd-device-monitor(worker): Passed 273 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0e: Device is queued (SEQNUM=3041, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0e: SEQNUM=3041 blocked by SEQNUM=3026
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0f: Device is queued (SEQNUM=3042, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:00: Device ready for processing (SEQNUM=3027, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:00: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:01: Device ready for processing (SEQNUM=3028, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:00: Processing device (SEQNUM=3027, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:01: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: device:01: Processing device (SEQNUM=3028, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:02: Device ready for processing (SEQNUM=3029, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:02: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:03: Device ready for processing (SEQNUM=3030, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: device:03: Processing device (SEQNUM=3030, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:03: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:04: Device ready for processing (SEQNUM=3031, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:04: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: device:04: Processing device (SEQNUM=3031, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: device:01: Device processed (SEQNUM=3028, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:00: Device processed (SEQNUM=3027, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: device:01: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:00: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: device:02: Processing device (SEQNUM=3029, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: device:03: Device processed (SEQNUM=3030, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: device:03: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:05: Device ready for processing (SEQNUM=3032, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:05: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:06: Device ready for processing (SEQNUM=3033, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:06: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: device:05: Processing device (SEQNUM=3032, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:07: Device ready for processing (SEQNUM=3034, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: device:07: Processing device (SEQNUM=3034, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: device:04: Device processed (SEQNUM=3031, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: device:04: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: device:02: Device processed (SEQNUM=3029, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: device:02: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[356]: device:07: Device processed (SEQNUM=3034, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: device:07: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[377]: device:06: Processing device (SEQNUM=3033, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:05: Device processed (SEQNUM=3032, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:05: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:07: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:08: Device ready for processing (SEQNUM=3035, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:08: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:09: Device ready for processing (SEQNUM=3036, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:08: Processing device (SEQNUM=3035, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 413.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:09: Worker [413] is forked for processing SEQNUM=3036.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0a: Device ready for processing (SEQNUM=3037, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: device:06: Device processed (SEQNUM=3033, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: device:06: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 414.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0a: Worker [414] is forked for processing SEQNUM=3037.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0b: Device ready for processing (SEQNUM=3038, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:08: Device processed (SEQNUM=3035, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:08: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:09: Processing device (SEQNUM=3036, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 415.
Jul 11 23:04:32 megalex (udev-worker)[414]: device:0a: Processing device (SEQNUM=3037, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0b: Worker [415] is forked for processing SEQNUM=3038.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0c: Device ready for processing (SEQNUM=3039, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: device:0b: Processing device (SEQNUM=3038, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 416.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0c: Worker [416] is forked for processing SEQNUM=3039.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0d: Device ready for processing (SEQNUM=3040, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:09: Device processed (SEQNUM=3036, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 417.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:09: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0d: Worker [417] is forked for processing SEQNUM=3040.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0e: Device ready for processing (SEQNUM=3041, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: device:0a: Device processed (SEQNUM=3037, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: device:0a: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[417]: device:0d: Processing device (SEQNUM=3040, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 418.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:0c: Processing device (SEQNUM=3039, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0e: Worker [418] is forked for processing SEQNUM=3041.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0f: Device ready for processing (SEQNUM=3042, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: device:0b: Device processed (SEQNUM=3038, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: device:0b: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: device:0e: Processing device (SEQNUM=3041, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 419.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:0f: Worker [419] is forked for processing SEQNUM=3042.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:10: Device is queued (SEQNUM=3043, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: device:0f: Processing device (SEQNUM=3042, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:10: Device ready for processing (SEQNUM=3043, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:10: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:03: Device is queued (SEQNUM=3044, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:03: Device ready for processing (SEQNUM=3044, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:03: sd-device-monitor(manager): Passed 226 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:04: Device is queued (SEQNUM=3045, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:0c: Device processed (SEQNUM=3039, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:04: Device ready for processing (SEQNUM=3045, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:04: sd-device-monitor(manager): Passed 226 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:0c: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:05: Device is queued (SEQNUM=3046, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: device:0d: Device processed (SEQNUM=3040, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:05: Device ready for processing (SEQNUM=3046, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:10: Processing device (SEQNUM=3043, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: device:0d: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:05: sd-device-monitor(manager): Passed 226 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:06: Device is queued (SEQNUM=3047, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: PNP0C02:03: Processing device (SEQNUM=3044, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:06: Device ready for processing (SEQNUM=3047, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:06: sd-device-monitor(manager): Passed 226 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[415]: PNP0C02:03: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:00: Device is queued (SEQNUM=3048, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: PNP0C02:03: hwdb modalias key: "acpi:PNP0C02:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:00: Device ready for processing (SEQNUM=3048, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: device:0e: Device processed (SEQNUM=3041, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: PNP0C02:04: Processing device (SEQNUM=3045, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: PNP0C02:06: Processing device (SEQNUM=3047, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:10: Device processed (SEQNUM=3043, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: PNP0C02:03: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:00: sd-device-monitor(manager): Passed 226 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:00: Processing device (SEQNUM=3048, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: device:0e: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[419]: device:0f: Device processed (SEQNUM=3042, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: PNP0C02:04: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0C02:05: Processing device (SEQNUM=3046, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: PNP0C02:06: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[374]: device:10: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[415]: PNP0C02:03: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup25: Device is queued (SEQNUM=3049, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[419]: device:0f: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[377]: PNP0C02:04: hwdb modalias key: "acpi:PNP0C02:"
Jul 11 23:04:32 megalex (udev-worker)[414]: PNP0C02:06: hwdb modalias key: "acpi:PNP0C02:"
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0C02:05: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[377]: PNP0C02:04: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:00: hwdb modalias key: "acpi:PNP0C14:"
Jul 11 23:04:32 megalex (udev-worker)[415]: PNP0C02:03: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0C02:05: hwdb modalias key: "acpi:PNP0C02:"
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex (udev-worker)[414]: PNP0C02:06: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex (udev-worker)[377]: PNP0C02:04: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[414]: PNP0C02:06: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[415]: PNP0C02:03: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:03'.
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0C02:05: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup25: SEQNUM=3049 blocked by SEQNUM=3048
Jul 11 23:04:32 megalex (udev-worker)[415]: PNP0C02:03: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0C02:05: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[414]: PNP0C02:06: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:11: Device is queued (SEQNUM=3050, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: PNP0C02:04: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[414]: PNP0C02:06: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:06'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:11: Device ready for processing (SEQNUM=3050, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[415]: Loading module: acpi:PNP0C02:
Jul 11 23:04:32 megalex (udev-worker)[414]: PNP0C02:06: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:11: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0C02:05: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[374]: device:11: Processing device (SEQNUM=3050, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: PNP0C02:04: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:04'.
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0C02:05: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:05'.
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C14:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C14:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:12: Device is queued (SEQNUM=3051, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: PNP0C02:04: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[414]: Loading module: acpi:PNP0C02:
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0C02:05: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:12: Device ready for processing (SEQNUM=3051, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: Loading module: acpi:PNP0C02:
Jul 11 23:04:32 megalex (udev-worker)[352]: Loading module: acpi:PNP0C02:
Jul 11 23:04:32 megalex (udev-worker)[413]: Loading module: acpi:PNP0C14:
Jul 11 23:04:32 megalex systemd-udevd[346]: device:12: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:11: Device processed (SEQNUM=3050, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: device:12: Processing device (SEQNUM=3051, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:13: Device is queued (SEQNUM=3052, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:11: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:13: SEQNUM=3052 blocked by SEQNUM=3051
Jul 11 23:04:32 megalex (udev-worker)[413]: Module 'wmi' is already loaded
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup14: Device is queued (SEQNUM=3053, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C14:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C14:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup14: SEQNUM=3053 blocked by SEQNUM=3051
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:00: Device processed (SEQNUM=3048, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup0: Device is queued (SEQNUM=3054, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:00: sd-device-monitor(worker): Passed 271 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup0: SEQNUM=3054 blocked by SEQNUM=3051
Jul 11 23:04:32 megalex (udev-worker)[419]: device:12: Device processed (SEQNUM=3051, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:14: Device is queued (SEQNUM=3055, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: device:12: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup25: Device ready for processing (SEQNUM=3049, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup25: sd-device-monitor(manager): Passed 221 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup25: Processing device (SEQNUM=3049, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:14: Device ready for processing (SEQNUM=3055, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:14: Processing device (SEQNUM=3055, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:14: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:15: Device is queued (SEQNUM=3056, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:13: Device ready for processing (SEQNUM=3052, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:13: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup14: SEQNUM=3053 blocked by SEQNUM=3052
Jul 11 23:04:32 megalex (udev-worker)[419]: device:13: Processing device (SEQNUM=3052, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup0: Device ready for processing (SEQNUM=3054, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup0: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:15: SEQNUM=3056 blocked by SEQNUM=3055
Jul 11 23:04:32 megalex (udev-worker)[356]: wakeup0: Processing device (SEQNUM=3054, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:14: Device processed (SEQNUM=3055, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:14: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:16: Device is queued (SEQNUM=3057, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup25: Device processed (SEQNUM=3049, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:16: Device ready for processing (SEQNUM=3057, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup25: sd-device-monitor(worker): Passed 221 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:16: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:17: Device is queued (SEQNUM=3058, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: device:13: Device processed (SEQNUM=3052, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:15: Device ready for processing (SEQNUM=3056, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:16: Processing device (SEQNUM=3057, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: device:13: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:15: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[356]: wakeup0: Device processed (SEQNUM=3054, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:17: SEQNUM=3058 blocked by SEQNUM=3057
Jul 11 23:04:32 megalex (udev-worker)[374]: device:15: Processing device (SEQNUM=3056, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: wakeup0: sd-device-monitor(worker): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:18: Device is queued (SEQNUM=3059, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup14: Device ready for processing (SEQNUM=3053, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup14: sd-device-monitor(manager): Passed 230 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:18: Device ready for processing (SEQNUM=3059, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: wakeup14: Processing device (SEQNUM=3053, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:18: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[419]: device:18: Processing device (SEQNUM=3059, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0800:00: Device is queued (SEQNUM=3060, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0800:00: SEQNUM=3060 blocked by SEQNUM=3059
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3F0D:00: Device is queued (SEQNUM=3061, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3F0D:00: SEQNUM=3061 blocked by SEQNUM=3059
Jul 11 23:04:32 megalex (udev-worker)[354]: device:16: Device processed (SEQNUM=3057, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0000:00: Device is queued (SEQNUM=3062, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:16: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0000:00: SEQNUM=3062 blocked by SEQNUM=3059
Jul 11 23:04:32 megalex (udev-worker)[374]: device:15: Device processed (SEQNUM=3056, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0100:00: Device is queued (SEQNUM=3063, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:15: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:17: Device ready for processing (SEQNUM=3058, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:17: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[419]: device:18: Device processed (SEQNUM=3059, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0100:00: SEQNUM=3063 blocked by SEQNUM=3059
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0103:00: Device is queued (SEQNUM=3064, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: device:18: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: wakeup14: Device processed (SEQNUM=3053, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0103:00: SEQNUM=3064 blocked by SEQNUM=3059
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0303:00: Device is queued (SEQNUM=3065, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: wakeup14: sd-device-monitor(worker): Passed 230 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[356]: device:17: Processing device (SEQNUM=3058, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0800:00: Device ready for processing (SEQNUM=3060, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0800:00: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3F0D:00: Device ready for processing (SEQNUM=3061, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: INT0800:00: Processing device (SEQNUM=3060, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: INT0800:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[419]: INT3F0D:00: Processing device (SEQNUM=3061, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3F0D:00: sd-device-monitor(manager): Passed 244 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: INT0800:00: hwdb modalias key: "acpi:INT0800:"
Jul 11 23:04:32 megalex (udev-worker)[419]: INT3F0D:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0000:00: Device ready for processing (SEQNUM=3062, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: INT3F0D:00: hwdb modalias key: "acpi:INT3F0D:PNP0C02:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0000:00: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0000:00: Processing device (SEQNUM=3062, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0100:00: Device ready for processing (SEQNUM=3063, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: device:17: Device processed (SEQNUM=3058, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0100:00: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0000:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[356]: device:17: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0100:00: Processing device (SEQNUM=3063, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0103:00: Device ready for processing (SEQNUM=3064, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: INT0800:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0100:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0103:00: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0103:00: Processing device (SEQNUM=3064, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: INT0800:00: sd-device: Created database file '/run/udev/data/+acpi:INT0800:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/INT0800:00'.
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0100:00: hwdb modalias key: "acpi:PNP0100:"
Jul 11 23:04:32 megalex (udev-worker)[419]: INT3F0D:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0303:00: Device ready for processing (SEQNUM=3065, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0000:00: hwdb modalias key: "acpi:PNP0000:"
Jul 11 23:04:32 megalex (udev-worker)[374]: INT0800:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0103:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0303:00: sd-device-monitor(manager): Passed 244 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0303:00: Processing device (SEQNUM=3065, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0303:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[419]: INT3F0D:00: sd-device: Created database file '/run/udev/data/+acpi:INT3F0D:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/INT3F0D:00'.
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0100:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0103:00: hwdb modalias key: "acpi:PNP0103:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0B00:00: Device is queued (SEQNUM=3066, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0000:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0303:00: hwdb modalias key: "acpi:PNP0303:PNP030B:"
Jul 11 23:04:32 megalex (udev-worker)[374]: Loading module: acpi:INT0800:
Jul 11 23:04:32 megalex (udev-worker)[419]: INT3F0D:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0100:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0B00:00: Device ready for processing (SEQNUM=3066, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0000:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[419]: Loading module: acpi:INT3F0D:PNP0C02:
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0303:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0B00:00: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0100:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[374]: Failed to find module 'acpi:INT0800:'
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0103:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:00: Device is queued (SEQNUM=3067, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: INT0800:00: sd-device: Created database file '/run/udev/data/+acpi:INT0800:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/INT0800:00'.
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0B00:00: Processing device (SEQNUM=3066, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0000:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:00: Device ready for processing (SEQNUM=3067, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0103:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0303:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0000:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0000:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0000:00'.
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0100:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0100:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0100:00'.
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0B00:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:00: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:01: Device is queued (SEQNUM=3068, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0000:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0100:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0B00:00: hwdb modalias key: "acpi:PNP0B00:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:01: Device ready for processing (SEQNUM=3068, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: PNP0C02:00: Processing device (SEQNUM=3067, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: Loading module: acpi:PNP0000:
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0103:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[374]: INT0800:00: Device processed (SEQNUM=3060, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: Loading module: acpi:PNP0100:
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0303:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:01: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: PNP0C02:01: Processing device (SEQNUM=3068, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: PNP0C02:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[374]: INT0800:00: sd-device-monitor(worker): Passed 283 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0B00:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0103:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0103:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0103:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:02: Device is queued (SEQNUM=3069, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0303:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0303:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0303:00'.
Jul 11 23:04:32 megalex (udev-worker)[354]: Failed to find module 'acpi:PNP0000:'
Jul 11 23:04:32 megalex (udev-worker)[375]: PNP0C02:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[356]: PNP0C02:00: hwdb modalias key: "acpi:PNP0C02:"
Jul 11 23:04:32 megalex (udev-worker)[416]: Failed to find module 'acpi:PNP0100:'
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0103:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0B00:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:02: Device ready for processing (SEQNUM=3069, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: PNP0C02:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex (udev-worker)[375]: PNP0C02:01: hwdb modalias key: "acpi:PNP0C02:"
Jul 11 23:04:32 megalex (udev-worker)[356]: PNP0C02:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[361]: Loading module: acpi:PNP0103:
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0100:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0100:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0100:00'.
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0B00:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0303:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[373]: PNP0C02:02: Processing device (SEQNUM=3069, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: PNP0C02:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0B00:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0B00:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0B00:00'.
Jul 11 23:04:32 megalex (udev-worker)[375]: PNP0C02:01: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C02:02: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: Loading module: acpi:PNP0303:PNP030B:
Jul 11 23:04:32 megalex (udev-worker)[373]: PNP0C02:02: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0100:00: Device processed (SEQNUM=3063, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: Failed to find module 'acpi:PNP0103:'
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0000:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0000:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0000:00'.
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0B00:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[356]: PNP0C02:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C02:00'.
Jul 11 23:04:32 megalex (udev-worker)[375]: PNP0C02:01: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C04:00: Device is queued (SEQNUM=3070, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: PNP0C02:02: hwdb modalias key: "acpi:PNP0C02:"
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0000:00: Device processed (SEQNUM=3062, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0000:00: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0103:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0103:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0103:00'.
Jul 11 23:04:32 megalex (udev-worker)[413]: Loading module: acpi:PNP0B00:
Jul 11 23:04:32 megalex (udev-worker)[353]: Failed to find module 'acpi:PNP0303:PNP030B:'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0303:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0303:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0303:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C04:00: Device ready for processing (SEQNUM=3070, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0103:00: Device processed (SEQNUM=3064, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: PNP0C02:02: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0100:00: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: PNP0C02:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0303:00: Device processed (SEQNUM=3065, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: PNP0C02:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C04:00: sd-device-monitor(manager): Passed 236 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C04:00: Processing device (SEQNUM=3070, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: Failed to find module 'acpi:PNP0B00:'
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0103:00: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: PNP0C02:02: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0303:00: sd-device-monitor(worker): Passed 289 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[356]: Loading module: acpi:PNP0C02:
Jul 11 23:04:32 megalex (udev-worker)[375]: PNP0C02:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C02:01'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C08:00: Device is queued (SEQNUM=3071, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C08:00: Device ready for processing (SEQNUM=3071, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0B00:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0B00:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0B00:00'.
Jul 11 23:04:32 megalex (udev-worker)[375]: PNP0C02:01: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C04:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C08:00: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0B00:00: Device processed (SEQNUM=3066, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C08:00: Processing device (SEQNUM=3071, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: PNP0C02:02: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[375]: Loading module: acpi:PNP0C02:
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C04:00: hwdb modalias key: "acpi:PNP0C04:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C09:00: Device is queued (SEQNUM=3072, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0B00:00: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C09:00: Device ready for processing (SEQNUM=3072, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: PNP0C02:02: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C02:02'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C09:00: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: PNP0C02:02: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C09:00: Processing device (SEQNUM=3072, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C04:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0A:00: Device is queued (SEQNUM=3073, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: Loading module: acpi:PNP0C02:
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0A:00: SEQNUM=3073 blocked by SEQNUM=3072
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C04:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0A:01: Device is queued (SEQNUM=3074, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0A:01: SEQNUM=3074 blocked by SEQNUM=3072
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C08:00: Device processed (SEQNUM=3071, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0A:02: Device is queued (SEQNUM=3075, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C08:00: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0A:02: SEQNUM=3075 blocked by SEQNUM=3072
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C04:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0F03:00: Device is queued (SEQNUM=3076, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C09:00: Device processed (SEQNUM=3072, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0F03:00: Device ready for processing (SEQNUM=3076, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C09:00: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C04:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C04:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C04:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0F03:00: sd-device-monitor(manager): Passed 244 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup9: Device is queued (SEQNUM=3077, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C04:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0F03:00: Processing device (SEQNUM=3076, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0A:00: Device ready for processing (SEQNUM=3073, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: Loading module: acpi:PNP0C04:
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0A:00: sd-device-monitor(manager): Passed 234 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0F03:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C0A:00: Processing device (SEQNUM=3073, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0A:01: Device ready for processing (SEQNUM=3074, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0A:01: Processing device (SEQNUM=3074, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0A:01: sd-device-monitor(manager): Passed 234 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: Failed to find module 'acpi:PNP0C04:'
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0F03:00: hwdb modalias key: "acpi:PNP0F03:PNP0F13:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0A:02: Device ready for processing (SEQNUM=3075, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C04:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C04:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C04:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0A:02: sd-device-monitor(manager): Passed 234 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C04:00: Device processed (SEQNUM=3070, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0C0A:02: Processing device (SEQNUM=3075, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup9: Device ready for processing (SEQNUM=3077, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0F03:00: hwdb modalias key: "acpi:PNP0A08:PNP0A03:"
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C04:00: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup9: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: wakeup9: Processing device (SEQNUM=3077, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0F03:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0A:01: Device processed (SEQNUM=3074, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C0A:00: Device processed (SEQNUM=3073, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C0A:00: sd-device-monitor(worker): Passed 234 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0A:01: sd-device-monitor(worker): Passed 234 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:19: Device is queued (SEQNUM=3078, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:19: Device ready for processing (SEQNUM=3078, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0F03:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:19: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:19: Processing device (SEQNUM=3078, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1a: Device is queued (SEQNUM=3079, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0C0A:02: Device processed (SEQNUM=3075, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1a: SEQNUM=3079 blocked by SEQNUM=3078
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0F03:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0F03:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0F03:00'.
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0C0A:02: sd-device-monitor(worker): Passed 234 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:03: Device is queued (SEQNUM=3080, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0F03:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:03: SEQNUM=3080 blocked by SEQNUM=3078
Jul 11 23:04:32 megalex (udev-worker)[353]: wakeup9: Device processed (SEQNUM=3077, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: Loading module: acpi:PNP0F03:PNP0F13:
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1b: Device is queued (SEQNUM=3081, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: wakeup9: sd-device-monitor(worker): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1b: Device ready for processing (SEQNUM=3081, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1b: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:19: Device processed (SEQNUM=3078, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: Failed to find module 'acpi:PNP0F03:PNP0F13:'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1c: Device is queued (SEQNUM=3082, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:19: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:1b: Processing device (SEQNUM=3081, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0F03:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0F03:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0F03:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1c: SEQNUM=3082 blocked by SEQNUM=3081
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0F03:00: Device processed (SEQNUM=3076, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:04: Device is queued (SEQNUM=3083, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0F03:00: sd-device-monitor(worker): Passed 289 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1a: Device ready for processing (SEQNUM=3079, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1a: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:1a: Processing device (SEQNUM=3079, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:03: SEQNUM=3080 blocked by SEQNUM=3079
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:04: SEQNUM=3083 blocked by SEQNUM=3081
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1d: Device is queued (SEQNUM=3084, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1d: Device ready for processing (SEQNUM=3084, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1d: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1e: Device is queued (SEQNUM=3085, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:1d: Processing device (SEQNUM=3084, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1e: SEQNUM=3085 blocked by SEQNUM=3084
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:05: Device is queued (SEQNUM=3086, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:1b: Device processed (SEQNUM=3081, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:05: SEQNUM=3086 blocked by SEQNUM=3084
Jul 11 23:04:32 megalex (udev-worker)[354]: device:1b: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1f: Device is queued (SEQNUM=3087, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:1a: Device processed (SEQNUM=3079, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1f: Device ready for processing (SEQNUM=3087, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:1f: Processing device (SEQNUM=3087, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1f: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:1a: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:1d: Device processed (SEQNUM=3084, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:20: Device is queued (SEQNUM=3088, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:1d: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1c: Device ready for processing (SEQNUM=3082, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1c: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:04: SEQNUM=3083 blocked by SEQNUM=3082
Jul 11 23:04:32 megalex (udev-worker)[354]: device:1c: Processing device (SEQNUM=3082, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:20: SEQNUM=3088 blocked by SEQNUM=3087
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:06: Device is queued (SEQNUM=3089, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:03: Device ready for processing (SEQNUM=3080, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:03: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1e: Device ready for processing (SEQNUM=3085, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:1f: Device processed (SEQNUM=3087, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:03: Processing device (SEQNUM=3080, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:1e: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:1e: Processing device (SEQNUM=3085, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:1f: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:03: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:05: SEQNUM=3086 blocked by SEQNUM=3085
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:03: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:06: SEQNUM=3089 blocked by SEQNUM=3087
Jul 11 23:04:32 megalex systemd-udevd[346]: device:21: Device is queued (SEQNUM=3090, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:20: Device ready for processing (SEQNUM=3088, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:20: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:1c: Device processed (SEQNUM=3082, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:20: Processing device (SEQNUM=3088, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:06: SEQNUM=3089 blocked by SEQNUM=3088
Jul 11 23:04:32 megalex (udev-worker)[354]: device:1c: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:21: Device ready for processing (SEQNUM=3090, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:1e: Device processed (SEQNUM=3085, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:21: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: device:21: Processing device (SEQNUM=3090, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:1e: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:22: Device is queued (SEQNUM=3091, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:03: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:04: Device ready for processing (SEQNUM=3083, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:04: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:05: Device ready for processing (SEQNUM=3086, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:04: Processing device (SEQNUM=3083, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:05: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:05: Processing device (SEQNUM=3086, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:03: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a/LNXPOWER:03'.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:04: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[416]: device:20: Device processed (SEQNUM=3088, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:22: SEQNUM=3091 blocked by SEQNUM=3090
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:03: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:05: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:04: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex (udev-worker)[416]: device:20: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:07: Device is queued (SEQNUM=3092, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:05: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex (udev-worker)[361]: device:21: Device processed (SEQNUM=3090, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:07: SEQNUM=3092 blocked by SEQNUM=3090
Jul 11 23:04:32 megalex (udev-worker)[361]: device:21: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:23: Device is queued (SEQNUM=3093, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:06: Device ready for processing (SEQNUM=3089, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:03: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a/LNXPOWER:03'.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:06: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:06: Processing device (SEQNUM=3089, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:03: Device processed (SEQNUM=3080, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:04: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:23: Device ready for processing (SEQNUM=3093, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:05: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:03: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:23: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: device:23: Processing device (SEQNUM=3093, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:06: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:04: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/device:1c/LNXPOWER:04'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:24: Device is queued (SEQNUM=3094, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:05: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/LNXPOWER:05'.
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:06: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:04: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:22: Device ready for processing (SEQNUM=3091, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:05: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[413]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex systemd-udevd[346]: device:22: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex (udev-worker)[374]: device:22: Processing device (SEQNUM=3091, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:07: SEQNUM=3092 blocked by SEQNUM=3091
Jul 11 23:04:32 megalex systemd-udevd[346]: device:24: SEQNUM=3094 blocked by SEQNUM=3093
Jul 11 23:04:32 megalex (udev-worker)[413]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex (udev-worker)[353]: device:23: Device processed (SEQNUM=3093, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:08: Device is queued (SEQNUM=3095, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:06: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:04: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/device:1c/LNXPOWER:04'.
Jul 11 23:04:32 megalex (udev-worker)[353]: device:23: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:08: SEQNUM=3095 blocked by SEQNUM=3093
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:05: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/LNXPOWER:05'.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:22: Device processed (SEQNUM=3091, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:06: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1f/device:20/LNXPOWER:06'.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:04: Device processed (SEQNUM=3083, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:05: Device processed (SEQNUM=3086, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup5: Device is queued (SEQNUM=3096, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:22: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:06: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:04: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:05: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:24: Device ready for processing (SEQNUM=3094, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex systemd-udevd[346]: device:24: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: device:24: Processing device (SEQNUM=3094, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:08: SEQNUM=3095 blocked by SEQNUM=3094
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup5: Device ready for processing (SEQNUM=3096, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup5: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: wakeup5: Processing device (SEQNUM=3096, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:06: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1f/device:20/LNXPOWER:06'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:25: Device is queued (SEQNUM=3097, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:06: Device processed (SEQNUM=3089, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:07: Device ready for processing (SEQNUM=3092, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:06: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:07: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: device:24: Device processed (SEQNUM=3094, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:25: Device ready for processing (SEQNUM=3097, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:07: Processing device (SEQNUM=3092, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:24: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:25: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:26: Device is queued (SEQNUM=3098, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:07: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[353]: wakeup5: Device processed (SEQNUM=3096, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:08: Device ready for processing (SEQNUM=3095, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:07: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex (udev-worker)[413]: device:25: Processing device (SEQNUM=3097, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: wakeup5: sd-device-monitor(worker): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:08: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:08: Processing device (SEQNUM=3095, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:26: SEQNUM=3098 blocked by SEQNUM=3097
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:08: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:09: Device is queued (SEQNUM=3099, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:08: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:09: SEQNUM=3099 blocked by SEQNUM=3097
Jul 11 23:04:32 megalex systemd-udevd[346]: device:27: Device is queued (SEQNUM=3100, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:27: Device ready for processing (SEQNUM=3100, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:27: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:07: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[413]: device:25: Device processed (SEQNUM=3097, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:27: Processing device (SEQNUM=3100, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:28: Device is queued (SEQNUM=3101, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:25: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:28: SEQNUM=3101 blocked by SEQNUM=3100
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0a: Device is queued (SEQNUM=3102, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:07: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:07' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:21/device:22/LNXPOWER:07'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:26: Device ready for processing (SEQNUM=3098, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:07: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:26: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:26: Processing device (SEQNUM=3098, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:09: SEQNUM=3099 blocked by SEQNUM=3098
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:08: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0a: SEQNUM=3102 blocked by SEQNUM=3100
Jul 11 23:04:32 megalex (udev-worker)[416]: device:27: Device processed (SEQNUM=3100, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:29: Device is queued (SEQNUM=3103, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:07: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:07' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:21/device:22/LNXPOWER:07'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:29: Device ready for processing (SEQNUM=3103, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:08: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:08' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:23/device:24/LNXPOWER:08'.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:27: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:07: Device processed (SEQNUM=3092, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:29: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2a: Device is queued (SEQNUM=3104, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:08: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[413]: device:26: Device processed (SEQNUM=3098, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:07: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: device:29: Processing device (SEQNUM=3103, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:28: Device ready for processing (SEQNUM=3101, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex (udev-worker)[413]: device:26: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:28: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:28: Processing device (SEQNUM=3101, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0a: SEQNUM=3102 blocked by SEQNUM=3101
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2a: SEQNUM=3104 blocked by SEQNUM=3103
Jul 11 23:04:32 megalex (udev-worker)[354]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0b: Device is queued (SEQNUM=3105, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:08: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:08' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:23/device:24/LNXPOWER:08'.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:09: Device ready for processing (SEQNUM=3099, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:08: Device processed (SEQNUM=3095, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:09: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:09: Processing device (SEQNUM=3099, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:08: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: device:29: Device processed (SEQNUM=3103, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0b: SEQNUM=3105 blocked by SEQNUM=3103
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:09: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[361]: device:29: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2b: Device is queued (SEQNUM=3106, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:09: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2a: Device ready for processing (SEQNUM=3104, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2a: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:28: Device processed (SEQNUM=3101, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0b: SEQNUM=3105 blocked by SEQNUM=3104
Jul 11 23:04:32 megalex (udev-worker)[413]: device:2a: Processing device (SEQNUM=3104, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:28: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2b: Device ready for processing (SEQNUM=3106, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2b: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:2b: Processing device (SEQNUM=3106, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2c: Device is queued (SEQNUM=3107, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0a: Device ready for processing (SEQNUM=3102, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0a: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:09: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:0a: Processing device (SEQNUM=3102, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2c: SEQNUM=3107 blocked by SEQNUM=3106
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:0a: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0c: Device is queued (SEQNUM=3108, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:0a: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:09: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:09' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:25/device:26/LNXPOWER:09'.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:2a: Device processed (SEQNUM=3104, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0c: SEQNUM=3108 blocked by SEQNUM=3106
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:09: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[413]: device:2a: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2d: Device is queued (SEQNUM=3109, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex (udev-worker)[354]: device:2b: Device processed (SEQNUM=3106, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2d: SEQNUM=3109 blocked by SEQNUM=3106
Jul 11 23:04:32 megalex (udev-worker)[354]: device:2b: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2e: Device is queued (SEQNUM=3110, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0b: Device ready for processing (SEQNUM=3105, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:0a: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0b: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0b: Processing device (SEQNUM=3105, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0b: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:0a: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0a' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:27/device:28/LNXPOWER:0a'.
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:09: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:09' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:25/device:26/LNXPOWER:09'.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0b: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2e: SEQNUM=3110 blocked by SEQNUM=3106
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:0a: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:09: Device processed (SEQNUM=3099, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2f: Device is queued (SEQNUM=3111, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:09: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2c: Device ready for processing (SEQNUM=3107, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2c: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:2c: Processing device (SEQNUM=3107, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0c: SEQNUM=3108 blocked by SEQNUM=3107
Jul 11 23:04:32 megalex (udev-worker)[416]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2d: SEQNUM=3109 blocked by SEQNUM=3107
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0b: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2e: SEQNUM=3110 blocked by SEQNUM=3107
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:0a: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0a' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:27/device:28/LNXPOWER:0a'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2f: SEQNUM=3111 blocked by SEQNUM=3107
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:0a: Device processed (SEQNUM=3102, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0b: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0b' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:29/device:2a/LNXPOWER:0b'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:30: Device is queued (SEQNUM=3112, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:0a: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0b: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:30: SEQNUM=3112 blocked by SEQNUM=3107
Jul 11 23:04:32 megalex systemd-udevd[346]: device:31: Device is queued (SEQNUM=3113, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex systemd-udevd[346]: device:31: SEQNUM=3113 blocked by SEQNUM=3107
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup15: Device is queued (SEQNUM=3114, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup15: SEQNUM=3114 blocked by SEQNUM=3107
Jul 11 23:04:32 megalex (udev-worker)[354]: device:2c: Device processed (SEQNUM=3107, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup7: Device is queued (SEQNUM=3115, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:2c: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0b: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0b' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:29/device:2a/LNXPOWER:0b'.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup7: Device ready for processing (SEQNUM=3115, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0b: Device processed (SEQNUM=3105, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup7: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup7: Processing device (SEQNUM=3115, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0b: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:32: Device is queued (SEQNUM=3116, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0c: Device ready for processing (SEQNUM=3108, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0c: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2d: Device ready for processing (SEQNUM=3109, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0c: Processing device (SEQNUM=3108, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2d: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:2d: Processing device (SEQNUM=3109, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2e: SEQNUM=3110 blocked by SEQNUM=3109
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0c: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2f: SEQNUM=3111 blocked by SEQNUM=3109
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0c: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:30: SEQNUM=3112 blocked by SEQNUM=3109
Jul 11 23:04:32 megalex systemd-udevd[346]: device:31: SEQNUM=3113 blocked by SEQNUM=3109
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup15: Device ready for processing (SEQNUM=3114, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup7: Device processed (SEQNUM=3115, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup15: sd-device-monitor(manager): Passed 230 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: wakeup15: Processing device (SEQNUM=3114, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup7: sd-device-monitor(worker): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:32: Device ready for processing (SEQNUM=3116, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:32: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:33: Device is queued (SEQNUM=3117, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:32: Processing device (SEQNUM=3116, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:33: SEQNUM=3117 blocked by SEQNUM=3116
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0c: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0d: Device is queued (SEQNUM=3118, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0d: SEQNUM=3118 blocked by SEQNUM=3116
Jul 11 23:04:32 megalex (udev-worker)[354]: device:2d: Device processed (SEQNUM=3109, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:34: Device is queued (SEQNUM=3119, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0c: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0c' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2b/device:2c/LNXPOWER:0c'.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:2d: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:34: Device ready for processing (SEQNUM=3119, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0c: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:34: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:34: Processing device (SEQNUM=3119, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex (udev-worker)[416]: wakeup15: Device processed (SEQNUM=3114, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:32: Device processed (SEQNUM=3116, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:35: Device is queued (SEQNUM=3120, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: wakeup15: sd-device-monitor(worker): Passed 230 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: device:32: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2e: Device ready for processing (SEQNUM=3110, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2e: sd-device-monitor(manager): Passed 232 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:2e: Processing device (SEQNUM=3110, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0c: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0c' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2b/device:2c/LNXPOWER:0c'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2f: Device ready for processing (SEQNUM=3111, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0c: Device processed (SEQNUM=3108, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:2f: sd-device-monitor(manager): Passed 232 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: device:2f: Processing device (SEQNUM=3111, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0c: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:30: Device ready for processing (SEQNUM=3112, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:34: Device processed (SEQNUM=3119, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:30: sd-device-monitor(manager): Passed 232 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: device:30: Processing device (SEQNUM=3112, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:34: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:31: Device ready for processing (SEQNUM=3113, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:31: sd-device-monitor(manager): Passed 232 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:35: SEQNUM=3120 blocked by SEQNUM=3119
Jul 11 23:04:32 megalex (udev-worker)[417]: device:31: Processing device (SEQNUM=3113, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0e: Device is queued (SEQNUM=3121, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:2e: Device processed (SEQNUM=3110, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:33: Device ready for processing (SEQNUM=3117, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:2e: sd-device-monitor(worker): Passed 232 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:33: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:33: Processing device (SEQNUM=3117, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0d: SEQNUM=3118 blocked by SEQNUM=3117
Jul 11 23:04:32 megalex (udev-worker)[353]: device:2f: Device processed (SEQNUM=3111, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:35: Device ready for processing (SEQNUM=3120, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: device:2f: sd-device-monitor(worker): Passed 232 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:35: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:35: Processing device (SEQNUM=3120, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0e: SEQNUM=3121 blocked by SEQNUM=3120
Jul 11 23:04:32 megalex systemd-udevd[346]: device:36: Device is queued (SEQNUM=3122, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:36: Device ready for processing (SEQNUM=3122, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:36: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:37: Device is queued (SEQNUM=3123, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: device:31: Device processed (SEQNUM=3113, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: device:30: Device processed (SEQNUM=3112, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:37: SEQNUM=3123 blocked by SEQNUM=3122
Jul 11 23:04:32 megalex (udev-worker)[354]: device:36: Processing device (SEQNUM=3122, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:33: Device processed (SEQNUM=3117, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: device:31: sd-device-monitor(worker): Passed 232 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: device:30: sd-device-monitor(worker): Passed 232 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0f: Device is queued (SEQNUM=3124, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:33: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0f: SEQNUM=3124 blocked by SEQNUM=3122
Jul 11 23:04:32 megalex (udev-worker)[413]: device:35: Device processed (SEQNUM=3120, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:38: Device is queued (SEQNUM=3125, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:35: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0d: Device ready for processing (SEQNUM=3118, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0d: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0d: Processing device (SEQNUM=3118, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:38: Device ready for processing (SEQNUM=3125, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0d: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:38: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:38: Processing device (SEQNUM=3125, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0d: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex (udev-worker)[354]: device:36: Device processed (SEQNUM=3122, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:39: Device is queued (SEQNUM=3126, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:36: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:38: Device processed (SEQNUM=3125, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:38: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0d: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0d: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0d' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:32/device:33/LNXPOWER:0d'.
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0d: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[374]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex (udev-worker)[374]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0e: Device ready for processing (SEQNUM=3121, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0e: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:39: SEQNUM=3126 blocked by SEQNUM=3125
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0e: Processing device (SEQNUM=3121, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0d: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0d' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:32/device:33/LNXPOWER:0d'.
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0d: Device processed (SEQNUM=3118, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:10: Device is queued (SEQNUM=3127, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0d: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0e: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:37: Device ready for processing (SEQNUM=3123, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0e: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:37: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:37: Processing device (SEQNUM=3123, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0f: SEQNUM=3124 blocked by SEQNUM=3123
Jul 11 23:04:32 megalex systemd-udevd[346]: device:39: Device ready for processing (SEQNUM=3126, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:39: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:39: Processing device (SEQNUM=3126, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:10: SEQNUM=3127 blocked by SEQNUM=3126
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3a: Device is queued (SEQNUM=3128, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3a: Device ready for processing (SEQNUM=3128, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3a: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:3a: Processing device (SEQNUM=3128, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3b: Device is queued (SEQNUM=3129, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0e: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3b: SEQNUM=3129 blocked by SEQNUM=3128
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:11: Device is queued (SEQNUM=3130, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:37: Device processed (SEQNUM=3123, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:11: SEQNUM=3130 blocked by SEQNUM=3128
Jul 11 23:04:32 megalex (udev-worker)[374]: device:37: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0e: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0e' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:34/device:35/LNXPOWER:0e'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3c: Device is queued (SEQNUM=3131, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0e: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3c: Device ready for processing (SEQNUM=3131, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:3c: Processing device (SEQNUM=3131, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3c: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:39: Device processed (SEQNUM=3126, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:3a: Device processed (SEQNUM=3128, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3d: Device is queued (SEQNUM=3132, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:39: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:3a: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0f: Device ready for processing (SEQNUM=3124, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:0f: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0f: Processing device (SEQNUM=3124, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3d: SEQNUM=3132 blocked by SEQNUM=3131
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0f: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[361]: device:3c: Device processed (SEQNUM=3131, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:12: Device is queued (SEQNUM=3133, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:3c: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0f: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0e: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0e' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:34/device:35/LNXPOWER:0e'.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:10: Device ready for processing (SEQNUM=3127, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0e: Device processed (SEQNUM=3121, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:10: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:10: Processing device (SEQNUM=3127, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:0e: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3b: Device ready for processing (SEQNUM=3129, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:10: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3b: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:10: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex (udev-worker)[416]: device:3b: Processing device (SEQNUM=3129, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:11: SEQNUM=3130 blocked by SEQNUM=3129
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0f: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:12: SEQNUM=3133 blocked by SEQNUM=3131
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3e: Device is queued (SEQNUM=3134, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3d: Device ready for processing (SEQNUM=3132, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3d: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0f: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0f' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36/device:37/LNXPOWER:0f'.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:3d: Processing device (SEQNUM=3132, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:12: SEQNUM=3133 blocked by SEQNUM=3132
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0f: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3e: Device ready for processing (SEQNUM=3134, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:3e: Processing device (SEQNUM=3134, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3e: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:10: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[416]: device:3b: Device processed (SEQNUM=3129, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3f: Device is queued (SEQNUM=3135, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex (udev-worker)[416]: device:3b: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:10: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:10' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:38/device:39/LNXPOWER:10'.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:10: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[354]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3f: SEQNUM=3135 blocked by SEQNUM=3134
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:13: Device is queued (SEQNUM=3136, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:3d: Device processed (SEQNUM=3132, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:11: Device ready for processing (SEQNUM=3130, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex (udev-worker)[413]: device:3d: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: device:3e: Device processed (SEQNUM=3134, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:11: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:11: Processing device (SEQNUM=3130, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0f: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:0f' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36/device:37/LNXPOWER:0f'.
Jul 11 23:04:32 megalex (udev-worker)[354]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex (udev-worker)[361]: device:3e: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:13: SEQNUM=3136 blocked by SEQNUM=3134
Jul 11 23:04:32 megalex systemd-udevd[346]: device:40: Device is queued (SEQNUM=3137, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0f: Device processed (SEQNUM=3124, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:10: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:10' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:38/device:39/LNXPOWER:10'.
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:11: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:12: Device ready for processing (SEQNUM=3133, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:0f: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:10: Device processed (SEQNUM=3127, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:11: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:12: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:12: Processing device (SEQNUM=3133, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:10: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3f: Device ready for processing (SEQNUM=3135, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:12: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:3f: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:12: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex (udev-worker)[361]: device:3f: Processing device (SEQNUM=3135, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:13: SEQNUM=3136 blocked by SEQNUM=3135
Jul 11 23:04:32 megalex systemd-udevd[346]: device:40: Device ready for processing (SEQNUM=3137, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:40: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:41: Device is queued (SEQNUM=3138, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: device:40: Processing device (SEQNUM=3137, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:11: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:41: SEQNUM=3138 blocked by SEQNUM=3137
Jul 11 23:04:32 megalex systemd-udevd[346]: device:42: Device is queued (SEQNUM=3139, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:42: Device ready for processing (SEQNUM=3139, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:42: Processing device (SEQNUM=3139, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:42: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:11: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:11' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3a/device:3b/LNXPOWER:11'.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:12: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[361]: device:3f: Device processed (SEQNUM=3135, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:43: Device is queued (SEQNUM=3140, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:11: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[361]: device:3f: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:43: SEQNUM=3140 blocked by SEQNUM=3139
Jul 11 23:04:32 megalex (udev-worker)[416]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:12: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:12' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3c/device:3d/LNXPOWER:12'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:44: Device is queued (SEQNUM=3141, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:12: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[353]: device:40: Device processed (SEQNUM=3137, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:13: Device ready for processing (SEQNUM=3136, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:42: Device processed (SEQNUM=3139, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex (udev-worker)[353]: device:40: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:13: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:42: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:13: Processing device (SEQNUM=3136, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:11: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:11' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3a/device:3b/LNXPOWER:11'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:44: Device ready for processing (SEQNUM=3141, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:11: Device processed (SEQNUM=3130, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:13: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:44: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: device:44: Processing device (SEQNUM=3141, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:12: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:12' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3c/device:3d/LNXPOWER:12'.
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:11: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:13: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex systemd-udevd[346]: device:45: Device is queued (SEQNUM=3142, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:41: Device ready for processing (SEQNUM=3138, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:12: Device processed (SEQNUM=3133, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:41: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:12: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:41: Processing device (SEQNUM=3138, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:43: Device ready for processing (SEQNUM=3140, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:43: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:43: Processing device (SEQNUM=3140, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:44: Device processed (SEQNUM=3141, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:45: SEQNUM=3142 blocked by SEQNUM=3141
Jul 11 23:04:32 megalex (udev-worker)[361]: device:44: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:46: Device is queued (SEQNUM=3143, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:45: Device ready for processing (SEQNUM=3142, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:45: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:46: Device ready for processing (SEQNUM=3143, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:13: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[413]: device:45: Processing device (SEQNUM=3142, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:46: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:13: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:13' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3e/device:3f/LNXPOWER:13'.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:41: Device processed (SEQNUM=3138, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:47: Device is queued (SEQNUM=3144, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:46: Processing device (SEQNUM=3143, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:13: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[374]: device:41: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:47: SEQNUM=3144 blocked by SEQNUM=3143
Jul 11 23:04:32 megalex (udev-worker)[416]: device:43: Device processed (SEQNUM=3140, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex systemd-udevd[346]: device:48: Device is queued (SEQNUM=3145, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:43: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:45: Device processed (SEQNUM=3142, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:48: Device ready for processing (SEQNUM=3145, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:45: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:48: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:48: Processing device (SEQNUM=3145, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:49: Device is queued (SEQNUM=3146, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:46: Device processed (SEQNUM=3143, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:13: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:13' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3e/device:3f/LNXPOWER:13'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:49: SEQNUM=3146 blocked by SEQNUM=3145
Jul 11 23:04:32 megalex (udev-worker)[361]: device:46: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:13: Device processed (SEQNUM=3136, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:14: Device is queued (SEQNUM=3147, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:13: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:14: SEQNUM=3147 blocked by SEQNUM=3145
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4a: Device is queued (SEQNUM=3148, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:47: Device ready for processing (SEQNUM=3144, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:47: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4a: Device ready for processing (SEQNUM=3148, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:47: Processing device (SEQNUM=3144, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:48: Device processed (SEQNUM=3145, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4a: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:4a: Processing device (SEQNUM=3148, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:48: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4b: Device is queued (SEQNUM=3149, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4b: SEQNUM=3149 blocked by SEQNUM=3148
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:15: Device is queued (SEQNUM=3150, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:49: Device ready for processing (SEQNUM=3146, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:49: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:49: Processing device (SEQNUM=3146, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:14: SEQNUM=3147 blocked by SEQNUM=3146
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:15: SEQNUM=3150 blocked by SEQNUM=3148
Jul 11 23:04:32 megalex (udev-worker)[413]: device:47: Device processed (SEQNUM=3144, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4c: Device is queued (SEQNUM=3151, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:47: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4c: Device ready for processing (SEQNUM=3151, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4c: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:4a: Device processed (SEQNUM=3148, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4d: Device is queued (SEQNUM=3152, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:4c: Processing device (SEQNUM=3151, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:4a: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4d: SEQNUM=3152 blocked by SEQNUM=3151
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:16: Device is queued (SEQNUM=3153, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4b: Device ready for processing (SEQNUM=3149, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4b: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:49: Device processed (SEQNUM=3146, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:15: SEQNUM=3150 blocked by SEQNUM=3149
Jul 11 23:04:32 megalex (udev-worker)[413]: device:4b: Processing device (SEQNUM=3149, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:49: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:16: SEQNUM=3153 blocked by SEQNUM=3151
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4e: Device is queued (SEQNUM=3154, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:14: Device ready for processing (SEQNUM=3147, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:14: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:4c: Device processed (SEQNUM=3151, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:14: Processing device (SEQNUM=3147, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4e: Device ready for processing (SEQNUM=3154, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:4c: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:14: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4e: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup10: Device is queued (SEQNUM=3155, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:14: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex (udev-worker)[413]: device:4b: Device processed (SEQNUM=3149, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:4e: Processing device (SEQNUM=3154, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4d: Device ready for processing (SEQNUM=3152, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:4b: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4d: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:4d: Processing device (SEQNUM=3152, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:16: SEQNUM=3153 blocked by SEQNUM=3152
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup10: SEQNUM=3155 blocked by SEQNUM=3154
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4f: Device is queued (SEQNUM=3156, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:15: Device ready for processing (SEQNUM=3150, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:15: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:15: Processing device (SEQNUM=3150, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4f: Device ready for processing (SEQNUM=3156, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:4f: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:15: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:14: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup12: Device is queued (SEQNUM=3157, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:15: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex (udev-worker)[361]: device:4f: Processing device (SEQNUM=3156, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup12: SEQNUM=3157 blocked by SEQNUM=3156
Jul 11 23:04:32 megalex (udev-worker)[354]: device:4e: Device processed (SEQNUM=3154, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:14: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:14' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:48/device:49/LNXPOWER:14'.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:4d: Device processed (SEQNUM=3152, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:50: Device is queued (SEQNUM=3158, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:4e: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:14: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[416]: device:4d: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:50: Device ready for processing (SEQNUM=3158, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex systemd-udevd[346]: device:50: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: device:50: Processing device (SEQNUM=3158, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:15: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup13: Device is queued (SEQNUM=3159, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:4f: Device processed (SEQNUM=3156, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:16: Device ready for processing (SEQNUM=3153, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:4f: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:15: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:15' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4a/device:4b/LNXPOWER:15'.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:16: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:16: Processing device (SEQNUM=3153, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:15: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup10: Device ready for processing (SEQNUM=3155, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:14: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:14' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:48/device:49/LNXPOWER:14'.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:16: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[413]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup10: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:14: Device processed (SEQNUM=3147, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: wakeup10: Processing device (SEQNUM=3155, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:16: hwdb modalias key: "acpi:LNXPOWER:"
Jul 11 23:04:32 megalex (udev-worker)[353]: device:50: Device processed (SEQNUM=3158, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup13: SEQNUM=3159 blocked by SEQNUM=3158
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:14: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:15: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:15' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4a/device:4b/LNXPOWER:15'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:51: Device is queued (SEQNUM=3160, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: device:50: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:15: Device processed (SEQNUM=3150, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup12: Device ready for processing (SEQNUM=3157, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:15: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup12: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup12: Processing device (SEQNUM=3157, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:51: Device ready for processing (SEQNUM=3160, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:51: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: device:51: Processing device (SEQNUM=3160, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:52: Device is queued (SEQNUM=3161, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:16: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[416]: wakeup10: Device processed (SEQNUM=3155, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup13: Device ready for processing (SEQNUM=3159, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: wakeup10: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup13: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: wakeup13: Processing device (SEQNUM=3159, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:16: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:16' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4c/device:4d/LNXPOWER:16'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:52: SEQNUM=3161 blocked by SEQNUM=3160
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:16: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[354]: Loading module: acpi:LNXPOWER:
Jul 11 23:04:32 megalex systemd-udevd[346]: device:53: Device is queued (SEQNUM=3162, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:51: Device processed (SEQNUM=3160, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:53: SEQNUM=3162 blocked by SEQNUM=3160
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup12: Device processed (SEQNUM=3157, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:51: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:54: Device is queued (SEQNUM=3163, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup12: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:54: SEQNUM=3163 blocked by SEQNUM=3160
Jul 11 23:04:32 megalex (udev-worker)[354]: Failed to find module 'acpi:LNXPOWER:'
Jul 11 23:04:32 megalex systemd-udevd[346]: device:55: Device is queued (SEQNUM=3164, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:16: sd-device: Created database file '/run/udev/data/+acpi:LNXPOWER:16' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4c/device:4d/LNXPOWER:16'.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:52: Device ready for processing (SEQNUM=3161, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:16: Device processed (SEQNUM=3153, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:52: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:52: Processing device (SEQNUM=3161, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: wakeup13: Device processed (SEQNUM=3159, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:16: sd-device-monitor(worker): Passed 293 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:53: SEQNUM=3162 blocked by SEQNUM=3161
Jul 11 23:04:32 megalex (udev-worker)[413]: wakeup13: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:54: SEQNUM=3163 blocked by SEQNUM=3161
Jul 11 23:04:32 megalex systemd-udevd[346]: device:55: SEQNUM=3164 blocked by SEQNUM=3161
Jul 11 23:04:32 megalex systemd-udevd[346]: device:56: Device is queued (SEQNUM=3165, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:56: SEQNUM=3165 blocked by SEQNUM=3161
Jul 11 23:04:32 megalex systemd-udevd[346]: device:57: Device is queued (SEQNUM=3166, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:57: SEQNUM=3166 blocked by SEQNUM=3161
Jul 11 23:04:32 megalex systemd-udevd[346]: device:58: Device is queued (SEQNUM=3167, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:58: SEQNUM=3167 blocked by SEQNUM=3161
Jul 11 23:04:32 megalex systemd-udevd[346]: device:59: Device is queued (SEQNUM=3168, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:59: SEQNUM=3168 blocked by SEQNUM=3161
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5a: Device is queued (SEQNUM=3169, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5a: SEQNUM=3169 blocked by SEQNUM=3161
Jul 11 23:04:32 megalex (udev-worker)[374]: device:52: Device processed (SEQNUM=3161, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5b: Device is queued (SEQNUM=3170, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:52: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5b: SEQNUM=3170 blocked by SEQNUM=3161
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5c: Device is queued (SEQNUM=3171, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:53: Device ready for processing (SEQNUM=3162, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:53: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:53: Processing device (SEQNUM=3162, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:54: Device ready for processing (SEQNUM=3163, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:54: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:55: Device ready for processing (SEQNUM=3164, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:54: Processing device (SEQNUM=3163, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:55: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:55: Processing device (SEQNUM=3164, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:56: Device ready for processing (SEQNUM=3165, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:56: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:57: Device ready for processing (SEQNUM=3166, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:56: Processing device (SEQNUM=3165, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:57: Processing device (SEQNUM=3166, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:53: Device processed (SEQNUM=3162, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:53: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:57: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:58: Device ready for processing (SEQNUM=3167, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:58: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:59: Device ready for processing (SEQNUM=3168, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:59: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: device:58: Processing device (SEQNUM=3167, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:54: Device processed (SEQNUM=3163, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: device:59: Processing device (SEQNUM=3168, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:55: Device processed (SEQNUM=3164, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:55: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:56: Device processed (SEQNUM=3165, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:56: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5a: Device ready for processing (SEQNUM=3169, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:57: Device processed (SEQNUM=3166, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:57: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5a: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[417]: device:5a: Processing device (SEQNUM=3169, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5b: Device ready for processing (SEQNUM=3170, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: device:58: Device processed (SEQNUM=3167, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: device:58: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:54: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 420.
Jul 11 23:04:32 megalex (udev-worker)[418]: device:59: Device processed (SEQNUM=3168, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: device:59: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5b: Worker [420] is forked for processing SEQNUM=3170.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5c: Device ready for processing (SEQNUM=3171, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: device:5b: Processing device (SEQNUM=3170, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 421.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5c: Worker [421] is forked for processing SEQNUM=3171.
Jul 11 23:04:32 megalex (udev-worker)[417]: device:5a: Device processed (SEQNUM=3169, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: device:5a: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5d: Device is queued (SEQNUM=3172, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: device:5c: Processing device (SEQNUM=3171, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5d: Device ready for processing (SEQNUM=3172, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5d: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:5d: Processing device (SEQNUM=3172, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5e: Device is queued (SEQNUM=3173, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5e: Device ready for processing (SEQNUM=3173, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5e: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5f: Device is queued (SEQNUM=3174, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:5e: Processing device (SEQNUM=3173, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: device:5b: Device processed (SEQNUM=3170, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: device:5b: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: device:5c: Device processed (SEQNUM=3171, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: device:5c: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5f: Device ready for processing (SEQNUM=3174, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:5f: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:60: Device is queued (SEQNUM=3175, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:60: Device ready for processing (SEQNUM=3175, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:60: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: device:60: Processing device (SEQNUM=3175, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:5f: Processing device (SEQNUM=3174, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:5d: Device processed (SEQNUM=3172, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:5d: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:5e: Device processed (SEQNUM=3173, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:5e: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:61: Device is queued (SEQNUM=3176, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:61: Device ready for processing (SEQNUM=3176, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:61: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:62: Device is queued (SEQNUM=3177, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:61: Processing device (SEQNUM=3176, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: device:60: Device processed (SEQNUM=3175, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: device:60: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:5f: Device processed (SEQNUM=3174, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:5f: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:62: Device ready for processing (SEQNUM=3177, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:62: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:62: Processing device (SEQNUM=3177, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:63: Device is queued (SEQNUM=3178, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:63: Device ready for processing (SEQNUM=3178, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:63: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:63: Processing device (SEQNUM=3178, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:64: Device is queued (SEQNUM=3179, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:64: Device ready for processing (SEQNUM=3179, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:64: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: device:64: Processing device (SEQNUM=3179, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:65: Device is queued (SEQNUM=3180, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:61: Device processed (SEQNUM=3176, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:65: Device ready for processing (SEQNUM=3180, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:65: Processing device (SEQNUM=3180, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:65: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:66: Device is queued (SEQNUM=3181, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:66: Device ready for processing (SEQNUM=3181, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:61: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:66: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:67: Device is queued (SEQNUM=3182, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:63: Device processed (SEQNUM=3178, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:62: Device processed (SEQNUM=3177, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:67: Device ready for processing (SEQNUM=3182, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:63: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: device:66: Processing device (SEQNUM=3181, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:62: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:67: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:67: Processing device (SEQNUM=3182, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: device:64: Device processed (SEQNUM=3179, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:68: Device is queued (SEQNUM=3183, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:65: Device processed (SEQNUM=3180, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: device:64: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:68: Device ready for processing (SEQNUM=3183, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:65: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:68: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:68: Processing device (SEQNUM=3183, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:69: Device is queued (SEQNUM=3184, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:69: Device ready for processing (SEQNUM=3184, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:69: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:69: Processing device (SEQNUM=3184, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6a: Device is queued (SEQNUM=3185, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: device:66: Device processed (SEQNUM=3181, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6a: Device ready for processing (SEQNUM=3185, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: device:66: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6a: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:67: Device processed (SEQNUM=3182, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: device:6a: Processing device (SEQNUM=3185, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6b: Device is queued (SEQNUM=3186, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:67: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6b: Device ready for processing (SEQNUM=3186, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:6b: Processing device (SEQNUM=3186, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6b: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6c: Device is queued (SEQNUM=3187, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6c: Device ready for processing (SEQNUM=3187, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:68: Device processed (SEQNUM=3183, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:69: Device processed (SEQNUM=3184, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6c: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:6c: Processing device (SEQNUM=3187, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:68: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:69: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup2: Device is queued (SEQNUM=3188, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup2: Device ready for processing (SEQNUM=3188, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: device:6a: Device processed (SEQNUM=3185, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup2: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: device:6a: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: wakeup2: Processing device (SEQNUM=3188, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6d: Device is queued (SEQNUM=3189, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:6b: Device processed (SEQNUM=3186, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6d: Device ready for processing (SEQNUM=3189, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:6b: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6d: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:6d: Processing device (SEQNUM=3189, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6e: Device is queued (SEQNUM=3190, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6e: Device ready for processing (SEQNUM=3190, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6e: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:6e: Processing device (SEQNUM=3190, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup11: Device is queued (SEQNUM=3191, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:6c: Device processed (SEQNUM=3187, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup11: SEQNUM=3191 blocked by SEQNUM=3190
Jul 11 23:04:32 megalex (udev-worker)[416]: device:6c: sd-device-monitor(worker): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: wakeup2: Device processed (SEQNUM=3188, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6f: Device is queued (SEQNUM=3192, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: wakeup2: sd-device-monitor(worker): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6f: Device ready for processing (SEQNUM=3192, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:6f: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:6d: Device processed (SEQNUM=3189, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: device:6f: Processing device (SEQNUM=3192, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:70: Device is queued (SEQNUM=3193, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:6d: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:70: SEQNUM=3193 blocked by SEQNUM=3192
Jul 11 23:04:32 megalex (udev-worker)[413]: device:6e: Device processed (SEQNUM=3190, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:71: Device is queued (SEQNUM=3194, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:6e: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:71: SEQNUM=3194 blocked by SEQNUM=3192
Jul 11 23:04:32 megalex systemd-udevd[346]: device:72: Device is queued (SEQNUM=3195, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup11: Device ready for processing (SEQNUM=3191, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup11: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:72: SEQNUM=3195 blocked by SEQNUM=3192
Jul 11 23:04:32 megalex (udev-worker)[420]: device:6f: Device processed (SEQNUM=3192, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:73: Device is queued (SEQNUM=3196, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup11: Processing device (SEQNUM=3191, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: device:6f: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:73: SEQNUM=3196 blocked by SEQNUM=3192
Jul 11 23:04:32 megalex systemd-udevd[346]: device:74: Device is queued (SEQNUM=3197, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:70: Device ready for processing (SEQNUM=3193, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:70: Processing device (SEQNUM=3193, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:70: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:71: Device ready for processing (SEQNUM=3194, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:71: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: device:71: Processing device (SEQNUM=3194, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:72: Device ready for processing (SEQNUM=3195, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:72: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:73: Device ready for processing (SEQNUM=3196, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:73: Processing device (SEQNUM=3196, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:73: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:74: Device ready for processing (SEQNUM=3197, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup11: Device processed (SEQNUM=3191, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:74: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: device:74: Processing device (SEQNUM=3197, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup11: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:75: Device is queued (SEQNUM=3198, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:70: Device processed (SEQNUM=3193, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:75: Device ready for processing (SEQNUM=3198, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:70: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: device:71: Device processed (SEQNUM=3194, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:75: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: device:75: Processing device (SEQNUM=3198, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: device:71: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:72: Processing device (SEQNUM=3195, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:76: Device is queued (SEQNUM=3199, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: device:74: Device processed (SEQNUM=3197, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:73: Device processed (SEQNUM=3196, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:73: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: device:74: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: device:75: Device processed (SEQNUM=3198, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: device:75: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:76: Device ready for processing (SEQNUM=3199, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:76: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:76: Processing device (SEQNUM=3199, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:72: Device processed (SEQNUM=3195, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:72: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:77: Device is queued (SEQNUM=3200, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:77: Device ready for processing (SEQNUM=3200, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:77: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:77: Processing device (SEQNUM=3200, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:78: Device is queued (SEQNUM=3201, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:78: Device ready for processing (SEQNUM=3201, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:78: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: device:78: Processing device (SEQNUM=3201, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:79: Device is queued (SEQNUM=3202, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:79: Device ready for processing (SEQNUM=3202, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:79: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:79: Processing device (SEQNUM=3202, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:76: Device processed (SEQNUM=3199, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:76: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: device:77: Device processed (SEQNUM=3200, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: device:77: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: device:78: Device processed (SEQNUM=3201, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: device:78: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:79: Device processed (SEQNUM=3202, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:79: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7a: Device is queued (SEQNUM=3203, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7a: Device ready for processing (SEQNUM=3203, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7a: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:7a: Processing device (SEQNUM=3203, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7b: Device is queued (SEQNUM=3204, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7b: Device ready for processing (SEQNUM=3204, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7b: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:7b: Processing device (SEQNUM=3204, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup4: Device is queued (SEQNUM=3205, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup4: Device ready for processing (SEQNUM=3205, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup4: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: wakeup4: Processing device (SEQNUM=3205, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7c: Device is queued (SEQNUM=3206, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7c: Device ready for processing (SEQNUM=3206, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7c: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: device:7c: Processing device (SEQNUM=3206, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7d: Device is queued (SEQNUM=3207, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7d: Device ready for processing (SEQNUM=3207, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7d: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7e: Device is queued (SEQNUM=3208, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7e: Device ready for processing (SEQNUM=3208, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:7d: Processing device (SEQNUM=3207, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:7b: Device processed (SEQNUM=3204, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7e: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: device:7a: Device processed (SEQNUM=3203, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: device:7e: Processing device (SEQNUM=3208, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:7b: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup3: Device is queued (SEQNUM=3209, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: wakeup4: Device processed (SEQNUM=3205, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: device:7a: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: device:7c: Device processed (SEQNUM=3206, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup3: SEQNUM=3209 blocked by SEQNUM=3208
Jul 11 23:04:32 megalex (udev-worker)[413]: wakeup4: sd-device-monitor(worker): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: device:7c: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: device:7d: Device processed (SEQNUM=3207, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7f: Device is queued (SEQNUM=3210, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: device:7d: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7f: Device ready for processing (SEQNUM=3210, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device:7f: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:7f: Processing device (SEQNUM=3210, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: device:7e: Device processed (SEQNUM=3208, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup16: Device is queued (SEQNUM=3211, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: device:7e: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex mtp-probe[423]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10"
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup16: Device ready for processing (SEQNUM=3211, ACTION=add)
Jul 11 23:04:32 megalex mtp-probe[423]: bus: 1, device: 3 was not an MTP device
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup16: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: wakeup16: Processing device (SEQNUM=3211, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup19: Device is queued (SEQNUM=3212, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup3: Device ready for processing (SEQNUM=3209, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup3: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: wakeup3: Processing device (SEQNUM=3209, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup19: Device ready for processing (SEQNUM=3212, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup19: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0D:00: Device is queued (SEQNUM=3213, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: wakeup19: Processing device (SEQNUM=3212, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0D:00: Device ready for processing (SEQNUM=3213, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0D:00: Processing device (SEQNUM=3213, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0D:00: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: device:7f: Device processed (SEQNUM=3210, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup18: Device is queued (SEQNUM=3214, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: device:7f: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: wakeup16: Device processed (SEQNUM=3211, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup18: Device ready for processing (SEQNUM=3214, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: wakeup16: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup18: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:00: Device is queued (SEQNUM=3215, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: wakeup3: Device processed (SEQNUM=3209, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: wakeup18: Processing device (SEQNUM=3214, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:00: Device ready for processing (SEQNUM=3215, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: wakeup3: sd-device-monitor(worker): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0D:00: Device processed (SEQNUM=3213, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:00: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:00: Processing device (SEQNUM=3215, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0D:00: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: wakeup19: Device processed (SEQNUM=3212, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:01: Device is queued (SEQNUM=3216, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[354]: wakeup19: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:01: Device ready for processing (SEQNUM=3216, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:00: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:01: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C0F:01: Processing device (SEQNUM=3216, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C0F:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[421]: wakeup18: Device processed (SEQNUM=3214, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:02: Device is queued (SEQNUM=3217, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C0F:01: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 23:04:32 megalex (udev-worker)[421]: wakeup18: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:02: Device ready for processing (SEQNUM=3217, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C0F:01: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:02: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C0F:02: Processing device (SEQNUM=3217, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:03: Device is queued (SEQNUM=3218, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C0F:02: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:03: Device ready for processing (SEQNUM=3218, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C0F:02: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:03: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:00'.
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C0F:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C0F:03: Processing device (SEQNUM=3218, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:04: Device is queued (SEQNUM=3219, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C0F:02: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:04: Device ready for processing (SEQNUM=3219, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C0F:03: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[374]: Loading module: acpi:PNP0C0F:
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C0F:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:01'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:04: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C0F:03: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0F:04: Processing device (SEQNUM=3219, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:05: Device is queued (SEQNUM=3220, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C0F:02: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C0F:01: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0F:04: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C0F:03: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:05: Device ready for processing (SEQNUM=3220, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: Loading module: acpi:PNP0C0F:
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0F:04: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C0F:02: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:02'.
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:00: Device processed (SEQNUM=3215, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:05: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:06: Device is queued (SEQNUM=3221, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C0F:02: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0F:04: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:00: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0F:05: Processing device (SEQNUM=3220, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:06: Device ready for processing (SEQNUM=3221, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C0F:03: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[420]: Loading module: acpi:PNP0C0F:
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C0F:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:01'.
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0F:05: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:06: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0C0F:06: Processing device (SEQNUM=3221, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C0F:01: Device processed (SEQNUM=3216, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0F:04: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0F:05: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C0F:03: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:03'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:07: Device is queued (SEQNUM=3222, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0C0F:06: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C0F:01: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C0F:03: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0F:04: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:04'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:07: Device ready for processing (SEQNUM=3222, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0F:05: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0C0F:06: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C0F:02: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:02'.
Jul 11 23:04:32 megalex (udev-worker)[354]: Loading module: acpi:PNP0C0F:
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0F:04: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0F:07: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:07: Processing device (SEQNUM=3222, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C0F:02: Device processed (SEQNUM=3217, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0C0F:06: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[416]: Loading module: acpi:PNP0C0F:
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:01: Device is queued (SEQNUM=3223, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0F:05: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:07: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C0F:02: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:01: Device ready for processing (SEQNUM=3223, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:07: hwdb modalias key: "acpi:PNP0C0F:"
Jul 11 23:04:32 megalex (udev-worker)[416]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0F:05: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:05'.
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0C0F:06: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C0F:03: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:03'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:01: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:01: Processing device (SEQNUM=3223, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0F:04: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:04'.
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:07: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0F:05: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C0F:03: Device processed (SEQNUM=3218, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup26: Device is queued (SEQNUM=3224, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0C0F:06: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:06'.
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0F:04: Device processed (SEQNUM=3219, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[421]: Loading module: acpi:PNP0C0F:
Jul 11 23:04:32 megalex (udev-worker)[354]: PNP0C0F:03: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup26: SEQNUM=3224 blocked by SEQNUM=3223
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0C0F:06: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:07: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[416]: PNP0C0F:04: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:01: hwdb modalias key: "acpi:PNP0C14:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C31:00: Device is queued (SEQNUM=3225, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: Loading module: acpi:PNP0C0F:
Jul 11 23:04:32 megalex (udev-worker)[421]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:07: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:07' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:07'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C31:00: Device ready for processing (SEQNUM=3225, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:01: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0F:05: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:05'.
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:07: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C31:00: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C31:00: Processing device (SEQNUM=3225, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0F:05: Device processed (SEQNUM=3220, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 23:04:32 megalex (udev-worker)[374]: Loading module: acpi:PNP0C0F:
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXSYBUS:01: Device is queued (SEQNUM=3226, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0F:05: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0C0F:06: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:06'.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXSYBUS:01: Device ready for processing (SEQNUM=3226, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C14:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:01'.
Jul 11 23:04:32 megalex (udev-worker)[374]: Failed to find module 'acpi:PNP0C0F:'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXSYBUS:01: sd-device-monitor(manager): Passed 205 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C31:00: Device processed (SEQNUM=3225, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:01: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXSYBUS:01: Processing device (SEQNUM=3226, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:07: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0F:07' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:07'.
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0C0F:06: Device processed (SEQNUM=3221, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C31:00: sd-device-monitor(worker): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:17: Device is queued (SEQNUM=3227, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: Loading module: acpi:PNP0C14:
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:07: Device processed (SEQNUM=3222, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXSYBUS:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[361]: PNP0C0F:06: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:17: SEQNUM=3227 blocked by SEQNUM=3226
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:18: Device is queued (SEQNUM=3228, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXSYBUS:01: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0F:07: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: Module 'wmi' is already loaded
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:18: SEQNUM=3228 blocked by SEQNUM=3226
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C14:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:01'.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:19: Device is queued (SEQNUM=3229, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:01: Device processed (SEQNUM=3223, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:19: SEQNUM=3229 blocked by SEQNUM=3226
Jul 11 23:04:32 megalex (udev-worker)[413]: PNP0C14:01: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:1a: Device is queued (SEQNUM=3230, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXSYBUS:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:1a: SEQNUM=3230 blocked by SEQNUM=3226
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:1b: Device is queued (SEQNUM=3231, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup26: Device ready for processing (SEQNUM=3224, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXSYBUS:01: sd-device: Created database file '/run/udev/data/+acpi:LNXSYBUS:01' for '/devices/LNXSYSTM:00/LNXSYBUS:01'.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup26: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup26: Processing device (SEQNUM=3224, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXSYBUS:01: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:1b: SEQNUM=3231 blocked by SEQNUM=3226
Jul 11 23:04:32 megalex (udev-worker)[354]: Loading module: acpi:LNXSYBUS:
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXTHERM:00: Device is queued (SEQNUM=3232, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXTHERM:00: SEQNUM=3232 blocked by SEQNUM=3226
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXTHERM:01: Device is queued (SEQNUM=3233, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXTHERM:01: SEQNUM=3233 blocked by SEQNUM=3226
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device is queued (SEQNUM=3234, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: SEQNUM=3234 blocked by SEQNUM=3226
Jul 11 23:04:32 megalex (udev-worker)[354]: Failed to find module 'acpi:LNXSYBUS:'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: Device is queued (SEQNUM=3235, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: SEQNUM=3235 blocked by SEQNUM=3226
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXSYBUS:01: sd-device: Created database file '/run/udev/data/+acpi:LNXSYBUS:01' for '/devices/LNXSYSTM:00/LNXSYBUS:01'.
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup26: Device processed (SEQNUM=3224, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:02: Device is queued (SEQNUM=3236, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXSYBUS:01: Device processed (SEQNUM=3226, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup26: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:02: SEQNUM=3236 blocked by SEQNUM=3226
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXSYBUS:01: sd-device-monitor(worker): Passed 250 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:03: Device is queued (SEQNUM=3237, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:17: Device ready for processing (SEQNUM=3227, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:17: sd-device-monitor(manager): Passed 203 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:18: Device ready for processing (SEQNUM=3228, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:17: Processing device (SEQNUM=3227, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:18: sd-device-monitor(manager): Passed 203 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:18: Processing device (SEQNUM=3228, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:19: Device ready for processing (SEQNUM=3229, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:19: sd-device-monitor(manager): Passed 203 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: LNXPOWER:19: Processing device (SEQNUM=3229, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:1a: Device ready for processing (SEQNUM=3230, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:1a: sd-device-monitor(manager): Passed 203 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:1a: Processing device (SEQNUM=3230, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:1b: Device ready for processing (SEQNUM=3231, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXPOWER:1b: sd-device-monitor(manager): Passed 203 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXTHERM:00: Device ready for processing (SEQNUM=3232, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:17: Device processed (SEQNUM=3227, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:1b: Processing device (SEQNUM=3231, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXTHERM:00: sd-device-monitor(manager): Passed 232 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: LNXTHERM:00: Processing device (SEQNUM=3232, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: LNXPOWER:17: sd-device-monitor(worker): Passed 203 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:18: Device processed (SEQNUM=3228, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXTHERM:01: Device ready for processing (SEQNUM=3233, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: LNXPOWER:19: Device processed (SEQNUM=3229, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: LNXPOWER:18: sd-device-monitor(worker): Passed 203 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: LNXTHERM:01: sd-device-monitor(manager): Passed 232 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: LNXTHERM:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[420]: LNXPOWER:19: sd-device-monitor(worker): Passed 203 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:1a: Device processed (SEQNUM=3230, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3234, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: LNXTHERM:00: hwdb modalias key: "acpi:LNXTHERM:"
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXTHERM:01: Processing device (SEQNUM=3233, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: LNXPOWER:1a: sd-device-monitor(worker): Passed 203 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:1b: Device processed (SEQNUM=3231, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: Processing device (SEQNUM=3234, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXTHERM:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: Device ready for processing (SEQNUM=3235, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: LNXPOWER:1b: sd-device-monitor(worker): Passed 203 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXTHERM:01: hwdb modalias key: "acpi:LNXTHERM:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0C0B:01: Processing device (SEQNUM=3235, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: LNXTHERM:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:02: Device ready for processing (SEQNUM=3236, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0C0B:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:02: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: LNXTHERM:00: sd-device: Created database file '/run/udev/data/+acpi:LNXTHERM:00' for '/devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:00'.
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0C0B:01: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 23:04:32 megalex (udev-worker)[417]: PNP0C0B:02: Processing device (SEQNUM=3236, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:03: Device ready for processing (SEQNUM=3237, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: LNXTHERM:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXTHERM:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0C0B:01: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[417]: PNP0C0B:02: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[421]: Loading module: acpi:LNXTHERM:
Jul 11 23:04:32 megalex (udev-worker)[417]: PNP0C0B:02: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0C0B:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 422.
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[421]: Failed to find module 'acpi:LNXTHERM:'
Jul 11 23:04:32 megalex (udev-worker)[422]: PNP0C0B:03: Processing device (SEQNUM=3237, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXTHERM:01: sd-device: Created database file '/run/udev/data/+acpi:LNXTHERM:01' for '/devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:01'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:03: Worker [422] is forked for processing SEQNUM=3237.
Jul 11 23:04:32 megalex (udev-worker)[417]: PNP0C0B:02: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[421]: LNXTHERM:00: sd-device: Created database file '/run/udev/data/+acpi:LNXTHERM:00' for '/devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:00'.
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0C0B:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:01' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:01'.
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:00' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:00'.
Jul 11 23:04:32 megalex (udev-worker)[422]: PNP0C0B:03: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXTHERM:01: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:04: Device is queued (SEQNUM=3238, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: LNXTHERM:00: Device processed (SEQNUM=3232, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:04: Device ready for processing (SEQNUM=3238, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[422]: PNP0C0B:03: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 23:04:32 megalex (udev-worker)[361]: Loading module: acpi:LNXTHERM:
Jul 11 23:04:32 megalex (udev-worker)[417]: PNP0C0B:02: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[421]: LNXTHERM:00: sd-device-monitor(worker): Passed 277 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0C0B:01: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:04: sd-device-monitor(manager): Passed 215 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0B:04: Processing device (SEQNUM=3238, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: Loading module: acpi:PNP0C0B:
Jul 11 23:04:32 megalex (udev-worker)[422]: PNP0C0B:03: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex (udev-worker)[418]: Loading module: acpi:PNP0C0B:
Jul 11 23:04:32 megalex (udev-worker)[417]: PNP0C0B:02: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:02' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:02'.
Jul 11 23:04:32 megalex systemd-udevd[346]: breakpoint: Device is queued (SEQNUM=3239, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: Failed to find module 'acpi:LNXTHERM:'
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXTHERM:01: sd-device: Created database file '/run/udev/data/+acpi:LNXTHERM:01' for '/devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:01'.
Jul 11 23:04:32 megalex (udev-worker)[417]: PNP0C0B:02: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: breakpoint: Device ready for processing (SEQNUM=3239, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:00' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:00'.
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXTHERM:01: Device processed (SEQNUM=3233, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: Loading module: acpi:PNP0C0B:
Jul 11 23:04:32 megalex systemd-udevd[346]: breakpoint: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: breakpoint: Processing device (SEQNUM=3239, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: PNP0C0B:03: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[418]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 23:04:32 megalex (udev-worker)[417]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: Device processed (SEQNUM=3234, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: LNXTHERM:01: sd-device-monitor(worker): Passed 277 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu: Device is queued (SEQNUM=3240, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0C0B:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:01' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:01'.
Jul 11 23:04:32 megalex (udev-worker)[422]: PNP0C0B:03: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:03' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:03'.
Jul 11 23:04:32 megalex (udev-worker)[417]: PNP0C0B:02: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:02' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:02'.
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0B:04: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=acpi'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu: Device ready for processing (SEQNUM=3240, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0C0B:01: Device processed (SEQNUM=3235, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: PNP0C0B:03: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[417]: PNP0C0B:02: Device processed (SEQNUM=3236, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: breakpoint: Device processed (SEQNUM=3239, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0B:04: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: cpu: Processing device (SEQNUM=3240, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0C0B:01: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[422]: Loading module: acpi:PNP0C0B:
Jul 11 23:04:32 megalex (udev-worker)[417]: PNP0C0B:02: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: breakpoint: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: reg-dummy: Device is queued (SEQNUM=3241, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0B:04: hwdb modalias key: "acpi:LNXSYBUS:"
Jul 11 23:04:32 megalex systemd-udevd[346]: reg-dummy: Device ready for processing (SEQNUM=3241, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: reg-dummy: sd-device-monitor(manager): Passed 191 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[422]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 23:04:32 megalex (udev-worker)[354]: reg-dummy: Processing device (SEQNUM=3241, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: regulator.0: Device is queued (SEQNUM=3242, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: cpu: Device processed (SEQNUM=3240, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: PNP0C0B:03: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:03' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:03'.
Jul 11 23:04:32 megalex systemd-udevd[346]: regulator.0: SEQNUM=3242 blocked by SEQNUM=3241
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_pt: Device is queued (SEQNUM=3243, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: PNP0C0B:03: Device processed (SEQNUM=3237, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0B:04: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[420]: cpu: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_pt: Device ready for processing (SEQNUM=3243, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: PNP0C0B:03: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: reg-dummy: Device processed (SEQNUM=3241, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_pt: sd-device-monitor(manager): Passed 174 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: intel_pt: Processing device (SEQNUM=3243, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0B:04: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:04' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:04'.
Jul 11 23:04:32 megalex (udev-worker)[354]: reg-dummy: sd-device-monitor(worker): Passed 191 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: kprobe: Device is queued (SEQNUM=3244, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0B:04: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: regulator.0: Device ready for processing (SEQNUM=3242, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: Loading module: acpi:PNP0C0B:
Jul 11 23:04:32 megalex systemd-udevd[346]: regulator.0: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: regulator.0: Processing device (SEQNUM=3242, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: kprobe: Device ready for processing (SEQNUM=3244, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: kprobe: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: intel_pt: Device processed (SEQNUM=3243, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: kprobe: Processing device (SEQNUM=3244, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: msr: Device is queued (SEQNUM=3245, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: intel_pt: sd-device-monitor(worker): Passed 174 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 23:04:32 megalex systemd-udevd[346]: msr: Device ready for processing (SEQNUM=3245, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0B:04: sd-device: Created database file '/run/udev/data/+acpi:PNP0C0B:04' for '/devices/LNXSYSTM:00/LNXSYBUS:01/PNP0C0B:04'.
Jul 11 23:04:32 megalex systemd-udevd[346]: msr: sd-device-monitor(manager): Passed 169 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:00.0: Device is queued (SEQNUM=3246, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0B:04: Device processed (SEQNUM=3238, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: kprobe: Device processed (SEQNUM=3244, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: msr: Processing device (SEQNUM=3245, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:00.0: Device ready for processing (SEQNUM=3246, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: PNP0C0B:04: sd-device-monitor(worker): Passed 260 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: regulator.0: Device processed (SEQNUM=3242, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: kprobe: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:00.0: sd-device-monitor(manager): Passed 327 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:00:00.0: Processing device (SEQNUM=3246, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: regulator.0: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:01.0: Device is queued (SEQNUM=3247, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:00:00.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:01.0: Device ready for processing (SEQNUM=3247, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: msr: Device processed (SEQNUM=3245, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:00:00.0: hwdb modalias key: "pci:v00008086d0000591Fsv00001462sd00007A63bc06sc00i00"
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:01.0: sd-device-monitor(manager): Passed 343 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: msr: sd-device-monitor(worker): Passed 169 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: 0000:00:01.0: Processing device (SEQNUM=3247, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:01.0:pcie010: Device is queued (SEQNUM=3248, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:01.0:pcie010: SEQNUM=3248 blocked by SEQNUM=3247
Jul 11 23:04:32 megalex (udev-worker)[374]: 0000:00:01.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex (udev-worker)[374]: 0000:00:01.0: hwdb modalias key: "pci:v00008086d00001901sv00001462sd00007A63bc06sc04i00"
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:01:00.0: Device is queued (SEQNUM=3249, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:01:00.0: SEQNUM=3249 blocked by SEQNUM=3247
Jul 11 23:04:32 megalex systemd-udevd[346]: efi-framebuffer.0: Device is queued (SEQNUM=3250, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: efi-framebuffer.0: SEQNUM=3250 blocked by SEQNUM=3247
Jul 11 23:04:32 megalex systemd-udevd[346]: fb0: Device is queued (SEQNUM=3251, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: fb0: SEQNUM=3251 blocked by SEQNUM=3247
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:01:00.1: Device is queued (SEQNUM=3252, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:01:00.1: SEQNUM=3252 blocked by SEQNUM=3247
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:01: Device is queued (SEQNUM=3253, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:01: SEQNUM=3253 blocked by SEQNUM=3247
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup1: Device is queued (SEQNUM=3254, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup1: SEQNUM=3254 blocked by SEQNUM=3247
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:08.0: Device is queued (SEQNUM=3255, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:08.0: Device ready for processing (SEQNUM=3255, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:08.0: sd-device-monitor(manager): Passed 327 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-0:1.0: Device is queued (SEQNUM=3256, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: 0000:00:08.0: Processing device (SEQNUM=3255, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: 0000:00:08.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-0:1.0: Device ready for processing (SEQNUM=3256, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: 0000:00:08.0: hwdb modalias key: "pci:v00008086d00001911sv00001462sd00007A63bc08sc80i00"
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-0:1.0: sd-device-monitor(manager): Passed 331 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: 1-0:1.0: Processing device (SEQNUM=3256, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10: Device is queued (SEQNUM=3257, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10: Device ready for processing (SEQNUM=3257, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: 1-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10: sd-device-monitor(manager): Passed 324 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.0: Device is queued (SEQNUM=3258, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: 1-0:1.0: hwdb modalias key: "usb:v1D6Bp0002d0615dc09dsc00dp01ic09isc00ip00in00"
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: Processing device (SEQNUM=3257, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:00:00.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.0: SEQNUM=3258 blocked by SEQNUM=3257
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.1: Device is queued (SEQNUM=3259, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: 1-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.1: SEQNUM=3259 blocked by SEQNUM=3257
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.2: Device is queued (SEQNUM=3260, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.2: SEQNUM=3260 blocked by SEQNUM=3257
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.3: Device is queued (SEQNUM=3261, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.3: SEQNUM=3261 blocked by SEQNUM=3257
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:00:00.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: hidraw2: Device is queued (SEQNUM=3262, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hidraw2: Device ready for processing (SEQNUM=3262, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hidraw2: sd-device-monitor(manager): Passed 276 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex (udev-worker)[421]: hidraw2: Processing device (SEQNUM=3262, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: 0000:00:01.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: hidraw0: Device is queued (SEQNUM=3263, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: hwdb modalias key: "usb:v1BCFp28C4:1080P Webcam"
Jul 11 23:04:32 megalex (udev-worker)[420]: 0000:00:08.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:00:00.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:00.0' for '/devices/pci0000:00/0000:00:00.0'.
Jul 11 23:04:32 megalex (udev-worker)[354]: 1-0:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[374]: 0000:00:01.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:00:00.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[354]: 1-0:1.0: sd-device: Created database file '/run/udev/data/+usb:1-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-0:1.0'.
Jul 11 23:04:32 megalex (udev-worker)[420]: 0000:00:08.0: /usr/lib/udev/rules.d/60-autosuspend.rules:12 Writing ATTR{'/sys/devices/pci0000:00/0000:00:08.0/power/control'}="auto".
Jul 11 23:04:32 megalex (udev-worker)[421]: hidraw2: /usr/lib/udev/rules.d/50-udev-default.rules:17 Importing properties from results of builtin command 'hwdb'
Jul 11 23:04:32 megalex (udev-worker)[413]: Loading module: pci:v00008086d0000591Fsv00001462sd00007A63bc06sc00i00
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664
Jul 11 23:04:32 megalex systemd-udevd[346]: hidraw0: Device ready for processing (SEQNUM=3263, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: 1-0:1.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[361]: hidraw0: Processing device (SEQNUM=3263, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: Failed to find module 'pci:v00008086d0000591Fsv00001462sd00007A63bc06sc00i00'
Jul 11 23:04:32 megalex systemd-udevd[346]: hidraw0: sd-device-monitor(manager): Passed 274 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: Loading module: usb:v1D6Bp0002d0615dc09dsc00dp01ic09isc00ip00in00
Jul 11 23:04:32 megalex (udev-worker)[421]: hidraw2: hwdb modalias key: "hid:b0003g0001v00001BCFp00000005"
Jul 11 23:04:32 megalex (udev-worker)[420]: 0000:00:08.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[374]: 0000:00:01.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:01.0' for '/devices/pci0000:00/0000:00:01.0'.
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: /usr/lib/udev/rules.d/60-vboxdrv.rules:6 RUN '/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers'
Jul 11 23:04:32 megalex (udev-worker)[361]: hidraw0: /usr/lib/udev/rules.d/50-udev-default.rules:17 Importing properties from results of builtin command 'hwdb'
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:00:00.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:00.0' for '/devices/pci0000:00/0000:00:00.0'.
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::capslock: Device is queued (SEQNUM=3264, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: Failed to find module 'usb:v1D6Bp0002d0615dc09dsc00dp01ic09isc00ip00in00'
Jul 11 23:04:32 megalex (udev-worker)[374]: 0000:00:01.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[421]: hidraw2: hwdb modalias key: "usb:v1BCFp0005d0014dc00dsc00dp00ic03isc01ip02in00"
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: /usr/lib/udev/rules.d/69-libmtp.rules:34 Running PROGRAM="/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10 1 3"
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:00:00.0: Device processed (SEQNUM=3246, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::capslock: SEQNUM=3264 blocked by SEQNUM=2795
Jul 11 23:04:32 megalex (udev-worker)[354]: 1-0:1.0: sd-device: Created database file '/run/udev/data/+usb:1-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-0:1.0'.
Jul 11 23:04:32 megalex (udev-worker)[361]: hidraw0: hwdb modalias key: "hid:b0003g0001v00000461p00000010"
Jul 11 23:04:32 megalex (udev-worker)[374]: Loading module: pci:v00008086d00001901sv00001462sd00007A63bc06sc04i00
Jul 11 23:04:32 megalex (udev-worker)[420]: 0000:00:08.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:08.0' for '/devices/pci0000:00/0000:00:08.0'.
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: Starting '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10 1 3'
Jul 11 23:04:32 megalex (udev-worker)[361]: hidraw0: hwdb modalias key: "usb:v0461p0010d0110dc00dsc00dp00ic03isc01ip01in00"
Jul 11 23:04:32 megalex (udev-worker)[421]: hidraw2: /usr/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::compose: Device is queued (SEQNUM=3265, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: 1-0:1.0: Device processed (SEQNUM=3256, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: Failed to find module 'pci:v00008086d00001901sv00001462sd00007A63bc06sc04i00'
Jul 11 23:04:32 megalex (udev-worker)[420]: 0000:00:08.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:00:00.0: sd-device-monitor(worker): Passed 588 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: hidraw2: Starting 'fido_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::compose: SEQNUM=3265 blocked by SEQNUM=2795
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::kana: Device is queued (SEQNUM=3266, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: 1-0:1.0: sd-device-monitor(worker): Passed 631 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: Successfully forked off '(spawn)' as PID 423.
Jul 11 23:04:32 megalex (udev-worker)[374]: 0000:00:01.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:01.0' for '/devices/pci0000:00/0000:00:01.0'.
Jul 11 23:04:32 megalex (udev-worker)[420]: Loading module: pci:v00008086d00001911sv00001462sd00007A63bc08sc80i00
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::kana: SEQNUM=3266 blocked by SEQNUM=2795
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::numlock: Device is queued (SEQNUM=3267, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: Successfully forked off '(spawn)' as PID 424.
Jul 11 23:04:32 megalex (udev-worker)[374]: 0000:00:01.0: Device processed (SEQNUM=3247, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: Failed to find module 'pci:v00008086d00001911sv00001462sd00007A63bc08sc80i00'
Jul 11 23:04:32 megalex (udev-worker)[361]: hidraw0: /usr/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::numlock: SEQNUM=3267 blocked by SEQNUM=2795
Jul 11 23:04:32 megalex (udev-worker)[374]: 0000:00:01.0: sd-device-monitor(worker): Passed 632 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: 0000:00:08.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:08.0' for '/devices/pci0000:00/0000:00:08.0'.
Jul 11 23:04:32 megalex (udev-worker)[361]: hidraw0: Starting 'fido_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::scrolllock: Device is queued (SEQNUM=3268, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: 0000:00:08.0: Device processed (SEQNUM=3255, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::scrolllock: SEQNUM=3268 blocked by SEQNUM=2795
Jul 11 23:04:32 megalex (udev-worker)[420]: 0000:00:08.0: sd-device-monitor(worker): Passed 652 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: Successfully forked off '(spawn)' as PID 425.
Jul 11 23:04:32 megalex systemd-udevd[346]: hidraw1: Device is queued (SEQNUM=3269, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:01.0:pcie010: Device ready for processing (SEQNUM=3248, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:01.0:pcie010: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: 0000:00:01.0:pcie010: Processing device (SEQNUM=3248, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:01:00.0: Device ready for processing (SEQNUM=3249, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:01:00.0: sd-device-monitor(manager): Passed 340 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: efi-framebuffer.0: SEQNUM=3250 blocked by SEQNUM=3249
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:01:00.0: Processing device (SEQNUM=3249, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: fb0: SEQNUM=3251 blocked by SEQNUM=3249
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:01:00.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:01:00.1: Device ready for processing (SEQNUM=3252, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10 1 3'(out) '0'
Jul 11 23:04:32 megalex (udev-worker)[374]: 0000:00:01.0:pcie010: Device processed (SEQNUM=3248, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:01:00.0: hwdb modalias key: "pci:v000010DEd00001C81sv00001458sd0000372Bbc03sc00i00"
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:01:00.1: sd-device-monitor(manager): Passed 340 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[354]: 0000:01:00.1: Processing device (SEQNUM=3252, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: Process '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10 1 3' succeeded.
Jul 11 23:04:32 megalex (udev-worker)[374]: 0000:00:01.0:pcie010: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:01: Device ready for processing (SEQNUM=3253, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: 0000:01:00.1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:01: sd-device-monitor(manager): Passed 200 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: 0000:01: Processing device (SEQNUM=3253, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: 0000:01:00.1: hwdb modalias key: "pci:v000010DEd00000FB9sv00001458sd0000372Bbc04sc03i00"
Jul 11 23:04:32 megalex (udev-worker)[353]: 0000:01: Device processed (SEQNUM=3253, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: 0000:01: sd-device-monitor(worker): Passed 200 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: Preserve permissions of /dev/bus/usb/001/003, uid=0, gid=0, mode=0664
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: Successfully created symlink '/dev/char/189:2' to '/dev/bus/usb/001/003'
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: sd-device: Created database file '/run/udev/data/c189:2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10'.
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: Running command "/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 2 ef vboxusers"
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: Starting '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 2 ef vboxusers'
Jul 11 23:04:32 megalex (udev-worker)[416]: Successfully forked off '(spawn)' as PID 426.
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:01:00.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[354]: 0000:01:00.1: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:01:00.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:01:00.0: sd-device: Created database file '/run/udev/data/+pci:0000:01:00.0' for '/devices/pci0000:00/0000:00:01.0/0000:01:00.0'.
Jul 11 23:04:32 megalex (udev-worker)[413]: 0000:01:00.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[413]: Loading module: pci:v000010DEd00001C81sv00001458sd0000372Bbc03sc00i00
Jul 11 23:04:32 megalex (udev-worker)[354]: 0000:01:00.1: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup1: Device ready for processing (SEQNUM=3254, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: hidraw2: Process 'fido_id' succeeded.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup1: sd-device-monitor(manager): Passed 198 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: hidraw1: Device ready for processing (SEQNUM=3269, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: hidraw0: Process 'fido_id' succeeded.
Jul 11 23:04:32 megalex systemd-udevd[346]: hidraw1: sd-device-monitor(manager): Passed 274 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup24: Device is queued (SEQNUM=3270, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: 0000:01:00.1: sd-device: Created database file '/run/udev/data/+pci:0000:01:00.1' for '/devices/pci0000:00/0000:00:01.0/0000:01:00.1'.
Jul 11 23:04:32 megalex (udev-worker)[354]: 0000:01:00.1: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup24: Device ready for processing (SEQNUM=3270, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[354]: Loading module: pci:v000010DEd00000FB9sv00001458sd0000372Bbc04sc03i00
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup24: sd-device-monitor(manager): Passed 208 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: usb2: Device is queued (SEQNUM=3271, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usb2: Device ready for processing (SEQNUM=3271, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: wakeup1: Processing device (SEQNUM=3254, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usb2: sd-device-monitor(manager): Passed 316 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 2-0:1.0: Device is queued (SEQNUM=3272, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 2-0:1.0: SEQNUM=3272 blocked by SEQNUM=3271
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup20: Device is queued (SEQNUM=3273, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup20: Device ready for processing (SEQNUM=3273, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup20: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:14.2: Device is queued (SEQNUM=3274, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:14.2: Device ready for processing (SEQNUM=3274, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:14.2: sd-device-monitor(manager): Passed 328 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0: Device is queued (SEQNUM=3275, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0: Device ready for processing (SEQNUM=3275, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: hidraw2: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[422]: wakeup1: Device processed (SEQNUM=3254, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: wakeup1: sd-device-monitor(worker): Passed 198 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: hidraw0: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[418]: hidraw1: Processing device (SEQNUM=3269, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: 0000:00:16.0: Processing device (SEQNUM=3275, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: hidraw1: /usr/lib/udev/rules.d/50-udev-default.rules:17 Importing properties from results of builtin command 'hwdb'
Jul 11 23:04:32 megalex (udev-worker)[427]: 0000:00:16.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex (udev-worker)[427]: 0000:00:16.0: hwdb modalias key: "pci:v00008086d0000A2BAsv00001462sd00007A63bc07sc80i00"
Jul 11 23:04:32 megalex (udev-worker)[421]: hidraw2: Preserve permissions of /dev/hidraw2, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[421]: hidraw2: Successfully created symlink '/dev/char/244:2' to '/dev/hidraw2'
Jul 11 23:04:32 megalex (udev-worker)[421]: hidraw2: sd-device: Created database file '/run/udev/data/c244:2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/0003:1BCF:0005.0003/hidraw/hidraw2'.
Jul 11 23:04:32 megalex (udev-worker)[427]: 0000:00:16.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[421]: hidraw2: sd-device: Created database file '/run/udev/data/c244:2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/0003:1BCF:0005.0003/hidraw/hidraw2'.
Jul 11 23:04:32 megalex (udev-worker)[421]: hidraw2: Device processed (SEQNUM=3262, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: hidraw0: Preserve permissions of /dev/hidraw0, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[421]: hidraw2: sd-device-monitor(worker): Passed 591 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: hidraw0: Successfully created symlink '/dev/char/244:0' to '/dev/hidraw0'
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup24: Processing device (SEQNUM=3270, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: hidraw0: sd-device: Created database file '/run/udev/data/c244:0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/hidraw/hidraw0'.
Jul 11 23:04:32 megalex (udev-worker)[361]: hidraw0: sd-device: Created database file '/run/udev/data/c244:0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/hidraw/hidraw0'.
Jul 11 23:04:32 megalex (udev-worker)[361]: hidraw0: Device processed (SEQNUM=3263, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: hidraw0: sd-device-monitor(worker): Passed 602 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[427]: 0000:00:16.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[427]: 0000:00:16.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:16.0' for '/devices/pci0000:00/0000:00:16.0'.
Jul 11 23:04:32 megalex (udev-worker)[427]: 0000:00:16.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[427]: Loading module: pci:v00008086d0000A2BAsv00001462sd00007A63bc07sc80i00
Jul 11 23:04:32 megalex (udev-worker)[418]: hidraw1: hwdb modalias key: "hid:b0003g0001v00000461p00000010"
Jul 11 23:04:32 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 427.
Jul 11 23:04:32 megalex (udev-worker)[353]: wakeup20: Processing device (SEQNUM=3273, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0: Worker [427] is forked for processing SEQNUM=3275.
Jul 11 23:04:32 megalex systemd-udevd[346]: ata1: Device is queued (SEQNUM=3276, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: hidraw1: hwdb modalias key: "usb:v0461p0010d0110dc00dsc00dp00ic03isc00ip00in01"
Jul 11 23:04:32 megalex systemd-udevd[346]: ata1: Device ready for processing (SEQNUM=3276, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ata1: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host0: Device is queued (SEQNUM=3277, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host0: Device ready for processing (SEQNUM=3277, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host0: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: hidraw1: /usr/lib/udev/rules.d/60-fido-id.rules:5 Importing properties from results of 'fido_id'
Jul 11 23:04:32 megalex (udev-worker)[418]: hidraw1: Starting 'fido_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0:0:0:0: Device is queued (SEQNUM=3278, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0:0:0:0: Device ready for processing (SEQNUM=3278, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0:0:0:0: sd-device-monitor(manager): Passed 266 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0:0:0:0: Device is queued (SEQNUM=3279, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: 0:0:0:0: Processing device (SEQNUM=3278, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:14.2: Processing device (SEQNUM=3274, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0:0:0:0: Device ready for processing (SEQNUM=3279, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:14.2: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:14.2: hwdb modalias key: "pci:v00008086d0000A2B1sv00001462sd00007A63bc11sc80i00"
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:14.2: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup24: Device processed (SEQNUM=3270, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: wakeup24: sd-device-monitor(worker): Passed 208 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 430.
Jul 11 23:04:32 megalex (udev-worker)[413]: Module 'nouveau' is deny-listed (by kmod)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0:0:0:0: Worker [430] is forked for processing SEQNUM=3279.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0:0:0:0: Device is queued (SEQNUM=3280, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: ata1: Processing device (SEQNUM=3276, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0:0:0:0: Device ready for processing (SEQNUM=3280, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0:0:0:0: sd-device-monitor(manager): Passed 235 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:14.2: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: link1: Device is queued (SEQNUM=3281, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: link1: Device ready for processing (SEQNUM=3281, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: 0:0:0:0: Processing device (SEQNUM=3280, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:14.2: sd-device: Created database file '/run/udev/data/+pci:0000:00:14.2' for '/devices/pci0000:00/0000:00:14.2'.
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:14.2: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[417]: Loading module: pci:v00008086d0000A2B1sv00001462sd00007A63bc11sc80i00
Jul 11 23:04:32 megalex (udev-worker)[417]: Failed to find module 'pci:v00008086d0000A2B1sv00001462sd00007A63bc11sc80i00'
Jul 11 23:04:32 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 431.
Jul 11 23:04:32 megalex systemd-udevd[346]: link1: Worker [431] is forked for processing SEQNUM=3281.
Jul 11 23:04:32 megalex systemd-udevd[346]: dev1.0: Device is queued (SEQNUM=3282, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev1.0: Device ready for processing (SEQNUM=3282, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: Maximum number (32) of children reached.
Jul 11 23:04:32 megalex systemd-udevd[346]: ata2: Device is queued (SEQNUM=3283, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: 0:0:0:0: Processing device (SEQNUM=3279, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev1.0: Device ready for processing (SEQNUM=3282, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: link1: Processing device (SEQNUM=3281, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host1: Device is queued (SEQNUM=3284, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev1.0: Device ready for processing (SEQNUM=3282, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host1: Device is queued (SEQNUM=3285, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev1.0: Device ready for processing (SEQNUM=3282, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: link2: Device is queued (SEQNUM=3286, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev1.0: Device ready for processing (SEQNUM=3282, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev2.0: Device is queued (SEQNUM=3287, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev1.0: Device ready for processing (SEQNUM=3282, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ata3: Device is queued (SEQNUM=3288, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev1.0: Device ready for processing (SEQNUM=3282, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host2: Device is queued (SEQNUM=3289, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev1.0: Device ready for processing (SEQNUM=3282, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host2: Device is queued (SEQNUM=3290, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev1.0: Device ready for processing (SEQNUM=3282, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: link3: Device is queued (SEQNUM=3291, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: Processing device (SEQNUM=3271, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: Successfully forked off '(spawn)' as PID 429.
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id'
Jul 11 23:04:32 megalex (udev-worker)[431]: link1: Device processed (SEQNUM=3281, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: link1: sd-device-monitor(worker): Passed 211 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: ata1: Device processed (SEQNUM=3276, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: ata1: sd-device-monitor(worker): Passed 204 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: wakeup20: Device processed (SEQNUM=3273, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: wakeup20: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: host0: Processing device (SEQNUM=3277, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: hwdb modalias key: "usb:v1D6Bp0003:xHCI Host Controller"
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: /usr/lib/udev/rules.d/60-autosuspend.rules:12 Writing ATTR{'/sys/devices/pci0000:00/0000:00:14.0/usb2/power/control'}="auto".
Jul 11 23:04:32 megalex (udev-worker)[430]: 0:0:0:0: Device processed (SEQNUM=3279, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: /usr/lib/udev/rules.d/60-vboxdrv.rules:6 RUN '/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers'
Jul 11 23:04:32 megalex (udev-worker)[430]: 0:0:0:0: sd-device-monitor(worker): Passed 239 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:14.2: sd-device: Created database file '/run/udev/data/+pci:0000:00:14.2' for '/devices/pci0000:00/0000:00:14.2'.
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:14.2: Device processed (SEQNUM=3274, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:14.2: sd-device-monitor(worker): Passed 595 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: host0: Device processed (SEQNUM=3277, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: host0: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: Preserve permissions of /dev/bus/usb/002/001, uid=0, gid=0, mode=0664
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: Successfully created symlink '/dev/char/189:128' to '/dev/bus/usb/002/001'
Jul 11 23:04:32 megalex (udev-worker)[422]: 0:0:0:0: Preserve permissions of /dev/bsg/0:0:0:0, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: sd-device: Created database file '/run/udev/data/c189:128' for '/devices/pci0000:00/0000:00:14.0/usb2'.
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: Running command "/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 128 09 vboxusers"
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: Starting '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 128 09 vboxusers'
Jul 11 23:04:32 megalex (udev-worker)[422]: 0:0:0:0: Successfully created symlink '/dev/char/246:0' to '/dev/bsg/0:0:0:0'
Jul 11 23:04:32 megalex (udev-worker)[422]: 0:0:0:0: sd-device: Created database file '/run/udev/data/c246:0' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0'.
Jul 11 23:04:32 megalex (udev-worker)[422]: 0:0:0:0: sd-device: Created database file '/run/udev/data/c246:0' for '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0'.
Jul 11 23:04:32 megalex (udev-worker)[422]: 0:0:0:0: Device processed (SEQNUM=3278, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: 0:0:0:0: sd-device-monitor(worker): Passed 266 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: 0:0:0:0: Device processed (SEQNUM=3280, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: 0:0:0:0: sd-device-monitor(worker): Passed 235 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: dev1.0: Device ready for processing (SEQNUM=3282, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: Successfully forked off '(spawn)' as PID 434.
Jul 11 23:04:32 megalex systemd-udevd[346]: dev3.0: Device is queued (SEQNUM=3292, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev1.0: Device ready for processing (SEQNUM=3282, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: dev1.0: Processing device (SEQNUM=3282, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: dev1.0: Device processed (SEQNUM=3282, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: dev1.0: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: dev1.0: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: ata2: Device ready for processing (SEQNUM=3283, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ata2: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host1: Device ready for processing (SEQNUM=3284, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host1: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host1: SEQNUM=3285 blocked by SEQNUM=3284
Jul 11 23:04:32 megalex systemd-udevd[346]: link2: Device ready for processing (SEQNUM=3286, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: link2: sd-device-monitor(manager): Passed 211 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: dev2.0: Device ready for processing (SEQNUM=3287, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: host1: Processing device (SEQNUM=3284, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev2.0: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: ata3: Device ready for processing (SEQNUM=3288, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ata3: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host2: Device ready for processing (SEQNUM=3289, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host2: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host2: SEQNUM=3290 blocked by SEQNUM=3289
Jul 11 23:04:32 megalex systemd-udevd[346]: link3: Device ready for processing (SEQNUM=3291, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: link3: Processing device (SEQNUM=3291, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: ata2: Processing device (SEQNUM=3283, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: link3: Device processed (SEQNUM=3291, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: link3: sd-device-monitor(worker): Passed 211 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: link3: sd-device-monitor(manager): Passed 211 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[431]: ata2: Device processed (SEQNUM=3283, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev3.0: Device ready for processing (SEQNUM=3292, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: ata2: sd-device-monitor(worker): Passed 204 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: ata4: Device is queued (SEQNUM=3293, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev3.0: Device ready for processing (SEQNUM=3292, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev3.0: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: ata4: Device ready for processing (SEQNUM=3293, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ata4: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[431]: ata4: Processing device (SEQNUM=3293, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host3: Device is queued (SEQNUM=3294, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host3: Device ready for processing (SEQNUM=3294, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: link2: Processing device (SEQNUM=3286, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: ata4: Device processed (SEQNUM=3293, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: ata4: sd-device-monitor(worker): Passed 204 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: link2: Device processed (SEQNUM=3286, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: link2: sd-device-monitor(worker): Passed 211 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: dev2.0: Processing device (SEQNUM=3287, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: ata3: Processing device (SEQNUM=3288, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: host2: Processing device (SEQNUM=3289, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: host2: Device processed (SEQNUM=3289, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: host2: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: hidraw1: Process 'fido_id' succeeded.
Jul 11 23:04:32 megalex (udev-worker)[430]: ata3: Device processed (SEQNUM=3288, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: ata3: sd-device-monitor(worker): Passed 204 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: dev2.0: Device processed (SEQNUM=3287, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: dev2.0: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: host1: Device processed (SEQNUM=3284, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: host1: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: dev3.0: Processing device (SEQNUM=3292, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: hidraw1: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[418]: hidraw1: Preserve permissions of /dev/hidraw1, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[418]: hidraw1: Successfully created symlink '/dev/char/244:1' to '/dev/hidraw1'
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: Process '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 128 09 vboxusers' succeeded.
Jul 11 23:04:32 megalex (udev-worker)[418]: hidraw1: sd-device: Created database file '/run/udev/data/c244:1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/hidraw/hidraw1'.
Jul 11 23:04:32 megalex (udev-worker)[418]: hidraw1: sd-device: Created database file '/run/udev/data/c244:1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/hidraw/hidraw1'.
Jul 11 23:04:32 megalex (udev-worker)[418]: hidraw1: Device processed (SEQNUM=3269, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: sd-device: Created database file '/run/udev/data/c189:128' for '/devices/pci0000:00/0000:00:14.0/usb2'.
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: Device processed (SEQNUM=3271, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: hidraw1: sd-device-monitor(worker): Passed 602 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: usb2: sd-device-monitor(worker): Passed 1233 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[417]: host3: Processing device (SEQNUM=3294, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: host3: Device processed (SEQNUM=3294, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: host3: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host3: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host3: Device is queued (SEQNUM=3295, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 2-0:1.0: Device ready for processing (SEQNUM=3272, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 2-0:1.0: sd-device-monitor(manager): Passed 331 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host1: Device ready for processing (SEQNUM=3285, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host1: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host2: Device ready for processing (SEQNUM=3290, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host2: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host3: Device ready for processing (SEQNUM=3295, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host3: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: link4: Device is queued (SEQNUM=3296, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: link4: Device ready for processing (SEQNUM=3296, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: link4: sd-device-monitor(manager): Passed 211 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: dev4.0: Device is queued (SEQNUM=3297, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: link4: Processing device (SEQNUM=3296, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev4.0: Device ready for processing (SEQNUM=3297, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev4.0: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: ata5: Device is queued (SEQNUM=3298, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ata5: Device ready for processing (SEQNUM=3298, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: dev4.0: Processing device (SEQNUM=3297, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ata5: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host4: Device is queued (SEQNUM=3299, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host4: Device ready for processing (SEQNUM=3299, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host4: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host4: Device is queued (SEQNUM=3300, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host4: SEQNUM=3300 blocked by SEQNUM=3299
Jul 11 23:04:32 megalex systemd-udevd[346]: link5: Device is queued (SEQNUM=3301, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: link5: Device ready for processing (SEQNUM=3301, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: link5: sd-device-monitor(manager): Passed 211 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: dev5.0: Device is queued (SEQNUM=3302, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev5.0: Device ready for processing (SEQNUM=3302, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ata6: Device is queued (SEQNUM=3303, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev5.0: Device ready for processing (SEQNUM=3302, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: Device is queued (SEQNUM=3304, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev5.0: Device ready for processing (SEQNUM=3302, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: Device is queued (SEQNUM=3305, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev5.0: Device ready for processing (SEQNUM=3302, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: link6: Device is queued (SEQNUM=3306, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev5.0: Device ready for processing (SEQNUM=3302, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev6.0: Device is queued (SEQNUM=3307, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev5.0: Device ready for processing (SEQNUM=3302, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1c.0: Device is queued (SEQNUM=3308, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev5.0: Device ready for processing (SEQNUM=3302, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: link4: Device processed (SEQNUM=3296, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: link4: sd-device-monitor(worker): Passed 211 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1c.0:pcie010: Device is queued (SEQNUM=3309, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev5.0: Device ready for processing (SEQNUM=3302, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:02: Device is queued (SEQNUM=3310, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev5.0: Device ready for processing (SEQNUM=3302, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev5.0: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: ata6: Device ready for processing (SEQNUM=3303, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: dev5.0: Processing device (SEQNUM=3302, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup6: Device is queued (SEQNUM=3311, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ata6: Device ready for processing (SEQNUM=3303, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1c.4: Device is queued (SEQNUM=3312, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ata6: Device ready for processing (SEQNUM=3303, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1c.4:pcie010: Device is queued (SEQNUM=3313, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ata6: Device ready for processing (SEQNUM=3303, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: dev4.0: Device processed (SEQNUM=3297, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: dev4.0: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:03:00.0: Device is queued (SEQNUM=3314, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ata6: Device ready for processing (SEQNUM=3303, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: host2: Processing device (SEQNUM=3290, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usb3: Device is queued (SEQNUM=3315, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ata6: Device ready for processing (SEQNUM=3303, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ata6: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: Device ready for processing (SEQNUM=3304, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 3-0:1.0: Device is queued (SEQNUM=3316, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: Device ready for processing (SEQNUM=3304, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usb4: Device is queued (SEQNUM=3317, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: Device ready for processing (SEQNUM=3304, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 4-0:1.0: Device is queued (SEQNUM=3318, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: Device ready for processing (SEQNUM=3304, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup21: Device is queued (SEQNUM=3319, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: Device ready for processing (SEQNUM=3304, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:03: Device is queued (SEQNUM=3320, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: Device ready for processing (SEQNUM=3304, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup8: Device is queued (SEQNUM=3321, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: Device ready for processing (SEQNUM=3304, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.0: Device is queued (SEQNUM=3322, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: Device ready for processing (SEQNUM=3304, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0800:00: Device is queued (SEQNUM=3323, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: Device ready for processing (SEQNUM=3304, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: dev5.0: Device processed (SEQNUM=3302, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: dev5.0: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3F0D:00: Device is queued (SEQNUM=3324, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: Device ready for processing (SEQNUM=3304, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0103:00: Device is queued (SEQNUM=3325, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: Device ready for processing (SEQNUM=3304, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: sd-device-monitor(manager): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: SEQNUM=3305 blocked by SEQNUM=3304
Jul 11 23:04:32 megalex systemd-udevd[346]: link6: Device ready for processing (SEQNUM=3306, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C04:00: Device is queued (SEQNUM=3326, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: link6: Device ready for processing (SEQNUM=3306, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.2: Device is queued (SEQNUM=3327, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: link6: Device ready for processing (SEQNUM=3306, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: host2: Device processed (SEQNUM=3290, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.3: Device is queued (SEQNUM=3328, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: host2: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: link6: Device ready for processing (SEQNUM=3306, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.4: Device is queued (SEQNUM=3329, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: link6: Device ready for processing (SEQNUM=3306, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: link6: sd-device-monitor(manager): Passed 211 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: dev6.0: Device ready for processing (SEQNUM=3307, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: host5: Processing device (SEQNUM=3304, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.6: Device is queued (SEQNUM=3330, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev6.0: Device ready for processing (SEQNUM=3307, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:00: Device is queued (SEQNUM=3331, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev6.0: Device ready for processing (SEQNUM=3307, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wmi_bus-PNP0C14:00: Device is queued (SEQNUM=3332, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: dev3.0: Device processed (SEQNUM=3292, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev6.0: Device ready for processing (SEQNUM=3307, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: dev3.0: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: host4: Processing device (SEQNUM=3299, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: host5: Device processed (SEQNUM=3304, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: host5: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: host4: Device processed (SEQNUM=3299, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: host4: sd-device-monitor(worker): Passed 210 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: 2-0:1.0: Processing device (SEQNUM=3272, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: 2-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex (udev-worker)[420]: 2-0:1.0: hwdb modalias key: "usb:v1D6Bp0003d0615dc09dsc00dp03ic09isc00ip00in00"
Jul 11 23:04:32 megalex (udev-worker)[430]: ata6: Processing device (SEQNUM=3303, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: 2-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[430]: ata6: Device processed (SEQNUM=3303, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: ata6: sd-device-monitor(worker): Passed 204 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: link6: Processing device (SEQNUM=3306, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: 2-0:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[420]: 2-0:1.0: sd-device: Created database file '/run/udev/data/+usb:2-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0'.
Jul 11 23:04:32 megalex (udev-worker)[420]: 2-0:1.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[420]: Loading module: usb:v1D6Bp0003d0615dc09dsc00dp03ic09isc00ip00in00
Jul 11 23:04:32 megalex (udev-worker)[420]: Failed to find module 'usb:v1D6Bp0003d0615dc09dsc00dp03ic09isc00ip00in00'
Jul 11 23:04:32 megalex (udev-worker)[420]: 2-0:1.0: sd-device: Created database file '/run/udev/data/+usb:2-0:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0'.
Jul 11 23:04:32 megalex (udev-worker)[420]: 2-0:1.0: Device processed (SEQNUM=3272, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: 2-0:1.0: sd-device-monitor(worker): Passed 591 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: host3: Processing device (SEQNUM=3295, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: link6: Device processed (SEQNUM=3306, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: link6: sd-device-monitor(worker): Passed 211 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: host3: Device processed (SEQNUM=3295, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: host3: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[422]: ata5: Processing device (SEQNUM=3298, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Device is queued (SEQNUM=3333, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev6.0: Device ready for processing (SEQNUM=3307, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00: Device is queued (SEQNUM=3334, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host4: Device ready for processing (SEQNUM=3300, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: host1: Processing device (SEQNUM=3285, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: host4: Processing device (SEQNUM=3300, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: ata5: Device processed (SEQNUM=3298, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: ata5: sd-device-monitor(worker): Passed 204 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[417]: link5: Processing device (SEQNUM=3301, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: host4: Device processed (SEQNUM=3300, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[374]: host4: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host4: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: Device ready for processing (SEQNUM=3305, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: host5: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: dev6.0: Device ready for processing (SEQNUM=3307, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: dev6.0: sd-device-monitor(manager): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1c.0: Device ready for processing (SEQNUM=3308, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: host1: Device processed (SEQNUM=3285, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1c.0: Processing device (SEQNUM=3308, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: host1: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: dev6.0: Processing device (SEQNUM=3307, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1c.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1c.0: hwdb modalias key: "pci:v00008086d0000A290sv00001462sd00007A63bc06sc04i00"
Jul 11 23:04:32 megalex (udev-worker)[417]: link5: Device processed (SEQNUM=3301, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: link5: sd-device-monitor(worker): Passed 211 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1c.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[420]: host5: Processing device (SEQNUM=3305, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: Process '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 2 ef vboxusers' succeeded.
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: sd-device: Created database file '/run/udev/data/c189:2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10'.
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: Device processed (SEQNUM=3257, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10: sd-device-monitor(worker): Passed 1062 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1c.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1c.0: sd-device-monitor(manager): Passed 343 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1c.0:pcie010: SEQNUM=3309 blocked by SEQNUM=3308
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:02: SEQNUM=3310 blocked by SEQNUM=3308
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup6: SEQNUM=3311 blocked by SEQNUM=3308
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1c.4: Device ready for processing (SEQNUM=3312, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: dev6.0: Device processed (SEQNUM=3307, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: dev6.0: sd-device-monitor(worker): Passed 223 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: 0000:00:1c.4: Processing device (SEQNUM=3312, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: host5: Device processed (SEQNUM=3305, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: host5: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: 0000:00:1c.4: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex (udev-worker)[353]: 0000:00:1c.4: hwdb modalias key: "pci:v00008086d0000A294sv00001462sd00007A63bc06sc04i00"
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1c.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:1c.0' for '/devices/pci0000:00/0000:00:1c.0'.
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1c.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[361]: Loading module: pci:v00008086d0000A290sv00001462sd00007A63bc06sc04i00
Jul 11 23:04:32 megalex (udev-worker)[361]: Failed to find module 'pci:v00008086d0000A290sv00001462sd00007A63bc06sc04i00'
Jul 11 23:04:32 megalex (udev-worker)[353]: 0000:00:1c.4: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1c.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:1c.0' for '/devices/pci0000:00/0000:00:1c.0'.
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1c.0: Device processed (SEQNUM=3308, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1c.0: sd-device-monitor(worker): Passed 619 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1c.4: sd-device-monitor(manager): Passed 343 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1c.4:pcie010: SEQNUM=3313 blocked by SEQNUM=3312
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:03:00.0: SEQNUM=3314 blocked by SEQNUM=3312
Jul 11 23:04:32 megalex systemd-udevd[346]: usb3: SEQNUM=3315 blocked by SEQNUM=3312
Jul 11 23:04:32 megalex systemd-udevd[346]: 3-0:1.0: SEQNUM=3316 blocked by SEQNUM=3312
Jul 11 23:04:32 megalex systemd-udevd[346]: usb4: SEQNUM=3317 blocked by SEQNUM=3312
Jul 11 23:04:32 megalex systemd-udevd[346]: 4-0:1.0: SEQNUM=3318 blocked by SEQNUM=3312
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup21: SEQNUM=3319 blocked by SEQNUM=3312
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:03: SEQNUM=3320 blocked by SEQNUM=3312
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup8: SEQNUM=3321 blocked by SEQNUM=3312
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.0: Device ready for processing (SEQNUM=3322, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.0: sd-device-monitor(manager): Passed 327 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0800:00: SEQNUM=3323 blocked by SEQNUM=3322
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3F0D:00: SEQNUM=3324 blocked by SEQNUM=3322
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0103:00: SEQNUM=3325 blocked by SEQNUM=3322
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C04:00: SEQNUM=3326 blocked by SEQNUM=3322
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.2: Device ready for processing (SEQNUM=3327, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: 0000:00:1f.0: Processing device (SEQNUM=3322, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: 0000:00:1c.4: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.2: sd-device-monitor(manager): Passed 327 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.3: Device ready for processing (SEQNUM=3328, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: 0000:00:1f.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex (udev-worker)[418]: 0000:00:1f.2: Processing device (SEQNUM=3327, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device is queued (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: 0000:00:1f.0: hwdb modalias key: "pci:v00008086d0000A2C5sv00001462sd00007A63bc06sc01i00"
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.0: Device ready for processing (SEQNUM=3258, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: 0000:00:1f.2: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex (udev-worker)[353]: 0000:00:1c.4: sd-device: Created database file '/run/udev/data/+pci:0000:00:1c.4' for '/devices/pci0000:00/0000:00:1c.4'.
Jul 11 23:04:32 megalex (udev-worker)[418]: 0000:00:1f.2: hwdb modalias key: "pci:v00008086d0000A2A1sv00001462sd00007A63bc05sc80i00"
Jul 11 23:04:32 megalex (udev-worker)[353]: 0000:00:1c.4: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[353]: Loading module: pci:v00008086d0000A294sv00001462sd00007A63bc06sc04i00
Jul 11 23:04:32 megalex (udev-worker)[353]: Failed to find module 'pci:v00008086d0000A294sv00001462sd00007A63bc06sc04i00'
Jul 11 23:04:32 megalex (udev-worker)[374]: 1-10:1.0: Processing device (SEQNUM=3258, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: 0000:00:1f.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.0: sd-device-monitor(manager): Passed 332 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: 0000:00:1c.4: sd-device: Created database file '/run/udev/data/+pci:0000:00:1c.4' for '/devices/pci0000:00/0000:00:1c.4'.
Jul 11 23:04:32 megalex (udev-worker)[353]: 0000:00:1c.4: Device processed (SEQNUM=3312, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: 0000:00:1c.4: sd-device-monitor(worker): Passed 619 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: 0000:00:1f.2: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[374]: 1-10:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.1: Device ready for processing (SEQNUM=3259, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: 1-10:1.1: Processing device (SEQNUM=3259, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: 1-10:1.1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.1: sd-device-monitor(manager): Passed 332 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[374]: 1-10:1.0: hwdb modalias key: "usb:v1BCFp28C4d0704dcEFdsc02dp01ic0Eisc01ip00in00"
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.2: Device ready for processing (SEQNUM=3260, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: 1-10:1.1: hwdb modalias key: "usb:v1BCFp28C4d0704dcEFdsc02dp01ic0Eisc02ip00in01"
Jul 11 23:04:32 megalex (udev-worker)[430]: 0000:00:1f.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[418]: 0000:00:1f.2: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.2: sd-device-monitor(manager): Passed 331 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.3: Device ready for processing (SEQNUM=3261, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10:1.2: Processing device (SEQNUM=3260, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: 1-10:1.1: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[430]: 0000:00:1f.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:1f.0' for '/devices/pci0000:00/0000:00:1f.0'.
Jul 11 23:04:32 megalex (udev-worker)[418]: 0000:00:1f.2: sd-device: Created database file '/run/udev/data/+pci:0000:00:1f.2' for '/devices/pci0000:00/0000:00:1f.2'.
Jul 11 23:04:32 megalex (udev-worker)[418]: 0000:00:1f.2: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[374]: 1-10:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: 1-10:1.3: sd-device-monitor(manager): Passed 331 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10:1.2: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex (udev-worker)[430]: 0000:00:1f.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[431]: 1-10:1.3: Processing device (SEQNUM=3261, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1c.0:pcie010: Device ready for processing (SEQNUM=3309, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: 1-10:1.3: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex (udev-worker)[421]: 0000:00:1c.0:pcie010: Processing device (SEQNUM=3309, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: Loading module: pci:v00008086d0000A2C5sv00001462sd00007A63bc06sc01i00
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1c.0:pcie010: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[431]: 1-10:1.3: hwdb modalias key: "usb:v1BCFp28C4d0704dcEFdsc02dp01ic01isc02ip00in03"
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10:1.2: hwdb modalias key: "usb:v1BCFp28C4d0704dcEFdsc02dp01ic01isc01ip00in02"
Jul 11 23:04:32 megalex (udev-worker)[430]: Failed to find module 'pci:v00008086d0000A2C5sv00001462sd00007A63bc06sc01i00'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:02: Device ready for processing (SEQNUM=3310, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: 1-10:1.3: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10:1.2: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[430]: 0000:00:1f.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:1f.0' for '/devices/pci0000:00/0000:00:1f.0'.
Jul 11 23:04:32 megalex (udev-worker)[430]: 0000:00:1f.0: Device processed (SEQNUM=3322, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: Loading module: pci:v00008086d0000A2A1sv00001462sd00007A63bc05sc80i00
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:02: Processing device (SEQNUM=3310, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: 1-10:1.1: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[374]: 1-10:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[421]: 0000:00:1c.0:pcie010: Device processed (SEQNUM=3309, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: 1-10:1.3: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[420]: 1-10:1.1: sd-device: Created database file '/run/udev/data/+usb:1-10:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1'.
Jul 11 23:04:32 megalex (udev-worker)[430]: 0000:00:1f.0: sd-device-monitor(worker): Passed 558 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: Failed to find module 'pci:v00008086d0000A2A1sv00001462sd00007A63bc05sc80i00'
Jul 11 23:04:32 megalex (udev-worker)[418]: 0000:00:1f.2: sd-device: Created database file '/run/udev/data/+pci:0000:00:1f.2' for '/devices/pci0000:00/0000:00:1f.2'.
Jul 11 23:04:32 megalex (udev-worker)[431]: 1-10:1.3: sd-device: Created database file '/run/udev/data/+usb:1-10:1.3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.3'.
Jul 11 23:04:32 megalex (udev-worker)[374]: 1-10:1.0: sd-device: Created database file '/run/udev/data/+usb:1-10:1.0' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0'.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:02: sd-device-monitor(manager): Passed 200 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: 0000:00:1f.2: Device processed (SEQNUM=3327, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: 0000:00:1c.0:pcie010: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: 1-10:1.1: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[431]: 1-10:1.3: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[374]: 1-10:1.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup6: Device ready for processing (SEQNUM=3311, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: 0000:00:1f.2: sd-device-monitor(worker): Passed 598 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:02: Device processed (SEQNUM=3310, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:02: sd-device-monitor(worker): Passed 200 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10:1.2: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[431]: Loading module: usb:v1BCFp28C4d0704dcEFdsc02dp01ic01isc02ip00in03
Jul 11 23:04:32 megalex (udev-worker)[374]: Loading module: usb:v1BCFp28C4d0704dcEFdsc02dp01ic0Eisc01ip00in00
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup6: sd-device-monitor(manager): Passed 198 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[422]: wakeup6: Processing device (SEQNUM=3311, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: Failed to find module 'usb:v1BCFp28C4d0704dcEFdsc02dp01ic01isc02ip00in03'
Jul 11 23:04:32 megalex (udev-worker)[431]: 1-10:1.3: sd-device: Created database file '/run/udev/data/+usb:1-10:1.3' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.3'.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.3: Device ready for processing (SEQNUM=3328, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10:1.2: sd-device: Created database file '/run/udev/data/+usb:1-10:1.2' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.2'.
Jul 11 23:04:32 megalex (udev-worker)[431]: 1-10:1.3: Device processed (SEQNUM=3261, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[416]: 1-10:1.2: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[420]: Loading module: usb:v1BCFp28C4d0704dcEFdsc02dp01ic0Eisc02ip00in01
Jul 11 23:04:32 megalex (udev-worker)[420]: Failed to find module 'usb:v1BCFp28C4d0704dcEFdsc02dp01ic0Eisc02ip00in01'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.3: sd-device-monitor(manager): Passed 327 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[431]: 1-10:1.3: sd-device-monitor(worker): Passed 628 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[416]: Loading module: usb:v1BCFp28C4d0704dcEFdsc02dp01ic01isc01ip00in02
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:1f.3: Processing device (SEQNUM=3328, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: wakeup6: Device processed (SEQNUM=3311, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.4: Device ready for processing (SEQNUM=3329, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:1f.3: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex (udev-worker)[422]: wakeup6: sd-device-monitor(worker): Passed 198 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: 1-10:1.1: sd-device: Created database file '/run/udev/data/+usb:1-10:1.1' for '/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1'.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device is queued (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:1f.3: hwdb modalias key: "pci:v00008086d0000A2F0sv00001462sd0000DA63bc04sc03i00"
Jul 11 23:04:32 megalex (udev-worker)[420]: 1-10:1.1: Device processed (SEQNUM=3259, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1c.4:pcie010: Device ready for processing (SEQNUM=3313, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: 1-10:1.1: sd-device-monitor(worker): Passed 629 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:1f.3: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1c.4:pcie010: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[431]: 0000:00:1c.4:pcie010: Processing device (SEQNUM=3313, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:03:00.0: Device ready for processing (SEQNUM=3314, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:03:00.0: sd-device-monitor(manager): Passed 356 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: 0000:03:00.0: Processing device (SEQNUM=3314, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usb3: SEQNUM=3315 blocked by SEQNUM=3314
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:1f.3: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: 3-0:1.0: SEQNUM=3316 blocked by SEQNUM=3314
Jul 11 23:04:32 megalex (udev-worker)[421]: 0000:03:00.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex systemd-udevd[346]: usb4: SEQNUM=3317 blocked by SEQNUM=3314
Jul 11 23:04:32 megalex (udev-worker)[421]: 0000:03:00.0: hwdb modalias key: "pci:v00001B21d00002142sv00001462sd00007A63bc0Csc03i30"
Jul 11 23:04:32 megalex systemd-udevd[346]: 4-0:1.0: SEQNUM=3318 blocked by SEQNUM=3314
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:1f.3: sd-device: Created database file '/run/udev/data/+pci:0000:00:1f.3' for '/devices/pci0000:00/0000:00:1f.3'.
Jul 11 23:04:32 megalex (udev-worker)[431]: 0000:00:1c.4:pcie010: Device processed (SEQNUM=3313, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup21: SEQNUM=3319 blocked by SEQNUM=3314
Jul 11 23:04:32 megalex (udev-worker)[417]: 0000:00:1f.3: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[431]: 0000:00:1c.4:pcie010: sd-device-monitor(worker): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:03: Device ready for processing (SEQNUM=3320, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[417]: Loading module: pci:v00008086d0000A2F0sv00001462sd0000DA63bc04sc03i00
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:03: sd-device-monitor(manager): Passed 200 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:03: Processing device (SEQNUM=3320, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup8: Device ready for processing (SEQNUM=3321, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup8: sd-device-monitor(manager): Passed 198 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: wakeup8: Processing device (SEQNUM=3321, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0800:00: Device ready for processing (SEQNUM=3323, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT0800:00: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3F0D:00: Device ready for processing (SEQNUM=3324, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT3F0D:00: sd-device-monitor(manager): Passed 227 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[430]: INT0800:00: Processing device (SEQNUM=3323, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0103:00: Device ready for processing (SEQNUM=3325, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0103:00: Processing device (SEQNUM=3325, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0103:00: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C04:00: Device ready for processing (SEQNUM=3326, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0103:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device is queued (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: INT3F0D:00: Processing device (SEQNUM=3324, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0103:00: hwdb modalias key: "acpi:PNP0103:"
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:03: Device processed (SEQNUM=3320, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:03: sd-device-monitor(worker): Passed 200 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[422]: INT3F0D:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C04:00: Device ready for processing (SEQNUM=3326, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: wakeup8: Device processed (SEQNUM=3321, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C04:00: sd-device-monitor(manager): Passed 219 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0103:00: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[353]: wakeup8: sd-device-monitor(worker): Passed 198 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[422]: INT3F0D:00: hwdb modalias key: "acpi:INT3F0D:PNP0C02:"
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C04:00: Processing device (SEQNUM=3326, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.4: Device ready for processing (SEQNUM=3329, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: INT0800:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0103:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex (udev-worker)[422]: INT3F0D:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.4: sd-device-monitor(manager): Passed 327 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.6: Device ready for processing (SEQNUM=3330, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: Device is queued (SEQNUM=3338, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: INT0800:00: hwdb modalias key: "acpi:INT0800:"
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C04:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0103:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.6: Device ready for processing (SEQNUM=3330, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: 0000:03:00.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[430]: INT0800:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[431]: 0000:00:1f.4: Processing device (SEQNUM=3329, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: 0000:00:1f.4: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.6: sd-device-monitor(manager): Passed 327 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[422]: INT3F0D:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0103:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[422]: INT3F0D:00: sd-device: Created database file '/run/udev/data/+platform:INT3F0D:00' for '/devices/pci0000:00/0000:00:1f.0/INT3F0D:00'.
Jul 11 23:04:32 megalex (udev-worker)[422]: INT3F0D:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[431]: 0000:00:1f.4: hwdb modalias key: "pci:v00008086d0000A2A3sv00001462sd00007A63bc0Csc05i00"
Jul 11 23:04:32 megalex (udev-worker)[430]: INT0800:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0103:00: sd-device: Created database file '/run/udev/data/+platform:PNP0103:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0103:00'.
Jul 11 23:04:32 megalex (udev-worker)[422]: Loading module: acpi:INT3F0D:PNP0C02:
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1f.6: Processing device (SEQNUM=3330, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0103:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:00: Device ready for processing (SEQNUM=3331, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: 0000:00:1f.4: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C04:00: hwdb modalias key: "acpi:PNP0C04:"
Jul 11 23:04:32 megalex (udev-worker)[430]: INT0800:00: sd-device: Created database file '/run/udev/data/+platform:INT0800:00' for '/devices/pci0000:00/0000:00:1f.0/INT0800:00'.
Jul 11 23:04:32 megalex (udev-worker)[421]: 0000:03:00.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1f.6: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=pci'
Jul 11 23:04:32 megalex (udev-worker)[418]: Loading module: acpi:PNP0103:
Jul 11 23:04:32 megalex (udev-worker)[421]: 0000:03:00.0: sd-device: Created database file '/run/udev/data/+pci:0000:03:00.0' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0'.
Jul 11 23:04:32 megalex (udev-worker)[431]: 0000:00:1f.4: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[430]: INT0800:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1f.6: hwdb modalias key: "pci:v00008086d000015B8sv00001462sd00007A63bc02sc00i00"
Jul 11 23:04:32 megalex (udev-worker)[431]: 0000:00:1f.4: sd-device: Created database file '/run/udev/data/+pci:0000:00:1f.4' for '/devices/pci0000:00/0000:00:1f.4'.
Jul 11 23:04:32 megalex (udev-worker)[421]: 0000:03:00.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:00: sd-device-monitor(manager): Passed 222 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[430]: Loading module: acpi:INT0800:
Jul 11 23:04:32 megalex (udev-worker)[431]: 0000:00:1f.4: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C14:00: Processing device (SEQNUM=3331, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: Failed to find module 'acpi:PNP0103:'
Jul 11 23:04:32 megalex (udev-worker)[421]: Loading module: pci:v00001B21d00002142sv00001462sd00007A63bc0Csc03i30
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1f.6: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: wmi_bus-PNP0C14:00: SEQNUM=3332 blocked by SEQNUM=3331
Jul 11 23:04:32 megalex (udev-worker)[431]: Loading module: pci:v00008086d0000A2A3sv00001462sd00007A63bc0Csc05i00
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C14:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0103:00: sd-device: Created database file '/run/udev/data/+platform:PNP0103:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0103:00'.
Jul 11 23:04:32 megalex (udev-worker)[430]: Failed to find module 'acpi:INT0800:'
Jul 11 23:04:32 megalex (udev-worker)[421]: Failed to find module 'pci:v00001B21d00002142sv00001462sd00007A63bc0Csc03i30'
Jul 11 23:04:32 megalex systemd-udevd[346]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: SEQNUM=3333 blocked by SEQNUM=3331
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C04:00: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C14:00: hwdb modalias key: "acpi:PNP0C14:"
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0103:00: Device processed (SEQNUM=3325, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C14:00: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00: Device ready for processing (SEQNUM=3334, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: 0000:03:00.0: sd-device: Created database file '/run/udev/data/+pci:0000:03:00.0' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0'.
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C04:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1f.6: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[418]: PNP0103:00: sd-device-monitor(worker): Passed 313 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[430]: INT0800:00: sd-device: Created database file '/run/udev/data/+platform:INT0800:00' for '/devices/pci0000:00/0000:00:1f.0/INT0800:00'.
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C14:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1f.6: sd-device: Created database file '/run/udev/data/+pci:0000:00:1f.6' for '/devices/pci0000:00/0000:00:1f.6'.
Jul 11 23:04:32 megalex (udev-worker)[421]: 0000:03:00.0: Device processed (SEQNUM=3314, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C04:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[430]: INT0800:00: Device processed (SEQNUM=3323, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C14:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:02: Device is queued (SEQNUM=3339, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: 0000:00:1f.6: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[421]: 0000:03:00.0: sd-device-monitor(worker): Passed 651 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[430]: INT0800:00: sd-device-monitor(worker): Passed 360 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00: Device ready for processing (SEQNUM=3334, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[361]: Loading module: pci:v00008086d000015B8sv00001462sd00007A63bc02sc00i00
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C04:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C14:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:03: Device is queued (SEQNUM=3340, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: usb3: Device ready for processing (SEQNUM=3315, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C04:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C04:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C04:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: usb3: sd-device-monitor(manager): Passed 329 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C14:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C14:00' for '/devices/pci0000:00/PNP0C14:00'.
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C04:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: Processing device (SEQNUM=3315, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 3-0:1.0: SEQNUM=3316 blocked by SEQNUM=3315
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C14:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[420]: Loading module: acpi:PNP0C04:
Jul 11 23:04:32 megalex systemd-udevd[346]: usb4: Device ready for processing (SEQNUM=3317, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: Processing device (SEQNUM=3317, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: Failed to find module 'acpi:PNP0C04:'
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id'
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C04:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C04:00' for '/devices/pci0000:00/0000:00:1f.0/PNP0C04:00'.
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C04:00: Device processed (SEQNUM=3326, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: PNP0C04:00: sd-device-monitor(worker): Passed 313 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id'
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: hwdb modalias key: "usb:v1D6Bp0002:xHCI Host Controller"
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[353]: Loading module: acpi:PNP0C14:
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: /usr/lib/udev/rules.d/60-autosuspend.rules:12 Writing ATTR{'/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb3/power/control'}="auto".
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: hwdb modalias key: "usb:v1D6Bp0003:xHCI Host Controller"
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: /usr/lib/udev/rules.d/60-vboxdrv.rules:6 RUN '/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers'
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: /usr/lib/udev/rules.d/60-autosuspend.rules:12 Writing ATTR{'/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb4/power/control'}="auto".
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: /usr/lib/udev/rules.d/60-vboxdrv.rules:6 RUN '/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers'
Jul 11 23:04:32 megalex systemd-udevd[346]: usb4: sd-device-monitor(manager): Passed 329 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 4-0:1.0: SEQNUM=3318 blocked by SEQNUM=3317
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup21: Device ready for processing (SEQNUM=3319, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup21: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00: Device ready for processing (SEQNUM=3334, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:04: Device is queued (SEQNUM=3341, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00: Device ready for processing (SEQNUM=3334, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: Preserve permissions of /dev/bus/usb/004/001, uid=0, gid=0, mode=0664
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: Successfully created symlink '/dev/char/189:384' to '/dev/bus/usb/004/001'
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: sd-device: Created database file '/run/udev/data/c189:384' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb4'.
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: Running command "/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 384 09 vboxusers"
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: Starting '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 384 09 vboxusers'
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: Preserve permissions of /dev/bus/usb/003/001, uid=0, gid=0, mode=0664
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: Successfully created symlink '/dev/char/189:256' to '/dev/bus/usb/003/001'
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: sd-device: Created database file '/run/udev/data/c189:256' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb3'.
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: Running command "/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 256 09 vboxusers"
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: Starting '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 256 09 vboxusers'
Jul 11 23:04:32 megalex (udev-worker)[430]: Successfully forked off '(spawn)' as PID 446.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00: sd-device-monitor(manager): Passed 187 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device ready for processing (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0C:00: Device is queued (SEQNUM=3342, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device ready for processing (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: Successfully forked off '(spawn)' as PID 447.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0E:00: Device is queued (SEQNUM=3343, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device ready for processing (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:01: Device is queued (SEQNUM=3344, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device ready for processing (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wmi_bus-PNP0C14:01: Device is queued (SEQNUM=3345, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device ready for processing (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: wakeup21: Processing device (SEQNUM=3319, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: A80593CE-2377-11DA-B012-B62220120727: Device is queued (SEQNUM=3346, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device ready for processing (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-cpufreq: Device is queued (SEQNUM=3347, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device ready for processing (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: efivars.0: Device is queued (SEQNUM=3348, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device ready for processing (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042: Device is queued (SEQNUM=3349, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device ready for processing (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serio0: Device is queued (SEQNUM=3350, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device ready for processing (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serio1: Device is queued (SEQNUM=3351, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device ready for processing (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: Device is queued (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: wakeup21: Device processed (SEQNUM=3319, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: wakeup21: sd-device-monitor(worker): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device ready for processing (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device is queued (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device ready for processing (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: sd-device-monitor(manager): Passed 206 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device ready for processing (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device is queued (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device ready for processing (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:00: Device is queued (SEQNUM=3355, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device ready for processing (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: ACPI000C:00: Processing device (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:01: Device is queued (SEQNUM=3356, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device ready for processing (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:02: Device is queued (SEQNUM=3357, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: ACPI000C:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device ready for processing (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: ACPI000C:00: hwdb modalias key: "acpi:ACPI000C:"
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:03: Device is queued (SEQNUM=3358, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device ready for processing (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:04: Device is queued (SEQNUM=3359, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device ready for processing (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: ACPI000C:00: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[418]: ACPI000C:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:05: Device is queued (SEQNUM=3360, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: ACPI000C:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device ready for processing (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: Module 'wmi' is already loaded
Jul 11 23:04:32 megalex systemd-udevd[346]: cmos_nvram0: Device is queued (SEQNUM=3361, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device ready for processing (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc0: Device is queued (SEQNUM=3362, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device ready for processing (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C14:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C14:00' for '/devices/pci0000:00/PNP0C14:00'.
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C14:00: Device processed (SEQNUM=3331, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: alarmtimer.0.auto: Device is queued (SEQNUM=3363, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device ready for processing (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C14:00: sd-device-monitor(worker): Passed 282 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: ACPI000C:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[420]: 0000:00: Processing device (SEQNUM=3334, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup23: Device is queued (SEQNUM=3364, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device ready for processing (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: ACPI000C:00: sd-device: Created database file '/run/udev/data/+platform:ACPI000C:00' for '/devices/platform/ACPI000C:00'.
Jul 11 23:04:32 megalex (udev-worker)[418]: ACPI000C:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[418]: Loading module: acpi:ACPI000C:
Jul 11 23:04:32 megalex (udev-worker)[420]: 0000:00: Device processed (SEQNUM=3334, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: 0000:00: sd-device-monitor(worker): Passed 187 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup22: Device is queued (SEQNUM=3365, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wmi_bus-PNP0C14:00: Device ready for processing (SEQNUM=3332, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wmi_bus-PNP0C14:00: sd-device-monitor(manager): Passed 209 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: SEQNUM=3333 blocked by SEQNUM=3332
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device ready for processing (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: wmi_bus-PNP0C14:00: Processing device (SEQNUM=3332, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:06: Device is queued (SEQNUM=3366, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device ready for processing (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:07: Device is queued (SEQNUM=3367, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: INT33A1:00: Processing device (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: INT33A1:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex (udev-worker)[420]: INT33A1:00: hwdb modalias key: "acpi:INT33A1:PNP0D80:"
Jul 11 23:04:32 megalex (udev-worker)[420]: INT33A1:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[353]: wmi_bus-PNP0C14:00: Device processed (SEQNUM=3332, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: wmi_bus-PNP0C14:00: sd-device-monitor(worker): Passed 209 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: INT33A1:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[420]: INT33A1:00: sd-device: Created database file '/run/udev/data/+platform:INT33A1:00' for '/devices/platform/INT33A1:00'.
Jul 11 23:04:32 megalex (udev-worker)[420]: INT33A1:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[420]: Loading module: acpi:INT33A1:PNP0D80:
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:08: Device is queued (SEQNUM=3368, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:09: Device is queued (SEQNUM=3369, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Device ready for processing (SEQNUM=3333, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: sd-device-monitor(manager): Passed 353 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Processing device (SEQNUM=3333, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: software: Device is queued (SEQNUM=3370, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: broadcast: Device is queued (SEQNUM=3371, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=wmi'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: hwdb modalias key: "wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0"
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent0: Device is queued (SEQNUM=3372, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[353]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=wmi': No data available
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: Process '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 256 09 vboxusers' succeeded.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent1: Device is queued (SEQNUM=3373, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent2: Device is queued (SEQNUM=3374, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: sd-device: Created database file '/run/udev/data/c189:256' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb3'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: Device processed (SEQNUM=3315, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent3: Device is queued (SEQNUM=3375, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: usb3: sd-device-monitor(worker): Passed 1246 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent4: Device is queued (SEQNUM=3376, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: Loading module: wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: Process '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 384 09 vboxusers' succeeded.
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent5: Device is queued (SEQNUM=3377, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 3-0:1.0: Device ready for processing (SEQNUM=3316, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: sd-device: Created database file '/run/udev/data/c189:384' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb4'.
Jul 11 23:04:32 megalex (udev-worker)[421]: 3-0:1.0: Processing device (SEQNUM=3316, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: Device processed (SEQNUM=3317, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 3-0:1.0: sd-device-monitor(manager): Passed 344 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: 3-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent6: Device is queued (SEQNUM=3378, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: 3-0:1.0: hwdb modalias key: "usb:v1D6Bp0002d0615dc09dsc00dp01ic09isc00ip00in00"
Jul 11 23:04:32 megalex (udev-worker)[430]: usb4: sd-device-monitor(worker): Passed 1246 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent7: Device is queued (SEQNUM=3379, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: 3-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[353]: Module 'mxm_wmi' is already loaded
Jul 11 23:04:32 megalex systemd-udevd[346]: 4-0:1.0: Device ready for processing (SEQNUM=3318, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Device processed (SEQNUM=3333, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 4-0:1.0: sd-device-monitor(manager): Passed 344 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[430]: 4-0:1.0: Processing device (SEQNUM=3318, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: sd-device-monitor(worker): Passed 353 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: 4-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb'
Jul 11 23:04:32 megalex systemd-udevd[346]: clocksource0: Device is queued (SEQNUM=3380, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: 4-0:1.0: hwdb modalias key: "usb:v1D6Bp0003d0615dc09dsc00dp03ic09isc00ip00in00"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: Device ready for processing (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:00: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[430]: 4-0:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: Processing device (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: Device ready for processing (SEQNUM=3338, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu0: Device is queued (SEQNUM=3381, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: Device ready for processing (SEQNUM=3338, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu1: Device is queued (SEQNUM=3382, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: Device ready for processing (SEQNUM=3338, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: 3-0:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu2: Device is queued (SEQNUM=3383, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: Device ready for processing (SEQNUM=3338, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: 3-0:1.0: sd-device: Created database file '/run/udev/data/+usb:3-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb3/3-0:1.0'.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu3: Device is queued (SEQNUM=3384, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: 3-0:1.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: Device ready for processing (SEQNUM=3338, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[421]: Loading module: usb:v1D6Bp0002d0615dc09dsc00dp01ic09isc00ip00in00
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu4: Device is queued (SEQNUM=3385, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: Device ready for processing (SEQNUM=3338, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu5: Device is queued (SEQNUM=3386, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:00' for '/devices/platform/PNP0C0B:00'.
Jul 11 23:04:32 megalex (udev-worker)[430]: 4-0:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[421]: Failed to find module 'usb:v1D6Bp0002d0615dc09dsc00dp01ic09isc00ip00in00'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: Device ready for processing (SEQNUM=3338, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[421]: 3-0:1.0: sd-device: Created database file '/run/udev/data/+usb:3-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb3/3-0:1.0'.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu6: Device is queued (SEQNUM=3387, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: Loading module: acpi:PNP0C0B:
Jul 11 23:04:32 megalex (udev-worker)[421]: 3-0:1.0: Device processed (SEQNUM=3316, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: Device ready for processing (SEQNUM=3338, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: 4-0:1.0: sd-device: Created database file '/run/udev/data/+usb:4-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb4/4-0:1.0'.
Jul 11 23:04:32 megalex (udev-worker)[421]: 3-0:1.0: sd-device-monitor(worker): Passed 644 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu7: Device is queued (SEQNUM=3388, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: 4-0:1.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[353]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:00' for '/devices/platform/PNP0C0B:00'.
Jul 11 23:04:32 megalex (udev-worker)[430]: Loading module: usb:v1D6Bp0003d0615dc09dsc00dp03ic09isc00ip00in00
Jul 11 23:04:32 megalex (udev-worker)[430]: Failed to find module 'usb:v1D6Bp0003d0615dc09dsc00dp03ic09isc00ip00in00'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: Device processed (SEQNUM=3337, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: Device ready for processing (SEQNUM=3338, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: 4-0:1.0: sd-device: Created database file '/run/udev/data/+usb:4-0:1.0' for '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb4/4-0:1.0'.
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:00: sd-device-monitor(worker): Passed 280 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[430]: 4-0:1.0: Device processed (SEQNUM=3318, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device is queued (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: 4-0:1.0: sd-device-monitor(worker): Passed 604 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: Device ready for processing (SEQNUM=3338, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:01: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:01: Processing device (SEQNUM=3338, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:02: Device ready for processing (SEQNUM=3339, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:01: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck0: Device is queued (SEQNUM=3390, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:02: Device ready for processing (SEQNUM=3339, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:01: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:02: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:02: Processing device (SEQNUM=3339, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:03: Device ready for processing (SEQNUM=3340, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:01: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:03: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:02: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0B:03: Processing device (SEQNUM=3340, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:04: Device ready for processing (SEQNUM=3341, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:02: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0B:03: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0B:03: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck1: Device is queued (SEQNUM=3391, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:04: Device ready for processing (SEQNUM=3341, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:02: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck2: Device is queued (SEQNUM=3392, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:02: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0B:03: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:04: Device ready for processing (SEQNUM=3341, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:02: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0B:03: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:01: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:01' for '/devices/platform/PNP0C0B:01'.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck3: Device is queued (SEQNUM=3393, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0B:03: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:01: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:04: Device ready for processing (SEQNUM=3341, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: Loading module: acpi:PNP0C0B:
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck4: Device is queued (SEQNUM=3394, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:04: Device ready for processing (SEQNUM=3341, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:02: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck5: Device is queued (SEQNUM=3395, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0B:03: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:04: Device ready for processing (SEQNUM=3341, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck6: Device is queued (SEQNUM=3396, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:04: Device ready for processing (SEQNUM=3341, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:02: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:02' for '/devices/platform/PNP0C0B:02'.
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:01: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:01' for '/devices/platform/PNP0C0B:01'.
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0B:03: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:03' for '/devices/platform/PNP0C0B:03'.
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:02: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck7: Device is queued (SEQNUM=3397, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:01: Device processed (SEQNUM=3338, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:01: sd-device-monitor(worker): Passed 280 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: Loading module: acpi:PNP0C0B:
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:04: Device ready for processing (SEQNUM=3341, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0B:03: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[430]: Loading module: acpi:PNP0C0B:
Jul 11 23:04:32 megalex systemd-udevd[346]: memory0: Device is queued (SEQNUM=3398, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:04: Device ready for processing (SEQNUM=3341, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0B:04: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:04: Processing device (SEQNUM=3341, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0C:00: Device ready for processing (SEQNUM=3342, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:02: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:02' for '/devices/platform/PNP0C0B:02'.
Jul 11 23:04:32 megalex (udev-worker)[430]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:04: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:02: Device processed (SEQNUM=3339, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory1: Device is queued (SEQNUM=3399, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:04: hwdb modalias key: "acpi:PNP0C0B:"
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0B:03: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:03' for '/devices/platform/PNP0C0B:03'.
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0B:02: sd-device-monitor(worker): Passed 280 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0C:00: Device ready for processing (SEQNUM=3342, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0B:03: Device processed (SEQNUM=3340, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0B:03: sd-device-monitor(worker): Passed 280 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory10: Device is queued (SEQNUM=3400, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:04: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0C:00: Device ready for processing (SEQNUM=3342, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:04: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0C:00: Processing device (SEQNUM=3342, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:04: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0C:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0C:00: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0C:00: hwdb modalias key: "acpi:PNP0C0C:"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0E:00: Device ready for processing (SEQNUM=3343, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C0E:00: sd-device-monitor(manager): Passed 204 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:01: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0E:00: Processing device (SEQNUM=3343, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0C:00: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0E:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0C:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: memory11: Device is queued (SEQNUM=3401, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:04: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0E:00: hwdb modalias key: "acpi:PNP0C0E:"
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0C:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:01: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory12: Device is queued (SEQNUM=3402, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0E:00: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:01: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:04: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:04' for '/devices/platform/PNP0C0B:04'.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory13: Device is queued (SEQNUM=3403, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:04: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0E:00: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:01: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: Loading module: acpi:PNP0C0B:
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0E:00: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0C:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: memory14: Device is queued (SEQNUM=3404, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:01: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory15: Device is queued (SEQNUM=3405, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:01: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: Failed to find module 'acpi:PNP0C0B:'
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0E:00: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0C:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C0C:00' for '/devices/platform/PNP0C0C:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory16: Device is queued (SEQNUM=3406, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0C:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:04: sd-device: Created database file '/run/udev/data/+platform:PNP0C0B:04' for '/devices/platform/PNP0C0B:04'.
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:01: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: Loading module: acpi:PNP0C0C:
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:04: Device processed (SEQNUM=3341, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0E:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C0E:00' for '/devices/platform/PNP0C0E:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory17: Device is queued (SEQNUM=3407, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C0B:04: sd-device-monitor(worker): Passed 280 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0E:00: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:01: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: Loading module: acpi:PNP0C0E:
Jul 11 23:04:32 megalex systemd-udevd[346]: memory18: Device is queued (SEQNUM=3408, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:01: Device ready for processing (SEQNUM=3344, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: Failed to find module 'acpi:PNP0C0C:'
Jul 11 23:04:32 megalex systemd-udevd[346]: PNP0C14:01: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C14:01: Processing device (SEQNUM=3344, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wmi_bus-PNP0C14:01: SEQNUM=3345 blocked by SEQNUM=3344
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C14:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex systemd-udevd[346]: A80593CE-2377-11DA-B012-B62220120727: SEQNUM=3346 blocked by SEQNUM=3344
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0C:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C0C:00' for '/devices/platform/PNP0C0C:00'.
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C14:01: hwdb modalias key: "acpi:PNP0C14:"
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-cpufreq: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: Failed to find module 'acpi:PNP0C0E:'
Jul 11 23:04:32 megalex systemd-udevd[346]: memory19: Device is queued (SEQNUM=3409, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0C:00: Device processed (SEQNUM=3342, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-cpufreq: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C14:01: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0E:00: sd-device: Created database file '/run/udev/data/+platform:PNP0C0E:00' for '/devices/platform/PNP0C0E:00'.
Jul 11 23:04:32 megalex (udev-worker)[353]: PNP0C0C:00: sd-device-monitor(worker): Passed 264 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C14:01: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: memory2: Device is queued (SEQNUM=3410, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0E:00: Device processed (SEQNUM=3343, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C14:01: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-cpufreq: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: PNP0C0E:00: sd-device-monitor(worker): Passed 264 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory20: Device is queued (SEQNUM=3411, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-cpufreq: Device ready for processing (SEQNUM=3347, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-cpufreq: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: efivars.0: Device ready for processing (SEQNUM=3348, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: acpi-cpufreq: Processing device (SEQNUM=3347, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory21: Device is queued (SEQNUM=3412, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: efivars.0: Device ready for processing (SEQNUM=3348, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: acpi-cpufreq: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex systemd-udevd[346]: efivars.0: sd-device-monitor(manager): Passed 206 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C14:01: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[353]: acpi-cpufreq: hwdb modalias key: "platform:acpi-cpufreq"
Jul 11 23:04:32 megalex (udev-worker)[430]: efivars.0: Processing device (SEQNUM=3348, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042: Device ready for processing (SEQNUM=3349, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: efivars.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex (udev-worker)[430]: efivars.0: hwdb modalias key: "platform:efivars"
Jul 11 23:04:32 megalex (udev-worker)[353]: acpi-cpufreq: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory22: Device is queued (SEQNUM=3413, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C14:01: sd-device: Created database file '/run/udev/data/+platform:PNP0C14:01' for '/devices/platform/PNP0C14:01'.
Jul 11 23:04:32 megalex (udev-worker)[353]: acpi-cpufreq: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042: Device ready for processing (SEQNUM=3349, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C14:01: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[353]: acpi-cpufreq: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[430]: efivars.0: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[421]: Loading module: acpi:PNP0C14:
Jul 11 23:04:32 megalex systemd-udevd[346]: memory23: Device is queued (SEQNUM=3414, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: efivars.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042: Device ready for processing (SEQNUM=3349, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: efivars.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: memory24: Device is queued (SEQNUM=3415, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042: Device ready for processing (SEQNUM=3349, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: acpi-cpufreq: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: memory25: Device is queued (SEQNUM=3416, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042: Device ready for processing (SEQNUM=3349, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: Module 'wmi' is already loaded
Jul 11 23:04:32 megalex systemd-udevd[346]: memory26: Device is queued (SEQNUM=3417, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042: Device ready for processing (SEQNUM=3349, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: efivars.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C14:01: sd-device: Created database file '/run/udev/data/+platform:PNP0C14:01' for '/devices/platform/PNP0C14:01'.
Jul 11 23:04:32 megalex (udev-worker)[353]: acpi-cpufreq: sd-device: Created database file '/run/udev/data/+platform:acpi-cpufreq' for '/devices/platform/acpi-cpufreq'.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory27: Device is queued (SEQNUM=3418, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C14:01: Device processed (SEQNUM=3344, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: acpi-cpufreq: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042: Device ready for processing (SEQNUM=3349, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: PNP0C14:01: sd-device-monitor(worker): Passed 280 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: Loading module: platform:acpi-cpufreq
Jul 11 23:04:32 megalex (udev-worker)[430]: efivars.0: sd-device: Created database file '/run/udev/data/+platform:efivars.0' for '/devices/platform/efivars.0'.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory28: Device is queued (SEQNUM=3419, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: efivars.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042: Device ready for processing (SEQNUM=3349, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: Loading module: platform:efivars
Jul 11 23:04:32 megalex (udev-worker)[430]: Module 'efi_pstore' is built in
Jul 11 23:04:32 megalex systemd-udevd[346]: memory29: Device is queued (SEQNUM=3420, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wmi_bus-PNP0C14:01: Device ready for processing (SEQNUM=3345, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: efivars.0: sd-device: Created database file '/run/udev/data/+platform:efivars.0' for '/devices/platform/efivars.0'.
Jul 11 23:04:32 megalex systemd-udevd[346]: wmi_bus-PNP0C14:01: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[430]: efivars.0: Device processed (SEQNUM=3348, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: efivars.0: sd-device-monitor(worker): Passed 264 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: wmi_bus-PNP0C14:01: Processing device (SEQNUM=3345, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: A80593CE-2377-11DA-B012-B62220120727: SEQNUM=3346 blocked by SEQNUM=3345
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042: Device ready for processing (SEQNUM=3349, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory3: Device is queued (SEQNUM=3421, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042: Device ready for processing (SEQNUM=3349, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i8042: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: serio0: SEQNUM=3350 blocked by SEQNUM=3349
Jul 11 23:04:32 megalex systemd-udevd[346]: serio1: SEQNUM=3351 blocked by SEQNUM=3349
Jul 11 23:04:32 megalex (udev-worker)[430]: i8042: Processing device (SEQNUM=3349, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: i8042: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex (udev-worker)[430]: i8042: hwdb modalias key: "platform:i8042"
Jul 11 23:04:32 megalex systemd-udevd[346]: memory30: Device is queued (SEQNUM=3422, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory31: Device is queued (SEQNUM=3423, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: i8042: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: i8042: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: memory32: Device is queued (SEQNUM=3424, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: i8042: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory4: Device is queued (SEQNUM=3425, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory5: Device is queued (SEQNUM=3426, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: wmi_bus-PNP0C14:01: Device processed (SEQNUM=3345, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: wmi_bus-PNP0C14:01: sd-device-monitor(worker): Passed 207 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[430]: i8042: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: memory6: Device is queued (SEQNUM=3427, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory7: Device is queued (SEQNUM=3428, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: A80593CE-2377-11DA-B012-B62220120727: Device ready for processing (SEQNUM=3346, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: i8042: sd-device: Created database file '/run/udev/data/+platform:i8042' for '/devices/platform/i8042'.
Jul 11 23:04:32 megalex systemd-udevd[346]: A80593CE-2377-11DA-B012-B62220120727: sd-device-monitor(manager): Passed 351 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[430]: i8042: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[421]: A80593CE-2377-11DA-B012-B62220120727: Processing device (SEQNUM=3346, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: Loading module: platform:i8042
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: Failed to find module 'platform:i8042'
Jul 11 23:04:32 megalex (udev-worker)[421]: A80593CE-2377-11DA-B012-B62220120727: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=wmi'
Jul 11 23:04:32 megalex systemd-udevd[346]: memory8: Device is queued (SEQNUM=3429, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: A80593CE-2377-11DA-B012-B62220120727: hwdb modalias key: "wmi:A80593CE-2377-11DA-B012-B62220120727"
Jul 11 23:04:32 megalex (udev-worker)[430]: i8042: sd-device: Created database file '/run/udev/data/+platform:i8042' for '/devices/platform/i8042'.
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: i8042: Device processed (SEQNUM=3349, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory9: Device is queued (SEQNUM=3430, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: i8042: sd-device-monitor(worker): Passed 263 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: node0: Device is queued (SEQNUM=3431, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: A80593CE-2377-11DA-B012-B62220120727: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[421]: A80593CE-2377-11DA-B012-B62220120727: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=wmi': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: serio0: Device ready for processing (SEQNUM=3350, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serio0: sd-device-monitor(manager): Passed 307 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: serio1: Device ready for processing (SEQNUM=3351, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: serio0: Processing device (SEQNUM=3350, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tracepoint: Device is queued (SEQNUM=3432, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serio1: Device ready for processing (SEQNUM=3351, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: serio0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=serio'
Jul 11 23:04:32 megalex (udev-worker)[430]: serio0: hwdb modalias key: "serio:ty06pr00id00ex00"
Jul 11 23:04:32 megalex systemd-udevd[346]: uprobe: Device is queued (SEQNUM=3433, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: A80593CE-2377-11DA-B012-B62220120727: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: serio1: Device ready for processing (SEQNUM=3351, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 8:0: Device is queued (SEQNUM=3434, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serio1: Device ready for processing (SEQNUM=3351, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: serio0: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[430]: serio0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=serio': No data available
Jul 11 23:04:32 megalex (udev-worker)[421]: A80593CE-2377-11DA-B012-B62220120727: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu0: Device is queued (SEQNUM=3435, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: Loading module: wmi:A80593CE-2377-11DA-B012-B62220120727
Jul 11 23:04:32 megalex systemd-udevd[346]: serio1: Device ready for processing (SEQNUM=3351, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: Failed to find module 'wmi:A80593CE-2377-11DA-B012-B62220120727'
Jul 11 23:04:32 megalex (udev-worker)[421]: A80593CE-2377-11DA-B012-B62220120727: Device processed (SEQNUM=3346, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: A80593CE-2377-11DA-B012-B62220120727: sd-device-monitor(worker): Passed 351 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu1: Device is queued (SEQNUM=3436, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serio1: Device ready for processing (SEQNUM=3351, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: serio0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu2: Device is queued (SEQNUM=3437, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serio1: Device ready for processing (SEQNUM=3351, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: serio1: sd-device-monitor(manager): Passed 307 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: serio1: Processing device (SEQNUM=3351, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: serio0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[430]: Loading module: serio:ty06pr00id00ex00
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu3: Device is queued (SEQNUM=3438, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: serio1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=serio'
Jul 11 23:04:32 megalex (udev-worker)[430]: Module 'serio_raw' is already loaded
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: serio1: hwdb modalias key: "serio:ty01pr00id00ex00"
Jul 11 23:04:32 megalex (udev-worker)[430]: serio0: Device processed (SEQNUM=3350, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu4: Device is queued (SEQNUM=3439, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: serio0: sd-device-monitor(worker): Passed 307 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: serio1: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[421]: serio1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=serio': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu5: Device is queued (SEQNUM=3440, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: Device ready for processing (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: microcode: sd-device-monitor(manager): Passed 208 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device ready for processing (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: microcode: Processing device (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu6: Device is queued (SEQNUM=3441, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: microcode: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device ready for processing (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: microcode: hwdb modalias key: "platform:microcode"
Jul 11 23:04:32 megalex (udev-worker)[421]: serio1: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu7: Device is queued (SEQNUM=3442, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device ready for processing (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: microcode: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[430]: microcode: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex (udev-worker)[421]: serio1: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[430]: microcode: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: :ata1--scsi:0:0:0:0: Device is queued (SEQNUM=3443, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: Loading module: serio:ty01pr00id00ex00
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device ready for processing (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: Module 'serio_raw' is already loaded
Jul 11 23:04:32 megalex systemd-udevd[346]: pci:0000:01:00.0--pci:0000:01:00.1: Device is queued (SEQNUM=3444, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device ready for processing (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: platform:PNP0C14:00--wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Device is queued (SEQNUM=3445, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device ready for processing (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: Device is queued (SEQNUM=3446, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: microcode: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device ready for processing (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: system: Device is queued (SEQNUM=3447, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device ready for processing (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: id: Device is queued (SEQNUM=3448, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: microcode: sd-device: Created database file '/run/udev/data/+platform:microcode' for '/devices/platform/microcode'.
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device ready for processing (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: microcode: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: fbcon: Device is queued (SEQNUM=3449, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: Loading module: platform:microcode
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device ready for processing (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: Failed to find module 'platform:microcode'
Jul 11 23:04:32 megalex systemd-udevd[346]: full: Device is queued (SEQNUM=3450, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: microcode: sd-device: Created database file '/run/udev/data/+platform:microcode' for '/devices/platform/microcode'.
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device ready for processing (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: microcode: Device processed (SEQNUM=3352, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: microcode: sd-device-monitor(worker): Passed 266 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: kmsg: Device is queued (SEQNUM=3451, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device ready for processing (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mem: Device is queued (SEQNUM=3452, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device ready for processing (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: sd-device-monitor(manager): Passed 202 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: pcspkr: Processing device (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: null: Device is queued (SEQNUM=3453, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: pcspkr: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex (udev-worker)[430]: pcspkr: hwdb modalias key: "platform:pcspkr"
Jul 11 23:04:32 megalex systemd-udevd[346]: port: Device is queued (SEQNUM=3454, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: pcspkr: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[430]: pcspkr: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: random: Device is queued (SEQNUM=3455, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: pcspkr: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: urandom: Device is queued (SEQNUM=3456, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: zero: Device is queued (SEQNUM=3457, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory_tier4: Device is queued (SEQNUM=3458, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: pcspkr: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: autofs: Device is queued (SEQNUM=3459, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: btrfs-control: Device is queued (SEQNUM=3460, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: pcspkr: sd-device: Created database file '/run/udev/data/+platform:pcspkr' for '/devices/platform/pcspkr'.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu_dma_latency: Device is queued (SEQNUM=3461, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: pcspkr: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[430]: Loading module: platform:pcspkr
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: device-mapper: Device is queued (SEQNUM=3462, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: fuse: Device is queued (SEQNUM=3463, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hpet: Device is queued (SEQNUM=3464, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hw_random: Device is queued (SEQNUM=3465, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: loop-control: Device is queued (SEQNUM=3466, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: nvram: Device is queued (SEQNUM=3467, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: snapshot: Device is queued (SEQNUM=3468, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: udmabuf: Device is queued (SEQNUM=3469, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: userfaultfd: Device is queued (SEQNUM=3470, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: vga_arbiter: Device is queued (SEQNUM=3471, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: msr0: Device is queued (SEQNUM=3472, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: msr1: Device is queued (SEQNUM=3473, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: msr2: Device is queued (SEQNUM=3474, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: msr3: Device is queued (SEQNUM=3475, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: msr4: Device is queued (SEQNUM=3476, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: msr5: Device is queued (SEQNUM=3477, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: msr6: Device is queued (SEQNUM=3478, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: msr7: Device is queued (SEQNUM=3479, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cooling_device0: Device is queued (SEQNUM=3480, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cooling_device1: Device is queued (SEQNUM=3481, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cooling_device10: Device is queued (SEQNUM=3482, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cooling_device11: Device is queued (SEQNUM=3483, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cooling_device12: Device is queued (SEQNUM=3484, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cooling_device2: Device is queued (SEQNUM=3485, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cooling_device3: Device is queued (SEQNUM=3486, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cooling_device4: Device is queued (SEQNUM=3487, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cooling_device5: Device is queued (SEQNUM=3488, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cooling_device6: Device is queued (SEQNUM=3489, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cooling_device7: Device is queued (SEQNUM=3490, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cooling_device8: Device is queued (SEQNUM=3491, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cooling_device9: Device is queued (SEQNUM=3492, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: thermal_zone0: Device is queued (SEQNUM=3493, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hwmon0: Device is queued (SEQNUM=3494, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: thermal_zone1: Device is queued (SEQNUM=3495, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: vcs: Device is queued (SEQNUM=3496, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: vcs1: Device is queued (SEQNUM=3497, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: vcs9: Device is queued (SEQNUM=3498, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: vcsa: Device is queued (SEQNUM=3499, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: vcsa1: Device is queued (SEQNUM=3500, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: vcsa9: Device is queued (SEQNUM=3501, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: vcsu: Device is queued (SEQNUM=3502, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: vcsu1: Device is queued (SEQNUM=3503, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: vcsu9: Device is queued (SEQNUM=3504, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: vtcon0: Device is queued (SEQNUM=3505, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: vtcon1: Device is queued (SEQNUM=3506, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: blkcg_punt_bio: Device is queued (SEQNUM=3507, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: scsi_tmf_0: Device is queued (SEQNUM=3508, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: scsi_tmf_1: Device is queued (SEQNUM=3509, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: scsi_tmf_2: Device is queued (SEQNUM=3510, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: scsi_tmf_3: Device is queued (SEQNUM=3511, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: scsi_tmf_4: Device is queued (SEQNUM=3512, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: scsi_tmf_5: Device is queued (SEQNUM=3513, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: writeback: Device is queued (SEQNUM=3514, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: sda3: Device is queued (SEQNUM=3515, ACTION=change)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mac_hid: Device is queued (SEQNUM=3516, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup27: Device is queued (SEQNUM=3517, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ACPI000C:00: Device is queued (SEQNUM=3518, ACTION=bind)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: processor_aggregator: Device is queued (SEQNUM=3519, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi_pad: Device is queued (SEQNUM=3520, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: Inserted module 'mac_hid'
Jul 11 23:04:32 megalex (udev-worker)[364]: Inserted module 'mac_hid'
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: sd-device: Created database file '/run/udev/data/+input:input4' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4'.
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: Device processed (SEQNUM=2795, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: sd-device: Created database file '/run/udev/data/+input:input2' for '/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2'.
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: Device processed (SEQNUM=2776, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: input2: sd-device-monitor(worker): Passed 503 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: input4: sd-device-monitor(worker): Passed 1403 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: Inserted module 'mac_hid'
Jul 11 23:04:32 megalex (udev-worker)[357]: Inserted module 'mac_hid'
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: sd-device: Created database file '/run/udev/data/+input:input0' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0'.
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: Device processed (SEQNUM=2783, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: sd-device-monitor(worker): Passed 494 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: sd-device: Created database file '/run/udev/data/+input:input6' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6'.
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: Device processed (SEQNUM=2799, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: input6: sd-device-monitor(worker): Passed 1232 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: event2: Device ready for processing (SEQNUM=2777, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: Inserted module 'mac_hid'
Jul 11 23:04:32 megalex (udev-worker)[376]: Inserted module 'mac_hid'
Jul 11 23:04:32 megalex (udev-worker)[358]: Inserted module 'mac_hid'
Jul 11 23:04:32 megalex systemd-udevd[346]: event2: sd-device-monitor(manager): Passed 246 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: event0: Device ready for processing (SEQNUM=2784, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: Inserted module 'acpi_pad'
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: sd-device: Created database file '/run/udev/data/+input:input1' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1'.
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: Device processed (SEQNUM=2780, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: sd-device: Created database file '/run/udev/data/+input:input7' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7'.
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: Device processed (SEQNUM=2801, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: Processing device (SEQNUM=2784, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: input1: sd-device-monitor(worker): Passed 510 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: ACPI000C:00: sd-device: Created database file '/run/udev/data/+acpi:ACPI000C:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000C:00'.
Jul 11 23:04:32 megalex (udev-worker)[358]: input7: sd-device-monitor(worker): Passed 1158 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: ACPI000C:00: Device processed (SEQNUM=2975, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: ACPI000C:00: sd-device-monitor(worker): Passed 262 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: event0: sd-device-monitor(manager): Passed 257 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: event3: Device ready for processing (SEQNUM=2796, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: Inserted module 'acpi_pad'
Jul 11 23:04:32 megalex systemd-udevd[346]: event3: sd-device-monitor(manager): Passed 283 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: event4: Device ready for processing (SEQNUM=2800, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event4: sd-device-monitor(manager): Passed 283 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::capslock: Device ready for processing (SEQNUM=3264, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: ACPI000C:00: sd-device: Created database file '/run/udev/data/+platform:ACPI000C:00' for '/devices/platform/ACPI000C:00'.
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: Processing device (SEQNUM=2777, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: ACPI000C:00: Device processed (SEQNUM=3335, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event1: Device ready for processing (SEQNUM=2781, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event1: sd-device-monitor(manager): Passed 257 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: ACPI000C:00: sd-device-monitor(worker): Passed 268 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: event5: Device ready for processing (SEQNUM=2802, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event5: sd-device-monitor(manager): Passed 283 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::capslock: Device ready for processing (SEQNUM=3264, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::capslock: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::compose: Device ready for processing (SEQNUM=3265, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::compose: Device ready for processing (SEQNUM=3265, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: Processing device (SEQNUM=2781, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::compose: sd-device-monitor(manager): Passed 247 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[358]: input4::capslock: Processing device (SEQNUM=3264, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::kana: Device ready for processing (SEQNUM=3266, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: input4::compose: Processing device (SEQNUM=3265, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: /usr/lib/udev/rules.d/50-udev-default.rules:46 GROUP 993
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: hwdb modalias key: "input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw"
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 23:04:32 megalex (udev-worker)[359]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 23:04:32 megalex (udev-worker)[359]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 23:04:32 megalex (udev-worker)[359]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: 2 character(s) replaced
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: /usr/lib/udev/rules.d/60-evdev.rules:20 Importing properties from results of builtin command 'hwdb 'evdev:name:Sleep Button:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: /usr/lib/udev/rules.d/60-evdev.rules:20 Failed to run builtin 'hwdb 'evdev:name:Sleep Button:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 23:04:32 megalex (udev-worker)[359]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 23:04:32 megalex (udev-worker)[358]: input4::capslock: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[359]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 23:04:32 megalex (udev-worker)[359]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: 2 character(s) replaced
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: /usr/lib/udev/rules.d/60-evdev.rules:25 Importing properties from results of builtin command 'hwdb 'evdev:name:Sleep Button:phys:PNP0C0E/button/input0:ev:3:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: /usr/lib/udev/rules.d/60-evdev.rules:25 Failed to run builtin 'hwdb 'evdev:name:Sleep Button:phys:PNP0C0E/button/input0:ev:3:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 23:04:32 megalex (udev-worker)[418]: input4::compose: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: capabilities/ev raw kernel attribute: 3
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: capabilities/abs raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: capabilities/rel raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: capabilities/key raw kernel attribute: 4000 0 0
Jul 11 23:04:32 megalex (udev-worker)[359]: input0: properties raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: test_key: checking bit block 0 for any keys; found=no
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: test_key: checking bit block 64 for any keys; found=no
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: test_key: checking bit block 128 for any keys; found=yes
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: /usr/lib/udev/rules.d/50-udev-default.rules:46 GROUP 993
Jul 11 23:04:32 megalex kernel: pps_core: LinuxPPS API ver. 1 registered
Jul 11 23:04:32 megalex kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: Processing device (SEQNUM=2796, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 23:04:32 megalex (udev-worker)[418]: input4::compose: sd-device: Created database file '/run/udev/data/+leds:input4::compose' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/input4::compose'.
Jul 11 23:04:32 megalex (udev-worker)[418]: input4::compose: sd-device: Created database file '/run/udev/data/+leds:input4::compose' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/input4::compose'.
Jul 11 23:04:32 megalex (udev-worker)[418]: input4::compose: Device processed (SEQNUM=3265, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: Processing device (SEQNUM=2800, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[358]: input4::capslock: sd-device: Created database file '/run/udev/data/+leds:input4::capslock' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/input4::capslock'.
Jul 11 23:04:32 megalex (udev-worker)[418]: input4::compose: sd-device-monitor(worker): Passed 460 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 23:04:32 megalex (udev-worker)[358]: input4::capslock: sd-device: Created database file '/run/udev/data/+leds:input4::capslock' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/input4::capslock'.
Jul 11 23:04:32 megalex (udev-worker)[358]: input4::capslock: Device processed (SEQNUM=3264, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/50-udev-default.rules:46 GROUP 993
Jul 11 23:04:32 megalex (udev-worker)[358]: input4::capslock: sd-device-monitor(worker): Passed 461 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[357]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: /usr/lib/udev/rules.d/50-udev-default.rules:46 GROUP 993
Jul 11 23:04:32 megalex kernel: input: PC Speaker as /devices/platform/pcspkr/input/input10
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 23:04:32 megalex (udev-worker)[357]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 23:04:32 megalex (udev-worker)[357]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: 2 character(s) replaced
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: /usr/lib/udev/rules.d/60-evdev.rules:20 Importing properties from results of builtin command 'hwdb 'evdev:name:Power Button:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: /usr/lib/udev/rules.d/60-evdev.rules:20 Failed to run builtin 'hwdb 'evdev:name:Power Button:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 23:04:32 megalex (udev-worker)[357]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k71,72,73,80,8C,90,9B,9C,9E,9F,A3,A4,A5,A6,AB,AC,AD,D1,D9,F0,ram4,lsfw"
Jul 11 23:04:32 megalex (udev-worker)[357]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 23:04:32 megalex (udev-worker)[357]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: 2 character(s) replaced
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: /usr/lib/udev/rules.d/60-evdev.rules:25 Importing properties from results of builtin command 'hwdb 'evdev:name:Power Button:phys:LNXPWRBN/button/input0:ev:3:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: /usr/lib/udev/rules.d/60-evdev.rules:25 Failed to run builtin 'hwdb 'evdev:name:Power Button:phys:LNXPWRBN/button/input0:ev:3:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 23:04:32 megalex (udev-worker)[357]: input2: capabilities/ev raw kernel attribute: 3
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 23:04:32 megalex (udev-worker)[357]: input2: capabilities/abs raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[357]: input2: capabilities/rel raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[357]: input2: capabilities/key raw kernel attribute: 8000 10000000000000 0
Jul 11 23:04:32 megalex (udev-worker)[357]: input2: properties raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: test_key: checking bit block 0 for any keys; found=no
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: test_key: checking bit block 64 for any keys; found=yes
Jul 11 23:04:32 megalex (udev-worker)[372]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: Processing device (SEQNUM=2802, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: sound: Device is queued (SEQNUM=3521, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::kana: Device ready for processing (SEQNUM=3266, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::kana: sd-device-monitor(manager): Passed 244 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/50-udev-default.rules:46 GROUP 993
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::numlock: Device ready for processing (SEQNUM=3267, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::numlock: sd-device-monitor(manager): Passed 247 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::scrolllock: Device ready for processing (SEQNUM=3268, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 23:04:32 megalex (udev-worker)[372]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 23:04:32 megalex systemd-udevd[346]: soundcore: Device is queued (SEQNUM=3522, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: 2 character(s) replaced
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::scrolllock: Device ready for processing (SEQNUM=3268, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: /usr/lib/udev/rules.d/60-evdev.rules:20 Importing properties from results of builtin command 'hwdb 'evdev:name:Power Button:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-cpufreq: Device is queued (SEQNUM=3523, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: /usr/lib/udev/rules.d/60-evdev.rules:20 Failed to run builtin 'hwdb 'evdev:name:Power Button:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::scrolllock: Device ready for processing (SEQNUM=3268, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: acpi-cpufreq: Device is queued (SEQNUM=3524, ACTION=remove)
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::scrolllock: Device ready for processing (SEQNUM=3268, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 23:04:32 megalex (udev-worker)[418]: input4::kana: Processing device (SEQNUM=3266, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k74,8E,8F,ram4,lsfw"
Jul 11 23:04:32 megalex systemd-udevd[346]: psmouse: Device is queued (SEQNUM=3525, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::scrolllock: Device ready for processing (SEQNUM=3268, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/50-udev-default.rules:46 GROUP 993
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 23:04:32 megalex (udev-worker)[421]: Inserted module 'psmouse'
Jul 11 23:04:32 megalex kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 238
Jul 11 23:04:32 megalex (udev-worker)[421]: serio1: Device processed (SEQNUM=3351, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: serio1: sd-device-monitor(worker): Passed 307 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: hwdb modalias key: "input:b0003v0461p0010e0111-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"
Jul 11 23:04:32 megalex systemd-udevd[346]: psmouse: Device is queued (SEQNUM=3526, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::scrolllock: Device ready for processing (SEQNUM=3268, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: Inserted module 'pcspkr'
Jul 11 23:04:32 megalex (udev-worker)[372]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: 2 character(s) replaced
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: /usr/lib/udev/rules.d/60-evdev.rules:25 Importing properties from results of builtin command 'hwdb 'evdev:name:Power Button:phys:PNP0C0C/button/input0:ev:3:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 23:04:32 megalex systemd-udevd[346]: pps: Device is queued (SEQNUM=3527, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::scrolllock: Device ready for processing (SEQNUM=3268, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: input4::scrolllock: sd-device-monitor(manager): Passed 250 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[430]: pcspkr: sd-device: Created database file '/run/udev/data/+platform:pcspkr' for '/devices/platform/pcspkr'.
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: /usr/lib/udev/rules.d/60-evdev.rules:25 Failed to run builtin 'hwdb 'evdev:name:Power Button:phys:PNP0C0C/button/input0:ev:3:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: pcspkr: Device processed (SEQNUM=3353, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 23:04:32 megalex (udev-worker)[430]: pcspkr: sd-device-monitor(worker): Passed 254 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: input4::scrolllock: Processing device (SEQNUM=3268, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 23:04:32 megalex (udev-worker)[358]: input4::numlock: Processing device (SEQNUM=3267, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_vsec: Device is queued (SEQNUM=3528, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mei: Device is queued (SEQNUM=3529, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: Device ready for processing (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc-efi.0: sd-device-monitor(manager): Passed 206 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:00: Device ready for processing (SEQNUM=3355, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_vsec: Device is queued (SEQNUM=3530, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:00: Device ready for processing (SEQNUM=3355, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: pps_core: Device is queued (SEQNUM=3531, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:00: Device ready for processing (SEQNUM=3355, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mei: Device is queued (SEQNUM=3532, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:00: Device ready for processing (SEQNUM=3355, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: rtc-efi.0: Processing device (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: rtc-efi.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex (udev-worker)[430]: rtc-efi.0: hwdb modalias key: "platform:rtc-efi"
Jul 11 23:04:32 megalex (udev-worker)[430]: rtc-efi.0: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[430]: rtc-efi.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex (udev-worker)[430]: rtc-efi.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[430]: rtc-efi.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[430]: rtc-efi.0: sd-device: Created database file '/run/udev/data/+platform:rtc-efi.0' for '/devices/platform/rtc-efi.0'.
Jul 11 23:04:32 megalex (udev-worker)[430]: rtc-efi.0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[430]: Loading module: platform:rtc-efi
Jul 11 23:04:32 megalex (udev-worker)[430]: Failed to find module 'platform:rtc-efi'
Jul 11 23:04:32 megalex (udev-worker)[430]: rtc-efi.0: sd-device: Created database file '/run/udev/data/+platform:rtc-efi.0' for '/devices/platform/rtc-efi.0'.
Jul 11 23:04:32 megalex (udev-worker)[430]: rtc-efi.0: Device processed (SEQNUM=3354, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: rtc-efi.0: sd-device-monitor(worker): Passed 264 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: input4::kana: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: mei: Device is queued (SEQNUM=3533, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:00: Device ready for processing (SEQNUM=3355, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: input10: Device is queued (SEQNUM=3534, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:00: Device ready for processing (SEQNUM=3355, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:00: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[372]: input1: capabilities/ev raw kernel attribute: 3
Jul 11 23:04:32 megalex (udev-worker)[372]: input1: capabilities/abs raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[372]: input1: capabilities/rel raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[372]: input1: capabilities/key raw kernel attribute: 8000 10000000000000 0
Jul 11 23:04:32 megalex (udev-worker)[372]: input1: properties raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: test_key: checking bit block 0 for any keys; found=no
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: test_key: checking bit block 64 for any keys; found=yes
Jul 11 23:04:32 megalex kernel:
Jul 11 23:04:32 megalex kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:01: Device ready for processing (SEQNUM=3356, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event7: Device is queued (SEQNUM=3535, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:01: Device ready for processing (SEQNUM=3356, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device is queued (SEQNUM=3536, ACTION=bind)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:01: Device ready for processing (SEQNUM=3356, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i2c_mux: Device is queued (SEQNUM=3537, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:01: Device ready for processing (SEQNUM=3356, ACTION=add)
Jul 11 23:04:32 megalex kernel: PTP clock support registered
Jul 11 23:04:32 megalex kernel: mc: Linux media interface: v0.10
Jul 11 23:04:32 megalex (udev-worker)[430]: 00:00: Processing device (SEQNUM=3355, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: 2 character(s) replaced
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/60-evdev.rules:20 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Keyboard Consumer Control:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device is queued (SEQNUM=3538, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:01: Device ready for processing (SEQNUM=3356, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pcspkr: Device is queued (SEQNUM=3539, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:01: Device ready for processing (SEQNUM=3356, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: nvidia-nvswitch: Device is queued (SEQNUM=3540, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:01: Device ready for processing (SEQNUM=3356, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ttm: Device is queued (SEQNUM=3541, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:01: Device ready for processing (SEQNUM=3356, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[362]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/60-evdev.rules:20 Failed to run builtin 'hwdb 'evdev:name:USB Keyboard Consumer Control:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_pmt: Device is queued (SEQNUM=3542, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:01: Device ready for processing (SEQNUM=3356, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pmt_class: Device is queued (SEQNUM=3543, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:01: Device ready for processing (SEQNUM=3356, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: input4::kana: sd-device: Created database file '/run/udev/data/+leds:input4::kana' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/input4::kana'.
Jul 11 23:04:32 megalex (udev-worker)[418]: input4::kana: sd-device: Created database file '/run/udev/data/+leds:input4::kana' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/input4::kana'.
Jul 11 23:04:32 megalex (udev-worker)[418]: input4::kana: Device processed (SEQNUM=3266, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: ptp: Device is queued (SEQNUM=3544, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: input4::kana: sd-device-monitor(worker): Passed 457 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:01: Device ready for processing (SEQNUM=3356, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: ptp: Device is queued (SEQNUM=3545, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 23:04:32 megalex (udev-worker)[430]: 00:00: Device processed (SEQNUM=3355, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:01: Device ready for processing (SEQNUM=3356, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 23:04:32 megalex (udev-worker)[430]: 00:00: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:01: sd-device-monitor(manager): Passed 184 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:02: Device ready for processing (SEQNUM=3357, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: 00:01: Processing device (SEQNUM=3356, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: snd: Device is queued (SEQNUM=3546, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:02: Device ready for processing (SEQNUM=3357, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:02: sd-device-monitor(manager): Passed 184 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:03: Device ready for processing (SEQNUM=3358, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: 00:02: Processing device (SEQNUM=3357, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: 2 character(s) replaced
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/60-evdev.rules:20 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Keyboard:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 23:04:32 megalex systemd-udevd[346]: media: Device is queued (SEQNUM=3547, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:03: Device ready for processing (SEQNUM=3358, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/60-evdev.rules:20 Failed to run builtin 'hwdb 'evdev:name:USB Keyboard:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 23:04:32 megalex (udev-worker)[362]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 23:04:32 megalex (udev-worker)[362]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 23:04:32 megalex (udev-worker)[362]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: 2 character(s) replaced
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/60-evdev.rules:25 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Keyboard:phys:usb-0000:00:14.0-9/input0:ev:120013:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/60-evdev.rules:25 Failed to run builtin 'hwdb 'evdev:name:USB Keyboard:phys:usb-0000:00:14.0-9/input0:ev:120013:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 23:04:32 megalex (udev-worker)[421]: input4::scrolllock: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[358]: input4::numlock: /usr/lib/udev/rules.d/71-seat.rules:75 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[358]: input4::numlock: sd-device: Created database file '/run/udev/data/+leds:input4::numlock' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/input4::numlock'.
Jul 11 23:04:32 megalex (udev-worker)[421]: input4::scrolllock: sd-device: Created database file '/run/udev/data/+leds:input4::scrolllock' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/input4::scrolllock'.
Jul 11 23:04:32 megalex (udev-worker)[358]: input4::numlock: sd-device: Created database file '/run/udev/data/+leds:input4::numlock' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/input4::numlock'.
Jul 11 23:04:32 megalex (udev-worker)[358]: input4::numlock: Device processed (SEQNUM=3267, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: input4::numlock: sd-device-monitor(worker): Passed 460 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: input4::scrolllock: sd-device: Created database file '/run/udev/data/+leds:input4::scrolllock' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/input4::scrolllock'.
Jul 11 23:04:32 megalex (udev-worker)[421]: input4::scrolllock: Device processed (SEQNUM=3268, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: input4::scrolllock: sd-device-monitor(worker): Passed 463 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: input4: capabilities/ev raw kernel attribute: 120013
Jul 11 23:04:32 megalex (udev-worker)[363]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 23:04:32 megalex (udev-worker)[364]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 23:04:32 megalex (udev-worker)[362]: input4: capabilities/abs raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[376]: Inserted module 'mousedev'
Jul 11 23:04:32 megalex (udev-worker)[364]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: 2 character(s) replaced
Jul 11 23:04:32 megalex (udev-worker)[430]: 00:02: Device processed (SEQNUM=3357, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/60-evdev.rules:25 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Keyboard Consumer Control:phys:usb-0000:00:14.0-9/input1:ev:13:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 23:04:32 megalex (udev-worker)[430]: 00:02: sd-device-monitor(worker): Passed 184 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/60-evdev.rules:25 Failed to run builtin 'hwdb 'evdev:name:USB Keyboard Consumer Control:phys:usb-0000:00:14.0-9/input1:ev:13:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 23:04:32 megalex kernel: mousedev: PS/2 mouse device common for all mice
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 23:04:32 megalex (udev-worker)[376]: Module 'mousedev' is already loaded
Jul 11 23:04:32 megalex (udev-worker)[362]: input4: capabilities/rel raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[362]: input4: capabilities/key raw kernel attribute: 1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
Jul 11 23:04:32 megalex (udev-worker)[362]: input4: properties raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: test_key: checking bit block 0 for any keys; found=yes
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: sd-device: Created database file '/run/udev/data/+input:input8' for '/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/0003:1BCF:0005.0003/input/input8'.
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: Device processed (SEQNUM=2790, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: input8: sd-device-monitor(worker): Passed 1232 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device is queued (SEQNUM=3548, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:03: Device ready for processing (SEQNUM=3358, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: 00:01: Device processed (SEQNUM=3356, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: 00:01: sd-device-monitor(worker): Passed 184 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: drm_ttm_helper: Device is queued (SEQNUM=3549, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event6: Device ready for processing (SEQNUM=2791, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: event6: sd-device-monitor(manager): Passed 285 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: input6: capabilities/ev raw kernel attribute: 13
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:03: Device ready for processing (SEQNUM=3358, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:03: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: input6: capabilities/abs raw kernel attribute: 0
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:04: Device ready for processing (SEQNUM=3359, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:04: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:05: Device ready for processing (SEQNUM=3360, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: input6: capabilities/rel raw kernel attribute: 0
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:05: sd-device-monitor(manager): Passed 183 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cmos_nvram0: SEQNUM=3361 blocked by SEQNUM=3360
Jul 11 23:04:32 megalex (udev-worker)[364]: input6: capabilities/key raw kernel attribute: 1000002020000 3878d8011001 e000000000000 0
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc0: SEQNUM=3362 blocked by SEQNUM=3360
Jul 11 23:04:32 megalex systemd-udevd[346]: alarmtimer.0.auto: SEQNUM=3363 blocked by SEQNUM=3360
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup23: SEQNUM=3364 blocked by SEQNUM=3360
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup22: SEQNUM=3365 blocked by SEQNUM=3360
Jul 11 23:04:32 megalex (udev-worker)[364]: input6: properties raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: test_key: checking bit block 0 for any keys; found=no
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:06: Device ready for processing (SEQNUM=3366, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: test_key: checking bit block 64 for any keys; found=yes
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:06: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:07: Device ready for processing (SEQNUM=3367, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 00:06: Processing device (SEQNUM=3366, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: smbus_alert: Device is queued (SEQNUM=3550, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:07: Device ready for processing (SEQNUM=3367, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i2c_smbus: Device is queued (SEQNUM=3551, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:07: Device ready for processing (SEQNUM=3367, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: 00:03: Processing device (SEQNUM=3358, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: Processing device (SEQNUM=2791, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 23:04:32 megalex (udev-worker)[363]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: 2 character(s) replaced
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/60-evdev.rules:20 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Keyboard System Control:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 23:04:32 megalex kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: /usr/lib/udev/rules.d/50-udev-default.rules:46 GROUP 993
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/60-evdev.rules:20 Failed to run builtin 'hwdb 'evdev:name:USB Keyboard System Control:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 23:04:32 megalex (udev-worker)[418]: 00:05: Processing device (SEQNUM=3360, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: /usr/lib/udev/rules.d/60-evdev.rules:10 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=evdev:'
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: hwdb modalias key: "input:b0003v1BCFp0005e0110-e0,1,2,4,k110,111,112,113,114,r0,1,6,8,B,C,am4,lsfw"
Jul 11 23:04:32 megalex (udev-worker)[430]: 00:03: Device processed (SEQNUM=3358, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: 00:03: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: 00:05: Device processed (SEQNUM=3360, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: 00:05: sd-device-monitor(worker): Passed 183 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: 00:04: Processing device (SEQNUM=3359, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mice: Device is queued (SEQNUM=3552, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:07: Device ready for processing (SEQNUM=3367, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mouse0: Device is queued (SEQNUM=3553, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cmos_nvram0: Device ready for processing (SEQNUM=3361, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cmos_nvram0: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc0: Device ready for processing (SEQNUM=3362, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: rtc0: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: alarmtimer.0.auto: SEQNUM=3363 blocked by SEQNUM=3362
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup23: SEQNUM=3364 blocked by SEQNUM=3362
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup22: Device ready for processing (SEQNUM=3365, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: psaux: Device is queued (SEQNUM=3554, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup22: Device ready for processing (SEQNUM=3365, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mousedev: Device is queued (SEQNUM=3555, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup22: Device ready for processing (SEQNUM=3365, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 00:06: Device processed (SEQNUM=3366, ACTION=add)
Jul 11 23:04:32 megalex kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
Jul 11 23:04:32 megalex kernel: i2c i2c-0: Successfully instantiated SPD at 0x51
Jul 11 23:04:32 megalex (udev-worker)[358]: 00:06: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: 00:04: Device processed (SEQNUM=3359, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: rtc0: Processing device (SEQNUM=3362, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 00:04: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: hwdb modalias key: "input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw"
Jul 11 23:04:32 megalex (udev-worker)[430]: cmos_nvram0: Processing device (SEQNUM=3361, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: No entry found from hwdb.
Jul 11 23:04:32 megalex kernel: i2c i2c-0: Successfully instantiated SPD at 0x52
Jul 11 23:04:32 megalex kernel: i2c i2c-0: Successfully instantiated SPD at 0x53
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 23:04:32 megalex (udev-worker)[418]: rtc0: /usr/lib/udev/rules.d/50-udev-default.rules:14 Added SYMLINK 'rtc'
Jul 11 23:04:32 megalex (udev-worker)[363]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup22: Device ready for processing (SEQNUM=3365, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup22: sd-device-monitor(manager): Passed 186 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:07: Device ready for processing (SEQNUM=3367, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:07: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:08: Device ready for processing (SEQNUM=3368, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 00:07: Processing device (SEQNUM=3367, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: wakeup22: Processing device (SEQNUM=3365, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 00:07: Device processed (SEQNUM=3367, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 00:07: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:08: Device ready for processing (SEQNUM=3368, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:08: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:09: Device ready for processing (SEQNUM=3369, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 00:08: Processing device (SEQNUM=3368, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: wakeup22: Device processed (SEQNUM=3365, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: wakeup22: sd-device-monitor(worker): Passed 186 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 23:04:32 megalex (udev-worker)[363]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: 2 character(s) replaced
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/60-evdev.rules:25 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Keyboard System Control:phys:usb-0000:00:14.0-9/input1:ev:13:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/60-evdev.rules:25 Failed to run builtin 'hwdb 'evdev:name:USB Keyboard System Control:phys:usb-0000:00:14.0-9/input1:ev:13:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: mei_me: Device is queued (SEQNUM=3556, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:09: Device ready for processing (SEQNUM=3369, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: /usr/lib/udev/rules.d/65-libwacom.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input '--lookup-prefix=libwacom:name:Sleep Button:''
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: hwdb modalias key: "input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw"
Jul 11 23:04:32 megalex systemd-udevd[346]: mei_me: Device is queued (SEQNUM=3557, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:09: Device ready for processing (SEQNUM=3369, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 00:09: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: software: Device ready for processing (SEQNUM=3370, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 00:09: Processing device (SEQNUM=3369, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i801_smbus: Device is queued (SEQNUM=3558, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: cmos_nvram0: Device processed (SEQNUM=3361, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: software: Device ready for processing (SEQNUM=3370, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: cmos_nvram0: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: i2c_i801: Device is queued (SEQNUM=3559, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: software: Device ready for processing (SEQNUM=3370, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: /usr/lib/udev/rules.d/65-libwacom.rules:20 Failed to run builtin 'hwdb --subsystem=input '--lookup-prefix=libwacom:name:Sleep Button:'': No data available
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: /usr/lib/udev/rules.d/80-libinput-device-groups.rules:4 Importing properties from results of 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0'
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: Starting 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0'
Jul 11 23:04:32 megalex (udev-worker)[359]: Successfully forked off '(spawn)' as PID 462.
Jul 11 23:04:32 megalex (udev-worker)[358]: 00:08: Device processed (SEQNUM=3368, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: 00:08: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: iTCO_wdt: Device is queued (SEQNUM=3560, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: software: Device ready for processing (SEQNUM=3370, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: software: sd-device-monitor(manager): Passed 174 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: broadcast: Device ready for processing (SEQNUM=3371, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: software: Processing device (SEQNUM=3370, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pmt_telemetry: Device is queued (SEQNUM=3561, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: broadcast: Device ready for processing (SEQNUM=3371, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: broadcast: sd-device-monitor(manager): Passed 193 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent0: Device ready for processing (SEQNUM=3372, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: broadcast: Processing device (SEQNUM=3371, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pmt_telemetry: Device is queued (SEQNUM=3562, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 00:09: Device processed (SEQNUM=3369, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent0: Device ready for processing (SEQNUM=3372, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: 00:09: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[430]: software: Device processed (SEQNUM=3370, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: /usr/lib/udev/rules.d/60-evdev.rules:10 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=evdev:': No data available
Jul 11 23:04:32 megalex (udev-worker)[430]: software: sd-device-monitor(worker): Passed 174 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: i2c-0: Device is queued (SEQNUM=3563, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent0: Device ready for processing (SEQNUM=3372, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: i2c-0: Device is queued (SEQNUM=3564, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent0: Device ready for processing (SEQNUM=3372, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent0: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent1: Device ready for processing (SEQNUM=3373, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent1: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent2: Device ready for processing (SEQNUM=3374, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: clockevent1: Processing device (SEQNUM=3373, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: clockevent0: Processing device (SEQNUM=3372, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: input7: capabilities/ev raw kernel attribute: 13
Jul 11 23:04:32 megalex (udev-worker)[418]: rtc0: Preserve permissions of /dev/rtc0, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[421]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 23:04:32 megalex (udev-worker)[421]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 23:04:32 megalex (udev-worker)[363]: input7: capabilities/abs raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: 2 character(s) replaced
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: /usr/lib/udev/rules.d/60-evdev.rules:20 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Optical Mouse:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 23:04:32 megalex systemd-udevd[346]: 0-0050: Device is queued (SEQNUM=3565, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: input7: capabilities/rel raw kernel attribute: 0
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent2: Device ready for processing (SEQNUM=3374, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: /usr/lib/udev/rules.d/60-evdev.rules:20 Failed to run builtin 'hwdb 'evdev:name:USB Optical Mouse:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 23:04:32 megalex (udev-worker)[363]: input7: capabilities/key raw kernel attribute: c000 10000000000000 0
Jul 11 23:04:32 megalex (udev-worker)[363]: input7: properties raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: test_key: checking bit block 0 for any keys; found=no
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: test_key: checking bit block 64 for any keys; found=yes
Jul 11 23:04:32 megalex (udev-worker)[418]: rtc0: Successfully created symlink '/dev/rtc' to '/dev/rtc0'
Jul 11 23:04:32 megalex (udev-worker)[418]: rtc0: Successfully created symlink '/dev/char/250:0' to '/dev/rtc0'
Jul 11 23:04:32 megalex (udev-worker)[418]: rtc0: sd-device: Created database file '/run/udev/data/c250:0' for '/devices/pnp0/00:05/rtc/rtc0'.
Jul 11 23:04:32 megalex (udev-worker)[358]: broadcast: Device processed (SEQNUM=3371, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: rtc0: sd-device: Created database file '/run/udev/data/c250:0' for '/devices/pnp0/00:05/rtc/rtc0'.
Jul 11 23:04:32 megalex (udev-worker)[358]: broadcast: sd-device-monitor(worker): Passed 193 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[418]: rtc0: Device processed (SEQNUM=3362, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: sd-device: Failed to chase symlinks in "/sys/bus/dmi/devices/id".
Jul 11 23:04:32 megalex (udev-worker)[418]: rtc0: sd-device-monitor(worker): Passed 230 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent2: Device ready for processing (SEQNUM=3374, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent2: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent3: Device ready for processing (SEQNUM=3375, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: clockevent0: Device processed (SEQNUM=3372, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0-0051: Device is queued (SEQNUM=3566, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: clockevent0: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: alarmtimer.0.auto: Device ready for processing (SEQNUM=3363, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: alarmtimer.0.auto: sd-device-monitor(manager): Passed 246 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup23: SEQNUM=3364 blocked by SEQNUM=3363
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent3: Device ready for processing (SEQNUM=3375, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent3: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent4: Device ready for processing (SEQNUM=3376, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: sd-device: Failed to chase symlinks in "/sys/firmware/dmi/id".
Jul 11 23:04:32 megalex (udev-worker)[430]: alarmtimer.0.auto: Processing device (SEQNUM=3363, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: value '[dmi/id]modalias' is 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 23:04:32 megalex (udev-worker)[418]: clockevent3: Processing device (SEQNUM=3375, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: 2 character(s) replaced
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: /usr/lib/udev/rules.d/60-evdev.rules:25 Importing properties from results of builtin command 'hwdb 'evdev:name:USB Optical Mouse:phys:usb-0000:00:14.0-13/input0:ev:17:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:''
Jul 11 23:04:32 megalex systemd-udevd[346]: timer: Device is queued (SEQNUM=3567, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent4: Device ready for processing (SEQNUM=3376, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: alarmtimer.0.auto: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=platform'
Jul 11 23:04:32 megalex (udev-worker)[358]: clockevent2: Processing device (SEQNUM=3374, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: /usr/lib/udev/rules.d/60-evdev.rules:25 Failed to run builtin 'hwdb 'evdev:name:USB Optical Mouse:phys:usb-0000:00:14.0-13/input0:ev:17:dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON_MS-7A63_:rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'': No data available
Jul 11 23:04:32 megalex (udev-worker)[430]: alarmtimer.0.auto: hwdb modalias key: "platform:alarmtimer"
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: snd_timer: Device is queued (SEQNUM=3568, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent4: Device ready for processing (SEQNUM=3376, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: clockevent1: Device processed (SEQNUM=3373, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: clockevent1: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[421]: input8: capabilities/ev raw kernel attribute: 17
Jul 11 23:04:32 megalex systemd-udevd[346]: 0-0052: Device is queued (SEQNUM=3569, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: input8: capabilities/abs raw kernel attribute: 0
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent4: Device ready for processing (SEQNUM=3376, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: input8: capabilities/rel raw kernel attribute: 1943
Jul 11 23:04:32 megalex (udev-worker)[376]: clockevent4: Processing device (SEQNUM=3376, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[421]: input8: capabilities/key raw kernel attribute: 1f0000 0 0 0 0
Jul 11 23:04:32 megalex (udev-worker)[421]: input8: properties raw kernel attribute: 0
Jul 11 23:04:32 megalex (udev-worker)[430]: alarmtimer.0.auto: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: test_key: checking bit block 0 for any keys; found=no
Jul 11 23:04:32 megalex (udev-worker)[430]: alarmtimer.0.auto: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=platform': No data available
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: test_key: checking bit block 64 for any keys; found=no
Jul 11 23:04:32 megalex (udev-worker)[430]: alarmtimer.0.auto: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: test_key: checking bit block 128 for any keys; found=no
Jul 11 23:04:32 megalex (udev-worker)[421]: event6: test_key: checking bit block 192 for any keys; found=no
Jul 11 23:04:32 megalex (udev-worker)[418]: clockevent3: Device processed (SEQNUM=3375, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: clockevent3: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent4: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent5: Device ready for processing (SEQNUM=3377, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: alarmtimer.0.auto: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0-0053: Device is queued (SEQNUM=3570, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent5: Device ready for processing (SEQNUM=3377, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent5: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent6: Device ready for processing (SEQNUM=3378, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: clockevent5: Processing device (SEQNUM=3377, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: clockevent4: Device processed (SEQNUM=3376, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:1f.4: Device is queued (SEQNUM=3571, ACTION=bind)
Jul 11 23:04:32 megalex (udev-worker)[430]: alarmtimer.0.auto: sd-device: Created database file '/run/udev/data/+platform:alarmtimer.0.auto' for '/devices/pnp0/00:05/rtc/rtc0/alarmtimer.0.auto'.
Jul 11 23:04:32 megalex (udev-worker)[430]: alarmtimer.0.auto: Running built-in command "kmod load"
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent6: Device ready for processing (SEQNUM=3378, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: clockevent4: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[430]: Loading module: platform:alarmtimer
Jul 11 23:04:32 megalex (udev-worker)[430]: Failed to find module 'platform:alarmtimer'
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent6: Device ready for processing (SEQNUM=3378, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent6: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent7: Device ready for processing (SEQNUM=3379, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: alarmtimer.0.auto: sd-device: Created database file '/run/udev/data/+platform:alarmtimer.0.auto' for '/devices/pnp0/00:05/rtc/rtc0/alarmtimer.0.auto'.
Jul 11 23:04:32 megalex (udev-worker)[430]: alarmtimer.0.auto: Device processed (SEQNUM=3363, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: clockevent2: Device processed (SEQNUM=3374, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: alarmtimer.0.auto: sd-device-monitor(worker): Passed 320 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: clockevent6: Processing device (SEQNUM=3378, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: clockevent2: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup23: Device ready for processing (SEQNUM=3364, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup23: sd-device-monitor(manager): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent7: Device ready for processing (SEQNUM=3379, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clockevent7: sd-device-monitor(manager): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clocksource0: Device ready for processing (SEQNUM=3380, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: wakeup23: Processing device (SEQNUM=3364, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: clockevent7: Processing device (SEQNUM=3379, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: clockevent5: Device processed (SEQNUM=3377, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: clockevent5: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: clockevent6: Device processed (SEQNUM=3378, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: clockevent6: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: clocksource0: Device ready for processing (SEQNUM=3380, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: clocksource0: sd-device-monitor(manager): Passed 196 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu0: Device ready for processing (SEQNUM=3381, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: clocksource0: Processing device (SEQNUM=3380, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu0: Device ready for processing (SEQNUM=3381, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu0: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu1: Device ready for processing (SEQNUM=3382, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: cpu0: Processing device (SEQNUM=3381, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: cpu0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 23:04:32 megalex (udev-worker)[376]: cpu0: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 23:04:32 megalex (udev-worker)[358]: clockevent7: Device processed (SEQNUM=3379, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: clockevent7: sd-device-monitor(worker): Passed 195 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu1: Device ready for processing (SEQNUM=3382, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu1: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu2: Device ready for processing (SEQNUM=3383, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: cpu1: Processing device (SEQNUM=3382, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: cpu0: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[376]: cpu0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 23:04:32 megalex (udev-worker)[358]: cpu1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 23:04:32 megalex (udev-worker)[430]: wakeup23: Device processed (SEQNUM=3364, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[358]: cpu1: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 23:04:32 megalex (udev-worker)[430]: wakeup23: sd-device-monitor(worker): Passed 213 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu2: Device ready for processing (SEQNUM=3383, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu2: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu3: Device ready for processing (SEQNUM=3384, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: cpu2: Processing device (SEQNUM=3383, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[376]: cpu0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[430]: cpu2: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 23:04:32 megalex (udev-worker)[358]: cpu1: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[418]: clocksource0: Device processed (SEQNUM=3380, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: cpu2: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 23:04:32 megalex (udev-worker)[358]: cpu1: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 23:04:32 megalex (udev-worker)[418]: clocksource0: sd-device-monitor(worker): Passed 196 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[376]: cpu0: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[376]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu3: Device ready for processing (SEQNUM=3384, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu3: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu4: Device ready for processing (SEQNUM=3385, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: cpu3: Processing device (SEQNUM=3384, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[430]: cpu2: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[430]: cpu2: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 23:04:32 megalex (udev-worker)[418]: cpu3: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 23:04:32 megalex (udev-worker)[418]: cpu3: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 23:04:32 megalex (udev-worker)[358]: cpu1: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[358]: cpu1: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[358]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 23:04:32 megalex (udev-worker)[418]: cpu3: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[418]: cpu3: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 23:04:32 megalex (udev-worker)[430]: cpu2: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[418]: cpu3: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[430]: cpu2: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[430]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 23:04:32 megalex (udev-worker)[418]: cpu3: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[418]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0'(out) 'LIBINPUT_DEVICE_GROUP=19/0/3:PNP0C0E/button'
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: Process 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0' succeeded.
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: Setting permissions /dev/input/event0, uid=0, gid=993, mode=0660
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: Successfully created symlink '/dev/char/13:64' to '/dev/input/event0'
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: sd-device: Created database file '/run/udev/data/c13:64' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0'.
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: sd-device: Created database file '/run/udev/data/c13:64' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0'.
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: Device processed (SEQNUM=2784, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: event0: sd-device-monitor(worker): Passed 427 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu4: Device ready for processing (SEQNUM=3385, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu4: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu5: Device ready for processing (SEQNUM=3386, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: cpu4: Processing device (SEQNUM=3385, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[359]: cpu4: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 23:04:32 megalex (udev-worker)[359]: cpu4: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 23:04:32 megalex (udev-worker)[359]: cpu4: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[359]: cpu4: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 23:04:32 megalex (udev-worker)[359]: cpu4: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[359]: cpu4: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[359]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: /usr/lib/udev/rules.d/65-libwacom.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input '--lookup-prefix=libwacom:name:Power Button:''
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: /usr/lib/udev/rules.d/65-libwacom.rules:20 Failed to run builtin 'hwdb --subsystem=input '--lookup-prefix=libwacom:name:Power Button:'': No data available
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: /usr/lib/udev/rules.d/80-libinput-device-groups.rules:4 Importing properties from results of 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2'
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: Starting 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2'
Jul 11 23:04:32 megalex (udev-worker)[357]: Successfully forked off '(spawn)' as PID 463.
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2'(out) 'LIBINPUT_DEVICE_GROUP=19/0/1:LNXPWRBN/button'
Jul 11 23:04:32 megalex (udev-worker)[353]: Failed to insert module 'acpi_cpufreq': No such device
Jul 11 23:04:32 megalex (udev-worker)[353]: acpi-cpufreq: sd-device: Created database file '/run/udev/data/+platform:acpi-cpufreq' for '/devices/platform/acpi-cpufreq'.
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: Process 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2' succeeded.
Jul 11 23:04:32 megalex (udev-worker)[353]: acpi-cpufreq: Device processed (SEQNUM=3347, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[353]: acpi-cpufreq: sd-device-monitor(worker): Passed 278 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu5: Device ready for processing (SEQNUM=3386, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu5: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu6: Device ready for processing (SEQNUM=3387, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: Setting permissions /dev/input/event2, uid=0, gid=993, mode=0660
Jul 11 23:04:32 megalex (udev-worker)[353]: cpu5: Processing device (SEQNUM=3386, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: Successfully created symlink '/dev/char/13:66' to '/dev/input/event2'
Jul 11 23:04:32 megalex (udev-worker)[353]: cpu5: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 23:04:32 megalex (udev-worker)[353]: cpu5: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: sd-device: Created database file '/run/udev/data/c13:66' for '/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2'.
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: sd-device: Created database file '/run/udev/data/c13:66' for '/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2'.
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: Device processed (SEQNUM=2777, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: event2: sd-device-monitor(worker): Passed 419 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[353]: cpu5: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[353]: cpu5: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu6: Device ready for processing (SEQNUM=3387, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu6: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu7: Device ready for processing (SEQNUM=3388, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: cpu6: Processing device (SEQNUM=3387, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[357]: cpu6: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 23:04:32 megalex (udev-worker)[357]: cpu6: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 23:04:32 megalex (udev-worker)[353]: cpu5: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[357]: cpu6: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[357]: cpu6: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 23:04:32 megalex (udev-worker)[353]: cpu5: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[353]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 23:04:32 megalex (udev-worker)[357]: cpu6: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[357]: cpu6: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[357]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: /usr/lib/udev/rules.d/65-libwacom.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=input '--lookup-prefix=libwacom:name:Power Button:''
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: hwdb modalias key: "input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw"
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: /usr/lib/udev/rules.d/65-libwacom.rules:20 Failed to run builtin 'hwdb --subsystem=input '--lookup-prefix=libwacom:name:Power Button:'': No data available
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: /usr/lib/udev/rules.d/80-libinput-device-groups.rules:4 Importing properties from results of 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1'
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: Starting 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1'
Jul 11 23:04:32 megalex (udev-worker)[372]: Successfully forked off '(spawn)' as PID 464.
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1'(out) 'LIBINPUT_DEVICE_GROUP=19/0/1:PNP0C0C/button'
Jul 11 23:04:32 megalex systemd-udevd[346]: mei0: Device is queued (SEQNUM=3572, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu7: Device ready for processing (SEQNUM=3388, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: Process 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1' succeeded.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0: Device is queued (SEQNUM=3573, ACTION=bind)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu7: Device ready for processing (SEQNUM=3388, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: Setting permissions /dev/input/event1, uid=0, gid=993, mode=0660
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: Successfully created symlink '/dev/char/13:65' to '/dev/input/event1'
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: sd-device: Created database file '/run/udev/data/c13:65' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1'.
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: sd-device: Created database file '/run/udev/data/c13:65' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1'.
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: Device processed (SEQNUM=2781, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: event1: sd-device-monitor(worker): Passed 427 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu7: Device ready for processing (SEQNUM=3388, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu7: sd-device-monitor(manager): Passed 937 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: cpu7: Processing device (SEQNUM=3388, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[372]: cpu7: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=cpu'
Jul 11 23:04:32 megalex (udev-worker)[372]: cpu7: hwdb modalias key: "cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282"
Jul 11 23:04:32 megalex (udev-worker)[372]: cpu7: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[372]: cpu7: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=cpu': No data available
Jul 11 23:04:32 megalex (udev-worker)[372]: cpu7: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[372]: cpu7: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[372]: Loading module: cpu:type:x86,ven0000fam0006mod009E: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,0086,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,00EA,00EB,00EC,00ED,00F0,00F1,00F3,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0111,0120,0121,0123,0125,0127,0128,0129,012A,012D,012E,0132,0133,0134,0137,0139,0140,0141,0142,0143,0165,017B,01C0,01C1,01C2,01C4,01C5,01C6,01C7,01C8,01C9,01CA,01CD,01F9,0249,024A,024B,024D,025A,025B,025C,025D,025F,0282
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: Device is queued (SEQNUM=3574, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: Device is queued (SEQNUM=3575, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0-082ee5a7-7c25-470a-9643-0c06f0466ea1: Device is queued (SEQNUM=3576, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0-3c4852d6-d47b-4f46-b05e-b5edc1aa440e: Device is queued (SEQNUM=3577, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0-5565a099-7fe2-45c1-a22b-d7e9dfea9a2e: Device is queued (SEQNUM=3578, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0-dba4d603-d7ed-4931-8823-17ad585705d5: Device is queued (SEQNUM=3579, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0-f908627d-13bf-4a04-b91f-a64e9245323d: Device is queued (SEQNUM=3580, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0-309dcde8-ccb1-4062-8f78-600115a34327: Device is queued (SEQNUM=3581, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0-8c2f4425-77d6-4755-aca3-891fdbc66a58: Device is queued (SEQNUM=3582, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k71,72,73,80,8C,90,9B,9C,9E,9F,A3,A4,A5,A6,AB,AC,AD,D1,D9,F0,ram4,lsfw"
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: hwdb modalias key: "input:b0003v0461p0010e0111-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"
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: No entry found from hwdb.
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0-8e6a6715-9abc-4043-88ef-9e39c6f63e0f: Device is queued (SEQNUM=3583, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0-01e88543-8050-4380-9d6f-4f9cec704917: Device is queued (SEQNUM=3584, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0-42b3ce2f-bd9f-485a-96ae-26406230b1ff: Device is queued (SEQNUM=3585, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: 1-9:1.0: if_class:3 protocol:0
Jul 11 23:04:32 megalex (udev-worker)[364]: 1-9:1.1: if_class:3 protocol:0
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/60-persistent-input.rules:28 Added SYMLINK 'input/by-id/usb-0461_USB_Keyboard-event-kbd'
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/60-persistent-input.rules:38 Added SYMLINK 'input/by-path/pci-0000:00:14.0-usb-0:9:1.0-event-kbd'
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/60-persistent-input.rules:39 Added SYMLINK 'input/by-path/pci-0000:00:14.0-usbv2-0:9:1.0-event-kbd'
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/60-persistent-input.rules:32 Added SYMLINK 'input/by-id/usb-0461_USB_Keyboard-event-if01'
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/60-persistent-input.rules:42 Added SYMLINK 'input/by-path/pci-0000:00:14.0-usb-0:9:1.1-event'
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/60-persistent-input.rules:44 Added SYMLINK 'input/by-path/pci-0000:00:14.0-usbv2-0:9:1.1-event'
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: /usr/lib/udev/rules.d/80-libinput-device-groups.rules:4 Importing properties from results of 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/event3'
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: Starting 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/event3'
Jul 11 23:04:32 megalex (udev-worker)[362]: Successfully forked off '(spawn)' as PID 465.
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: /usr/lib/udev/rules.d/80-libinput-device-groups.rules:4 Importing properties from results of 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6/event4'
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: Starting 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6/event4'
Jul 11 23:04:32 megalex (udev-worker)[364]: Successfully forked off '(spawn)' as PID 466.
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/event3'(out) 'LIBINPUT_DEVICE_GROUP=3/461/10:usb-0000:00:14.0-9'
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: Process 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/event3' succeeded.
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6/event4'(out) 'LIBINPUT_DEVICE_GROUP=3/461/10:usb-0000:00:14.0-9'
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: Setting permissions /dev/input/event3, uid=0, gid=993, mode=0660
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: Process 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6/event4' succeeded.
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: Successfully created symlink '/dev/input/by-path/pci-0000:00:14.0-usb-0:9:1.0-event-kbd' to '/dev/input/event3'
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: Successfully created symlink '/dev/input/by-path/pci-0000:00:14.0-usbv2-0:9:1.0-event-kbd' to '/dev/input/event3'
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: Setting permissions /dev/input/event4, uid=0, gid=993, mode=0660
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: Successfully created symlink '/dev/input/by-id/usb-0461_USB_Keyboard-event-kbd' to '/dev/input/event3'
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: Successfully created symlink '/dev/char/13:67' to '/dev/input/event3'
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: Successfully created symlink '/dev/input/by-id/usb-0461_USB_Keyboard-event-if01' to '/dev/input/event4'
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: sd-device: Created database file '/run/udev/data/c13:67' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/event3'.
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: sd-device: Created database file '/run/udev/data/c13:67' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:0010.0001/input/input4/event3'.
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: Device processed (SEQNUM=2796, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: event3: sd-device-monitor(worker): Passed 1235 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: Device ready for processing (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: Successfully created symlink '/dev/input/by-path/pci-0000:00:14.0-usbv2-0:9:1.1-event' to '/dev/input/event4'
Jul 11 23:04:32 megalex systemd-udevd[346]: mc: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck0: Device ready for processing (SEQNUM=3390, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: mc: Processing device (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: Successfully created symlink '/dev/input/by-path/pci-0000:00:14.0-usb-0:9:1.1-event' to '/dev/input/event4'
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: Successfully created symlink '/dev/char/13:68' to '/dev/input/event4'
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: sd-device: Created database file '/run/udev/data/c13:68' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6/event4'.
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: sd-device: Created database file '/run/udev/data/c13:68' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input6/event4'.
Jul 11 23:04:32 megalex (udev-worker)[362]: mc: Device processed (SEQNUM=3389, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: Device processed (SEQNUM=2800, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: mc: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck0: Device ready for processing (SEQNUM=3390, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: event4: sd-device-monitor(worker): Passed 1191 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck0: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck1: Device ready for processing (SEQNUM=3391, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck1: Device ready for processing (SEQNUM=3391, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: machinecheck0: Processing device (SEQNUM=3390, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck1: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck2: Device ready for processing (SEQNUM=3392, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: machinecheck1: Processing device (SEQNUM=3391, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:16.0-55213584-9a29-4916-badf-0fb7ed682aeb: Device is queued (SEQNUM=3586, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck2: Device ready for processing (SEQNUM=3392, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: machinecheck1: Device processed (SEQNUM=3391, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: machinecheck1: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck2: Device ready for processing (SEQNUM=3392, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: machinecheck0: Device processed (SEQNUM=3390, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck2: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: machinecheck0: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck3: Device ready for processing (SEQNUM=3393, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck3: Device ready for processing (SEQNUM=3393, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck3: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: machinecheck2: Processing device (SEQNUM=3392, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck4: Device ready for processing (SEQNUM=3394, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: machinecheck3: Processing device (SEQNUM=3393, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: machinecheck2: Device processed (SEQNUM=3392, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: machinecheck2: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck4: Device ready for processing (SEQNUM=3394, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck4: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck5: Device ready for processing (SEQNUM=3395, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: machinecheck3: Device processed (SEQNUM=3393, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: machinecheck3: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: machinecheck4: Processing device (SEQNUM=3394, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck5: Device ready for processing (SEQNUM=3395, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck5: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck6: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: machinecheck5: Processing device (SEQNUM=3395, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: machinecheck4: Device processed (SEQNUM=3394, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: machinecheck4: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck6: Device ready for processing (SEQNUM=3396, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck6: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck7: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: machinecheck6: Processing device (SEQNUM=3396, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: machinecheck5: Device processed (SEQNUM=3395, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: machinecheck5: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck7: Device ready for processing (SEQNUM=3397, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: machinecheck7: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory0: Device ready for processing (SEQNUM=3398, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: machinecheck7: Processing device (SEQNUM=3397, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: machinecheck6: Device processed (SEQNUM=3396, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: machinecheck6: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory0: Device ready for processing (SEQNUM=3398, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory0: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory1: Device ready for processing (SEQNUM=3399, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory0: Processing device (SEQNUM=3398, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: machinecheck7: Device processed (SEQNUM=3397, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: machinecheck7: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory1: Device ready for processing (SEQNUM=3399, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory1: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory10: Device ready for processing (SEQNUM=3400, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: memory1: Processing device (SEQNUM=3399, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory0: Device processed (SEQNUM=3398, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory0: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory10: Device ready for processing (SEQNUM=3400, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory10: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory11: Device ready for processing (SEQNUM=3401, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory10: Processing device (SEQNUM=3400, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: memory1: Device processed (SEQNUM=3399, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: memory1: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory11: Device ready for processing (SEQNUM=3401, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory11: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory12: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: memory11: Processing device (SEQNUM=3401, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory10: Device processed (SEQNUM=3400, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: Inserted module 'i2c_i801'
Jul 11 23:04:32 megalex (udev-worker)[422]: Failed to insert module 'fjes': No such device
Jul 11 23:04:32 megalex (udev-worker)[364]: memory10: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory12: Device ready for processing (SEQNUM=3402, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: INT3F0D:00: sd-device: Created database file '/run/udev/data/+platform:INT3F0D:00' for '/devices/pci0000:00/0000:00:1f.0/INT3F0D:00'.
Jul 11 23:04:32 megalex (udev-worker)[431]: 0000:00:1f.4: sd-device: Created database file '/run/udev/data/+pci:0000:00:1f.4' for '/devices/pci0000:00/0000:00:1f.4'.
Jul 11 23:04:32 megalex (udev-worker)[422]: INT3F0D:00: Device processed (SEQNUM=3324, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: 0000:00:1f.4: Device processed (SEQNUM=3329, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory12: Processing device (SEQNUM=3402, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: INT3F0D:00: sd-device-monitor(worker): Passed 368 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[431]: 0000:00:1f.4: sd-device-monitor(worker): Passed 579 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[365]: Failed to insert module 'fjes': No such device
Jul 11 23:04:32 megalex (udev-worker)[365]: INT340E:00: sd-device: Created database file '/run/udev/data/+acpi:INT340E:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/INT340E:00'.
Jul 11 23:04:32 megalex (udev-worker)[365]: INT340E:00: Device processed (SEQNUM=2979, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: Inserted module 'mei_me'
Jul 11 23:04:32 megalex (udev-worker)[365]: INT340E:00: sd-device-monitor(worker): Passed 270 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: Failed to insert module 'fjes': No such device
Jul 11 23:04:32 megalex (udev-worker)[427]: 0000:00:16.0: sd-device: Created database file '/run/udev/data/+pci:0000:00:16.0' for '/devices/pci0000:00/0000:00:16.0'.
Jul 11 23:04:32 megalex (udev-worker)[427]: 0000:00:16.0: Device processed (SEQNUM=3275, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: PNP0C02:02: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:02' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C02:02'.
Jul 11 23:04:32 megalex (udev-worker)[427]: 0000:00:16.0: sd-device-monitor(worker): Passed 578 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: PNP0C02:02: Device processed (SEQNUM=3069, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: PNP0C02:02: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: Failed to insert module 'fjes': No such device
Jul 11 23:04:32 megalex (udev-worker)[375]: PNP0C02:01: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:01' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C02:01'.
Jul 11 23:04:32 megalex (udev-worker)[375]: PNP0C02:01: Device processed (SEQNUM=3068, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: memory11: Device processed (SEQNUM=3401, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: PNP0C02:01: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: memory11: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[356]: Failed to insert module 'fjes': No such device
Jul 11 23:04:32 megalex (udev-worker)[364]: memory12: Device processed (SEQNUM=3402, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: Failed to insert module 'fjes': No such device
Jul 11 23:04:32 megalex (udev-worker)[364]: memory12: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[377]: Failed to insert module 'fjes': No such device
Jul 11 23:04:32 megalex systemd-udevd[346]: memory12: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory13: Device ready for processing (SEQNUM=3403, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: PNP0C02:00: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C02:00'.
Jul 11 23:04:32 megalex (udev-worker)[356]: PNP0C02:00: Device processed (SEQNUM=3067, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: INT3F0D:00: sd-device: Created database file '/run/udev/data/+acpi:INT3F0D:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/INT3F0D:00'.
Jul 11 23:04:32 megalex (udev-worker)[377]: PNP0C02:04: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:04' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:04'.
Jul 11 23:04:32 megalex (udev-worker)[419]: INT3F0D:00: Device processed (SEQNUM=3061, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: PNP0C02:04: Device processed (SEQNUM=3045, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: INT3F0D:00: sd-device-monitor(worker): Passed 291 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[377]: PNP0C02:04: sd-device-monitor(worker): Passed 271 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[356]: PNP0C02:00: sd-device-monitor(worker): Passed 281 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory13: Device ready for processing (SEQNUM=3403, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory13: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[352]: Failed to insert module 'fjes': No such device
Jul 11 23:04:32 megalex systemd-udevd[346]: memory14: Device ready for processing (SEQNUM=3404, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory14: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory15: Device ready for processing (SEQNUM=3405, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory15: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory16: Device ready for processing (SEQNUM=3406, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0C02:05: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:05' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:05'.
Jul 11 23:04:32 megalex (udev-worker)[415]: Failed to insert module 'fjes': No such device
Jul 11 23:04:32 megalex systemd-udevd[346]: memory16: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0C02:05: Device processed (SEQNUM=3046, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory17: Device ready for processing (SEQNUM=3407, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: memory14: Processing device (SEQNUM=3404, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: PNP0C02:05: sd-device-monitor(worker): Passed 271 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory17: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory18: Device ready for processing (SEQNUM=3408, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory18: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory19: Device ready for processing (SEQNUM=3409, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory19: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory2: Device ready for processing (SEQNUM=3410, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: memory15: Processing device (SEQNUM=3405, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: memory13: Processing device (SEQNUM=3403, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory2: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory20: Device ready for processing (SEQNUM=3411, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory20: Device ready for processing (SEQNUM=3411, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory20: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory21: Device ready for processing (SEQNUM=3412, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory21: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory22: Device ready for processing (SEQNUM=3413, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory22: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory23: Device ready for processing (SEQNUM=3414, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory23: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory24: Device ready for processing (SEQNUM=3415, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: memory20: Processing device (SEQNUM=3411, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: memory20: Device processed (SEQNUM=3411, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: memory20: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[422]: memory16: Processing device (SEQNUM=3406, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory18: Processing device (SEQNUM=3408, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory18: Device processed (SEQNUM=3408, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory18: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[431]: memory14: Device processed (SEQNUM=3404, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory24: Device ready for processing (SEQNUM=3415, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: memory14: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory24: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory25: Device ready for processing (SEQNUM=3416, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: memory15: Device processed (SEQNUM=3405, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory25: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory26: Device ready for processing (SEQNUM=3417, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: memory15: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory26: Device ready for processing (SEQNUM=3417, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: memory16: Device processed (SEQNUM=3406, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory26: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[422]: memory16: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory27: Device ready for processing (SEQNUM=3418, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory27: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory28: Device ready for processing (SEQNUM=3419, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory28: Device ready for processing (SEQNUM=3419, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory28: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: memory19: Processing device (SEQNUM=3409, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory29: Device ready for processing (SEQNUM=3420, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: PNP0C02:03: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:03' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:03'.
Jul 11 23:04:32 megalex (udev-worker)[431]: memory26: Processing device (SEQNUM=3417, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: PNP0C02:03: Device processed (SEQNUM=3044, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: PNP0C02:03: sd-device-monitor(worker): Passed 271 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[427]: memory17: Processing device (SEQNUM=3407, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: memory19: Device processed (SEQNUM=3409, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: memory26: Device processed (SEQNUM=3417, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: memory19: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[431]: memory26: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: memory2: Processing device (SEQNUM=3410, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory25: Processing device (SEQNUM=3416, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: memory17: Device processed (SEQNUM=3407, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: memory21: Processing device (SEQNUM=3412, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: memory17: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[356]: memory23: Processing device (SEQNUM=3414, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory25: Device processed (SEQNUM=3416, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory25: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[377]: memory24: Processing device (SEQNUM=3415, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: memory21: Device processed (SEQNUM=3412, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: memory21: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[356]: memory23: Device processed (SEQNUM=3414, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: memory23: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[419]: memory22: Processing device (SEQNUM=3413, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory29: Device ready for processing (SEQNUM=3420, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory29: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory3: Device ready for processing (SEQNUM=3421, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory3: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory30: Device ready for processing (SEQNUM=3422, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory30: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory31: Device ready for processing (SEQNUM=3423, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory31: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory32: Device ready for processing (SEQNUM=3424, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: Failed to insert module 'fjes': No such device
Jul 11 23:04:32 megalex systemd-udevd[346]: memory32: sd-device-monitor(manager): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory4: Device ready for processing (SEQNUM=3425, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory4: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory5: Device ready for processing (SEQNUM=3426, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory5: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory6: Device ready for processing (SEQNUM=3427, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: PNP0C02:06: sd-device: Created database file '/run/udev/data/+acpi:PNP0C02:06' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:06'.
Jul 11 23:04:32 megalex (udev-worker)[414]: PNP0C02:06: Device processed (SEQNUM=3047, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: PNP0C02:06: sd-device-monitor(worker): Passed 271 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[415]: memory29: Processing device (SEQNUM=3420, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: memory24: Device processed (SEQNUM=3415, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: memory24: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory6: Device ready for processing (SEQNUM=3427, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory6: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[431]: memory31: Processing device (SEQNUM=3423, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory7: Device ready for processing (SEQNUM=3428, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory7: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory8: Device ready for processing (SEQNUM=3429, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: memory22: Device processed (SEQNUM=3413, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: memory7: Processing device (SEQNUM=3428, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: memory22: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory8: Device ready for processing (SEQNUM=3429, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory8: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: memory5: Processing device (SEQNUM=3426, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory9: Device ready for processing (SEQNUM=3430, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: memory29: Device processed (SEQNUM=3420, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: memory29: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory9: Device ready for processing (SEQNUM=3430, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory9: sd-device-monitor(manager): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[356]: memory30: Processing device (SEQNUM=3422, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: memory31: Device processed (SEQNUM=3423, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: node0: Device ready for processing (SEQNUM=3431, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: memory31: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: node0: Device ready for processing (SEQNUM=3431, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: node0: sd-device-monitor(manager): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: memory4: Processing device (SEQNUM=3425, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tracepoint: Device ready for processing (SEQNUM=3432, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: memory5: Device processed (SEQNUM=3426, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: memory5: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: tracepoint: Device ready for processing (SEQNUM=3432, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: tracepoint: sd-device-monitor(manager): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: uprobe: Device ready for processing (SEQNUM=3433, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: memory3: Processing device (SEQNUM=3421, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: memory28: Processing device (SEQNUM=3419, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: memory30: Device processed (SEQNUM=3422, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: memory30: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: uprobe: Device ready for processing (SEQNUM=3433, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory4: Device processed (SEQNUM=3425, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: uprobe: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[415]: memory9: Processing device (SEQNUM=3430, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: memory4: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: 8:0: Device ready for processing (SEQNUM=3434, ACTION=add)
Jul 11 23:04:32 megalex kernel: e1000e: Intel(R) PRO/1000 Network Driver
Jul 11 23:04:32 megalex kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Jul 11 23:04:32 megalex kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jul 11 23:04:32 megalex systemd-udevd[346]: 8:0: Device ready for processing (SEQNUM=3434, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: 8:0: sd-device-monitor(manager): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[377]: memory6: Processing device (SEQNUM=3427, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu0: Device ready for processing (SEQNUM=3435, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: memory32: Processing device (SEQNUM=3424, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: memory7: Device processed (SEQNUM=3428, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: memory7: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: memory2: Device processed (SEQNUM=3410, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: memory2: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu0: Device ready for processing (SEQNUM=3435, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu0: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu1: Device ready for processing (SEQNUM=3436, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: memory8: Processing device (SEQNUM=3429, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu1: Device ready for processing (SEQNUM=3436, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu1: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu2: Device ready for processing (SEQNUM=3437, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: memory6: Device processed (SEQNUM=3427, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: cpu0: Processing device (SEQNUM=3435, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: memory6: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu2: Device ready for processing (SEQNUM=3437, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu2: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: hwdb modalias key: "input:b0003v0461p0010e0111-e0,1,4,k74,8E,8F,ram4,lsfw"
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu3: Device ready for processing (SEQNUM=3438, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: No entry found from hwdb.
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
Jul 11 23:04:32 megalex (udev-worker)[427]: memory32: Device processed (SEQNUM=3424, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: memory32: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/60-persistent-input.rules:11 Importing properties from results of builtin command 'usb_id'
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu3: Device ready for processing (SEQNUM=3438, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu3: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu4: Device ready for processing (SEQNUM=3439, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: 1-9:1.1: if_class:3 protocol:0
Jul 11 23:04:32 megalex (udev-worker)[427]: cpu3: Processing device (SEQNUM=3438, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: memory8: Device processed (SEQNUM=3429, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: memory8: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu4: Device ready for processing (SEQNUM=3439, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu4: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu5: Device ready for processing (SEQNUM=3440, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: cpu1: Processing device (SEQNUM=3436, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: memory9: Device processed (SEQNUM=3430, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: memory9: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu5: Device ready for processing (SEQNUM=3440, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu5: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[356]: uprobe: Processing device (SEQNUM=3433, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu6: Device ready for processing (SEQNUM=3441, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/60-persistent-input.rules:32 Added SYMLINK 'input/by-id/usb-0461_USB_Keyboard-event-if01'
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/60-persistent-input.rules:42 Added SYMLINK 'input/by-path/pci-0000:00:14.0-usb-0:9:1.1-event'
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/60-persistent-input.rules:44 Added SYMLINK 'input/by-path/pci-0000:00:14.0-usbv2-0:9:1.1-event'
Jul 11 23:04:32 megalex (udev-worker)[362]: memory27: Processing device (SEQNUM=3418, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: cpu3: Preserve permissions of /dev/cpu/3/cpuid, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[373]: cpu1: Preserve permissions of /dev/cpu/1/cpuid, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[427]: cpu3: Successfully created symlink '/dev/char/203:3' to '/dev/cpu/3/cpuid'
Jul 11 23:04:32 megalex (udev-worker)[373]: cpu1: Successfully created symlink '/dev/char/203:1' to '/dev/cpu/1/cpuid'
Jul 11 23:04:32 megalex (udev-worker)[427]: cpu3: sd-device: Created database file '/run/udev/data/c203:3' for '/devices/virtual/cpuid/cpu3'.
Jul 11 23:04:32 megalex (udev-worker)[373]: cpu1: sd-device: Created database file '/run/udev/data/c203:1' for '/devices/virtual/cpuid/cpu1'.
Jul 11 23:04:32 megalex (udev-worker)[427]: cpu3: sd-device: Created database file '/run/udev/data/c203:3' for '/devices/virtual/cpuid/cpu3'.
Jul 11 23:04:32 megalex (udev-worker)[427]: cpu3: Device processed (SEQNUM=3438, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: cpu1: sd-device: Created database file '/run/udev/data/c203:1' for '/devices/virtual/cpuid/cpu1'.
Jul 11 23:04:32 megalex (udev-worker)[373]: cpu1: Device processed (SEQNUM=3436, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: cpu3: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: cpu1: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: /usr/lib/udev/rules.d/80-libinput-device-groups.rules:4 Importing properties from results of 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7/event5'
Jul 11 23:04:32 megalex (udev-worker)[375]: tracepoint: Processing device (SEQNUM=3432, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: Starting 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7/event5'
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu6: Device ready for processing (SEQNUM=3441, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu6: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu7: Device ready for processing (SEQNUM=3442, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu7: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: :ata1--scsi:0:0:0:0: Device ready for processing (SEQNUM=3443, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: Successfully forked off '(spawn)' as PID 467.
Jul 11 23:04:32 megalex (udev-worker)[364]: 8:0: Processing device (SEQNUM=3434, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: tracepoint: Device processed (SEQNUM=3432, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: tracepoint: sd-device-monitor(worker): Passed 176 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: :ata1--scsi:0:0:0:0: Device ready for processing (SEQNUM=3443, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: :ata1--scsi:0:0:0:0: sd-device-monitor(manager): Passed 196 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: pci:0000:01:00.0--pci:0000:01:00.1: Device ready for processing (SEQNUM=3444, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: cpu4: Processing device (SEQNUM=3439, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: cpu0: Preserve permissions of /dev/cpu/0/cpuid, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[414]: cpu0: Successfully created symlink '/dev/char/203:0' to '/dev/cpu/0/cpuid'
Jul 11 23:04:32 megalex (udev-worker)[414]: cpu0: sd-device: Created database file '/run/udev/data/c203:0' for '/devices/virtual/cpuid/cpu0'.
Jul 11 23:04:32 megalex (udev-worker)[414]: cpu0: sd-device: Created database file '/run/udev/data/c203:0' for '/devices/virtual/cpuid/cpu0'.
Jul 11 23:04:32 megalex (udev-worker)[414]: cpu0: Device processed (SEQNUM=3435, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: 8:0: Device processed (SEQNUM=3434, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: cpu0: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[364]: 8:0: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: pci:0000:01:00.0--pci:0000:01:00.1: Device ready for processing (SEQNUM=3444, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: pci:0000:01:00.0--pci:0000:01:00.1: sd-device-monitor(manager): Passed 211 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: platform:PNP0C14:00--wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Device ready for processing (SEQNUM=3445, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: platform:PNP0C14:00--wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: Device ready for processing (SEQNUM=3446, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: cpu5: Processing device (SEQNUM=3440, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: cpu6: Processing device (SEQNUM=3441, ACTION=add)
Jul 11 23:04:32 megalex kernel: resource: resource sanity check: requesting [mem 0x00000000fdffe800-0x00000000fe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
Jul 11 23:04:32 megalex kernel: caller get_primary_reg_base+0x4c/0xa0 [intel_pmc_core] mapping multiple BARs
Jul 11 23:04:32 megalex kernel: intel_pmc_core INT33A1:00: initialized
Jul 11 23:04:32 megalex kernel: videodev: Linux video capture interface: v2.00
Jul 11 23:04:32 megalex (udev-worker)[419]: cpu4: Preserve permissions of /dev/cpu/4/cpuid, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[365]: memory13: Device processed (SEQNUM=3403, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: memory13: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: Device ready for processing (SEQNUM=3446, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: sd-device-monitor(manager): Passed 238 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: system: Device ready for processing (SEQNUM=3447, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: cpu2: Processing device (SEQNUM=3437, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: pci:0000:01:00.0--pci:0000:01:00.1: Processing device (SEQNUM=3444, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: cpu5: Preserve permissions of /dev/cpu/5/cpuid, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[415]: cpu5: Successfully created symlink '/dev/char/203:5' to '/dev/cpu/5/cpuid'
Jul 11 23:04:32 megalex (udev-worker)[377]: cpu2: Preserve permissions of /dev/cpu/2/cpuid, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[365]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: Processing device (SEQNUM=3446, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: cpu2: Successfully created symlink '/dev/char/203:2' to '/dev/cpu/2/cpuid'
Jul 11 23:04:32 megalex (udev-worker)[375]: :ata1--scsi:0:0:0:0: Processing device (SEQNUM=3443, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: node0: Processing device (SEQNUM=3431, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: platform:PNP0C14:00--wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Processing device (SEQNUM=3445, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: cpu7: Processing device (SEQNUM=3442, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: cpu6: Preserve permissions of /dev/cpu/6/cpuid, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[427]: cpu6: Successfully created symlink '/dev/char/203:6' to '/dev/cpu/6/cpuid'
Jul 11 23:04:32 megalex (udev-worker)[427]: cpu6: sd-device: Created database file '/run/udev/data/c203:6' for '/devices/virtual/cpuid/cpu6'.
Jul 11 23:04:32 megalex (udev-worker)[427]: cpu6: sd-device: Created database file '/run/udev/data/c203:6' for '/devices/virtual/cpuid/cpu6'.
Jul 11 23:04:32 megalex (udev-worker)[427]: cpu6: Device processed (SEQNUM=3441, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: cpu6: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: system: Device ready for processing (SEQNUM=3447, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: system: sd-device-monitor(manager): Passed 232 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: id: Device ready for processing (SEQNUM=3448, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: system: Processing device (SEQNUM=3447, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: memory28: Device processed (SEQNUM=3419, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: memory28: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: id: Device ready for processing (SEQNUM=3448, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: id: sd-device-monitor(manager): Passed 343 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: fbcon: Device ready for processing (SEQNUM=3449, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: cpu4: Successfully created symlink '/dev/char/203:4' to '/dev/cpu/4/cpuid'
Jul 11 23:04:32 megalex (udev-worker)[419]: cpu4: sd-device: Created database file '/run/udev/data/c203:4' for '/devices/virtual/cpuid/cpu4'.
Jul 11 23:04:32 megalex (udev-worker)[419]: cpu4: sd-device: Created database file '/run/udev/data/c203:4' for '/devices/virtual/cpuid/cpu4'.
Jul 11 23:04:32 megalex (udev-worker)[419]: cpu4: Device processed (SEQNUM=3439, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: cpu4: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: fbcon: Device ready for processing (SEQNUM=3449, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: fbcon: sd-device-monitor(manager): Passed 184 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[356]: uprobe: Device processed (SEQNUM=3433, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: full: Device ready for processing (SEQNUM=3450, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: uprobe: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: full: Device ready for processing (SEQNUM=3450, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: full: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: kmsg: Device ready for processing (SEQNUM=3451, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: full: Processing device (SEQNUM=3450, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: system: Preserve permissions of /dev/dma_heap/system, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[427]: system: Successfully created symlink '/dev/char/251:0' to '/dev/dma_heap/system'
Jul 11 23:04:32 megalex (udev-worker)[427]: system: sd-device: Created database file '/run/udev/data/c251:0' for '/devices/virtual/dma_heap/system'.
Jul 11 23:04:32 megalex (udev-worker)[427]: system: sd-device: Created database file '/run/udev/data/c251:0' for '/devices/virtual/dma_heap/system'.
Jul 11 23:04:32 megalex (udev-worker)[427]: system: Device processed (SEQNUM=3447, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: system: sd-device-monitor(worker): Passed 232 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: kmsg: Device ready for processing (SEQNUM=3451, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: kmsg: sd-device-monitor(manager): Passed 221 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: mem: Device ready for processing (SEQNUM=3452, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: memory27: Device processed (SEQNUM=3418, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: memory27: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: uncore_imc: Device is queued (SEQNUM=3587, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: mem: Device ready for processing (SEQNUM=3452, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: full: Preserve permissions of /dev/full, uid=0, gid=0, mode=0666
Jul 11 23:04:32 megalex systemd-udevd[346]: 0000:00:00.0: Device is queued (SEQNUM=3588, ACTION=bind)
Jul 11 23:04:32 megalex systemd-udevd[346]: mem: Device ready for processing (SEQNUM=3452, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: full: Successfully created symlink '/dev/char/1:7' to '/dev/full'
Jul 11 23:04:32 megalex (udev-worker)[356]: full: sd-device: Created database file '/run/udev/data/c1:7' for '/devices/virtual/mem/full'.
Jul 11 23:04:32 megalex (udev-worker)[362]: mem: Processing device (SEQNUM=3452, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: full: sd-device: Created database file '/run/udev/data/c1:7' for '/devices/virtual/mem/full'.
Jul 11 23:04:32 megalex (udev-worker)[356]: full: Device processed (SEQNUM=3450, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: full: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: mem: /usr/lib/udev/rules.d/50-udev-default.rules:44 GROUP 986
Jul 11 23:04:32 megalex (udev-worker)[415]: cpu5: sd-device: Created database file '/run/udev/data/c203:5' for '/devices/virtual/cpuid/cpu5'.
Jul 11 23:04:32 megalex (udev-worker)[362]: mem: /usr/lib/udev/rules.d/50-udev-default.rules:44 MODE 0640
Jul 11 23:04:32 megalex (udev-worker)[415]: cpu5: sd-device: Created database file '/run/udev/data/c203:5' for '/devices/virtual/cpuid/cpu5'.
Jul 11 23:04:32 megalex (udev-worker)[415]: cpu5: Device processed (SEQNUM=3440, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: cpu5: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[419]: fbcon: Processing device (SEQNUM=3449, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: mem: Setting permissions /dev/mem, uid=0, gid=986, mode=0640
Jul 11 23:04:32 megalex (udev-worker)[362]: mem: Successfully created symlink '/dev/char/1:1' to '/dev/mem'
Jul 11 23:04:32 megalex (udev-worker)[362]: mem: sd-device: Created database file '/run/udev/data/c1:1' for '/devices/virtual/mem/mem'.
Jul 11 23:04:32 megalex (udev-worker)[362]: mem: sd-device: Created database file '/run/udev/data/c1:1' for '/devices/virtual/mem/mem'.
Jul 11 23:04:32 megalex (udev-worker)[362]: mem: Device processed (SEQNUM=3452, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: mem: sd-device-monitor(worker): Passed 205 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[427]: kmsg: Processing device (SEQNUM=3451, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: :ata1--scsi:0:0:0:0: Device processed (SEQNUM=3443, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: :ata1--scsi:0:0:0:0: sd-device-monitor(worker): Passed 196 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7/event5'(out) 'LIBINPUT_DEVICE_GROUP=3/461/10:usb-0000:00:14.0-9'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: Processing device (SEQNUM=3448, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: Process 'libinput-device-group /sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7/event5' succeeded.
Jul 11 23:04:32 megalex (udev-worker)[422]: id: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=dmi'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: hwdb modalias key: "dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:"
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: Setting permissions /dev/input/event5, uid=0, gid=993, mode=0660
Jul 11 23:04:32 megalex (udev-worker)[422]: id: /usr/lib/udev/rules.d/70-memory.rules:6 Importing properties from results of 'dmi_memory_id'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: Starting 'dmi_memory_id'
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: Successfully created symlink '/dev/input/by-id/usb-0461_USB_Keyboard-event-if01' to '/dev/input/event5'
Jul 11 23:04:32 megalex (udev-worker)[427]: kmsg: Preserve permissions of /dev/kmsg, uid=0, gid=0, mode=0644
Jul 11 23:04:32 megalex (udev-worker)[427]: kmsg: Successfully created symlink '/dev/char/1:11' to '/dev/kmsg'
Jul 11 23:04:32 megalex (udev-worker)[427]: kmsg: sd-device: Created database file '/run/udev/data/c1:11' for '/devices/virtual/mem/kmsg'.
Jul 11 23:04:32 megalex systemd-udevd[346]: mem: sd-device-monitor(manager): Passed 205 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: null: Device ready for processing (SEQNUM=3453, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: Successfully forked off '(spawn)' as PID 468.
Jul 11 23:04:32 megalex systemd-udevd[346]: skl_uncore: Device is queued (SEQNUM=3589, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: null: Device ready for processing (SEQNUM=3453, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: null: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: port: Device ready for processing (SEQNUM=3454, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: port: sd-device-monitor(manager): Passed 207 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: random: Device ready for processing (SEQNUM=3455, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: null: Processing device (SEQNUM=3453, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: port: Processing device (SEQNUM=3454, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: random: Processing device (SEQNUM=3455, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: random: sd-device-monitor(manager): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: urandom: Device ready for processing (SEQNUM=3456, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: urandom: sd-device-monitor(manager): Passed 226 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: zero: Device ready for processing (SEQNUM=3457, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: uncore_cbox_0: Device is queued (SEQNUM=3590, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: zero: Device ready for processing (SEQNUM=3457, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: uncore_cbox_1: Device is queued (SEQNUM=3591, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: zero: Device ready for processing (SEQNUM=3457, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: uncore_cbox_2: Device is queued (SEQNUM=3592, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: zero: Device ready for processing (SEQNUM=3457, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: Successfully created symlink '/dev/input/by-path/pci-0000:00:14.0-usbv2-0:9:1.1-event' to '/dev/input/event5'
Jul 11 23:04:32 megalex systemd-udevd[346]: uncore_cbox_3: Device is queued (SEQNUM=3593, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: zero: Device ready for processing (SEQNUM=3457, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: uncore_arb: Device is queued (SEQNUM=3594, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: zero: Device ready for processing (SEQNUM=3457, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: urandom: Processing device (SEQNUM=3456, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: Successfully created symlink '/dev/input/by-path/pci-0000:00:14.0-usb-0:9:1.1-event' to '/dev/input/event5'
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: Successfully created symlink '/dev/char/13:69' to '/dev/input/event5'
Jul 11 23:04:32 megalex (udev-worker)[373]: cpu7: Preserve permissions of /dev/cpu/7/cpuid, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[373]: cpu7: Successfully created symlink '/dev/char/203:7' to '/dev/cpu/7/cpuid'
Jul 11 23:04:32 megalex (udev-worker)[419]: fbcon: Device processed (SEQNUM=3449, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: fbcon: sd-device-monitor(worker): Passed 184 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[414]: pci:0000:01:00.0--pci:0000:01:00.1: Device processed (SEQNUM=3444, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: pci:0000:01:00.0--pci:0000:01:00.1: sd-device-monitor(worker): Passed 211 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[427]: kmsg: sd-device: Created database file '/run/udev/data/c1:11' for '/devices/virtual/mem/kmsg'.
Jul 11 23:04:32 megalex (udev-worker)[427]: kmsg: Device processed (SEQNUM=3451, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: kmsg: sd-device-monitor(worker): Passed 221 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_uncore: Device is queued (SEQNUM=3595, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: zero: Device ready for processing (SEQNUM=3457, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: zero: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: memory_tier4: Device ready for processing (SEQNUM=3458, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: memory_tier4: sd-device-monitor(manager): Passed 203 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: autofs: Device ready for processing (SEQNUM=3459, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: autofs: sd-device-monitor(manager): Passed 229 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[414]: zero: Processing device (SEQNUM=3457, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: btrfs-control: Device ready for processing (SEQNUM=3460, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: memory_tier4: Processing device (SEQNUM=3458, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: memory3: Device processed (SEQNUM=3421, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: autofs: Processing device (SEQNUM=3459, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: memory3: sd-device-monitor(worker): Passed 181 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[377]: cpu2: sd-device: Created database file '/run/udev/data/c203:2' for '/devices/virtual/cpuid/cpu2'.
Jul 11 23:04:32 megalex (udev-worker)[356]: port: /usr/lib/udev/rules.d/50-udev-default.rules:44 GROUP 986
Jul 11 23:04:32 megalex (udev-worker)[356]: port: /usr/lib/udev/rules.d/50-udev-default.rules:44 MODE 0640
Jul 11 23:04:32 megalex systemd-udevd[346]: btrfs-control: Device ready for processing (SEQNUM=3460, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: btrfs-control: Processing device (SEQNUM=3460, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: btrfs-control: sd-device-monitor(manager): Passed 230 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu_dma_latency: Device ready for processing (SEQNUM=3461, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[418]: Inserted module 'intel_uncore'
Jul 11 23:04:32 megalex (udev-worker)[376]: Inserted module 'intel_uncore'
Jul 11 23:04:32 megalex (udev-worker)[372]: Inserted module 'intel_uncore'
Jul 11 23:04:32 megalex (udev-worker)[359]: Inserted module 'intel_uncore'
Jul 11 23:04:32 megalex (udev-worker)[353]: Inserted module 'intel_uncore'
Jul 11 23:04:32 megalex (udev-worker)[356]: port: Setting permissions /dev/port, uid=0, gid=986, mode=0640
Jul 11 23:04:32 megalex (udev-worker)[358]: Inserted module 'intel_uncore'
Jul 11 23:04:32 megalex (udev-worker)[356]: port: Successfully created symlink '/dev/char/1:4' to '/dev/port'
Jul 11 23:04:32 megalex (udev-worker)[430]: Inserted module 'intel_uncore'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(err) 'Physical Memory Array'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(err) 'Use: System Memory'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(err) 'Memory Device: 0'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(err) 'Memory Device: 1'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(err) 'Memory Device: 2'
Jul 11 23:04:32 megalex (udev-worker)[362]: random: Preserve permissions of /dev/random, uid=0, gid=0, mode=0666
Jul 11 23:04:32 megalex (udev-worker)[362]: random: Successfully created symlink '/dev/char/1:8' to '/dev/random'
Jul 11 23:04:32 megalex (udev-worker)[415]: null: Preserve permissions of /dev/null, uid=0, gid=0, mode=0666
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(err) 'Memory Device: 3'
Jul 11 23:04:32 megalex (udev-worker)[415]: null: Successfully created symlink '/dev/char/1:3' to '/dev/null'
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: sd-device: Created database file '/run/udev/data/c13:69' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7/event5'.
Jul 11 23:04:32 megalex (udev-worker)[415]: null: sd-device: Created database file '/run/udev/data/c1:3' for '/devices/virtual/mem/null'.
Jul 11 23:04:32 megalex (udev-worker)[415]: null: sd-device: Created database file '/run/udev/data/c1:3' for '/devices/virtual/mem/null'.
Jul 11 23:04:32 megalex (udev-worker)[415]: null: Device processed (SEQNUM=3453, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: sd-device: Created database file '/run/udev/data/c13:69' for '/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:0010.0002/input/input7/event5'.
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: Device processed (SEQNUM=2802, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[415]: null: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_ARRAY_LOCATION=System Board Or Motherboard'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_ARRAY_MAX_CAPACITY=68719476736'
Jul 11 23:04:32 megalex (udev-worker)[357]: Inserted module 'intel_uncore'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_TOTAL_WIDTH=64'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_DATA_WIDTH=64'
Jul 11 23:04:32 megalex (udev-worker)[363]: event5: sd-device-monitor(worker): Passed 1191 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_SIZE=17179869184'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_FORM_FACTOR=DIMM'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_LOCATOR=ChannelA-DIMM0'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_BANK_LOCATOR=BANK 0'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_TYPE=DDR4'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_TYPE_DETAIL=Synchronous Unbuffered (Unregistered)'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_SPEED_MTS=2133'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_MANUFACTURER=029E'
Jul 11 23:04:32 megalex kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
Jul 11 23:04:32 megalex kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jul 11 23:04:32 megalex kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jul 11 23:04:32 megalex kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_SERIAL_NUMBER=00000000'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_ASSET_TAG=9876543210'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_PART_NUMBER=CMK64GX4M4D3000C16'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_RANK=2'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_CONFIGURED_SPEED_MTS=2133'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_0_CONFIGURED_VOLTAGE=1'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_TOTAL_WIDTH=64'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_DATA_WIDTH=64'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_SIZE=17179869184'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_FORM_FACTOR=DIMM'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_LOCATOR=ChannelA-DIMM1'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_BANK_LOCATOR=BANK 1'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_TYPE=DDR4'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_TYPE_DETAIL=Synchronous Unbuffered (Unregistered)'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_SPEED_MTS=2133'
Jul 11 23:04:32 megalex (udev-worker)[420]: Inserted module 'intel_pmc_core'
Jul 11 23:04:32 megalex systemd-udevd[346]: wakeup28: Device is queued (SEQNUM=3596, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_MANUFACTURER=029E'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_SERIAL_NUMBER=00000000'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_ASSET_TAG=9876543210'
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu_dma_latency: Device ready for processing (SEQNUM=3461, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_PART_NUMBER=CMK64GX4M4D3000C16'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_RANK=2'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_CONFIGURED_SPEED_MTS=2133'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_1_CONFIGURED_VOLTAGE=1'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_TOTAL_WIDTH=64'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_DATA_WIDTH=64'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_SIZE=17179869184'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_FORM_FACTOR=DIMM'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_LOCATOR=ChannelB-DIMM0'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_BANK_LOCATOR=BANK 2'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_TYPE=DDR4'
Jul 11 23:04:32 megalex (udev-worker)[420]: INT33A1:00: sd-device: Created database file '/run/udev/data/+platform:INT33A1:00' for '/devices/platform/INT33A1:00'.
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_TYPE_DETAIL=Synchronous Unbuffered (Unregistered)'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_SPEED_MTS=2133'
Jul 11 23:04:32 megalex systemd-udevd[346]: INT33A1:00: Device is queued (SEQNUM=3597, ACTION=bind)
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_MANUFACTURER=029E'
Jul 11 23:04:32 megalex (udev-worker)[420]: INT33A1:00: Device processed (SEQNUM=3336, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_SERIAL_NUMBER=00000000'
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu_dma_latency: Device ready for processing (SEQNUM=3461, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_ASSET_TAG=9876543210'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_PART_NUMBER=CMK64GX4M4D3000C16'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_RANK=2'
Jul 11 23:04:32 megalex (udev-worker)[420]: INT33A1:00: sd-device-monitor(worker): Passed 319 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: cpu_dma_latency: sd-device-monitor(manager): Passed 234 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_CONFIGURED_SPEED_MTS=2133'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_2_CONFIGURED_VOLTAGE=1'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_TOTAL_WIDTH=64'
Jul 11 23:04:32 megalex systemd-udevd[346]: device-mapper: Device ready for processing (SEQNUM=3462, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_DATA_WIDTH=64'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_SIZE=17179869184'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_FORM_FACTOR=DIMM'
Jul 11 23:04:32 megalex (udev-worker)[360]: Inserted module 'intel_pmc_core'
Jul 11 23:04:32 megalex systemd-udevd[346]: device-mapper: sd-device-monitor(manager): Passed 231 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_LOCATOR=ChannelB-DIMM1'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_BANK_LOCATOR=BANK 3'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_TYPE=DDR4'
Jul 11 23:04:32 megalex systemd-udevd[346]: fuse: Device ready for processing (SEQNUM=3463, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_TYPE_DETAIL=Synchronous Unbuffered (Unregistered)'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_SPEED_MTS=2133'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_MANUFACTURER=029E'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_SERIAL_NUMBER=00000000'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_ASSET_TAG=9876543210'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_PART_NUMBER=CMK64GX4M4D3000C16'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_RANK=2'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_CONFIGURED_SPEED_MTS=2133'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_DEVICE_3_CONFIGURED_VOLTAGE=1'
Jul 11 23:04:32 megalex (udev-worker)[422]: id: 'dmi_memory_id'(out) 'MEMORY_ARRAY_NUM_DEVICES=4'
Jul 11 23:04:32 megalex (udev-worker)[360]: INT33A1:00: sd-device: Created database file '/run/udev/data/+acpi:INT33A1:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/INT33A1:00'.
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_pmc_core: Device is queued (SEQNUM=3598, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[360]: INT33A1:00: Device processed (SEQNUM=2977, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: id: Process 'dmi_memory_id' succeeded.
Jul 11 23:04:32 megalex (udev-worker)[360]: INT33A1:00: sd-device-monitor(worker): Passed 270 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: fuse: Device ready for processing (SEQNUM=3463, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: fuse: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: hpet: Device ready for processing (SEQNUM=3464, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: fuse: Processing device (SEQNUM=3463, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: intel_pmc_core: Device is queued (SEQNUM=3599, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: urandom: Preserve permissions of /dev/urandom, uid=0, gid=0, mode=0666
Jul 11 23:04:32 megalex systemd-udevd[346]: hpet: Device ready for processing (SEQNUM=3464, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hpet: sd-device-monitor(manager): Passed 212 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[375]: urandom: Successfully created symlink '/dev/char/1:9' to '/dev/urandom'
Jul 11 23:04:32 megalex systemd-udevd[346]: hw_random: Device ready for processing (SEQNUM=3465, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: fuse: /usr/lib/udev/rules.d/50-udev-default.rules:108 MODE 0666
Jul 11 23:04:32 megalex (udev-worker)[375]: urandom: sd-device: Created database file '/run/udev/data/c1:9' for '/devices/virtual/mem/urandom'.
Jul 11 23:04:32 megalex systemd-udevd[346]: video4linux: Device is queued (SEQNUM=3600, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hw_random: Device ready for processing (SEQNUM=3465, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: urandom: sd-device: Created database file '/run/udev/data/c1:9' for '/devices/virtual/mem/urandom'.
Jul 11 23:04:32 megalex systemd-udevd[346]: videodev: Device is queued (SEQNUM=3601, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: urandom: Device processed (SEQNUM=3456, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hw_random: Device ready for processing (SEQNUM=3465, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: urandom: sd-device-monitor(worker): Passed 226 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[415]: cpu_dma_latency: Processing device (SEQNUM=3461, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: device-mapper: Processing device (SEQNUM=3462, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: zero: Preserve permissions of /dev/zero, uid=0, gid=0, mode=0666
Jul 11 23:04:32 megalex (udev-worker)[414]: zero: Successfully created symlink '/dev/char/1:5' to '/dev/zero'
Jul 11 23:04:32 megalex (udev-worker)[363]: device-mapper: sd-device: Created database file '/run/udev/data/c10:236' for '/devices/virtual/misc/device-mapper'.
Jul 11 23:04:32 megalex (udev-worker)[414]: zero: sd-device: Created database file '/run/udev/data/c1:5' for '/devices/virtual/mem/zero'.
Jul 11 23:04:32 megalex (udev-worker)[414]: zero: sd-device: Created database file '/run/udev/data/c1:5' for '/devices/virtual/mem/zero'.
Jul 11 23:04:32 megalex (udev-worker)[414]: zero: Device processed (SEQNUM=3457, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: zero: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[420]: fuse: /usr/lib/udev/rules.d/99-fuse.rules:1 MODE 0666
Jul 11 23:04:32 megalex (udev-worker)[420]: fuse: /usr/lib/udev/rules.d/99-fuse3.rules:1 MODE 0666
Jul 11 23:04:32 megalex (udev-worker)[364]: platform:PNP0C14:00--wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: Device processed (SEQNUM=3445, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: platform:PNP0C14:00--wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[360]: hpet: Processing device (SEQNUM=3464, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: Device processed (SEQNUM=3446, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: platform:PNP0C14:01--wmi:A80593CE-2377-11DA-B012-B62220120727: sd-device-monitor(worker): Passed 238 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[431]: node0: Device processed (SEQNUM=3431, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: node0: sd-device-monitor(worker): Passed 175 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[415]: cpu_dma_latency: Preserve permissions of /dev/cpu_dma_latency, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[415]: cpu_dma_latency: Successfully created symlink '/dev/char/10:124' to '/dev/cpu_dma_latency'
Jul 11 23:04:32 megalex (udev-worker)[363]: device-mapper: Preserve permissions of /dev/mapper/control, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex systemd-udevd[346]: hw_random: Device ready for processing (SEQNUM=3465, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: hw_random: sd-device-monitor(manager): Passed 218 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: loop-control: Device ready for processing (SEQNUM=3466, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: device-mapper: Successfully created symlink '/dev/char/10:236' to '/dev/mapper/control'
Jul 11 23:04:32 megalex systemd-udevd[346]: loop-control: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: nvram: Device ready for processing (SEQNUM=3467, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[414]: hw_random: Processing device (SEQNUM=3465, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: nvram: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: snapshot: Device ready for processing (SEQNUM=3468, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: snapshot: sd-device-monitor(manager): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: udmabuf: Device ready for processing (SEQNUM=3469, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: udmabuf: sd-device-monitor(manager): Passed 218 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: userfaultfd: Device ready for processing (SEQNUM=3470, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[375]: udmabuf: Processing device (SEQNUM=3469, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[365]: loop-control: Processing device (SEQNUM=3466, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[364]: snapshot: Processing device (SEQNUM=3468, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[431]: nvram: Processing device (SEQNUM=3467, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[420]: fuse: Preserve permissions of /dev/fuse, uid=0, gid=0, mode=0666
Jul 11 23:04:32 megalex (udev-worker)[360]: hpet: Preserve permissions of /dev/hpet, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[422]: id: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load'
Jul 11 23:04:32 megalex (udev-worker)[360]: hpet: Successfully created symlink '/dev/char/10:228' to '/dev/hpet'
Jul 11 23:04:32 megalex (udev-worker)[420]: fuse: Successfully created symlink '/dev/char/10:229' to '/dev/fuse'
Jul 11 23:04:32 megalex (udev-worker)[377]: cpu2: sd-device: Created database file '/run/udev/data/c203:2' for '/devices/virtual/cpuid/cpu2'.
Jul 11 23:04:32 megalex (udev-worker)[377]: cpu2: Device processed (SEQNUM=3437, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: cpu2: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: userfaultfd: Device ready for processing (SEQNUM=3470, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[419]: memory_tier4: Device processed (SEQNUM=3458, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: userfaultfd: sd-device-monitor(manager): Passed 226 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[419]: memory_tier4: sd-device-monitor(worker): Passed 203 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: vga_arbiter: Device ready for processing (SEQNUM=3471, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[422]: id: sd-device: Created database file '/run/udev/data/+dmi:id' for '/devices/virtual/dmi/id'.
Jul 11 23:04:32 megalex (udev-worker)[422]: id: Running built-in command "kmod load"
Jul 11 23:04:32 megalex (udev-worker)[422]: Loading module: dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:
Jul 11 23:04:32 megalex systemd-udevd[346]: vga_arbiter: Device ready for processing (SEQNUM=3471, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: port: sd-device: Created database file '/run/udev/data/c1:4' for '/devices/virtual/mem/port'.
Jul 11 23:04:32 megalex (udev-worker)[362]: random: sd-device: Created database file '/run/udev/data/c1:8' for '/devices/virtual/mem/random'.
Jul 11 23:04:32 megalex (udev-worker)[356]: port: sd-device: Created database file '/run/udev/data/c1:4' for '/devices/virtual/mem/port'.
Jul 11 23:04:32 megalex (udev-worker)[362]: random: sd-device: Created database file '/run/udev/data/c1:8' for '/devices/virtual/mem/random'.
Jul 11 23:04:32 megalex (udev-worker)[419]: vga_arbiter: Processing device (SEQNUM=3471, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: port: Device processed (SEQNUM=3454, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: random: Device processed (SEQNUM=3455, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[362]: random: sd-device-monitor(worker): Passed 224 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[356]: port: sd-device-monitor(worker): Passed 207 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: cpu7: sd-device: Created database file '/run/udev/data/c203:7' for '/devices/virtual/cpuid/cpu7'.
Jul 11 23:04:32 megalex (udev-worker)[377]: userfaultfd: Processing device (SEQNUM=3470, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: cpu7: sd-device: Created database file '/run/udev/data/c203:7' for '/devices/virtual/cpuid/cpu7'.
Jul 11 23:04:32 megalex (udev-worker)[373]: cpu7: Device processed (SEQNUM=3442, ACTION=add)
Jul 11 23:04:32 megalex kernel: cryptd: max_cpu_qlen set to 1000
Jul 11 23:04:32 megalex (udev-worker)[373]: cpu7: sd-device-monitor(worker): Passed 220 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[422]: Failed to find module 'dmi:bvnAmericanMegatrendsInc.:bvr1.50:bd06/27/2017:br5.12:svnMSI:pnMS-7A63:pvr1.0:rvnMSI:rnZ270GAMINGPROCARBON(MS-7A63):rvr1.0:cvnMSI:ct3:cvr1.0:skuDefaultstring:'
Jul 11 23:04:32 megalex (udev-worker)[352]: btrfs-control: /usr/lib/udev/rules.d/50-udev-default.rules:99 GROUP 984
Jul 11 23:04:32 megalex (udev-worker)[419]: vga_arbiter: Preserve permissions of /dev/vga_arbiter, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[419]: vga_arbiter: Successfully created symlink '/dev/char/10:127' to '/dev/vga_arbiter'
Jul 11 23:04:32 megalex systemd-udevd[346]: vga_arbiter: sd-device-monitor(manager): Passed 226 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: msr0: Device ready for processing (SEQNUM=3472, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: userfaultfd: Preserve permissions of /dev/userfaultfd, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex systemd-udevd[346]: msr0: Device ready for processing (SEQNUM=3472, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: userfaultfd: Successfully created symlink '/dev/char/10:126' to '/dev/userfaultfd'
Jul 11 23:04:32 megalex systemd-udevd[346]: msr0: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: msr1: Device ready for processing (SEQNUM=3473, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: msr1: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: msr2: Device ready for processing (SEQNUM=3474, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[356]: msr0: Processing device (SEQNUM=3472, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: msr2: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: msr3: Device ready for processing (SEQNUM=3475, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: btrfs-control: Setting permissions /dev/btrfs-control, uid=0, gid=984, mode=0660
Jul 11 23:04:32 megalex (udev-worker)[373]: msr2: Processing device (SEQNUM=3474, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: btrfs-control: Successfully created symlink '/dev/char/10:234' to '/dev/btrfs-control'
Jul 11 23:04:32 megalex (udev-worker)[352]: btrfs-control: sd-device: Created database file '/run/udev/data/c10:234' for '/devices/virtual/misc/btrfs-control'.
Jul 11 23:04:32 megalex (udev-worker)[352]: btrfs-control: sd-device: Created database file '/run/udev/data/c10:234' for '/devices/virtual/misc/btrfs-control'.
Jul 11 23:04:32 megalex (udev-worker)[352]: btrfs-control: Device processed (SEQNUM=3460, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[352]: btrfs-control: sd-device-monitor(worker): Passed 230 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[362]: msr1: Processing device (SEQNUM=3473, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: autofs: Preserve permissions of /dev/autofs, uid=0, gid=0, mode=0644
Jul 11 23:04:32 megalex (udev-worker)[356]: msr0: Preserve permissions of /dev/cpu/0/msr, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[427]: autofs: Successfully created symlink '/dev/char/10:235' to '/dev/autofs'
Jul 11 23:04:32 megalex (udev-worker)[356]: msr0: Successfully created symlink '/dev/char/202:0' to '/dev/cpu/0/msr'
Jul 11 23:04:32 megalex (udev-worker)[356]: msr0: sd-device: Created database file '/run/udev/data/c202:0' for '/devices/virtual/msr/msr0'.
Jul 11 23:04:32 megalex (udev-worker)[427]: autofs: sd-device: Created database file '/run/udev/data/c10:235' for '/devices/virtual/misc/autofs'.
Jul 11 23:04:32 megalex (udev-worker)[373]: msr2: Preserve permissions of /dev/cpu/2/msr, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex (udev-worker)[356]: msr0: sd-device: Created database file '/run/udev/data/c202:0' for '/devices/virtual/msr/msr0'.
Jul 11 23:04:32 megalex (udev-worker)[427]: autofs: sd-device: Created database file '/run/udev/data/c10:235' for '/devices/virtual/misc/autofs'.
Jul 11 23:04:32 megalex (udev-worker)[356]: msr0: Device processed (SEQNUM=3472, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[427]: autofs: Device processed (SEQNUM=3459, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: msr2: Successfully created symlink '/dev/char/202:2' to '/dev/cpu/2/msr'
Jul 11 23:04:32 megalex (udev-worker)[356]: msr0: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[427]: autofs: sd-device-monitor(worker): Passed 229 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: msr2: sd-device: Created database file '/run/udev/data/c202:2' for '/devices/virtual/msr/msr2'.
Jul 11 23:04:32 megalex systemd-udevd[346]: msr3: Device ready for processing (SEQNUM=3475, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: userfaultfd: sd-device: Created database file '/run/udev/data/c10:126' for '/devices/virtual/misc/userfaultfd'.
Jul 11 23:04:32 megalex systemd-udevd[346]: msr3: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: msr2: sd-device: Created database file '/run/udev/data/c202:2' for '/devices/virtual/msr/msr2'.
Jul 11 23:04:32 megalex systemd-udevd[346]: msr4: Device ready for processing (SEQNUM=3476, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[373]: msr2: Device processed (SEQNUM=3474, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: userfaultfd: sd-device: Created database file '/run/udev/data/c10:126' for '/devices/virtual/misc/userfaultfd'.
Jul 11 23:04:32 megalex systemd-udevd[346]: msr4: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[373]: msr2: sd-device-monitor(worker): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[377]: userfaultfd: Device processed (SEQNUM=3470, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: msr5: Device ready for processing (SEQNUM=3477, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[377]: userfaultfd: sd-device-monitor(worker): Passed 226 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: msr5: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd-udevd[346]: msr6: Device ready for processing (SEQNUM=3478, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: device-mapper: sd-device: Created database file '/run/udev/data/c10:236' for '/devices/virtual/misc/device-mapper'.
Jul 11 23:04:32 megalex (udev-worker)[362]: msr1: Preserve permissions of /dev/cpu/1/msr, uid=0, gid=0, mode=0600
Jul 11 23:04:32 megalex systemd-udevd[346]: msr6: Device ready for processing (SEQNUM=3478, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: msr6: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex (udev-worker)[363]: device-mapper: sd-device: Created database file '/run/udev/data/c10:236' for '/devices/virtual/misc/device-mapper'.
Jul 11 23:04:32 megalex systemd-udevd[346]: msr7: Device ready for processing (SEQNUM=3479, ACTION=add)
Jul 11 23:04:32 megalex (udev-worker)[363]: device-mapper: Device processed (SEQNUM=3462, ACTION=add)
Jul 11 23:04:32 megalex systemd-udevd[346]: msr7: sd-device-monitor(manager): Passed 214 byte to netlink monitor.
Jul 11 23:04:32 megalex systemd[1]: home-will.mount: Directory /home/will to mount over is not empty, mounting anyway.
Jul 11 23:04:32 megalex systemd[1]: Mounting /home/will...
Jul 11 23:04:32 megalex systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jul 11 23:04:32 megalex systemd[1]: Listening on Disk Image Download Service Socket.
Jul 11 23:04:32 megalex systemd[1]: var-lib-snapd-snap.mount: Directory /var/lib/snapd/snap to mount over is not empty, mounting anyway.
Jul 11 23:04:32 megalex systemd[1]: Mounting Ensure that the snap directory shares mount events....
Jul 11 23:04:32 megalex systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Jul 11 23:04:32 megalex systemd[1]: Stopped Virtual Console Setup.
Jul 11 23:04:32 megalex systemd[1]: Stopping Virtual Console Setup...
Jul 11 23:04:32 megalex systemd[1]: Starting Virtual Console Setup...
Jul 11 23:04:32 megalex systemd[1]: Mounted Ensure that the snap directory shares mount events..
Jul 11 23:04:32 megalex kernel: iTCO_vendor_support: vendor-support=0
Jul 11 23:04:32 megalex kernel: EXT4-fs (sda3): mounted filesystem 9ace81ae-343c-46d1-b630-31e8f6ee868d r/w with ordered data mode. Quota mode: none.
Jul 11 23:04:32 megalex systemd[1]: Mounting Mount unit for core18, revision 2066...
Jul 11 23:04:32 megalex kernel: ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Jul 11 23:04:32 megalex kernel: ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
Jul 11 23:04:32 megalex kernel: ee1004 0-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
Jul 11 23:04:32 megalex kernel: ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
Jul 11 23:04:32 megalex kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Jul 11 23:04:32 megalex kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jul 11 23:04:32 megalex kernel: loop0: detected capacity change from 0 to 113504
Jul 11 23:04:32 megalex systemd[1]: Mounting Mount unit for gnome-3-28-1804, revision 145...
Jul 11 23:04:32 megalex kernel: usb 1-10: Found UVC 1.00 device 1080P Webcam (1bcf:28c4)
Jul 11 23:04:32 megalex systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1515...
Jul 11 23:04:32 megalex systemd[1]: Mounting Mount unit for postbird, revision 6...
Jul 11 23:04:32 megalex kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Jul 11 23:04:32 megalex kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jul 11 23:04:32 megalex kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jul 11 23:04:32 megalex kernel: loop1: detected capacity change from 0 to 333552
Jul 11 23:04:32 megalex systemd[1]: Mounting Mount unit for snapd, revision 11841...
Jul 11 23:04:32 megalex kernel: loop2: detected capacity change from 0 to 133320
Jul 11 23:04:32 megalex kernel: loop3: detected capacity change from 0 to 116408
Jul 11 23:04:32 megalex kernel: loop4: detected capacity change from 0 to 65712
Jul 11 23:04:32 megalex systemd[1]: Mounted /home/will.
Jul 11 23:04:32 megalex systemd[1]: Finished Virtual Console Setup.
Jul 11 23:04:32 megalex kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
Jul 11 23:04:32 megalex kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
Jul 11 23:04:32 megalex kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
Jul 11 23:04:32 megalex kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
Jul 11 23:04:32 megalex systemd[1]: Mounted Mount unit for core18, revision 2066.
Jul 11 23:04:32 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: ALC1220: picked fixup for PCI SSID 1462:0000
Jul 11 23:04:32 megalex systemd[1]: Mounted Mount unit for gnome-3-28-1804, revision 145.
Jul 11 23:04:32 megalex systemd[1]: Mounted Mount unit for gtk-common-themes, revision 1515.
Jul 11 23:04:32 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Jul 11 23:04:32 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jul 11 23:04:32 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Jul 11 23:04:32 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
Jul 11 23:04:32 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
Jul 11 23:04:32 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
Jul 11 23:04:32 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
Jul 11 23:04:32 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
Jul 11 23:04:32 megalex kernel: snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
Jul 11 23:04:32 megalex systemd[1]: Mounted Mount unit for postbird, revision 6.
Jul 11 23:04:32 megalex systemd[1]: Mounted Mount unit for snapd, revision 11841.
Jul 11 23:04:32 megalex kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Jul 11 23:04:32 megalex kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Jul 11 23:04:32 megalex kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Jul 11 23:04:32 megalex kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
Jul 11 23:04:32 megalex kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
Jul 11 23:04:32 megalex kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
Jul 11 23:04:32 megalex kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
Jul 11 23:04:32 megalex systemd[1]: Reached target Local File Systems.
Jul 11 23:04:32 megalex systemd[1]: Reached target Sound Card.
Jul 11 23:04:32 megalex systemd[1]: Listening on Boot Entries Service Socket.
Jul 11 23:04:32 megalex systemd[1]: Listening on System Extension Image Management.
Jul 11 23:04:32 megalex systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Jul 11 23:04:32 megalex systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jul 11 23:04:32 megalex systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jul 11 23:04:32 megalex systemd[1]: Starting Create System Files and Directories...
Jul 11 23:04:32 megalex kernel: usbcore: registered new interface driver uvcvideo
Jul 11 23:04:32 megalex kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 575.64.03 Wed Jun 25 18:40:52 UTC 2025
Jul 11 23:04:32 megalex systemd[1]: Received SIGRTMIN+20 from PID 369 (plymouthd).
Jul 11 23:04:32 megalex systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Jul 11 23:04:32 megalex kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Jul 11 23:04:32 megalex kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 575.64.03 Wed Jun 25 18:07:15 UTC 2025
Jul 11 23:04:32 megalex kernel: usb 1-10: 3:1: cannot get freq at ep 0x86
Jul 11 23:04:32 megalex systemd[1]: Finished Create System Files and Directories.
Jul 11 23:04:32 megalex systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jul 11 23:04:32 megalex systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 11 23:04:32 megalex systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 11 23:04:32 megalex systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jul 11 23:04:32 megalex systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jul 11 23:04:32 megalex systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jul 11 23:04:32 megalex systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jul 11 23:04:32 megalex kernel: usb 1-10: 3:2: cannot get freq at ep 0x86
Jul 11 23:04:32 megalex kernel: usb 1-10: 3:3: cannot set freq 16000 to ep 0x86
Jul 11 23:04:32 megalex kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
Jul 11 23:04:32 megalex kernel: usb 1-10: 3:4: cannot set freq 22050 to ep 0x86
Jul 11 23:04:32 megalex kernel: nvidia_drm: unknown parameter 'dbdev' ignored
Jul 11 23:04:32 megalex kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Jul 11 23:04:32 megalex kernel: intel_tcc_cooling: Programmable TCC Offset detected
Jul 11 23:04:32 megalex systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jul 11 23:04:32 megalex kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 30:9c:23:5e:ec:68
Jul 11 23:04:32 megalex kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
Jul 11 23:04:32 megalex kernel: e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
Jul 11 23:04:32 megalex kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
Jul 11 23:04:32 megalex kernel: intel_rapl_common: Found RAPL domain package
Jul 11 23:04:32 megalex kernel: intel_rapl_common: Found RAPL domain core
Jul 11 23:04:32 megalex kernel: intel_rapl_common: Found RAPL domain dram
Jul 11 23:04:32 megalex kernel: usb 1-10: 3:5: cannot get freq at ep 0x86
Jul 11 23:04:32 megalex kernel: usb 1-10: 3:6: cannot set freq 32000 to ep 0x86
Jul 11 23:04:32 megalex kernel: usb 1-10: 3:7: cannot set freq 44100 to ep 0x86
Jul 11 23:04:32 megalex kernel: usb 1-10: 3:8: cannot set freq 48000 to ep 0x86
Jul 11 23:04:33 megalex kernel: usb 1-10: Warning! Unlikely big volume range (=3896), cval->res is probably wrong.
Jul 11 23:04:33 megalex kernel: usb 1-10: [7] FU [Mic Capture Volume] ch = 1, val = 200/4096/1
Jul 11 23:04:33 megalex kernel: usbcore: registered new interface driver snd-usb-audio
Jul 11 23:04:33 megalex systemd-modules-load[298]: Inserted module 'nvidia_uvm'
Jul 11 23:04:33 megalex kernel: vboxdrv: Found 8 processor cores/threads
Jul 11 23:04:33 megalex systemd-modules-load[298]: Inserted module 'vboxdrv'
Jul 11 23:04:33 megalex kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3599999721 Hz
Jul 11 23:04:33 megalex kernel: vboxdrv: Successfully loaded version 7.1.10 r169112 (interface 0x00340001)
Jul 11 23:04:33 megalex systemd-modules-load[298]: Inserted module 'vboxnetadp'
Jul 11 23:04:33 megalex kernel: VBoxNetAdp: Successfully started.
Jul 11 23:04:33 megalex systemd-modules-load[298]: Inserted module 'vboxnetflt'
Jul 11 23:04:33 megalex kernel: VBoxNetFlt: Successfully started.
Jul 11 23:04:33 megalex systemd[1]: Finished Load Kernel Modules.
Jul 11 23:04:33 megalex systemd[1]: Starting Apply Kernel Variables...
Jul 11 23:04:33 megalex systemd[1]: Finished Apply Kernel Variables.
Jul 11 23:04:33 megalex systemd[1]: Reached target System Initialization.
Jul 11 23:04:33 megalex systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jul 11 23:04:33 megalex systemd[1]: Started Daily rotation of log files.
Jul 11 23:04:33 megalex systemd[1]: Started Daily man-db regeneration.
Jul 11 23:04:33 megalex systemd[1]: Started Daily verification of password and group files.
Jul 11 23:04:33 megalex systemd[1]: Started Daily Cleanup of Temporary Directories.
Jul 11 23:04:33 megalex systemd[1]: Reached target Timer Units.
Jul 11 23:04:33 megalex systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Jul 11 23:04:33 megalex systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 11 23:04:33 megalex systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jul 11 23:04:33 megalex systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jul 11 23:04:33 megalex systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jul 11 23:04:33 megalex systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jul 11 23:04:33 megalex systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jul 11 23:04:33 megalex systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Jul 11 23:04:33 megalex systemd[1]: Starting Socket activation for snappy daemon...
Jul 11 23:04:33 megalex systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Jul 11 23:04:33 megalex systemd[1]: Listening on Hostname Service Socket.
Jul 11 23:04:33 megalex systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 11 23:04:33 megalex kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
Jul 11 23:04:33 megalex kernel: Console: switching to colour dummy device 80x25
Jul 11 23:04:33 megalex kernel: nvidia 0000:01:00.0: vgaarb: deactivate vga console
Jul 11 23:04:33 megalex systemd[1]: Listening on Socket activation for snappy daemon.
Jul 11 23:04:33 megalex systemd[1]: Reached target Socket Units.
Jul 11 23:04:33 megalex systemd[1]: Reached target Basic System.
Jul 11 23:04:33 megalex systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Jul 11 23:04:33 megalex systemd[1]: Starting D-Bus System Message Bus...
Jul 11 23:04:33 megalex systemd[1]: Starting Initialize hardware monitoring sensors...
Jul 11 23:04:33 megalex systemd[1]: Starting User Login Management...
Jul 11 23:04:33 megalex systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 11 23:04:33 megalex avahi-daemon[538]: Found user 'avahi' (UID 977) and group 'avahi' (GID 977).
Jul 11 23:04:33 megalex avahi-daemon[538]: Successfully dropped root privileges.
Jul 11 23:04:33 megalex avahi-daemon[538]: avahi-daemon 0.8 starting up.
Jul 11 23:04:33 megalex avahi-daemon[538]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Jul 11 23:04:33 megalex (modprobe)[540]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Jul 11 23:04:33 megalex dbus-daemon[539]: dbus[539]: Unknown username "pulse" in message bus configuration file
Jul 11 23:04:33 megalex systemd[1]: Started D-Bus System Message Bus.
Jul 11 23:04:33 megalex avahi-daemon[538]: Successfully called chroot().
Jul 11 23:04:33 megalex avahi-daemon[538]: Successfully dropped remaining capabilities.
Jul 11 23:04:33 megalex avahi-daemon[538]: No service file found in /etc/avahi/services.
Jul 11 23:04:33 megalex kernel: nct6775: Found NCT6795D or compatible chip at 0x4e:0xa20
Jul 11 23:04:33 megalex avahi-daemon[538]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Jul 11 23:04:33 megalex avahi-daemon[538]: New relevant interface lo.IPv6 for mDNS.
Jul 11 23:04:33 megalex avahi-daemon[538]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Jul 11 23:04:33 megalex avahi-daemon[538]: New relevant interface lo.IPv4 for mDNS.
Jul 11 23:04:33 megalex avahi-daemon[538]: Network interface enumeration completed.
Jul 11 23:04:33 megalex avahi-daemon[538]: Registering new address record for ::1 on lo.*.
Jul 11 23:04:33 megalex avahi-daemon[538]: Registering new address record for 127.0.0.1 on lo.IPv4.
Jul 11 23:04:33 megalex systemd[1]: Starting Network Manager...
Jul 11 23:04:33 megalex systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Jul 11 23:04:33 megalex systemd-logind[541]: Watching system buttons on /dev/input/event2 (Power Button)
Jul 11 23:04:33 megalex systemd-logind[541]: Watching system buttons on /dev/input/event1 (Power Button)
Jul 11 23:04:33 megalex systemd-logind[541]: Watching system buttons on /dev/input/event0 (Sleep Button)
Jul 11 23:04:33 megalex systemd-logind[541]: Watching system buttons on /dev/input/event3 (USB Keyboard)
Jul 11 23:04:33 megalex systemd-logind[541]: Watching system buttons on /dev/input/event5 (USB Keyboard System Control)
Jul 11 23:04:33 megalex systemd-logind[541]: New seat seat0.
Jul 11 23:04:33 megalex systemd[1]: Started User Login Management.
Jul 11 23:04:33 megalex systemd[1]: Finished Initialize hardware monitoring sensors.
Jul 11 23:04:33 megalex kernel: fbcon: nvidia-drmdrmfb (fb0) is primary device
Jul 11 23:04:33 megalex kernel: Console: switching to colour frame buffer device 160x45
Jul 11 23:04:33 megalex kernel: nvidia 0000:01:00.0: [drm] fb0: nvidia-drmdrmfb frame buffer device
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.5234] NetworkManager (version 1.52.1-1) is starting... (boot:4743f816-5019-4a7b-adee-c2f1cce47225)
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.5235] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf
Jul 11 23:04:33 megalex systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Jul 11 23:04:33 megalex systemd[1]: Stopped Virtual Console Setup.
Jul 11 23:04:33 megalex systemd[1]: Stopping Virtual Console Setup...
Jul 11 23:04:33 megalex systemd[1]: Starting Virtual Console Setup...
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.5317] manager[0x55e7ee722890]: monitoring kernel firmware directory '/lib/firmware'.
Jul 11 23:04:33 megalex dbus-daemon[539]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=549 comm="/usr/bin/NetworkManager --no-daemon")
Jul 11 23:04:33 megalex systemd[1]: Starting Hostname Service...
Jul 11 23:04:33 megalex systemd[1]: Finished Virtual Console Setup.
Jul 11 23:04:33 megalex systemd[1]: Started Hostname Service.
Jul 11 23:04:33 megalex dbus-daemon[539]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.5991] hostname: hostname: using hostnamed
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.5992] hostname: static hostname changed from (none) to "megalex"
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.5998] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6057] manager[0x55e7ee722890]: rfkill: Wi-Fi hardware radio set enabled
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6057] manager[0x55e7ee722890]: rfkill: WWAN hardware radio set enabled
Jul 11 23:04:33 megalex systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6188] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-bluetooth.so)
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6209] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-ovs.so)
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6450] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-team.so)
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6474] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-wifi.so)
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6482] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-adsl.so)
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6488] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-wwan.so)
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6490] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6490] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6490] manager: Networking is enabled by state file
Jul 11 23:04:33 megalex dbus-daemon[539]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=549 comm="/usr/bin/NetworkManager --no-daemon")
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6500] settings: Loaded settings plugin: keyfile (internal)
Jul 11 23:04:33 megalex systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6608] dhcp: init: Using DHCP client 'internal'
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6609] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6617] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6624] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6627] device (lo): Activation: starting connection 'lo' (9c7c78a6-6dbc-4973-89e9-8132a411717e)
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6631] manager: (enp0s31f6): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.6633] device (enp0s31f6): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Jul 11 23:04:33 megalex dbus-daemon[539]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 11 23:04:33 megalex systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 11 23:04:33 megalex systemd[1]: Started Network Manager.
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.8504] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jul 11 23:04:33 megalex systemd[1]: Reached target Network.
Jul 11 23:04:33 megalex systemd[1]: Reached target Network is Online.
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.8556] ovsdb: disconnected from ovsdb
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.8559] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Jul 11 23:04:33 megalex systemd[1]: Started ClamAV virus database updater.
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.8567] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.8572] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.8587] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Jul 11 23:04:33 megalex systemd[1]: Starting Network Time Service...
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.8644] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.8647] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Jul 11 23:04:33 megalex systemd[1]: Starting Permit User Sessions...
Jul 11 23:04:33 megalex NetworkManager[549]: <info> [1752271473.8663] device (lo): Activation: successful, device activated.
Jul 11 23:04:33 megalex systemd[1]: Finished Permit User Sessions.
Jul 11 23:04:33 megalex systemd[1]: Starting Hold until boot process finishes up...
Jul 11 23:04:33 megalex systemd[1]: Starting Terminate Plymouth Boot Screen...
Jul 11 23:04:33 megalex ntpd[611]: ntpd 4.2.8p18@1.4062-o Mon May 5 12:16:03 UTC 2025 (1): Starting
Jul 11 23:04:33 megalex ntpd[611]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Jul 11 23:04:33 megalex ntpd[611]: ----------------------------------------------------
Jul 11 23:04:33 megalex ntpd[611]: ntp-4 is maintained by Network Time Foundation,
Jul 11 23:04:33 megalex ntpd[611]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Jul 11 23:04:33 megalex ntpd[611]: corporation. Support and training for ntp-4 are
Jul 11 23:04:33 megalex ntpd[611]: available at https://www.nwtime.org/support
Jul 11 23:04:33 megalex ntpd[611]: ----------------------------------------------------
Jul 11 23:04:33 megalex ntpd[611]: DEBUG behavior is enabled - a violation of any diagnostic assertion will cause ntpd to abort
Jul 11 23:04:33 megalex ntpd[617]: proto: precision = 0.087 usec (-23)
Jul 11 23:04:33 megalex ntpd[617]: basedate set to 2025-04-23
Jul 11 23:04:33 megalex ntpd[617]: gps base set to 2025-04-27 (week 2364)
Jul 11 23:04:33 megalex ntpd[617]: initial drift restored to -12.297623
Jul 11 23:04:33 megalex ntpd[617]: Listen and drop on 0 v6wildcard [::]:123
Jul 11 23:04:33 megalex ntpd[617]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Jul 11 23:04:33 megalex ntpd[617]: Listen normally on 2 lo 127.0.0.1:123
Jul 11 23:04:33 megalex ntpd[617]: Listen normally on 3 lo [::1]:123
Jul 11 23:04:33 megalex ntpd[617]: Listening on routing socket on fd #20 for interface updates
Jul 11 23:04:33 megalex ntpd[617]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Jul 11 23:04:33 megalex ntpd[617]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Jul 11 23:04:33 megalex systemd[1]: Started Network Time Service.
Jul 11 23:04:33 megalex freshclam[610]: ClamAV update process started at Fri Jul 11 23:04:33 2025
Jul 11 23:04:33 megalex freshclam[610]: WARNING: Can't query current.cvd.clamav.net
Jul 11 23:04:33 megalex freshclam[610]: WARNING: Invalid DNS reply. Falling back to HTTP mode.
Jul 11 23:04:33 megalex freshclam[610]: WARNING: FreshClam previously received error code 429 or 403 from the ClamAV Content Delivery Network (CDN).
Jul 11 23:04:33 megalex freshclam[610]: This means that you have been rate limited or blocked by the CDN.
Jul 11 23:04:33 megalex freshclam[610]: 1. Verify that you're running a supported ClamAV version.
Jul 11 23:04:33 megalex freshclam[610]: See https://docs.clamav.net/faq/faq-eol.html for details.
Jul 11 23:04:33 megalex freshclam[610]: 2. Run FreshClam no more than once an hour to check for updates.
Jul 11 23:04:33 megalex freshclam[610]: FreshClam should check DNS first to see if an update is needed.
Jul 11 23:04:33 megalex freshclam[610]: 3. If you have more than 10 hosts on your network attempting to download,
Jul 11 23:04:33 megalex freshclam[610]: it is recommended that you set up a private mirror on your network using
Jul 11 23:04:33 megalex freshclam[610]: cvdupdate (https://pypi.org/project/cvdupdate/) to save bandwidth on the
Jul 11 23:04:33 megalex freshclam[610]: CDN and your own network.
Jul 11 23:04:33 megalex freshclam[610]: 4. Please do not open a ticket asking for an exemption from the rate limit,
Jul 11 23:04:33 megalex freshclam[610]: it will not be granted.
Jul 11 23:04:33 megalex freshclam[610]: WARNING: You are still on cool-down until after: 2025-07-12 01:08:45
Jul 11 23:04:33 megalex systemd[1]: Received SIGRTMIN+21 from PID 369 (plymouthd).
Jul 11 23:04:33 megalex systemd[1]: Finished Hold until boot process finishes up.
Jul 11 23:04:33 megalex systemd[1]: Finished Terminate Plymouth Boot Screen.
Jul 11 23:04:33 megalex systemd[1]: Started Getty on tty1.
Jul 11 23:04:33 megalex systemd[1]: Reached target Login Prompts.
Jul 11 23:04:33 megalex systemd[1]: Reached target Multi-User System.
Jul 11 23:04:33 megalex systemd[1]: Startup finished in 16.595s (firmware) + 11.931s (loader) + 1.794s (kernel) + 3.295s (userspace) = 33.617s.
Jul 11 23:04:34 megalex avahi-daemon[538]: Server startup complete. Host name is megalex.local. Local service cookie is 2078665538.
Jul 11 23:04:35 megalex kernel: e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
Jul 11 23:04:35 megalex NetworkManager[549]: <info> [1752271475.3407] device (enp0s31f6): carrier: link connected
Jul 11 23:04:35 megalex NetworkManager[549]: <info> [1752271475.3414] device (enp0s31f6): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
Jul 11 23:04:35 megalex NetworkManager[549]: <info> [1752271475.3420] policy: auto-activating connection 'Wired connection 1' (b553e6a2-432b-34ae-af86-cc629cd4bd39)
Jul 11 23:04:35 megalex NetworkManager[549]: <info> [1752271475.3422] device (enp0s31f6): Activation: starting connection 'Wired connection 1' (b553e6a2-432b-34ae-af86-cc629cd4bd39)
Jul 11 23:04:35 megalex NetworkManager[549]: <info> [1752271475.3423] device (enp0s31f6): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Jul 11 23:04:35 megalex NetworkManager[549]: <info> [1752271475.3424] manager: NetworkManager state is now CONNECTING
Jul 11 23:04:35 megalex NetworkManager[549]: <info> [1752271475.4332] device (enp0s31f6): state change: prepare -> config (reason 'none', managed-type: 'full')
Jul 11 23:04:35 megalex NetworkManager[549]: <info> [1752271475.4339] device (enp0s31f6): state change: config -> ip-config (reason 'none', managed-type: 'full')
Jul 11 23:04:35 megalex NetworkManager[549]: <info> [1752271475.4342] dhcp4 (enp0s31f6): activation: beginning transaction (timeout in 45 seconds)
Jul 11 23:04:35 megalex dbus-daemon[539]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.3' (uid=0 pid=549 comm="/usr/bin/NetworkManager --no-daemon")
Jul 11 23:04:35 megalex dbus-daemon[539]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 11 23:04:35 megalex avahi-daemon[538]: Joining mDNS multicast group on interface enp0s31f6.IPv6 with address fe80::b86d:3bd9:5a06:d4f6.
Jul 11 23:04:35 megalex avahi-daemon[538]: New relevant interface enp0s31f6.IPv6 for mDNS.
Jul 11 23:04:35 megalex avahi-daemon[538]: Registering new address record for fe80::b86d:3bd9:5a06:d4f6 on enp0s31f6.*.
Jul 11 23:04:37 megalex kernel: e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Up 100 Mbps Half Duplex, Flow Control: None
Jul 11 23:04:37 megalex NetworkManager[549]: <info> [1752271477.4605] device (enp0s31f6): carrier: link connected
Jul 11 23:04:39 megalex NetworkManager[549]: <info> [1752271479.6878] dhcp4 (enp0s31f6): state changed new lease, address=192.168.0.14, acd pending
Jul 11 23:04:39 megalex NetworkManager[549]: <info> [1752271479.8714] dhcp4 (enp0s31f6): state changed new lease, address=192.168.0.14
Jul 11 23:04:39 megalex avahi-daemon[538]: Joining mDNS multicast group on interface enp0s31f6.IPv4 with address 192.168.0.14.
Jul 11 23:04:39 megalex avahi-daemon[538]: New relevant interface enp0s31f6.IPv4 for mDNS.
Jul 11 23:04:39 megalex avahi-daemon[538]: Registering new address record for 192.168.0.14 on enp0s31f6.IPv4.
Jul 11 23:04:39 megalex NetworkManager[549]: <info> [1752271479.8735] policy: set 'Wired connection 1' (enp0s31f6) as default for IPv4 routing and DNS
Jul 11 23:04:39 megalex NetworkManager[549]: <info> [1752271479.9218] device (enp0s31f6): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Jul 11 23:04:39 megalex NetworkManager[549]: <info> [1752271479.9259] device (enp0s31f6): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Jul 11 23:04:39 megalex NetworkManager[549]: <info> [1752271479.9263] device (enp0s31f6): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Jul 11 23:04:39 megalex NetworkManager[549]: <info> [1752271479.9271] manager: NetworkManager state is now CONNECTED_SITE
Jul 11 23:04:39 megalex NetworkManager[549]: <info> [1752271479.9278] device (enp0s31f6): Activation: successful, device activated.
Jul 11 23:04:39 megalex NetworkManager[549]: <info> [1752271479.9294] manager: startup complete
Jul 11 23:04:40 megalex NetworkManager[549]: <info> [1752271480.1057] manager: NetworkManager state is now CONNECTED_GLOBAL
Jul 11 23:04:42 megalex ntpd[617]: Listen normally on 4 enp0s31f6 192.168.0.14:123
Jul 11 23:04:42 megalex ntpd[617]: Listen normally on 5 enp0s31f6 [fe80::b86d:3bd9:5a06:d4f6%2]:123
Jul 11 23:04:42 megalex ntpd[617]: new interface(s) found: waking up resolver
Jul 11 23:04:43 megalex systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 11 23:05:03 megalex systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Received SIGINT.
Jul 11 23:05:08 megalex systemd[1]: Activating special unit System Reboot...
Jul 11 23:05:08 megalex systemd[1]: Removed slice Slice /system/modprobe.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Multi-User System.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Login Prompts.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Sound Card.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Timer Units.
Jul 11 23:05:08 megalex systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
Jul 11 23:05:08 megalex systemd[1]: logrotate.timer: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Daily rotation of log files.
Jul 11 23:05:08 megalex systemd[1]: man-db.timer: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Daily man-db regeneration.
Jul 11 23:05:08 megalex systemd[1]: shadow.timer: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Daily verification of password and group files.
Jul 11 23:05:08 megalex systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Jul 11 23:05:08 megalex systemd[1]: Stopped target System Time Set.
Jul 11 23:05:08 megalex systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Closed LVM2 poll daemon socket.
Jul 11 23:05:08 megalex systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jul 11 23:05:08 megalex avahi-daemon[538]: Got SIGTERM, quitting.
Jul 11 23:05:08 megalex avahi-daemon[538]: Leaving mDNS multicast group on interface enp0s31f6.IPv6 with address fe80::b86d:3bd9:5a06:d4f6.
Jul 11 23:05:08 megalex systemd[1]: Stopping Avahi mDNS/DNS-SD Stack...
Jul 11 23:05:08 megalex avahi-daemon[538]: Leaving mDNS multicast group on interface enp0s31f6.IPv4 with address 192.168.0.14.
Jul 11 23:05:08 megalex freshclam[610]: Update process terminated
Jul 11 23:05:08 megalex avahi-daemon[538]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
Jul 11 23:05:08 megalex systemd[1]: Stopping ClamAV virus database updater...
Jul 11 23:05:08 megalex avahi-daemon[538]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Jul 11 23:05:08 megalex systemd[1]: Stopping Getty on tty1...
Jul 11 23:05:08 megalex systemd[1]: Stopping Initialize hardware monitoring sensors...
Jul 11 23:05:08 megalex avahi-daemon[538]: avahi-daemon 0.8 exiting.
Jul 11 23:05:08 megalex systemd[1]: Starting Generate shutdown-ramfs...
Jul 11 23:05:08 megalex ntpd[617]: ntpd exiting on signal 15 (Terminated)
Jul 11 23:05:08 megalex systemd[1]: Stopping Network Time Service...
Jul 11 23:05:08 megalex systemd[1]: plymouth-quit.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Terminate Plymouth Boot Screen.
Jul 11 23:05:08 megalex systemd[1]: Stopping User Login Management...
Jul 11 23:05:08 megalex systemd[1]: Stopping Load/Save OS Random Seed...
Jul 11 23:05:08 megalex systemd[1]: systemd-udev-load-credentials.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Load udev Rules from Credentials.
Jul 11 23:05:08 megalex systemd[1]: avahi-daemon.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Avahi mDNS/DNS-SD Stack.
Jul 11 23:05:08 megalex systemd[1]: clamav-freshclam.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped ClamAV virus database updater.
Jul 11 23:05:08 megalex systemd[1]: ntpd.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Network Time Service.
Jul 11 23:05:08 megalex systemd[1]: getty@tty1.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Getty on tty1.
Jul 11 23:05:08 megalex (modprobe)[630]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Jul 11 23:05:08 megalex systemd-journald[297]: Suppressed 5137 messages from systemd-udevd.service
Jul 11 23:05:08 megalex systemd-udevd[346]: hwmon1: Device is queued (SEQNUM=3868, ACTION=remove)
Jul 11 23:05:08 megalex systemd[1]: systemd-logind.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped User Login Management.
Jul 11 23:05:08 megalex systemd-udevd[346]: hwmon1: Device ready for processing (SEQNUM=3868, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 647.
Jul 11 23:05:08 megalex systemd-udevd[346]: hwmon1: Worker [647] is forked for processing SEQNUM=3868.
Jul 11 23:05:08 megalex systemd-udevd[346]: coretemp.0: Device is queued (SEQNUM=3869, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: coretemp.0: SEQNUM=3869 blocked by SEQNUM=3868
Jul 11 23:05:08 megalex (udev-worker)[647]: hwmon1: Processing device (SEQNUM=3868, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[647]: sd-device: Failed to chase symlinks in "/sys/devices/platform/coretemp.0/hwmon".
Jul 11 23:05:08 megalex (udev-worker)[647]: sd-device: Failed to chase symlinks in "/sys/devices/platform/coretemp.0".
Jul 11 23:05:08 megalex (udev-worker)[647]: hwmon1: Device processed (SEQNUM=3868, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[647]: hwmon1: sd-device-monitor(worker): Passed 182 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: coretemp.0: Device ready for processing (SEQNUM=3869, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: coretemp.0: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd[1]: systemd-random-seed.service: Deactivated successfully.
Jul 11 23:05:08 megalex (udev-worker)[647]: coretemp.0: Processing device (SEQNUM=3869, ACTION=remove)
Jul 11 23:05:08 megalex systemd[1]: Stopped Load/Save OS Random Seed.
Jul 11 23:05:08 megalex (udev-worker)[647]: coretemp.0: Device processed (SEQNUM=3869, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[647]: coretemp.0: sd-device-monitor(worker): Passed 258 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: No events are queued, removed /run/udev/queue.
Jul 11 23:05:08 megalex systemd[1]: Removed slice Slice /system/getty.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Network is Online.
Jul 11 23:05:08 megalex systemd[1]: plymouth-quit-wait.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Hold until boot process finishes up.
Jul 11 23:05:08 megalex systemd[1]: Starting Show Plymouth Reboot Screen...
Jul 11 23:05:08 megalex systemd[1]: Stopping Permit User Sessions...
Jul 11 23:05:08 megalex systemd-udevd[346]: coretemp: Device is queued (SEQNUM=3870, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: coretemp: Device ready for processing (SEQNUM=3870, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: coretemp: sd-device-monitor(manager): Passed 158 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[647]: coretemp: Processing device (SEQNUM=3870, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[647]: coretemp: Device processed (SEQNUM=3870, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[647]: coretemp: sd-device-monitor(worker): Passed 158 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: No events are queued, removed /run/udev/queue.
Jul 11 23:05:08 megalex systemd-udevd[346]: hwmon2: Device is queued (SEQNUM=3871, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: hwmon2: Device ready for processing (SEQNUM=3871, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: hwmon2: sd-device-monitor(manager): Passed 184 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775.2592: Device is queued (SEQNUM=3872, ACTION=unbind)
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775.2592: SEQNUM=3872 blocked by SEQNUM=3871
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775.2592: Device is queued (SEQNUM=3873, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775.2592: SEQNUM=3873 blocked by SEQNUM=3871
Jul 11 23:05:08 megalex (udev-worker)[647]: hwmon2: Processing device (SEQNUM=3871, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775: Device is queued (SEQNUM=3874, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775: Device ready for processing (SEQNUM=3874, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[647]: sd-device: Failed to chase symlinks in "/sys/devices/platform/nct6775.2592/hwmon".
Jul 11 23:05:08 megalex (udev-worker)[647]: sd-device: Failed to chase symlinks in "/sys/devices/platform/nct6775.2592".
Jul 11 23:05:08 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 665.
Jul 11 23:05:08 megalex (udev-worker)[647]: hwmon2: Device processed (SEQNUM=3871, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775: Worker [665] is forked for processing SEQNUM=3874.
Jul 11 23:05:08 megalex (udev-worker)[647]: hwmon2: sd-device-monitor(worker): Passed 184 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775.2592: Device ready for processing (SEQNUM=3872, ACTION=unbind)
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775.2592: sd-device-monitor(manager): Passed 174 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775.2592: SEQNUM=3873 blocked by SEQNUM=3872
Jul 11 23:05:08 megalex (udev-worker)[647]: nct6775.2592: Processing device (SEQNUM=3872, ACTION=unbind)
Jul 11 23:05:08 megalex (udev-worker)[665]: nct6775: Processing device (SEQNUM=3874, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[647]: nct6775.2592: sd-device: Created database file '/run/udev/data/+platform:nct6775.2592' for '/devices/platform/nct6775.2592'.
Jul 11 23:05:08 megalex (udev-worker)[647]: nct6775.2592: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id'
Jul 11 23:05:08 megalex (udev-worker)[647]: nct6775.2592: sd-device: Created database file '/run/udev/data/+platform:nct6775.2592' for '/devices/platform/nct6775.2592'.
Jul 11 23:05:08 megalex (udev-worker)[665]: nct6775: Device processed (SEQNUM=3874, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[647]: nct6775.2592: sd-device: Created database file '/run/udev/data/+platform:nct6775.2592' for '/devices/platform/nct6775.2592'.
Jul 11 23:05:08 megalex (udev-worker)[665]: nct6775: sd-device-monitor(worker): Passed 172 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[647]: nct6775.2592: Device processed (SEQNUM=3872, ACTION=unbind)
Jul 11 23:05:08 megalex (udev-worker)[647]: nct6775.2592: sd-device-monitor(worker): Passed 237 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775.2592: Device ready for processing (SEQNUM=3873, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775.2592: sd-device-monitor(manager): Passed 200 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[665]: nct6775.2592: Processing device (SEQNUM=3873, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[665]: nct6775.2592: Device processed (SEQNUM=3873, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[665]: nct6775.2592: sd-device-monitor(worker): Passed 263 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: No events are queued, removed /run/udev/queue.
Jul 11 23:05:08 megalex systemd[1]: Received SIGRTMIN+20 from PID 668 (plymouthd).
Jul 11 23:05:08 megalex systemd-udevd[346]: vcs63: Device is queued (SEQNUM=3875, ACTION=add)
Jul 11 23:05:08 megalex systemd-udevd[346]: vcs63: Device ready for processing (SEQNUM=3875, ACTION=add)
Jul 11 23:05:08 megalex systemd-udevd[346]: vcs63: sd-device-monitor(manager): Passed 196 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: vcsu63: Device is queued (SEQNUM=3876, ACTION=add)
Jul 11 23:05:08 megalex systemd-udevd[346]: vcsu63: Device ready for processing (SEQNUM=3876, ACTION=add)
Jul 11 23:05:08 megalex systemd-udevd[346]: vcsu63: sd-device-monitor(manager): Passed 199 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[665]: vcs63: Processing device (SEQNUM=3875, ACTION=add)
Jul 11 23:05:08 megalex systemd-udevd[346]: vcsa63: Device is queued (SEQNUM=3877, ACTION=add)
Jul 11 23:05:08 megalex systemd-udevd[346]: vcsa63: Device ready for processing (SEQNUM=3877, ACTION=add)
Jul 11 23:05:08 megalex (udev-worker)[665]: vcs63: /usr/lib/udev/rules.d/50-udev-default.rules:41 GROUP 5
Jul 11 23:05:08 megalex (udev-worker)[647]: vcsu63: Processing device (SEQNUM=3876, ACTION=add)
Jul 11 23:05:08 megalex (udev-worker)[647]: vcsu63: /usr/lib/udev/rules.d/50-udev-default.rules:41 GROUP 5
Jul 11 23:05:08 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 671.
Jul 11 23:05:08 megalex systemd-udevd[346]: vcsa63: Worker [671] is forked for processing SEQNUM=3877.
Jul 11 23:05:08 megalex (udev-worker)[665]: vcs63: Setting permissions /dev/vcs63, uid=0, gid=5, mode=0660
Jul 11 23:05:08 megalex (udev-worker)[671]: vcsa63: Processing device (SEQNUM=3877, ACTION=add)
Jul 11 23:05:08 megalex (udev-worker)[665]: vcs63: Successfully created symlink '/dev/char/7:63' to '/dev/vcs63'
Jul 11 23:05:08 megalex (udev-worker)[665]: vcs63: sd-device: Created database file '/run/udev/data/c7:63' for '/devices/virtual/vc/vcs63'.
Jul 11 23:05:08 megalex (udev-worker)[647]: vcsu63: Setting permissions /dev/vcsu63, uid=0, gid=5, mode=0660
Jul 11 23:05:08 megalex (udev-worker)[665]: vcs63: sd-device: Created database file '/run/udev/data/c7:63' for '/devices/virtual/vc/vcs63'.
Jul 11 23:05:08 megalex (udev-worker)[665]: vcs63: Device processed (SEQNUM=3875, ACTION=add)
Jul 11 23:05:08 megalex (udev-worker)[665]: vcs63: sd-device-monitor(worker): Passed 196 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[647]: vcsu63: Successfully created symlink '/dev/char/7:127' to '/dev/vcsu63'
Jul 11 23:05:08 megalex (udev-worker)[671]: vcsa63: /usr/lib/udev/rules.d/50-udev-default.rules:41 GROUP 5
Jul 11 23:05:08 megalex (udev-worker)[647]: vcsu63: sd-device: Created database file '/run/udev/data/c7:127' for '/devices/virtual/vc/vcsu63'.
Jul 11 23:05:08 megalex (udev-worker)[647]: vcsu63: sd-device: Created database file '/run/udev/data/c7:127' for '/devices/virtual/vc/vcsu63'.
Jul 11 23:05:08 megalex (udev-worker)[647]: vcsu63: Device processed (SEQNUM=3876, ACTION=add)
Jul 11 23:05:08 megalex (udev-worker)[647]: vcsu63: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[671]: vcsa63: Setting permissions /dev/vcsa63, uid=0, gid=5, mode=0660
Jul 11 23:05:08 megalex (udev-worker)[671]: vcsa63: Successfully created symlink '/dev/char/7:191' to '/dev/vcsa63'
Jul 11 23:05:08 megalex (udev-worker)[671]: vcsa63: sd-device: Created database file '/run/udev/data/c7:191' for '/devices/virtual/vc/vcsa63'.
Jul 11 23:05:08 megalex (udev-worker)[671]: vcsa63: sd-device: Created database file '/run/udev/data/c7:191' for '/devices/virtual/vc/vcsa63'.
Jul 11 23:05:08 megalex (udev-worker)[671]: vcsa63: Device processed (SEQNUM=3877, ACTION=add)
Jul 11 23:05:08 megalex (udev-worker)[671]: vcsa63: sd-device-monitor(worker): Passed 199 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: No events are queued, removed /run/udev/queue.
Jul 11 23:05:08 megalex systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Permit User Sessions.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Network.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Remote File Systems.
Jul 11 23:05:08 megalex systemd[1]: Stopping Network Manager...
Jul 11 23:05:08 megalex NetworkManager[549]: <info> [1752271508.5192] caught SIGTERM, shutting down normally.
Jul 11 23:05:08 megalex NetworkManager[549]: <info> [1752271508.5195] dhcp4 (enp0s31f6): canceled DHCP transaction
Jul 11 23:05:08 megalex NetworkManager[549]: <info> [1752271508.5196] dhcp4 (enp0s31f6): activation: beginning transaction (timeout in 45 seconds)
Jul 11 23:05:08 megalex NetworkManager[549]: <info> [1752271508.5196] dhcp4 (enp0s31f6): state changed no lease
Jul 11 23:05:08 megalex NetworkManager[549]: <info> [1752271508.5197] manager: NetworkManager state is now CONNECTED_SITE
Jul 11 23:05:08 megalex dbus-daemon[539]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=549 comm="/usr/bin/NetworkManager --no-daemon")
Jul 11 23:05:08 megalex dbus-daemon[539]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775: Device is queued (SEQNUM=3878, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775: Device ready for processing (SEQNUM=3878, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775: sd-device-monitor(manager): Passed 157 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[665]: nct6775: Processing device (SEQNUM=3878, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[665]: nct6775: Device processed (SEQNUM=3878, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[665]: nct6775: sd-device-monitor(worker): Passed 157 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: No events are queued, removed /run/udev/queue.
Jul 11 23:05:08 megalex NetworkManager[549]: <info> [1752271508.5309] exiting (success)
Jul 11 23:05:08 megalex systemd[1]: Received SIGRTMIN+20 from PID 668 (plymouthd).
Jul 11 23:05:08 megalex systemd[1]: Started Show Plymouth Reboot Screen.
Jul 11 23:05:08 megalex systemd[1]: NetworkManager.service: Deactivated successfully.
Jul 11 23:05:08 megalex mkinitcpio[631]: ==> Starting build: 'none'
Jul 11 23:05:08 megalex systemd[1]: Stopped Network Manager.
Jul 11 23:05:08 megalex systemd-udevd[346]: hwmon_vid: Device is queued (SEQNUM=3879, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: hwmon_vid: Device ready for processing (SEQNUM=3879, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: hwmon_vid: sd-device-monitor(manager): Passed 159 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[665]: hwmon_vid: Processing device (SEQNUM=3879, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[665]: hwmon_vid: Device processed (SEQNUM=3879, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[665]: hwmon_vid: sd-device-monitor(worker): Passed 159 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: No events are queued, removed /run/udev/queue.
Jul 11 23:05:08 megalex systemd[1]: Stopping D-Bus System Message Bus...
Jul 11 23:05:08 megalex systemd[1]: dbus.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped D-Bus System Message Bus.
Jul 11 23:05:08 megalex mkinitcpio[631]: -> Running build hook: [sd-shutdown]
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775_core: Device is queued (SEQNUM=3880, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775_core: Device ready for processing (SEQNUM=3880, ACTION=remove)
Jul 11 23:05:08 megalex systemd-udevd[346]: nct6775_core: sd-device-monitor(manager): Passed 162 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[665]: nct6775_core: Processing device (SEQNUM=3880, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[665]: nct6775_core: Device processed (SEQNUM=3880, ACTION=remove)
Jul 11 23:05:08 megalex (udev-worker)[665]: nct6775_core: sd-device-monitor(worker): Passed 162 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: No events are queued, removed /run/udev/queue.
Jul 11 23:05:08 megalex systemd[1]: lm_sensors.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Initialize hardware monitoring sensors.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Basic System.
Jul 11 23:05:08 megalex systemd[1]: systemd-ask-password-plymouth.path: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Forward Password Requests to Plymouth Directory Watch.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Path Units.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Slice Units.
Jul 11 23:05:08 megalex systemd[1]: Removed slice User and Session Slice.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Socket Units.
Jul 11 23:05:08 megalex systemd[1]: avahi-daemon.socket: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
Jul 11 23:05:08 megalex systemd[1]: dbus.socket: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Closed D-Bus System Message Bus Socket.
Jul 11 23:05:08 megalex systemd[1]: dirmngr@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Closed GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jul 11 23:05:08 megalex systemd[1]: Removed slice Slice /system/dirmngr.
Jul 11 23:05:08 megalex systemd[1]: gpg-agent-browser@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jul 11 23:05:08 megalex systemd[1]: Removed slice Slice /system/gpg-agent-browser.
Jul 11 23:05:08 megalex systemd[1]: gpg-agent-extra@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jul 11 23:05:08 megalex systemd[1]: Removed slice Slice /system/gpg-agent-extra.
Jul 11 23:05:08 megalex systemd[1]: gpg-agent-ssh@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Closed GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jul 11 23:05:08 megalex systemd[1]: Removed slice Slice /system/gpg-agent-ssh.
Jul 11 23:05:08 megalex systemd[1]: gpg-agent@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Closed GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jul 11 23:05:08 megalex systemd[1]: Removed slice Slice /system/gpg-agent.
Jul 11 23:05:08 megalex systemd[1]: keyboxd@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Closed GnuPG public key management service for /etc/pacman.d/gnupg.
Jul 11 23:05:08 megalex systemd[1]: Removed slice Slice /system/keyboxd.
Jul 11 23:05:08 megalex systemd[1]: snapd.socket: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Closed Socket activation for snappy daemon.
Jul 11 23:05:08 megalex systemd[1]: sshd-unix-local.socket: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Closed OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Jul 11 23:05:08 megalex systemd[1]: systemd-hostnamed.socket: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Closed Hostname Service Socket.
Jul 11 23:05:08 megalex systemd[1]: Stopped target System Initialization.
Jul 11 23:05:08 megalex systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Local Encrypted Volumes.
Jul 11 23:05:08 megalex systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Local Integrity Protected Volumes.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Local Verity Protected Volumes.
Jul 11 23:05:08 megalex systemd[1]: systemd-importd.socket: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Closed Disk Image Download Service Socket.
Jul 11 23:05:08 megalex systemd[1]: systemd-sysctl.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Apply Kernel Variables.
Jul 11 23:05:08 megalex systemd[1]: systemd-coredump.socket: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Closed Process Core Dump Socket.
Jul 11 23:05:08 megalex systemd[1]: systemd-modules-load.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Load Kernel Modules.
Jul 11 23:05:08 megalex systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
Jul 11 23:05:08 megalex mkinitcpio[631]: -> Running build hook: [plymouth-shutdown]
Jul 11 23:05:08 megalex systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
Jul 11 23:05:08 megalex systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Create System Files and Directories.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Local File Systems.
Jul 11 23:05:08 megalex systemd[1]: Unmounting /home/will...
Jul 11 23:05:08 megalex systemd[1]: Unmounting Temporary Directory /tmp...
Jul 11 23:05:08 megalex systemd[1]: Unmounting Mount unit for core18, revision 2066...
Jul 11 23:05:08 megalex systemd[1]: Unmounting Mount unit for gnome-3-28-1804, revision 145...
Jul 11 23:05:08 megalex systemd[1]: Unmounting Mount unit for gtk-common-themes, revision 1515...
Jul 11 23:05:08 megalex systemd[1]: Unmounting Mount unit for postbird, revision 6...
Jul 11 23:05:08 megalex systemd[1]: Unmounting Mount unit for snapd, revision 11841...
Jul 11 23:05:08 megalex systemd-udevd[346]: loop3: Device is queued (SEQNUM=3882, ACTION=change)
Jul 11 23:05:08 megalex systemd-udevd[346]: loop3: Device ready for processing (SEQNUM=3882, ACTION=change)
Jul 11 23:05:08 megalex systemd-udevd[346]: loop3: sd-device-monitor(manager): Passed 227 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: loop0: Device is queued (SEQNUM=3881, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Processing device (SEQNUM=3882, ACTION=change)
Jul 11 23:05:08 megalex systemd-udevd[346]: loop0: Device ready for processing (SEQNUM=3881, ACTION=change)
Jul 11 23:05:08 megalex systemd-udevd[346]: loop0: sd-device-monitor(manager): Passed 227 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Failed to open '/dev/loop3', ignoring: No such device or address
Jul 11 23:05:08 megalex systemd-udevd[346]: loop3: Device is queued (SEQNUM=3883, ACTION=change)
Jul 11 23:05:08 megalex systemd-udevd[346]: loop3: SEQNUM=3883 blocked by SEQNUM=3882
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Removing watch handle 14.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Processing device (SEQNUM=3881, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Failed to open '/dev/loop0', ignoring: No such device or address
Jul 11 23:05:08 megalex systemd-udevd[346]: loop0: Device is queued (SEQNUM=3884, ACTION=change)
Jul 11 23:05:08 megalex systemd-udevd[346]: loop0: SEQNUM=3884 blocked by SEQNUM=3881
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Removing watch handle 8.
Jul 11 23:05:08 megalex systemd-udevd[346]: loop2: Device is queued (SEQNUM=3885, ACTION=change)
Jul 11 23:05:08 megalex systemd-udevd[346]: loop0: SEQNUM=3884 blocked by SEQNUM=3881
Jul 11 23:05:08 megalex systemd-udevd[346]: loop2: Device ready for processing (SEQNUM=3885, ACTION=change)
Jul 11 23:05:08 megalex systemd-udevd[346]: loop2: sd-device-monitor(manager): Passed 227 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: sd-device: Created database file '/run/udev/data/b7:3' for '/devices/virtual/block/loop3'.
Jul 11 23:05:08 megalex systemd-udevd[346]: loop2: Device is queued (SEQNUM=3886, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: sd-device: Created database file '/run/udev/data/b7:0' for '/devices/virtual/block/loop0'.
Jul 11 23:05:08 megalex systemd-udevd[346]: loop0: SEQNUM=3884 blocked by SEQNUM=3881
Jul 11 23:05:08 megalex systemd-udevd[346]: loop2: SEQNUM=3886 blocked by SEQNUM=3885
Jul 11 23:05:08 megalex systemd-udevd[346]: loop1: Device is queued (SEQNUM=3887, ACTION=change)
Jul 11 23:05:08 megalex systemd-udevd[346]: loop0: SEQNUM=3884 blocked by SEQNUM=3881
Jul 11 23:05:08 megalex systemd-udevd[346]: loop1: Device ready for processing (SEQNUM=3887, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: Processing device (SEQNUM=3885, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Failed to open block device /dev/loop0, ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Failed to open block device /dev/loop3, ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/3'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/9'
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: Failed to open '/dev/loop2', ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: Removing watch handle 15.
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: sd-device: Created database file '/run/udev/data/b7:2' for '/devices/virtual/block/loop2'.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Removing/updating old device symlink '/dev/disk/by-loop-ref/\x2fvar\x2flib\x2fsnapd\x2fsnaps\x2fpostbird_6.snap', which is no longer belonging to this device.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Removing/updating old device symlink '/dev/disk/by-loop-inode/8:2-656644', which is no longer belonging to this device.
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: Failed to open block device /dev/loop2, ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/7'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: No reference left for '/dev/disk/by-loop-ref/\x2fvar\x2flib\x2fsnapd\x2fsnaps\x2fpostbird_6.snap', removing
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: No reference left for '/dev/disk/by-loop-inode/8:2-656644', removing
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Removing/updating old device symlink '/dev/disk/by-loop-inode/8:2-656654', which is no longer belonging to this device.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Removing/updating old device symlink '/dev/disk/by-loop-ref/\x2fvar\x2flib\x2fsnapd\x2fsnaps\x2fcore18_2066.snap', which is no longer belonging to this device.
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: Removing/updating old device symlink '/dev/disk/by-loop-inode/8:2-656662', which is no longer belonging to this device.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: No reference left for '/dev/disk/by-loop-inode/8:2-656654', removing
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: No reference left for '/dev/disk/by-loop-ref/\x2fvar\x2flib\x2fsnapd\x2fsnaps\x2fcore18_2066.snap', removing
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Successfully created symlink '/dev/block/7:0' to '/dev/loop0'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Successfully created symlink '/dev/block/7:3' to '/dev/loop3'
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: sd-device: Created database file '/run/udev/data/b7:0' for '/devices/virtual/block/loop0'.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: sd-device: Created database file '/run/udev/data/b7:3' for '/devices/virtual/block/loop3'.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Adding watch on '/dev/loop0'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Adding watch on '/dev/loop3'
Jul 11 23:05:08 megalex systemd-udevd[346]: Successfully forked off '(udev-worker)' as PID 776.
Jul 11 23:05:08 megalex kernel: EXT4-fs (sda3): unmounting filesystem 9ace81ae-343c-46d1-b630-31e8f6ee868d.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: sd-device: Created database file '/run/udev/data/b7:0' for '/devices/virtual/block/loop0'.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Device processed (SEQNUM=3881, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: sd-device: Created database file '/run/udev/data/b7:3' for '/devices/virtual/block/loop3'.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: sd-device-monitor(worker): Passed 312 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Device processed (SEQNUM=3882, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: sd-device-monitor(worker): Passed 312 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: loop1: Worker [776] is forked for processing SEQNUM=3887.
Jul 11 23:05:08 megalex systemd-udevd[346]: loop1: Device is queued (SEQNUM=3888, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: No reference left for '/dev/disk/by-loop-inode/8:2-656662', removing
Jul 11 23:05:08 megalex systemd-udevd[346]: loop3: Device ready for processing (SEQNUM=3883, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: Removing/updating old device symlink '/dev/disk/by-loop-ref/\x2fvar\x2flib\x2fsnapd\x2fsnaps\x2fgtk-common-themes_1515.snap', which is no longer belonging to this device.
Jul 11 23:05:08 megalex systemd-udevd[346]: loop3: sd-device-monitor(manager): Passed 247 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: loop0: Device ready for processing (SEQNUM=3884, ACTION=change)
Jul 11 23:05:08 megalex systemd-udevd[346]: loop0: sd-device-monitor(manager): Passed 247 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: loop1: SEQNUM=3888 blocked by SEQNUM=3887
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Processing device (SEQNUM=3883, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Processing device (SEQNUM=3884, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Failed to open '/dev/loop3', ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Failed to open '/dev/loop0', ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Removing watch handle 18.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Removing watch handle 17.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: sd-device: Created database file '/run/udev/data/b7:3' for '/devices/virtual/block/loop3'.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: sd-device: Created database file '/run/udev/data/b7:0' for '/devices/virtual/block/loop0'.
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: Processing device (SEQNUM=3887, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: Successfully took flock(LOCK_SH) for /dev/loop1, it will be released after the event has been processed.
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: Removing watch handle 12.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Failed to open block device /dev/loop0, ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Failed to open block device /dev/loop3, ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/3'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/9'
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: sd-device: Created database file '/run/udev/data/b7:1' for '/devices/virtual/block/loop1'.
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: Probe /dev/loop1 with raid and offset=0
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: Failed to read loopback backing inode, ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/5'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Successfully created symlink '/dev/block/7:3' to '/dev/loop3'
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Successfully created symlink '/dev/block/7:0' to '/dev/loop0'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: sd-device: Created database file '/run/udev/data/b7:3' for '/devices/virtual/block/loop3'.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Adding watch on '/dev/loop3'
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: sd-device: Created database file '/run/udev/data/b7:0' for '/devices/virtual/block/loop0'.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Adding watch on '/dev/loop0'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: sd-device: Created database file '/run/udev/data/b7:3' for '/devices/virtual/block/loop3'.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: Device processed (SEQNUM=3883, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[665]: loop3: sd-device-monitor(worker): Passed 332 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: sd-device: Created database file '/run/udev/data/b7:0' for '/devices/virtual/block/loop0'.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: Device processed (SEQNUM=3884, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[647]: loop0: sd-device-monitor(worker): Passed 332 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: Removing/updating old device symlink '/dev/disk/by-loop-ref/\x2fvar\x2flib\x2fsnapd\x2fsnaps\x2fgnome-3-28-1804_145.snap', which is no longer belonging to this device.
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: No reference left for '/dev/disk/by-loop-ref/\x2fvar\x2flib\x2fsnapd\x2fsnaps\x2fgnome-3-28-1804_145.snap', removing
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: No reference left for '/dev/disk/by-loop-ref/\x2fvar\x2flib\x2fsnapd\x2fsnaps\x2fgtk-common-themes_1515.snap', removing
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: Removing/updating old device symlink '/dev/disk/by-loop-inode/8:2-656661', which is no longer belonging to this device.
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: No reference left for '/dev/disk/by-loop-inode/8:2-656661', removing
Jul 11 23:05:08 megalex systemd[1]: tmp.mount: Deactivated successfully.
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: Successfully created symlink '/dev/block/7:2' to '/dev/loop2'
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: sd-device: Created database file '/run/udev/data/b7:2' for '/devices/virtual/block/loop2'.
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: Adding watch on '/dev/loop2'
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: sd-device: Created database file '/run/udev/data/b7:2' for '/devices/virtual/block/loop2'.
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: Device processed (SEQNUM=3885, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[671]: loop2: sd-device-monitor(worker): Passed 312 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd[1]: Unmounted Temporary Directory /tmp.
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: Successfully created symlink '/dev/block/7:1' to '/dev/loop1'
Jul 11 23:05:08 megalex systemd-udevd[346]: loop2: Device ready for processing (SEQNUM=3886, ACTION=change)
Jul 11 23:05:08 megalex systemd-udevd[346]: loop2: sd-device-monitor(manager): Passed 247 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: sd-device: Created database file '/run/udev/data/b7:1' for '/devices/virtual/block/loop1'.
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: Adding watch on '/dev/loop1'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop2: Processing device (SEQNUM=3886, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[665]: loop2: Failed to open '/dev/loop2', ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[665]: loop2: Removing watch handle 21.
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: sd-device: Created database file '/run/udev/data/b7:1' for '/devices/virtual/block/loop1'.
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: Device processed (SEQNUM=3887, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[776]: loop1: sd-device-monitor(worker): Passed 312 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd[1]: var-lib-snapd-snap-core18-2066.mount: Deactivated successfully.
Jul 11 23:05:08 megalex systemd-udevd[346]: loop1: Device ready for processing (SEQNUM=3888, ACTION=change)
Jul 11 23:05:08 megalex systemd-udevd[346]: loop1: sd-device-monitor(manager): Passed 247 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop2: sd-device: Created database file '/run/udev/data/b7:2' for '/devices/virtual/block/loop2'.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop1: Processing device (SEQNUM=3888, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[647]: loop1: Failed to open '/dev/loop1', ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[647]: loop1: Removing watch handle 22.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop2: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 23:05:08 megalex systemd-udevd[346]: loop4: Device is queued (SEQNUM=3889, ACTION=change)
Jul 11 23:05:08 megalex systemd[1]: Unmounted Mount unit for core18, revision 2066.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop1: sd-device: Created database file '/run/udev/data/b7:1' for '/devices/virtual/block/loop1'.
Jul 11 23:05:08 megalex systemd-udevd[346]: loop4: Device ready for processing (SEQNUM=3889, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[665]: loop2: Failed to open block device /dev/loop2, ignoring: No such device or address
Jul 11 23:05:08 megalex systemd-udevd[346]: loop4: sd-device-monitor(manager): Passed 228 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop2: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/7'
Jul 11 23:05:08 megalex systemd-udevd[346]: loop4: Device is queued (SEQNUM=3890, ACTION=change)
Jul 11 23:05:08 megalex systemd-udevd[346]: loop4: SEQNUM=3890 blocked by SEQNUM=3889
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: Processing device (SEQNUM=3889, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: Failed to open '/dev/loop4', ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: Removing watch handle 16.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop1: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: sd-device: Created database file '/run/udev/data/b7:4' for '/devices/virtual/block/loop4'.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop1: Failed to open block device /dev/loop1, ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[647]: loop1: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/5'
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop2: Successfully created symlink '/dev/block/7:2' to '/dev/loop2'
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: Failed to open block device /dev/loop4, ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/11'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop2: sd-device: Created database file '/run/udev/data/b7:2' for '/devices/virtual/block/loop2'.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop2: Adding watch on '/dev/loop2'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop2: sd-device: Created database file '/run/udev/data/b7:2' for '/devices/virtual/block/loop2'.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop2: Device processed (SEQNUM=3886, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[665]: loop2: sd-device-monitor(worker): Passed 332 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: Removing/updating old device symlink '/dev/disk/by-loop-inode/8:2-656345', which is no longer belonging to this device.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop1: Successfully created symlink '/dev/block/7:1' to '/dev/loop1'
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: No reference left for '/dev/disk/by-loop-inode/8:2-656345', removing
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: Removing/updating old device symlink '/dev/disk/by-loop-ref/\x2fvar\x2flib\x2fsnapd\x2fsnaps\x2fsnapd_11841.snap', which is no longer belonging to this device.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop1: sd-device: Created database file '/run/udev/data/b7:1' for '/devices/virtual/block/loop1'.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop1: Adding watch on '/dev/loop1'
Jul 11 23:05:08 megalex (udev-worker)[647]: loop1: sd-device: Created database file '/run/udev/data/b7:1' for '/devices/virtual/block/loop1'.
Jul 11 23:05:08 megalex (udev-worker)[647]: loop1: Device processed (SEQNUM=3888, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[647]: loop1: sd-device-monitor(worker): Passed 332 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: No reference left for '/dev/disk/by-loop-ref/\x2fvar\x2flib\x2fsnapd\x2fsnaps\x2fsnapd_11841.snap', removing
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: Successfully created symlink '/dev/block/7:4' to '/dev/loop4'
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: sd-device: Created database file '/run/udev/data/b7:4' for '/devices/virtual/block/loop4'.
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: Adding watch on '/dev/loop4'
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: sd-device: Created database file '/run/udev/data/b7:4' for '/devices/virtual/block/loop4'.
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: Device processed (SEQNUM=3889, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[776]: loop4: sd-device-monitor(worker): Passed 314 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: loop4: Device ready for processing (SEQNUM=3890, ACTION=change)
Jul 11 23:05:08 megalex systemd-udevd[346]: loop4: sd-device-monitor(manager): Passed 248 byte to netlink monitor.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop4: Processing device (SEQNUM=3890, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[665]: loop4: Failed to open '/dev/loop4', ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[665]: loop4: Removing watch handle 25.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop4: sd-device: Created database file '/run/udev/data/b7:4' for '/devices/virtual/block/loop4'.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop4: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop4: Failed to open block device /dev/loop4, ignoring: No such device or address
Jul 11 23:05:08 megalex (udev-worker)[665]: loop4: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/11'
Jul 11 23:05:08 megalex systemd[1]: var-lib-snapd-snap-gnome\x2d3\x2d28\x2d1804-145.mount: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Unmounted Mount unit for gnome-3-28-1804, revision 145.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop4: Successfully created symlink '/dev/block/7:4' to '/dev/loop4'
Jul 11 23:05:08 megalex (udev-worker)[665]: loop4: sd-device: Created database file '/run/udev/data/b7:4' for '/devices/virtual/block/loop4'.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop4: Adding watch on '/dev/loop4'
Jul 11 23:05:08 megalex systemd[1]: home-will.mount: Deactivated successfully.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop4: sd-device: Created database file '/run/udev/data/b7:4' for '/devices/virtual/block/loop4'.
Jul 11 23:05:08 megalex (udev-worker)[665]: loop4: Device processed (SEQNUM=3890, ACTION=change)
Jul 11 23:05:08 megalex (udev-worker)[665]: loop4: sd-device-monitor(worker): Passed 334 byte to netlink monitor.
Jul 11 23:05:08 megalex systemd-udevd[346]: No events are queued, removed /run/udev/queue.
Jul 11 23:05:08 megalex systemd[1]: Unmounted /home/will.
Jul 11 23:05:08 megalex systemd[1]: var-lib-snapd-snap-gtk\x2dcommon\x2dthemes-1515.mount: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Unmounted Mount unit for gtk-common-themes, revision 1515.
Jul 11 23:05:08 megalex systemd[1]: var-lib-snapd-snap-postbird-6.mount: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Unmounted Mount unit for postbird, revision 6.
Jul 11 23:05:08 megalex systemd[1]: var-lib-snapd-snap-snapd-11841.mount: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Unmounted Mount unit for snapd, revision 11841.
Jul 11 23:05:08 megalex systemd[1]: Stopped target Swaps.
Jul 11 23:05:08 megalex systemd[1]: Unmounting Ensure that the snap directory shares mount events....
Jul 11 23:05:08 megalex systemd[1]: systemd-fsck@dev-disk-by\x2duuid-9ace81ae\x2d343c\x2d46d1\x2db630\x2d31e8f6ee868d.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped File System Check on /dev/disk/by-uuid/9ace81ae-343c-46d1-b630-31e8f6ee868d.
Jul 11 23:05:08 megalex systemd[1]: Removed slice Slice /system/systemd-fsck.
Jul 11 23:05:08 megalex systemd[1]: var-lib-snapd-snap.mount: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Unmounted Ensure that the snap directory shares mount events..
Jul 11 23:05:08 megalex systemd[1]: Stopped target Preparation for Local File Systems.
Jul 11 23:05:08 megalex systemd[1]: Reached target Unmount All Filesystems.
Jul 11 23:05:08 megalex systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Remount Root and Kernel File Systems.
Jul 11 23:05:08 megalex systemd[1]: systemd-fsck-root.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped File System Check on Root Device.
Jul 11 23:05:08 megalex systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Create Static Device Nodes in /dev.
Jul 11 23:05:08 megalex systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully.
Jul 11 23:05:08 megalex systemd[1]: Stopped Create Static Device Nodes in /dev gracefully.
Jul 11 23:05:09 megalex mkinitcpio[772]: Fontconfig error: No writable cache directories
Jul 11 23:05:09 megalex mkinitcpio[772]: /var/cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[772]: /.cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[772]: Fontconfig error: No writable cache directories
Jul 11 23:05:09 megalex mkinitcpio[772]: /var/cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[772]: /.cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[789]: Fontconfig error: No writable cache directories
Jul 11 23:05:09 megalex mkinitcpio[789]: /var/cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[789]: /.cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[789]: Fontconfig error: No writable cache directories
Jul 11 23:05:09 megalex mkinitcpio[789]: /var/cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[789]: /.cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[793]: Fontconfig error: No writable cache directories
Jul 11 23:05:09 megalex mkinitcpio[793]: /var/cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[793]: /.cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[793]: Fontconfig error: No writable cache directories
Jul 11 23:05:09 megalex mkinitcpio[793]: /var/cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[793]: /.cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[794]: Fontconfig error: No writable cache directories
Jul 11 23:05:09 megalex mkinitcpio[794]: /var/cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[794]: /.cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[794]: Fontconfig error: No writable cache directories
Jul 11 23:05:09 megalex mkinitcpio[794]: /var/cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[794]: /.cache/fontconfig
Jul 11 23:05:09 megalex mkinitcpio[631]: ==> Build complete.
Jul 11 23:05:09 megalex systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Jul 11 23:05:09 megalex systemd[1]: Finished Generate shutdown-ramfs.
Jul 11 23:05:09 megalex systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Consumed 1.245s CPU time, 45.9M memory peak.
Jul 11 23:05:09 megalex systemd[1]: Reached target System Shutdown.
Jul 11 23:05:09 megalex systemd[1]: Reached target Late Shutdown Services.
Jul 11 23:05:09 megalex systemd[1]: Starting Tell Plymouth To Jump To initramfs...
Jul 11 23:05:09 megalex systemd[1]: systemd-reboot.service: Deactivated successfully.
Jul 11 23:05:09 megalex systemd[1]: Finished System Reboot.
Jul 11 23:05:09 megalex systemd[1]: Reached target System Reboot.
Jul 11 23:05:09 megalex systemd[1]: Shutting down.
Jul 11 23:05:09 megalex systemd[1]: Using hardware watchdog 'iTCO_wdt', version 4, device /dev/watchdog0
Jul 11 23:05:09 megalex systemd[1]: Watchdog running with a hardware timeout of 10min.
Jul 11 23:05:09 megalex kernel: watchdog: watchdog0: watchdog did not stop!
Jul 11 23:05:09 megalex systemd-shutdown[1]: Using hardware watchdog 'iTCO_wdt', version 4, device /dev/watchdog0
Jul 11 23:05:10 megalex systemd-shutdown[1]: Watchdog running with a hardware timeout of 10min.
Jul 11 23:05:10 megalex systemd-shutdown[1]: Syncing filesystems and block devices.
Jul 11 23:05:10 megalex systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Jul 11 23:05:10 megalex systemd-udevd[346]: Failed to send notify message to '/run/systemd/notify': Connection refused
Jul 11 23:05:10 megalex systemd-udevd[346]: Worker [665] exited.
Jul 11 23:05:10 megalex systemd-udevd[346]: Worker [671] exited.
Jul 11 23:05:10 megalex systemd-journald[297]: Received SIGTERM from PID 1 (systemd-shutdow).
Jul 11 23:05:10 megalex systemd-udevd[346]: Worker [647] exited.
Jul 11 23:05:10 megalex systemd-journald[297]: Journal stoppedOffline
Annoyingly the log looks good now! However when I boot, I do not see a login prompt - it is stuck on the boot screen.
Offline
Add "nvidia_drm.fbdev=0" to the kernel parameters.
If that doesn't work, try to boot "nomodeset"
Offline
So I can get it to work if I add "modprobe.blacklist=nvidia,nvidia_drm" - so it is a nvidia thing. (others didn't seem to help, strangely...)
It seems the problem happens in udev. If I trigger each item one by one it works fine (by doing udevadm trigger --type=devices --verbose --dry-run, popping that in a file and iterating through them all, but if i run the above without dry run it crashes when it loads nvidi, as seen in dmesg)
I uninstalled nvidia and tried nvidia-dkms, but still no good. I might try noveau next?
Offline
nouveau is no good either! I have to blacklist that as well to get past boot. It fails at the very start, when it says triggering events
Last edited by wbecker (2025-07-12 21:34:30)
Offline
Disable the udev debugging, you're creating a haystack around a needle - if there's some egregious error, it'll print that.
Do you confirm that booting w/ "nomodeset" did *not* work?
What does the journal of the functional boot w/ nvidia+nouveau blacklisted look like?
You're only booting the mutli-user.target (console) and do not attempt to automatically start any display server (either a DM or via autologin and autstart)?
Offline
Yes - I have disabled udev debugging now! It was useful for a little bit but i've got the utility out of it now.
I previously only had nvidia.modeset=1 as my kernel param. If I remove that and use nomodeset it does not work. If I change it to nvidia.modeset=0 it does work.
The journal with no nvidia / nouveau looks ok, no errors. As I said before - i could make it fail by doing a full udev load (from emergency mode) all at once, but if i did them one by one it was ok. The error seemed to be with loading the nvidia :
nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for..
nvidia_drm: unknown parameter 'dbdev' ignored
[drm] [nvidia-drm] [GPU ID 0x00000100] Loading driverthen it hung.
I am currently only booting multi-user.target - i am trying to run `systemctrl start sddm` from the terminal once it has started - it gives me a mouse cursor that I can move, but nothing else. So maybe nvidia is working now (well not at boot, but can get it to work manually) - and its a sddm problem...
Offline
The journal with no nvidia / nouveau looks ok, no errors.
Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
The bogus parameter won't crash anything but you probably meant "nvidia_drm.fbdev=0", typo'd that and therefore it had no impact?
Offline
Oh! a new version of pam had some pacnew files I hadn't copied over, which is why the sddm greeter didn't work. I can now get into sddm, and (almost) see my desktop.
Only problem now is its only giving 1024x768 - guess its not using nvidia properly. I guess I just need to figure out what is wrong loading that and it should be working again...
-------
Edit - just saw your response - is see the dbdev/fbdev thing. Not sure where I have done that exactly, will have a look and see if thats the root cause - thanks
Last edited by wbecker (2025-07-12 22:31:25)
Offline
1024x768 likely means you're now on the simpledrm or vesa (nomodeset) device.
Offline
it was the dbdev => fbdev typo! Fixing that has got it to work.... so long as I only have one monitor plugged in. Hopefully its not too tricky to sort that out.
Many thanks for spotting that!
Offline
What happens if you plug in the seconds monitor?
Journal?
xrandr output?
Xorg log?
for OUT in /sys/class/drm/card*; do echo $OUT; edid-decode $OUT/edid; echo "================="; doneYou'll need https://archlinux.org/packages/extra/x86_64/v4l-utils/
Offline