<br><tt><font size=2>freenx-knx-bounces@kde.org wrote on 22/02/2012 06:26:45:<br>
<br>
> Hey Chris,<br>
> <br>
> You can download the full logs here:<br>
> <br>
> </font></tt><a href=http://dinofly.com/files/sshd_logs.tar.gz><tt><font size=2>http://dinofly.com/files/sshd_logs.tar.gz</font></tt></a>
<br>
<br><tt><font size=2>Thank you, you can delete that now . . .</font></tt>
<br>
<br><tt><font size=2>> <br>
> I'm sure you'll be able to make more sense out of it than I can. 
As<br>
> always, thanks for your help thus far!</font></tt>
<br>
<br><tt><font size=2>It's almost always the last few lines which are</font></tt>
<br><tt><font size=2>the most cogent.</font></tt>
<br>
<br><tt><font size=2>The last thing happening before the SIGSEGV</font></tt>
<br><tt><font size=2>is the 127.0.0.1 reverse lookup.<br>
</font></tt>
<br>
<br><tt><font size=2>[SNIP]</font></tt>
<br><tt><font size=2>> 2/ <br>
> <br>
> edit /etc/hosts and change <br>
> <br>
> ::1             localhost ipv6-localhost
ipv6-loopback <br>
> <br>
> #::1             localhost ipv6-localhost
ipv6-loopback <br>
> <br>
> <br>
> Do you use IPv6 at all ??? <br>
> <br>
> I noticed the successful loopback connection in your debug <br>
> used ::1 rather than 127.0.0.1 <br>
</font></tt>
<br><tt><font size=2>As your previous successful test used IPv6 we</font></tt>
<br><tt><font size=2>should now check IPv4</font></tt>
<br><tt><font size=2>so</font></tt>
<br><tt><font size=2>start your sshd and try</font></tt>
<br>
<br><tt><font size=2>        ssh -4 -p whatever-port-it-is-listening-on
eric@localhost</font></tt>
<br>
<br>
<br><tt><font size=2>If that falls over then try:-</font></tt>
<br>
<br><tt><font size=2>        sudo mv /etc/hosts
/etc/hosts-201202whateverdayyoudothis.save</font></tt>
<br>
<br><tt><font size=2>then create a new one</font></tt>
<br>
<br><tt><font size=2>        sudo vi /etc/hosts</font></tt>
<br>
<br><tt><font size=2>and add these 5 lines including the #es</font></tt>
<br>
<br><tt><font size=2>#</font></tt>
<br>
<br><tt><font size=2>127.0.0.1        localhost</font></tt>
<br>
<br><tt><font size=2>#</font></tt>
<br>
<br>
<br><tt><font size=2>Note the blank lines.</font></tt>
<br>
<br><tt><font size=2>Then start your sshd and run (again)</font></tt>
<br>
<br><tt><font size=2>ssh -4 -p whatever-port-it-is-listening-on eric@localhost</font></tt>
<br>
<br><tt><font size=2> <br>
> 3/ <br>
> <br>
> There is a "debianism" related to /lib/tls/i686/etc <br>
> so <br>
> Put /etc/hosts back and try :- <br>
> <br>
>   sudo touch  /etc/ld.so.nohwcap <br>
</font></tt>
<br><tt><font size=2>This file was accessed, so it must still be relevent.</font></tt>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>