[FreeNX-kNX] Segfault Error 6 in libc-2.11.1.so When Attemtping to Login to My Server Remotely via NoMachine Client

chris at ccburton.com chris at ccburton.com
Wed Feb 22 11:42:16 UTC 2012


freenx-knx-bounces at kde.org wrote on 22/02/2012 06:26:45:

> Hey Chris,
> 
> You can download the full logs here:
> 
> http://dinofly.com/files/sshd_logs.tar.gz

Thank you, you can delete that now . . .

> 
> I'm sure you'll be able to make more sense out of it than I can.  As
> always, thanks for your help thus far!

It's almost always the last few lines which are
the most cogent.

The last thing happening before the SIGSEGV
is the 127.0.0.1 reverse lookup.


[SNIP]
> 2/ 
> 
> edit /etc/hosts and change 
> 
> ::1             localhost ipv6-localhost ipv6-loopback 
> 
> #::1             localhost ipv6-localhost ipv6-loopback 
> 
> 
> Do you use IPv6 at all ??? 
> 
> I noticed the successful loopback connection in your debug 
> used ::1 rather than 127.0.0.1 

As your previous successful test used IPv6 we
should now check IPv4
so
start your sshd and try

        ssh -4 -p whatever-port-it-is-listening-on eric at localhost


If that falls over then try:-

        sudo mv /etc/hosts /etc/hosts-201202whateverdayyoudothis.save

then create a new one

        sudo vi /etc/hosts

and add these 5 lines including the #es

#

127.0.0.1       localhost

#


Note the blank lines.

Then start your sshd and run (again)

ssh -4 -p whatever-port-it-is-listening-on eric at localhost

 
> 3/ 
> 
> There is a "debianism" related to /lib/tls/i686/etc 
> so 
> Put /etc/hosts back and try :- 
> 
>   sudo touch  /etc/ld.so.nohwcap 

This file was accessed, so it must still be relevent.











-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/freenx-knx/attachments/20120222/7a317ce0/attachment.html>


More information about the FreeNX-kNX mailing list