You are not logged in.
Fresh Devuan install.
All working/booting good but i see this lines at start booting OS, why?
[ 4.139449] systemd-udevd[406]: failed to execute '/lib/elogind/elogind-uaccess-command' '/lib/elogind/elogind-uaccess-command /dev/sg1 ': No such file or directory
[ 4.170784] systemd-udevd[407]: failed to execute '/lib/elogind/elogind-uaccess-command' '/lib/elogind/elogind-uaccess-command /dev/sr0 ': No such file or directory
root@devuan:/home/freeartist-devuan# rc-service elogind status
elogind is running.
root@devuan:/home/freeartist-devuan#
Last edited by deepforest (2024-08-23 14:37:53)
linux/bsd at desktop its sadomazo game/toy for geeks/nerds with absolutely no warranty and antifool protection ©
Offline
any ideas?
after booting
/lib/elogind/elogind-uaccess-command /dev/sr0
/lib/elogind/elogind-uaccess-command /dev/sg1
successfully ruining with no errors
/dev/sr0 is my IDE DVD-RW Optiarc Sony Nec
linux/bsd at desktop its sadomazo game/toy for geeks/nerds with absolutely no warranty and antifool protection ©
Offline
After seeing the first set of messages I'd start by checking if /lib/elogind/elogind-uaccess-command /dev/sr0 and /dev/sg1 exist. Assuming they do I'd run file /lib/elogind/elogind-uaccess-command to see what it is.
If it's a script I'd check if the interpreter (usually on the first line) exists.
If it's an executable I'd run ldd against it to see what shared libraries it uses.
HTH
Offline
@chris2be8 Thanks
Help this
apt install initramfs-tools
update-initramfs -u
linux/bsd at desktop its sadomazo game/toy for geeks/nerds with absolutely no warranty and antifool protection ©
Offline
can someone explain how solve this with dracut?
root@devuan:/home/freeartist-devuan# service elogind status
elogind is running.
root@devuan:/home/freeartist-devuan# file /lib/elogind/elogind-uaccess-command
/lib/elogind/elogind-uaccess-command: cannot open `/lib/elogind/elogind-uaccess-command' (No such file or directory)
root@devuan:/home/freeartist-devuan# file /dev/sr0
/dev/sr0: block special (11/0)
root@devuan:/home/freeartist-devuan# file /dev/sg1
/dev/sg1: character special (21/1)
root@devuan:/home/freeartist-devuan#
Last edited by deepforest (2025-05-10 21:24:46)
linux/bsd at desktop its sadomazo game/toy for geeks/nerds with absolutely no warranty and antifool protection ©
Offline