Curious if anyone has been hit with this... I just up2date'd a RH9 client machine. I believe the relevant packages to the problem I'm experiencing are glibc and/or nscd (probably glibc, since I observe this with nscd disabled). Steps to duplicate: 1. Upgrade packages: up2date -u 2. Make sure nsswitch.conf has ldap listed for % grep ^hosts /etc/nsswitch.conf hosts: files ldap dns 3. Do a "getent hosts" and observe that only the local entries are listed and a segfault occurrs when ldap is queried: % getent hosts 127.0.0.1 localhost.localdomain localhost xx.xx.xx.xx xxx Segmentation fault 4. Switch back to some other form of name-resolution and it works fine (the alternative I'm using is NIS): % grep ^hosts /etc/nsswitch.conf hosts: files nis dns % getent hosts | wc -l 541 So far, it appears as though only hostname resolution is affected. Passwd/group entries appear just fine. Ideas? -Steve -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list