Comment 46 for bug 51315

Revision history for this message
hovenko (hovenko-launchpad) wrote :

I had to add two groups to get udevd to start without querying LDAP.
addgroup --system nvram
addgroup --system scanner

A tips: grep for "GROUP" inside the udev rules directory:
 grep GROUP *

Then check if all groups are listed in /etc/group

(Ubuntu Edgy)