/lib/udev/libinput-device-group errors after removing multilib
by lioh from LinuxQuestions.org on (#50ZZR)
Hi all,
after removing multilib using slackpkg+ on my -current installation using the following commands:
Code:Removed 'multilib' from PKGS_PRIORITY and from REPOPLUS, but do not the related MIRRORPLUS line
# slackpkg update
# slackpkg remove multilib
# slackpkg upgrade-all
Deleted the related MIRRORPLUS line
# slackpkg updateI experience a lot of /lib/udev/libinput-device-group errors during startup and logged in dmesg like:
Code:[ 4.515442] udevd[832]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/virtual/input/input0/event0': No such file or directory
[ 4.515443] udevd[833]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1': No such file or directory
[ 4.515444] udevd[835]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/FUJ02E3:00/input/input3/event3': No such file or directory
[ 4.515446] udevd[834]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2': No such file or directory
[ 4.529468] udevd[838]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input5/event5': No such file or directory
[ 4.529520] udevd[839]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input6/event6': No such file or directory
[ 4.529740] udevd[840]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input4/event4': No such file or directory
[ 4.530243] udevd[841]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input7/event7': No such file or directory
[ 4.541482] udevd[842]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input8/event8': No such file or directoryIf I install Multilib again, those errors are gone. Is there anything wrong in the procedure of removing multilib or do you have another idea what cloud be the root cause?
Greetings
Lioh


after removing multilib using slackpkg+ on my -current installation using the following commands:
Code:Removed 'multilib' from PKGS_PRIORITY and from REPOPLUS, but do not the related MIRRORPLUS line
# slackpkg update
# slackpkg remove multilib
# slackpkg upgrade-all
Deleted the related MIRRORPLUS line
# slackpkg updateI experience a lot of /lib/udev/libinput-device-group errors during startup and logged in dmesg like:
Code:[ 4.515442] udevd[832]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/virtual/input/input0/event0': No such file or directory
[ 4.515443] udevd[833]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1': No such file or directory
[ 4.515444] udevd[835]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/FUJ02E3:00/input/input3/event3': No such file or directory
[ 4.515446] udevd[834]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2': No such file or directory
[ 4.529468] udevd[838]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input5/event5': No such file or directory
[ 4.529520] udevd[839]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input6/event6': No such file or directory
[ 4.529740] udevd[840]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input4/event4': No such file or directory
[ 4.530243] udevd[841]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input7/event7': No such file or directory
[ 4.541482] udevd[842]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input8/event8': No such file or directoryIf I install Multilib again, those errors are gone. Is there anything wrong in the procedure of removing multilib or do you have another idea what cloud be the root cause?
Greetings
Lioh