Re: nss_ldap and udevd
Alan Jones wrote:
>
> However when I reboot the machine udevd attempts to access the ldap
> server for nss_ldap. This has things trying to happen before udev has
> even created the dev nodes (at least for eth0 and the hard disk - I
> didn't check which ones actually were created before this), let alone
> allowing the eth0 to start first.
>
> Does anyone know how I can fix this and prevent udevd from trying to
> do ldap things?
What are you using, FC5(test)?
udevd is trying to look up a group that doesn't exist. Either add
"nogroup" to your group file, or snag Red Hat's udevd-0.84-4, which has
is patched to use the "nobody" user's primary group rather than
hard-coding "nogroup".