<br><font size=2 face="Courier New">freenx-knx-bounces@kde.org wrote on
19/02/2012 00:46:24:<br>
<br>
> Hey Chris, here are the libc files I have. Also, even with PAM
set <br>
> to no, I still get a segmentation fault.<br>
> <br>
> Output:<br>
> <br>
> eric@eric-desktop:~$ sudo find / -iname "libc-*"<br>
> /lib/tls/i686/cmov/libc-2.11.1.so<br>
> /lib/libc-2.11.1.so<br>
</font>
<br><font size=2 face="Courier New">Hmmm</font>
<br>
<br><font size=2 face="Courier New">You can try a few things . . . </font>
<br>
<br><font size=2 face="Courier New">1/</font>
<br>
<br><font size=2 face="Courier New">sudo strace -f </font><font size=3 face="Courier New"> sudo
/usr/sbin/sshd -d -d -d -p 1000 </font>
<br>
<br>
<br><font size=2 face="Courier New">2/</font>
<br>
<br><font size=2 face="Courier">edit /etc/hosts and change</font>
<br>
<br><font size=2 face="Courier">::1
localhost ipv6-localhost ipv6-loopback</font>
<br>
<br><font size=2 face="Courier">#::1
localhost ipv6-localhost ipv6-loopback</font>
<br>
<br>
<br><font size=2 face="Courier">Do you use IPv6 at all ???</font>
<br>
<br><font size=2 face="Courier">I noticed the successful loopback connection
in your debug</font>
<br><font size=2 face="Courier">used ::1 rather than 127.0.0.1</font>
<br>
<br>
<br>
<br><font size=2 face="Courier">3/</font>
<br>
<br><font size=2 face="Courier">There is a "debianism" related
to /lib/tls/i686/etc</font>
<br><font size=2 face="Courier">so</font>
<br><font size=2 face="Courier">Put /etc/hosts back and try :-</font>
<br>
<br><font size=2 face="Courier"> sudo touch /etc/ld.so.nohwcap</font>
<br>
<br>
<br>
<br>