auto-login problem

Rick Stevens rstevens at vitalstream.com
Wed May 12 17:14:01 UTC 2004


Tapas Ranjan wrote:
> Hi :
> 	I was trying to auto-login from a linux system to a sparc system, 
> which are under the same network using ssh-keygen, private key generator.
> I got this kind of message-->
> ----------------------------------------
> Last login: Wed May 12 20:39:26 2004 from xxxx.xxx.xx
> Received disconnect from 192.86.54.54: Command terminated on signal 11
> ----------------------------------------
> 	While it is working fine for the linux to linux system, and from 
> the same spark to linux system, which are under the same network. 
> Suggestions are appreciated.

Apparently one of the applications that you have run upon login to the
Sparc is corrupted.  Signal 11 is a "segmentation error" (SIGSEGV),
meaning that the program tried to "talk" to memory it doesn't own.  The
most common problems are dereferencing a null pointer or writing to
memory past the end of an array.

You should get on the Sparc box and find the core file that was created
due to the SIGSEGV and seeing which program caused it by using the
debugger on the core file.
----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-      Cuteness can be overcome through sufficient bastardry         -
-                                         --Mark 'Kamikaze' Hughes   -
----------------------------------------------------------------------





More information about the Redhat-install-list mailing list