Forum › Forums › antiX-development › Development › antiX-bullseye-a2-runit_x64-full.iso available › Reply To: antiX-bullseye-a2-runit_x64-full.iso available
When I boot up in a2-runit,
I get this error message:
[ xxx] elogind[xxx]: Failed to fully start up daemon: No such file or directory
I was searching and users of Artix-runit also encountered the same thing. They say that:
“The only reason for that is because runit services are started in parallel, elogind immediately looks for a dbus service, while dbus was still initializing. So, no, that error should not concern you, but I’m looking for way to turn that message off.”
One solution was:
” It might not be a clean fix, but I just slapped “sleep 1s” before the dbus check and there’s no error message for me anymore.”
Is this a good fix? If so, how do I do add this “sleep delay” before the dbus check. I could not figure out how to do this.
Thanks.