The officially official Devuan Forum!

You are not logged in.

#1 2024-08-23 14:34:35

deepforest
Member
Registered: 2020-03-24
Posts: 386  

[SOLVED] at boot-systemd-udevd: failed to execute /lib/elogind/elogind-uaccess

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 ©
smile

Offline

#2 2024-08-24 00:09:36

deepforest
Member
Registered: 2020-03-24
Posts: 386  

Re: [SOLVED] at boot-systemd-udevd: failed to execute /lib/elogind/elogind-uaccess

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 ©
smile

Offline

#3 2024-08-24 16:03:35

chris2be8
Member
Registered: 2018-08-11
Posts: 325  

Re: [SOLVED] at boot-systemd-udevd: failed to execute /lib/elogind/elogind-uaccess

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

#4 2024-08-24 20:13:30

deepforest
Member
Registered: 2020-03-24
Posts: 386  

Re: [SOLVED] at boot-systemd-udevd: failed to execute /lib/elogind/elogind-uaccess

@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 ©
smile

Offline

#5 2025-05-10 19:46:28

deepforest
Member
Registered: 2020-03-24
Posts: 386  

Re: [SOLVED] at boot-systemd-udevd: failed to execute /lib/elogind/elogind-uaccess

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 ©
smile

Offline

Board footer