From owner-freebsd-questions Wed Mar 10 12:12:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.volant.org (phoenix.volant.org [205.179.79.193]) by hub.freebsd.org (Postfix) with ESMTP id 7ECA01534A for ; Wed, 10 Mar 1999 12:12:19 -0800 (PST) (envelope-from patl@phoenix.volant.org) Received: from asimov.phoenix.volant.org ([205.179.79.65]) by phoenix.volant.org with smtp (Exim 1.92 #8) id 10KpKj-0007Zc-00; Wed, 10 Mar 1999 12:12:01 -0800 Received: from localhost by asimov.phoenix.volant.org (SMI-8.6/SMI-SVR4) id MAA21694; Wed, 10 Mar 1999 12:11:51 -0800 Date: Wed, 10 Mar 1999 12:11:51 -0800 (PST) From: patl@phoenix.volant.org Reply-To: patl@phoenix.volant.org Subject: Re: daily security check output To: flygt@sr.se Cc: Jerry Raynor , freebsd-questions@freebsd.org In-Reply-To: <19990310195551.B34884@sr.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Wed, Mar 10, 1999 at 09:09:32AM -0500, Jerry Raynor wrote: > > Can someone tell me what signal 11 is? > > > > kernel log messages: > > > pid 24815 (chat.cgi), uid 65534: exited on signal 11 > > If you look in man signal you'll find the eleventh signal is: > > SIGSEGV create core image segmentation violation Or, for a quick reminder, try 'kill -l'. This may not work with all shells; but it sure is handy when it does. It just gives you a complete number-to-name translation; if you aren't clear on exactly what each name means, you'll still have to read the signal man page. -Pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message