From owner-ssh@clinet.fi  Tue May 29 01:28:25 2001
Received: from smtp1.clinet.fi (smtp1.clinet.fi [194.100.2.57])
	by hutcs.cs.hut.fi (8.9.3/8.9.3) with ESMTP id BAA13174
	for <ssh-archiver@cs.hut.fi>; Tue, 29 May 2001 01:28:24 +0300 (EET DST)
Received: from mail.clinet.fi (mail.clinet.fi [194.100.0.7])
	by smtp1.clinet.fi (Postfix) with ESMTP
	id 6CD6D20944; Tue, 29 May 2001 01:28:24 +0300 (EEST)
Received: (from majordom@localhost)
	by mail.clinet.fi (8.9.3/8.9.3) id BAA16238
	for ssh-outgoing; Tue, 29 May 2001 01:11:09 +0300
Received: from cybercebu.com ([203.148.68.2])
	by mail.clinet.fi (8.9.3/8.9.3) with ESMTP id BAA16231
	for <ssh@clinet.fi>; Tue, 29 May 2001 01:11:01 +0300
Received: from dns1.cybercebu.com (marlene.cybercebu.com [203.148.68.2])
	by cybercebu.com (8.11.3/8.11.3) with ESMTP id f4SMCIW09260
	for <ssh@clinet.fi>; Tue, 29 May 2001 06:12:18 +0800
Date: Tue, 29 May 2001 06:12:17 +0800 (PHT)
From: "Julius C. Duque" <jcduque@cybercebu.com>
To: OpenSSH <ssh@clinet.fi>
Subject: Re: Receiving Signal 11
In-Reply-To: <Pine.LNX.4.21.0105290520490.9082-100000@marlene.cybercebu.com>
Message-ID: <Pine.LNX.4.21.0105290604430.9082-100000@marlene.cybercebu.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-ssh@clinet.fi
Precedence: bulk

On Tue, 29 May 2001, Julius C. Duque wrote:

> On 28 May 2001, Thomas Rasmussen wrote:
> 
> > >>>>> "Julius" == Julius C Duque <jcduque@cybercebu.com> writes:
> > 
> >  Julius> Try grep-ing signal 11 from the Linux kernel source.  This
> >  Julius> error could be emitted by the kernel.
> > 
> > Well I don't really see why grepping the source should change
> > anything... I've just grepped:
> > 
> > % grep -ri "signal 11" *                       /usr/src/linux
> 
> 
> You did upgrade your kernel, right? If you have upgraded to
> Linux 2.4.3 (BTW, 2.4.5 is already out), get the source for
> 2.4.3 and find out what part of the kernel is giving out
> the error message. Also, you won't find an exact "signal 11"
> phrase. 11 is most probably #define-ed elsewhere.

I just did some checks. This signal 11 error is NOT from the
Linux kernel. It's from serverloop.c of openssh:


  /* Check if the program terminated due to a signal. */
        if (WIFSIGNALED(wait_status))
                packet_disconnect("Command terminated on signal %d.",
                                  WTERMSIG(wait_status));


Why this happens is still not clear to me, though. I'll dig deeper.

--
Under capitalism, man exploits man.
Under communism, it's just the opposite.
                -- J.K. Galbraith

