The officially official Devuan Forum!

You are not logged in.

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

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

[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 its buggy crap that have no antifool protection (c)=- smile
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* smile
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ smile

Offline

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

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

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 its buggy crap that have no antifool protection (c)=- smile
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* smile
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ smile

Offline

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

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

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: 354  

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 its buggy crap that have no antifool protection (c)=- smile
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* smile
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ smile

Offline

Board footer