Hi, On 7/17/07, Jaime Ventura <[EMAIL PROTECTED]> wrote:
Im trying to configure my debian box to enable ldap authentication It works fine, but in getting identical messages like those ones: udevd[1082]: nss_ldap: reconnecting to LDAP server (sleeping 1 seconds)... udevd[1082]: nss_ldap: could not search LDAP server - Can't contact LDAP server udevd[1082]: lookup_group: error resolving group 'scanner': Illegal seek Try adding the group scanner
# addgroup --system scanner What's happening is that udev is searching for a group called scanner and since NSS is configured to search in LDAP, it's trying to resolve but networking wouldn't have come up by then. cheers, Shashishekhar S