From owner-freebsd-security@FreeBSD.ORG Sun Jun 11 23:28:41 2006 Return-Path: X-Original-To: freebsd-security@freebsd.org Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D76DD16A41B for ; Sun, 11 Jun 2006 23:28:41 +0000 (UTC) (envelope-from talonz@gmail.com) Received: from mail.richardflanagan.com.au (gateway.richardflanagan.com.au [203.149.71.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A2943D45 for ; Sun, 11 Jun 2006 23:28:41 +0000 (GMT) (envelope-from talonz@gmail.com) Received: from [203.222.143.176] (unknown [203.222.143.176]) by mail.richardflanagan.com.au (Postfix) with ESMTP id 0F24E218B78; Mon, 12 Jun 2006 09:29:03 +1000 (EST) Message-ID: <448CA6F8.6030005@gmail.com> Date: Mon, 12 Jun 2006 09:27:52 +1000 From: talonz User-Agent: Thunderbird 1.5.0.2 (X11/20060515) MIME-Version: 1.0 To: Remco Bressers References: <448C714F.5080503@xrx.nl> In-Reply-To: <448C714F.5080503@xrx.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-security@freebsd.org Subject: Re: Anyone running ntop on FBSD5.4 X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 23:28:41 -0000 Remco Bressers wrote: > >> If you are running ntop on 5.4, what compile options? >> Use ports version? Or surgefile tarball? >> >> It makes a great security forensics tools, but I can't get it to stop >> segfaulting.Was wondering if anyone found a fix for it. >> > I had the same problems on FreeBSD 5.4. Ntop keeps segfaulting. After an > upgrade to 6.0-RELEASE it works flawlessly. > No clue what the problem was :o). > I had this same problem as well. disable ipv6 or tcp6 using the ntop flags found in the manual page (man 8 ntop) worked well for me. Jason M