On 12/6/05, Roger Merchberger <[EMAIL PROTECTED]> wrote: > I just went thru this, and googled my brains out for 2-3 days before > finally manually searching the BLFS-support archives and finding the answer... > > Turn off DNS access in the /etc/ssh/sshd_config file - there's a line there > that says something to the effect of: > > UseDNS yes # (it defaults to yes if commented out) > > Uncomment that line, and change it to "no", like this: > > UseDNS no >
I used the same workaround when I had this problem. That's the glibc bug and it hurts because there's no output that would lead you to believe it. Make the directory /var/lib/sshd/lib and you won't need to use that switch. The problem (as I understand it) is that glibc chroots into /var/lib/sshd and tries to use a shared library from /lib which doesn't exist. This shouldn't cause an error, but does in glibc-2.3.4. See this (at the bottom): http://www.linuxfromscratch.org/lfs/errata/6.1/ -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page