From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 09:55:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EB5A16A41F for ; Thu, 28 Jul 2005 09:55:49 +0000 (GMT) (envelope-from nospam@mgedv.net) Received: from mgedv.at (www.mgedv.at [195.3.87.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0295743D46 for ; Thu, 28 Jul 2005 09:55:48 +0000 (GMT) (envelope-from nospam@mgedv.net) Received: from metis (localhost [127.0.0.1]) by mgedv.at (SMTPServer) with ESMTP id BF6A9186800 for ; Thu, 28 Jul 2005 11:55:47 +0200 (MEST) From: "mdff" To: Date: Thu, 28 Jul 2005 11:55:47 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Thread-Index: AcWSWet18xWO1Q1mRMejsu/996fwXAA/8lkQ In-Reply-To: Message-Id: <20050728095547.BF6A9186800@mgedv.at> Subject: RE: I got my vsftpd core dumped. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nospam@mgedv.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2005 09:55:49 -0000 > Hello guys, > i always got my vsftpd core dumped and i have no idea why is that > happening all the time... > There 's some informations below. > > www# tail /var/log/messages > Jul 27 11:07:59 www kernel: pid 28994 (httpd), uid 80: exited > on signal 11 httpd=vsftpd here? if not, both have probably the same problem. try truss-ing one of them (i'd prefer vsftpd) to see what's called before the SIGSEGV. if you chrooted them, check for missing devicefiles, libraries or permissions. br