So, ich habe mich von dem Hack inspirieren lassen und bin zurück zu meiner ursprünglichen Idee, das ganze mit einem Service-file zu machen. Das funktoniert auch, wenn ich das file nicht an das "multi-user.target" binde, wie ich es bisher versucht habe, sondern ans basic.target.
Und dann auch nur, wenn ich ein Skript schreibe, dass die Zuweisung macht, die (voneinander unabhängigen) Befehle des Skripts als ExecStart nimmt systemd ebenfalls nicht. Das heißt, es funktioniert zwar momentan, allerdings muss es doch auch via udev irgendwie zum Funktionieren gebracht werden können. Ich bin da noch nicht gewillt, aufzugeben.
journalctl -b /usr/bin/udevd liefert nichts, was ich sinnvoll verwerten kann, ein grep -i nach "serio" liefert nichts, eines nach "track" liefert mir nur die Zeile, in der meine trackpoint-regel eingelesen wird, weil track dort im Dateinamen steht.
$ journalctl -b /usr/bin/udevd
-- Logs begin at Do 2013-03-21 17:34:57 CET, end at Sa 2013-05-04 14:51:55 CEST. --
Mai 04 14:51:28 Megatron systemd-udevd[233]: mknod '/dev/cpu/microcode' c10:184
Mai 04 14:51:28 Megatron systemd-udevd[233]: mknod '/dev/fuse' c10:229
Mai 04 14:51:28 Megatron systemd-udevd[233]: mknod '/dev/btrfs-control' c10:234
Mai 04 14:51:28 Megatron systemd-udevd[233]: mknod '/dev/loop-control' c10:237
Mai 04 14:51:28 Megatron systemd-udevd[233]: mknod '/dev/net/tun' c10:200
Mai 04 14:51:28 Megatron systemd-udevd[233]: mknod '/dev/ppp' c108:0
Mai 04 14:51:28 Megatron systemd-udevd[233]: mknod '/dev/uinput' c10:223
Mai 04 14:51:28 Megatron systemd-udevd[233]: mknod '/dev/mapper/control' c10:236
Mai 04 14:51:28 Megatron systemd-udevd[233]: mknod '/dev/vhost-net' c10:238
Mai 04 14:51:28 Megatron systemd-udevd[233]: mknod '/dev/snd/timer' c116:33
Mai 04 14:51:28 Megatron systemd-udevd[233]: mknod '/dev/snd/seq' c116:1
Mai 04 14:51:28 Megatron systemd-udevd[233]: ctrl=3 netlink=4
Mai 04 14:51:28 Megatron systemd-udevd[233]: === trie on-disk ===
Mai 04 14:51:28 Megatron systemd-udevd[233]: tool version: 202
Mai 04 14:51:28 Megatron systemd-udevd[233]: file size: 5615641 bytes
Mai 04 14:51:28 Megatron systemd-udevd[233]: header size 80 bytes
Mai 04 14:51:28 Megatron systemd-udevd[233]: load module index
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/10-dm.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/11-dm-lvm.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/13-dm-disk.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /etc/udev/rules.d/20-alpha-naming.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /etc/udev/rules.d/31-alpha-opening.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /etc/udev/rules.d/32-beta-opening.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /etc/udev/rules.d/33-gamma-opening.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /etc/udev/rules.d/34-delta-opening.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/40-hpet-permissions.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/42-usb-hid-pm.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/50-firmware.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /etc/udev/rules.d/50-trackpointrev.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/50-udev-default.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/60-cdrom_id.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/60-pcmcia.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/60-persistent-alsa.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/60-persistent-input.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/60-persistent-serial.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/60-persistent-storage-tape.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/60-persistent-storage.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/60-persistent-v4l.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/61-accelerometer.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/63-md-raid-arrays.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/64-btrfs.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/64-md-raid-assembly.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/65-kvm.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/69-cd-sensors.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: IMPORT found builtin 'usb_id --export %p', replacing /usr/lib/udev/rules.d/69-cd-sensors.rules:89
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/69-dm-lvm-metad.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/70-infrared.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/70-power-switch.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/70-uaccess.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/71-seat.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/73-seat-late.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/75-net-description.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/75-probe_mtd.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/75-tty-description.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/78-sound-card.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/80-drivers.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/80-net-name-slot.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/80-udisks.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/85-usbmuxd.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/90-alsa-restore.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/95-cd-devices.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/95-dm-notify.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/95-keyboard-force-release.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/95-keymap.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/95-udev-late.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-dell.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-fujitsu.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-gateway.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-ibm.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-lenovo.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/95-upower-battery-recall-toshiba.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/95-upower-csr.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/95-upower-hid.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/95-upower-wup.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/97-bluetooth-hid2hci.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/99-laptop-mode.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: read rules file: /usr/lib/udev/rules.d/99-systemd.rules
Mai 04 14:51:28 Megatron systemd-udevd[233]: rules contain 49152 bytes tokens (4096 * 12 bytes), 23181 bytes strings
Mai 04 14:51:28 Megatron systemd-udevd[233]: 3805 strings (48688 bytes), 2566 de-duplicated (26747 bytes), 1240 trie nodes used
Mai 04 14:51:28 Megatron systemd-udevd[233]: set children_max to 16
Mai 04 14:51:28 Megatron systemd-udevd[233]: chmod '/dev/snd/seq' 0660
Mai 04 14:51:28 Megatron systemd-udevd[233]: chown '/dev/snd/seq' 0 92
Mai 04 14:51:28 Megatron systemd-udevd[233]: chmod '/dev/snd/timer' 0660
Mai 04 14:51:28 Megatron systemd-udevd[233]: chown '/dev/snd/timer' 0 92
Mai 04 14:51:28 Megatron systemd-udevd[233]: chmod '/dev/net/tun' 0666
Mai 04 14:51:28 Megatron systemd-udevd[233]: chmod '/dev/fuse' 0666
Mai 04 14:51:28 Megatron systemd-udevd[233]: validate module index
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1355 queued, 'add' 'bus'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1355 forked new worker [235]
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1356 queued, 'add' 'drivers'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1357 queued, 'add' 'drivers'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1358 queued, 'add' 'drivers'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1359 queued, 'add' 'drivers'
Mai 04 14:51:28 Megatron systemd-udevd[235]: seq 1355 running
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1360 queued, 'add' 'drivers'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1361 queued, 'add' 'drivers'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1362 queued, 'add' 'drivers'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1364 queued, 'add' 'bus'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1365 forked new worker [237]
Mai 04 14:51:28 Megatron systemd-udevd[233]: passed 151 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:28 Megatron systemd-udevd[235]: seq 1356 running
Mai 04 14:51:28 Megatron systemd-udevd[238]: seq 1357 processed with 0
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1360 forked new worker [241]
Mai 04 14:51:28 Megatron systemd-udevd[243]: no db file to read /run/udev/data/+subsystem:drivers: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1357 done with 0
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1370 queued, 'add' 'drivers'
Mai 04 14:51:28 Megatron systemd-udevd[237]: passed -1 bytes to netlink monitor 0xdf3a20
Mai 04 14:51:28 Megatron systemd-udevd[245]: seq 1366 running
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1374 done with 0
Mai 04 14:51:28 Megatron systemd-udevd[236]: seq 1376 running
Mai 04 14:51:28 Megatron systemd-udevd[235]: no db file to read /run/udev/data/+subsystem:drivers: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[239]: seq 1379 running
Mai 04 14:51:28 Megatron systemd-udevd[235]: no db file to read /run/udev/data/+drivers:langwell_gpio: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[237]: seq 1383 processed with 0
Mai 04 14:51:28 Megatron systemd-udevd[236]: device 0xe141c0 has devpath '/bus/pci'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1389 queued, 'add' 'drivers'
Mai 04 14:51:28 Megatron systemd-udevd[236]: passed -1 bytes to netlink monitor 0xdf33c0
Mai 04 14:51:28 Megatron systemd-udevd[236]: no db file to read /run/udev/data/+drivers:i8042: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[235]: seq 1395 running
Mai 04 14:51:28 Megatron systemd-udevd[233]: passed 131 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:28 Megatron systemd-udevd[236]: device 0xe10d40 has devpath '/bus/pnp'
Mai 04 14:51:28 Megatron systemd-udevd[237]: no db file to read /run/udev/data/+subsystem:drivers: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[236]: no db file to read /run/udev/data/+bus:sdio: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1405 done with 0
Mai 04 14:51:28 Megatron systemd-udevd[236]: passed -1 bytes to netlink monitor 0xdf33c0
Mai 04 14:51:28 Megatron systemd-udevd[233]: passed 147 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1412 done with 0
Mai 04 14:51:28 Megatron systemd-udevd[236]: seq 1415 processed with 0
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1418 queued, 'add' 'bus'
Mai 04 14:51:28 Megatron systemd-udevd[236]: passed -1 bytes to netlink monitor 0xdf33c0
Mai 04 14:51:28 Megatron systemd-udevd[233]: passed 145 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:28 Megatron systemd-udevd[235]: passed -1 bytes to netlink monitor 0xe13860
Mai 04 14:51:28 Megatron systemd-udevd[236]: no db file to read /run/udev/data/+module:configfs: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[236]: seq 1431 running
Mai 04 14:51:28 Megatron systemd-udevd[236]: passed -1 bytes to netlink monitor 0xdf33c0
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1435 done with 0
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1438 queued, 'add' 'module'
Mai 04 14:51:28 Megatron systemd-udevd[235]: no db file to read /run/udev/data/+module:efivars: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[236]: seq 1443 running
Mai 04 14:51:28 Megatron systemd-udevd[233]: passed 142 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:28 Megatron systemd-udevd[236]: seq 1449 running
Mai 04 14:51:28 Megatron systemd-udevd[235]: seq 1450 processed with 0
Mai 04 14:51:28 Megatron systemd-udevd[236]: passed -1 bytes to netlink monitor 0xdf33c0
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1456 queued, 'add' 'module'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1459 queued, 'add' 'module'
Mai 04 14:51:28 Megatron systemd-udevd[236]: passed -1 bytes to netlink monitor 0xdf33c0
Mai 04 14:51:28 Megatron systemd-udevd[233]: passed 141 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:28 Megatron systemd-udevd[233]: passed 141 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:28 Megatron systemd-udevd[235]: passed -1 bytes to netlink monitor 0xe13860
Mai 04 14:51:28 Megatron systemd-udevd[236]: no db file to read /run/udev/data/+module:rcutree: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[236]: seq 1473 processed with 0
Mai 04 14:51:28 Megatron systemd-udevd[235]: seq 1476 running
Mai 04 14:51:28 Megatron systemd-udevd[235]: seq 1478 processed with 0
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1482 queued, 'add' 'module'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1485 queued, 'add' 'module'
Mai 04 14:51:28 Megatron systemd-udevd[236]: seq 1487 running
Mai 04 14:51:28 Megatron systemd-udevd[235]: no db file to read /run/udev/data/c10:237: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[235]: IMPORT builtin 'blkid' /usr/lib/udev/rules.d/60-persistent-storage.rules:70
Mai 04 14:51:28 Megatron systemd-udevd[233]: passed 201 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:28 Megatron systemd-udevd[237]: seq 1493 processed with 0
Mai 04 14:51:28 Megatron systemd-udevd[238]: probe /dev/loop2 raid offset=0
Mai 04 14:51:28 Megatron systemd-udevd[239]: no db file to read /run/udev/data/b7:4: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[233]: passed 201 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:28 Megatron systemd-udevd[240]: passed -1 bytes to netlink monitor 0xe02770
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1499 done with 0
Mai 04 14:51:28 Megatron systemd-udevd[242]: seq 1502 running
Mai 04 14:51:28 Megatron systemd-udevd[242]: IMPORT 'udisks-part-id /dev/loop6' /usr/lib/udev/rules.d/80-udisks.rules:84
Mai 04 14:51:28 Megatron systemd-udevd[243]: no db file to read /run/udev/data/+bdi:7:7: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[233]: passed 167 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:28 Megatron systemd-udevd[245]: passed -1 bytes to netlink monitor 0xe01c80
Mai 04 14:51:28 Megatron systemd-udevd[244]: seq 1511 running
Mai 04 14:51:28 Megatron systemd-udevd[233]: passed 146 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:28 Megatron systemd-udevd[244]: seq 1514 processed with 0
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1514 done with 0
Mai 04 14:51:28 Megatron systemd-udevd[243]: no db file to read /run/udev/data/+acpi:LNXSYSTM:00: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1515 done with 0
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1547 queued, 'add' 'acpi'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1561 queued, 'add' 'acpi'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1581 queued, 'add' 'acpi'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1597 queued, 'add' 'acpi'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1612 queued, 'add' 'acpi'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1625 queued, 'add' 'acpi'
Mai 04 14:51:28 Megatron systemd-udevd[243]: RUN 'kmod load $env{MODALIAS}' /usr/lib/udev/rules.d/80-drivers.rules:5
Mai 04 14:51:28 Megatron systemd-udevd[243]: execute 'load' 'acpi:LNXSYSTM:'
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1630 queued, 'add' 'event_source'
Mai 04 14:51:28 Megatron systemd-udevd[245]: seq 1630 running
Mai 04 14:51:28 Megatron systemd-udevd[245]: no db file to read /run/udev/data/+event_source:cpu: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1630 done with 0
Mai 04 14:51:28 Megatron systemd-udevd[243]: no db file to read /run/udev/data/+acpi:LNXCPU:00: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[243]: passed -1 bytes to netlink monitor 0xdf6770
Mai 04 14:51:28 Megatron systemd-udevd[233]: passed 193 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:28 Megatron systemd-udevd[244]: IMPORT builtin 'hwdb' /usr/lib/udev/rules.d/50-udev-default.rules:8
Mai 04 14:51:28 Megatron systemd-udevd[255]: no db file to read /run/udev/data/+acpi:LNXCPU:03: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[233]: passed 193 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:28 Megatron systemd-udevd[242]: 'udisks-part-id /dev/loop6'(err) 'libudev: udev_device_new_from_syspath: device 0x253d3c0 has devpath '/devices/virtual/block/loop6''
Mai 04 14:51:28 Megatron systemd-udevd[233]: seq 1522 forked new worker [257]
Mai 04 14:51:28 Megatron systemd-udevd[256]: no db file to read /run/udev/data/+acpi:LNXCPU:04: No such file or directory
Mai 04 14:51:28 Megatron systemd-udevd[233]: maximum number (16) of children reached
Mai 04 14:51:38 Megatron systemd-udevd[237]: LINK 'disk/by-uuid/00ce6f12-a0c6-47de-a0fa-6df03474e019' /usr/lib/udev/rules.d/60-persistent-storage.rules:76
Mai 04 14:51:38 Megatron systemd-udevd[237]: LINK 'disk/by-id/wwn-0x5000cca662e4f3a9' /usr/lib/udev/rules.d/60-persistent-storage.rules:80
Mai 04 14:51:38 Megatron systemd-udevd[237]: no db file to read /run/udev/data/+scsi:0:0:0:0: No such file or directory
Mai 04 14:51:38 Megatron systemd-udevd[237]: IMPORT 'udisks-part-id /dev/sda' /usr/lib/udev/rules.d/80-udisks.rules:84
Mai 04 14:51:38 Megatron systemd-udevd[236]: RUN '/usr/sbin/lvm pvscan --cache --activate ay --major $major --minor $minor' /usr/lib/udev/rules.d/69-dm-lvm-metad.rules:24
Mai 04 14:51:38 Megatron systemd-udevd[236]: IMPORT 'udisks-dm-export 254 4' /usr/lib/udev/rules.d/80-udisks.rules:53
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-part-id /dev/sda'(err) 'libudev: udev_device_new_from_syspath: device 0x19353c0 has devpath '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda''
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-part-id /dev/sda'(err) 'libudev: udev_device_read_db: device 0x19353c0 filled with db file data'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-part-id /dev/sda'(err) 'using device_file=/dev/sda syspath=/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda, offset=0 ao=0 and number=0 for /dev/sda'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-part-id /dev/sda'(err) 'Entering MS-DOS parser (offset=0, size=500107862016)'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-part-id /dev/sda'(err) ''
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-part-id /dev/sda'(err) 'No MSDOS_MAGIC found'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-part-id /dev/sda'(err) 'Exiting MS-DOS parser'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-part-id /dev/sda'(err) 'Entering Apple parser'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-part-id /dev/sda'(err) 'No MAC_MAGIC found'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-part-id /dev/sda'(err) 'Leaving Apple parser'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-part-id /dev/sda'(err) 'No known partition table found'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-part-id /dev/sda'(err) 'No partition table found on /dev/sda: No such file or directory'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-part-id /dev/sda' [1129] exit with return code 0
Mai 04 14:51:38 Megatron systemd-udevd[237]: IMPORT 'udisks-probe-ata-smart /dev/sda' /usr/lib/udev/rules.d/80-udisks.rules:111
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-probe-ata-smart /dev/sda'(err) 'libudev: udev_device_new_from_syspath: device 0x10199d0 has devpath '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda''
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-probe-ata-smart /dev/sda'(err) 'libudev: udev_device_read_db: device 0x10199d0 filled with db file data'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-probe-ata-smart /dev/sda'(err) 'libudev: udev_device_new_from_syspath: device 0x101c100 has devpath '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0''
Mai 04 14:51:38 Megatron systemd-udevd[236]: 'udisks-dm-export 254 4' [1130] exit with return code 0
Mai 04 14:51:38 Megatron systemd-udevd[236]: 'udisks-part-id /dev/dm-4'(err) 'libudev: udev_device_new_from_syspath: device 0x1f9b3c0 has devpath '/devices/virtual/block/dm-4''
Mai 04 14:51:38 Megatron systemd-udevd[236]: 'udisks-part-id /dev/dm-4'(err) 'libudev: udev_device_read_db: device 0x1f9b3c0 filled with db file data'
Mai 04 14:51:38 Megatron systemd-udevd[236]: 'udisks-part-id /dev/dm-4'(err) 'using device_file=/dev/dm-4 syspath=/sys/devices/virtual/block/dm-4, offset=0 ao=0 and number=0 for /dev/dm-4'
Mai 04 14:51:38 Megatron systemd-udevd[236]: 'udisks-part-id /dev/dm-4'(err) 'Entering MS-DOS parser (offset=0, size=500105764864)'
Mai 04 14:51:38 Megatron systemd-udevd[236]: 'udisks-part-id /dev/dm-4'(err) ''
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-probe-ata-smart /dev/sda'(out) 'UDISKS_ATA_SMART_IS_AVAILABLE=1'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-probe-ata-smart /dev/sda' [1131] exit with return code 0
Mai 04 14:51:38 Megatron systemd-udevd[237]: handling device node '/dev/sda', devnum=b8:0, mode=0600, uid=0, gid=0
Mai 04 14:51:38 Megatron systemd-udevd[237]: preserve already existing symlink '/dev/block/8:0' to '../sda'
Mai 04 14:51:38 Megatron systemd-udevd[237]: found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fata-HGST_HTS725050A7E630_TF655AY9JM8YHC'
Mai 04 14:51:38 Megatron systemd-udevd[237]: creating link '/dev/disk/by-id/ata-HGST_HTS725050A7E630_TF655AY9JM8YHC' to '/dev/sda'
Mai 04 14:51:38 Megatron systemd-udevd[237]: preserve already existing symlink '/dev/disk/by-id/ata-HGST_HTS725050A7E630_TF655AY9JM8YHC' to '../../sda'
Mai 04 14:51:38 Megatron systemd-udevd[237]: found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fwwn-0x5000cca662e4f3a9'
Mai 04 14:51:38 Megatron systemd-udevd[237]: creating link '/dev/disk/by-id/wwn-0x5000cca662e4f3a9' to '/dev/sda'
Mai 04 14:51:38 Megatron systemd-udevd[237]: preserve already existing symlink '/dev/disk/by-id/wwn-0x5000cca662e4f3a9' to '../../sda'
Mai 04 14:51:38 Megatron systemd-udevd[237]: found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f00ce6f12-a0c6-47de-a0fa-6df03474e019'
Mai 04 14:51:38 Megatron systemd-udevd[237]: creating link '/dev/disk/by-uuid/00ce6f12-a0c6-47de-a0fa-6df03474e019' to '/dev/sda'
Mai 04 14:51:38 Megatron systemd-udevd[237]: adding watch on '/dev/sda'
Mai 04 14:51:38 Megatron systemd-udevd[236]: 'udisks-part-id /dev/dm-4'(err) 'No MSDOS_MAGIC found'
Mai 04 14:51:38 Megatron systemd-udevd[236]: 'udisks-part-id /dev/dm-4'(err) 'Exiting MS-DOS parser'
Mai 04 14:51:38 Megatron systemd-udevd[236]: 'udisks-part-id /dev/dm-4'(err) 'Entering Apple parser'
Mai 04 14:51:38 Megatron systemd-udevd[236]: 'udisks-part-id /dev/dm-4'(err) 'No MAC_MAGIC found'
Mai 04 14:51:38 Megatron systemd-udevd[236]: 'udisks-part-id /dev/dm-4'(err) 'Leaving Apple parser'
Mai 04 14:51:38 Megatron systemd-udevd[236]: 'udisks-part-id /dev/dm-4'(err) 'No known partition table found'
Mai 04 14:51:38 Megatron systemd-udevd[236]: 'udisks-part-id /dev/dm-4'(err) 'No partition table found on /dev/dm-4: No such file or directory'
Mai 04 14:51:38 Megatron systemd-udevd[236]: 'udisks-part-id /dev/dm-4' [1132] exit with return code 0
Mai 04 14:51:38 Megatron systemd-udevd[236]: RUN '/usr/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /usr/lib/udev/rules.d/95-dm-notify.rules:12
Mai 04 14:51:38 Megatron systemd-udevd[236]: handling device node '/dev/dm-4', devnum=b254:4, mode=0600, uid=0, gid=0
Mai 04 14:51:38 Megatron systemd-udevd[236]: preserve already existing symlink '/dev/block/254:4' to '../dm-4'
Mai 04 14:51:38 Megatron systemd-udevd[236]: creating link '/dev/disk/by-id/dm-name-hdd' to '/dev/dm-4'
Mai 04 14:51:38 Megatron systemd-udevd[236]: creating symlink '/dev/disk/by-id/dm-name-hdd' to '../../dm-4'
Mai 04 14:51:38 Megatron systemd-udevd[236]: created db file '/run/udev/data/b254:4' for '/devices/virtual/block/dm-4'
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1ea0010 has devpath '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda''
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1ea0010 has devpath '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb''
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1ea0010 has devpath '/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/host6/target6:0:0/6:0:0:0/block/sdc''
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1ea0010 has devpath '/devices/virtual/block/dm-0''
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1ea0010 has devpath '/devices/virtual/block/dm-1''
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1ea0010 has devpath '/devices/virtual/block/dm-2''
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1ea0010 has devpath '/devices/virtual/block/dm-3''
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1ea0010 has devpath '/devices/virtual/block/dm-4''
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1ea0010 has devpath '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb1''
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1ea0010 has devpath '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb2''
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1ea0010 has devpath '/devices/virtual/block/loop0''
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1ea0010 has devpath '/devices/virtual/block/loop1''
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1ea0010 has devpath '/devices/virtual/block/loop5''
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_read_db: device 0x1e90690 filled with db file data'
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_read_db: device 0x1e90690 filled with db file data'
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1e90690 has devpath '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb2''
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_read_db: device 0x1e90690 filled with db file data'
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_read_db: device 0x1e90690 filled with db file data'
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1e90690 has devpath '/devices/virtual/block/loop6''
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_read_db: device 0x1e90690 filled with db file data'
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_read_db: device 0x1e90690 filled with db file data'
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(err) 'libudev: udev_device_new_from_syspath: device 0x1e90690 has devpath '/devices/virtual/block/dm-4''
Mai 04 14:51:38 Megatron systemd-udevd[233]: seq 2256 queued, 'add' 'bdi'
Mai 04 14:51:38 Megatron systemd-udevd[233]: passed 149 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:38 Megatron systemd-udevd[235]: seq 2256 running
Mai 04 14:51:38 Megatron systemd-udevd[233]: seq 2257 queued, 'add' 'block'
Mai 04 14:51:38 Megatron systemd-udevd[233]: passed 201 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:38 Megatron systemd-udevd[237]: seq 2257 running
Mai 04 14:51:38 Megatron systemd-udevd[235]: no db file to read /run/udev/data/+bdi:254:5: No such file or directory
Mai 04 14:51:38 Megatron systemd-udevd[237]: no db file to read /run/udev/data/b254:5: No such file or directory
Mai 04 14:51:38 Megatron systemd-udevd[235]: passed -1 bytes to netlink monitor 0xe13860
Mai 04 14:51:38 Megatron systemd-udevd[233]: seq 2258 queued, 'change' 'block'
Mai 04 14:51:38 Megatron systemd-udevd[235]: seq 2256 processed with 0
Mai 04 14:51:38 Megatron systemd-udevd[233]: seq 2256 done with 0
Mai 04 14:51:38 Megatron systemd-udevd[237]: handling device node '/dev/dm-5', devnum=b254:5, mode=0660, uid=0, gid=6
Mai 04 14:51:38 Megatron systemd-udevd[235]: IMPORT '/usr/sbin/dmsetup udevflags 6354338' /usr/lib/udev/rules.d/10-dm.rules:39
Mai 04 14:51:38 Megatron systemd-udevd[233]: seq 2259 queued, 'add' 'bdi'
Mai 04 14:51:38 Megatron systemd-udevd[237]: seq 2259 running
Mai 04 14:51:38 Megatron systemd-udevd[238]: passed -1 bytes to netlink monitor 0xe0bb50
Mai 04 14:51:38 Megatron systemd-udevd[235]: '/usr/sbin/dmsetup udevflags 6354338'(out) 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG='1''
Mai 04 14:51:38 Megatron systemd-udevd[235]: LINK 'mapper/vghdd-lvhddswap' /usr/lib/udev/rules.d/10-dm.rules:110
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4'(out) ' 2 logical volume(s) in volume group "vghdd" now active'
Mai 04 14:51:38 Megatron systemd-udevd[235]: '/usr/sbin/dmsetup splitname --nameprefixes --noheadings --rows vghdd-lvhddswap'(out) 'DM_VG_NAME='vghdd''
Mai 04 14:51:38 Megatron systemd-udevd[235]: '/usr/sbin/dmsetup splitname --nameprefixes --noheadings --rows vghdd-lvhddswap'(out) 'DM_LV_NAME='lvhddswap''
Mai 04 14:51:38 Megatron systemd-udevd[235]: '/usr/sbin/dmsetup splitname --nameprefixes --noheadings --rows vghdd-lvhddswap'(out) 'DM_LV_LAYER='''
Mai 04 14:51:38 Megatron systemd-udevd[235]: probe /dev/dm-5 raid offset=0
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/lvm pvscan --cache --activate ay --major 254 --minor 4' [1133] exit with return code 0
Mai 04 14:51:38 Megatron systemd-udevd[237]: '/usr/sbin/dmsetup udevflags 6354338' [1139] exit with return code 0
Mai 04 14:51:38 Megatron systemd-udevd[237]: LINK 'mapper/vghdd-lvhome' /usr/lib/udev/rules.d/10-dm.rules:110
Mai 04 14:51:38 Megatron systemd-udevd[237]: IMPORT '/usr/sbin/dmsetup splitname --nameprefixes --noheadings --rows vghdd-lvhome' /usr/lib/udev/rules.d/11-dm-lvm.rules:21
Mai 04 14:51:38 Megatron systemd-udevd[237]: '/usr/sbin/dmsetup splitname --nameprefixes --noheadings --rows vghdd-lvhome'(out) 'DM_VG_NAME='vghdd''
Mai 04 14:51:38 Megatron systemd-udevd[237]: '/usr/sbin/dmsetup splitname --nameprefixes --noheadings --rows vghdd-lvhome'(out) 'DM_LV_NAME='lvhome''
Mai 04 14:51:38 Megatron systemd-udevd[237]: '/usr/sbin/dmsetup splitname --nameprefixes --noheadings --rows vghdd-lvhome'(out) 'DM_LV_LAYER='''
Mai 04 14:51:38 Megatron systemd-udevd[237]: '/usr/sbin/dmsetup splitname --nameprefixes --noheadings --rows vghdd-lvhome' [1141] exit with return code 0
Mai 04 14:51:38 Megatron systemd-udevd[237]: LINK 'disk/by-id/dm-uuid-LVM-RnjlbMqrpKCwXi2QRJEuTdAz2YVILzg3Ux3YCfE6qDaJE3RGIY70IsJ7DhnguTTT' /usr/lib/udev/rules.d/13-dm-disk.rules:18
Mai 04 14:51:38 Megatron systemd-udevd[236]: '/usr/sbin/dmsetup udevcomplete 4217095' [1140] exit with return code 0
Mai 04 14:51:38 Megatron systemd-udevd[236]: passed -1 bytes to netlink monitor 0xdf33c0
Mai 04 14:51:38 Megatron systemd-udevd[236]: seq 2255 processed with 0
Mai 04 14:51:38 Megatron systemd-udevd[233]: seq 2255 done with 0
Mai 04 14:51:38 Megatron systemd-udevd[235]: LINK 'disk/by-uuid/e58aa76f-341e-4a36-8d7c-c8e343271d64' /usr/lib/udev/rules.d/13-dm-disk.rules:24
Mai 04 14:51:38 Megatron systemd-udevd[235]: LINK 'disk/by-label/HDDSwap' /usr/lib/udev/rules.d/13-dm-disk.rules:25
Mai 04 14:51:38 Megatron systemd-udevd[235]: IMPORT 'udisks-dm-export 254 5' /usr/lib/udev/rules.d/80-udisks.rules:53
Mai 04 14:51:38 Megatron systemd-udevd[235]: 'udisks-dm-export 254 5'(out) 'UDISKS_DM_TARGETS_COUNT=1'
Mai 04 14:51:38 Megatron systemd-udevd[235]: 'udisks-dm-export 254 5'(out) 'UDISKS_DM_TARGETS_TYPE=linear'
Mai 04 14:51:38 Megatron systemd-udevd[235]: 'udisks-dm-export 254 5'(out) 'UDISKS_DM_TARGETS_START=0'
Mai 04 14:51:38 Megatron systemd-udevd[235]: 'udisks-dm-export 254 5'(out) 'UDISKS_DM_TARGETS_LENGTH=35651584'
Mai 04 14:51:38 Megatron systemd-udevd[235]: 'udisks-dm-export 254 5'(out) 'UDISKS_DM_TARGETS_PARAMS=254:4\x202048'
Mai 04 14:51:38 Megatron systemd-udevd[235]: 'udisks-dm-export 254 5' [1144] exit with return code 0
Mai 04 14:51:38 Megatron systemd-udevd[235]: IMPORT 'udisks-part-id /dev/dm-5' /usr/lib/udev/rules.d/80-udisks.rules:84
Mai 04 14:51:38 Megatron systemd-udevd[235]: 'udisks-part-id /dev/dm-5'(err) 'libudev: udev_device_new_from_syspath: device 0x1a683c0 has devpath '/devices/virtual/block/dm-5''
Mai 04 14:51:38 Megatron systemd-udevd[235]: 'udisks-part-id /dev/dm-5'(err) 'libudev: udev_device_new_from_syspath: device 0x1a95e00 has devpath '/devices/virtual/block/dm-4''
Mai 04 14:51:38 Megatron systemd-udevd[235]: 'udisks-part-id /dev/dm-5'(err) 'Error determining partition number from DM_NAME=`vghdd-lvhddswap''
Mai 04 14:51:38 Megatron systemd-udevd[235]: 'udisks-part-id /dev/dm-5'(err) 'using device_file=(null) syspath=(null), offset=0 ao=0 and number=0 for /dev/dm-5'
Mai 04 14:51:38 Megatron systemd-udevd[235]: 'udisks-part-id /dev/dm-5'(err) 'Error opening (null): Bad address'
Mai 04 14:51:38 Megatron systemd-udevd[235]: 'udisks-part-id /dev/dm-5' [1145] exit with return code 0
Mai 04 14:51:38 Megatron systemd-udevd[235]: RUN '/usr/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /usr/lib/udev/rules.d/95-dm-notify.rules:12
Mai 04 14:51:38 Megatron systemd-udevd[235]: handling device node '/dev/dm-5', devnum=b254:5, mode=0600, uid=0, gid=0
Mai 04 14:51:38 Megatron systemd-udevd[235]: preserve already existing symlink '/dev/block/254:5' to '../dm-5'
Mai 04 14:51:38 Megatron systemd-udevd[235]: creating link '/dev/disk/by-id/dm-name-vghdd-lvhddswap' to '/dev/dm-5'
Mai 04 14:51:38 Megatron systemd-udevd[235]: creating symlink '/dev/disk/by-id/dm-name-vghdd-lvhddswap' to '../../dm-5'
Mai 04 14:51:38 Megatron systemd-udevd[235]: creating link '/dev/disk/by-id/dm-uuid-LVM-RnjlbMqrpKCwXi2QRJEuTdAz2YVILzg3wr7YNEGmC6aziG2lcBh4nYSYN9CNArA4' to '/dev/dm-5'
Mai 04 14:51:38 Megatron systemd-udevd[235]: creating symlink '/dev/disk/by-id/dm-uuid-LVM-RnjlbMqrpKCwXi2QRJEuTdAz2YVILzg3wr7YNEGmC6aziG2lcBh4nYSYN9CNArA4' to '../../dm-5'
Mai 04 14:51:38 Megatron systemd-udevd[235]: creating link '/dev/disk/by-label/HDDSwap' to '/dev/dm-5'
Mai 04 14:51:38 Megatron systemd-udevd[235]: creating symlink '/dev/disk/by-label/HDDSwap' to '../../dm-5'
Mai 04 14:51:38 Megatron systemd-udevd[235]: created db file '/run/udev/data/b254:5' for '/devices/virtual/block/dm-5'
Mai 04 14:51:38 Megatron systemd-udevd[235]: '/usr/sbin/dmsetup udevcomplete 6354338' [1146] exit with return code 0
Mai 04 14:51:38 Megatron systemd-udevd[235]: adding watch on '/dev/dm-5'
Mai 04 14:51:38 Megatron systemd-udevd[235]: created db file '/run/udev/data/b254:5' for '/devices/virtual/block/dm-5'
Mai 04 14:51:38 Megatron systemd-udevd[235]: passed -1 bytes to netlink monitor 0xe13860
Mai 04 14:51:38 Megatron systemd-udevd[235]: seq 2258 processed with 0
Mai 04 14:51:38 Megatron systemd-udevd[237]: LINK 'disk/by-uuid/c06a72ce-760d-4c63-969c-d05ca481423b' /usr/lib/udev/rules.d/13-dm-disk.rules:24
Mai 04 14:51:38 Megatron systemd-udevd[237]: LINK 'disk/by-label/Home' /usr/lib/udev/rules.d/13-dm-disk.rules:25
Mai 04 14:51:38 Megatron systemd-udevd[237]: IMPORT 'udisks-dm-export 254 6' /usr/lib/udev/rules.d/80-udisks.rules:53
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-dm-export 254 6'(out) 'UDISKS_DM_TARGETS_COUNT=1'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-dm-export 254 6'(out) 'UDISKS_DM_TARGETS_TYPE=linear'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-dm-export 254 6'(out) 'UDISKS_DM_TARGETS_START=0'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-dm-export 254 6'(out) 'UDISKS_DM_TARGETS_LENGTH=939524096'
Mai 04 14:51:38 Megatron systemd-udevd[237]: 'udisks-dm-export 254 6'(out) 'UDISKS_DM_TARGETS_PARAMS=254:4\x2035653632'
Mai 04 14:51:39 Megatron systemd-udevd[237]: 'udisks-dm-export 254 6' [1147] exit with return code 0
Mai 04 14:51:39 Megatron systemd-udevd[237]: IMPORT 'udisks-part-id /dev/dm-6' /usr/lib/udev/rules.d/80-udisks.rules:84
Mai 04 14:51:39 Megatron systemd-udevd[237]: 'udisks-part-id /dev/dm-6'(err) 'libudev: udev_device_new_from_syspath: device 0xae03c0 has devpath '/devices/virtual/block/dm-6''
Mai 04 14:51:39 Megatron systemd-udevd[237]: 'udisks-part-id /dev/dm-6'(err) 'libudev: udev_device_new_from_syspath: device 0xb0de00 has devpath '/devices/virtual/block/dm-4''
Mai 04 14:51:39 Megatron systemd-udevd[237]: 'udisks-part-id /dev/dm-6'(err) 'using device_file=/dev/dm-6 syspath=/sys/devices/virtual/block/dm-6, offset=0 ao=0 and number=0 for /dev/dm-6'
Mai 04 14:51:39 Megatron systemd-udevd[237]: 'udisks-part-id /dev/dm-6'(err) 'Entering MS-DOS parser (offset=0, size=481036337152)'
Mai 04 14:51:39 Megatron systemd-udevd[237]: 'udisks-part-id /dev/dm-6'(err) 'No MSDOS_MAGIC found'
Mai 04 14:51:39 Megatron systemd-udevd[237]: 'udisks-part-id /dev/dm-6'(err) 'Exiting MS-DOS parser'
Mai 04 14:51:39 Megatron systemd-udevd[237]: 'udisks-part-id /dev/dm-6'(err) 'Entering Apple parser'
Mai 04 14:51:39 Megatron systemd-udevd[237]: 'udisks-part-id /dev/dm-6'(err) 'No MAC_MAGIC found'
Mai 04 14:51:39 Megatron systemd-udevd[237]: 'udisks-part-id /dev/dm-6'(err) 'Leaving Apple parser'
Mai 04 14:51:39 Megatron systemd-udevd[237]: 'udisks-part-id /dev/dm-6'(err) 'No known partition table found'
Mai 04 14:51:39 Megatron systemd-udevd[237]: 'udisks-part-id /dev/dm-6'(err) 'No partition table found on /dev/dm-6: No such file or directory'
Mai 04 14:51:39 Megatron systemd-udevd[237]: 'udisks-part-id /dev/dm-6' [1148] exit with return code 0
Mai 04 14:51:39 Megatron systemd-udevd[237]: RUN '/usr/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /usr/lib/udev/rules.d/95-dm-notify.rules:12
Mai 04 14:51:39 Megatron systemd-udevd[237]: handling device node '/dev/dm-6', devnum=b254:6, mode=0600, uid=0, gid=0
Mai 04 14:51:39 Megatron systemd-udevd[237]: preserve already existing symlink '/dev/block/254:6' to '../dm-6'
Mai 04 14:51:39 Megatron systemd-udevd[237]: creating link '/dev/mapper/vghdd-lvhome' to '/dev/dm-6'
Mai 04 14:51:39 Megatron systemd-udevd[237]: '/usr/sbin/dmsetup udevcomplete 6354338' [1149] exit with return code 0
Mai 04 14:51:39 Megatron systemd-udevd[237]: adding watch on '/dev/dm-6'
Mai 04 14:51:39 Megatron systemd-udevd[237]: created db file '/run/udev/data/b254:6' for '/devices/virtual/block/dm-6'
Mai 04 14:51:39 Megatron systemd-udevd[237]: passed -1 bytes to netlink monitor 0xdf3a20
Mai 04 14:51:39 Megatron systemd-udevd[237]: seq 2261 processed with 0
Mai 04 14:51:39 Megatron systemd-udevd[233]: device 0xdffec0 has devpath '/devices/virtual/block/dm-6'
Mai 04 14:51:39 Megatron systemd-udevd[233]: inotify event: 8 for /dev/dm-6
Mai 04 14:51:39 Megatron systemd-udevd[233]: device /dev/dm-6 closed, synthesising 'change'
Mai 04 14:51:39 Megatron systemd-udevd[233]: seq 2262 queued, 'change' 'block'
Mai 04 14:51:39 Megatron systemd-udevd[233]: passed 204 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:39 Megatron systemd-udevd[235]: seq 2262 running
Mai 04 14:51:39 Megatron systemd-udevd[235]: device 0xdef5a0 filled with db file data
Mai 04 14:51:39 Megatron systemd-udevd[235]: removing watch on '/dev/dm-6'
Mai 04 14:51:39 Megatron systemd-udevd[235]: LINK 'mapper/vghdd-lvhome' /usr/lib/udev/rules.d/10-dm.rules:110
Mai 04 14:51:39 Megatron systemd-udevd[235]: IMPORT '/usr/sbin/dmsetup splitname --nameprefixes --noheadings --rows vghdd-lvhome' /usr/lib/udev/rules.d/11-dm-lvm.rules:21
Mai 04 14:51:39 Megatron systemd-udevd[235]: '/usr/sbin/dmsetup splitname --nameprefixes --noheadings --rows vghdd-lvhome'(out) 'DM_VG_NAME='vghdd''
Mai 04 14:51:39 Megatron systemd-udevd[235]: '/usr/sbin/dmsetup splitname --nameprefixes --noheadings --rows vghdd-lvhome'(out) 'DM_LV_NAME='lvhome''
Mai 04 14:51:39 Megatron systemd-udevd[235]: '/usr/sbin/dmsetup splitname --nameprefixes --noheadings --rows vghdd-lvhome'(out) 'DM_LV_LAYER='''
Mai 04 14:51:39 Megatron systemd-udevd[235]: '/usr/sbin/dmsetup splitname --nameprefixes --noheadings --rows vghdd-lvhome' [1154] exit with return code 0
Mai 04 14:51:39 Megatron systemd-udevd[235]: LINK 'vghdd/lvhome' /usr/lib/udev/rules.d/11-dm-lvm.rules:30
Mai 04 14:51:42 Megatron systemd-udevd[233]: cleanup idle workers
Mai 04 14:51:52 Megatron systemd-udevd[233]: validate module index
Mai 04 14:51:52 Megatron systemd-udevd[233]: seq 2273 queued, 'change' 'backlight'
Mai 04 14:51:52 Megatron systemd-udevd[233]: seq 2273 forked new worker [1338]
Mai 04 14:51:52 Megatron systemd-udevd[1338]: seq 2273 running
Mai 04 14:51:52 Megatron systemd-udevd[1338]: no db file to read /run/udev/data/+backlight:acpi_video0: No such file or directory
Mai 04 14:51:52 Megatron systemd-udevd[1338]: device 0xe0ade0 has devpath '/devices/pci0000:00/0000:00:02.0'
Mai 04 14:51:52 Megatron systemd-udevd[1338]: device 0xe0b380 has devpath '/devices/pci0000:00'
Mai 04 14:51:52 Megatron systemd-udevd[1338]: device 0xe0ade0 filled with db file data
Mai 04 14:51:52 Megatron systemd-udevd[1338]: passed -1 bytes to netlink monitor 0xe10450
Mai 04 14:51:52 Megatron systemd-udevd[1338]: seq 2273 processed with 0
Mai 04 14:51:52 Megatron systemd-udevd[233]: seq 2273 done with 0
Mai 04 14:51:52 Megatron systemd-udevd[233]: seq 2274 queued, 'change' 'backlight'
Mai 04 14:51:52 Megatron systemd-udevd[233]: passed 199 bytes to netlink monitor 0xdef5a0
Mai 04 14:51:52 Megatron systemd-udevd[1338]: seq 2274 processed with 0
Mai 04 14:51:55 Megatron systemd-udevd[233]: cleanup idle workers
Mai 04 14:51:55 Megatron systemd-udevd[233]: validate module index
Mai 04 14:51:55 Megatron systemd-udevd[233]: worker [1338] exit
Mai 04 14:51:55 Megatron systemd-udevd[233]: worker [1338] cleaned up