From owner-freebsd-questions Wed Mar 10 12:56:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from houston.matchlogic.com (houston.matchlogic.com [205.216.147.127]) by hub.freebsd.org (Postfix) with ESMTP id DAAE015364 for ; Wed, 10 Mar 1999 12:56:05 -0800 (PST) (envelope-from jonb@matchlogic.com) Received: by HOUSTON with Internet Mail Service (5.5.2232.9) id ; Wed, 10 Mar 1999 13:55:40 -0700 Message-ID: <64003B21ECCAD11185C500805F31EC0301FEF3F0@HOUSTON> From: Jon Bailey To: "'freebsd-questions@freebsd.org'" , 'Jerry Raynor' Subject: RE: daily security check output Date: Wed, 10 Mar 1999 13:55:39 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jerry, A segfault is a "bad thing", only as much as meaning "it crashed". It's the same thing as a General Protection Fault in Windows, basically, a program for some reason made an attempt to access part of memory, or resources, which it was not allowed to (It tried to work outside of its "segment"), and as a result the OS terminated it, and logged the message. This isn't an attack, just a program crashing. :-) -jon P.s. (If I'm not correct on this, ppl, please correct me. ) > -----Original Message----- > From: Jerry Raynor [mailto:jerryr@ComCAT.COM] > Sent: Wednesday, March 10, 1999 1:18 PM > To: flygt@sr.se > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: daily security check output > > > Does anyone know how I can find out who this is on my network that is > running this? > > > On Wed, 10 Mar 1999, Gunnar Flygt wrote: > > > 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 > > > > -- > > __o > > regards, Gunnar ---_ \<,_ > > email: flygt@sr.se ---- (_)/ (_) > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message