From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 23:58:16 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 C3DE216A420 for ; Tue, 20 Dec 2005 23:58:16 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4694843D45 for ; Tue, 20 Dec 2005 23:58:16 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so18233nzo for ; Tue, 20 Dec 2005 15:58:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=YDCObcN1HlbKm0bOXujjDUt712i4opF2G656OVrGcySJ641uYwFJud4ULf9VKFagpHszKFQktnk6XaiZ8mCdvGmyIf4Yhct1Hfvs+aYgYkbREn8ra3ErO6DBMKobyt/JE24Fg6Vs44Q2f8MeuVeazx7ezr/3AGEcbeIIpOf/02I= Received: by 10.36.50.9 with SMTP id x9mr114253nzx; Tue, 20 Dec 2005 15:58:15 -0800 (PST) Received: from ?192.168.5.63? ( [216.202.42.5]) by mx.gmail.com with ESMTP id r15sm103898nza.2005.12.20.15.58.13; Tue, 20 Dec 2005 15:58:14 -0800 (PST) Message-ID: <43A899EB.2060209@gmail.com> Date: Tue, 20 Dec 2005 15:55:23 -0800 From: Kurt Buff User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Drew Tomlinson References: <43A88665.4090205@mykitchentable.net> <43A88E84.2070403@gmail.com> <43A89858.80709@mykitchentable.net> In-Reply-To: <43A89858.80709@mykitchentable.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Ntop on 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kurt.buff@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 23:58:16 -0000 Drew Tomlinson wrote: > On 12/20/2005 3:06 PM Kurt Buff wrote: >> Drew Tomlinson wrote: >> >>> I installed ntop 3.2_1 from the ports on a machine running FBSD 6.0. It >>> appeared to install fine and seems OK when I start it. However whenever >>> I try and access it via a browser, I just get a blank page. ntop >>> reports the following warning: >>> >>> Tue Dec 20 14:20:58 2005 **WARNING** gzflush error -2(stream error) >>> >>> It does this with each access attempt. I've googled and learned that >>> ntop creates compressed files and uses zlib to uncompress them on the >>> fly. I assume my problem has something to do with this process? >>> >>> Any ideas on what to check or how to resolve? >>> >>> Thanks, >>> >>> Drew >> >> Is this a fresh install of 6.0? I've got a fresh install of FBSD 6.0 and >> ntop 3.2_1 from ports, and don't have this problem. >> > Thanks for your reply. Yes, it's fairly fresh. > > FreeBSD blacksheep.mykitchentable.net 6.0-STABLE FreeBSD 6.0-STABLE #4: > Thu Dec 1 11:33:29 PST 2005 > > Any ideas? > > Thanks, > > Drew This isn't an upgrade of FBSD 4.x or 5.x, is it? Or an upgrade of an older version of ntop? The reason I ask is that this was a problem that was noted in ntop 2.something under 4.x and 5.x. If you google for the specific error message: http://www.google.com/search?hl=en&lr=&q=ntop+freebsd+%22gzflush+error%22&btnG=Search you'll see stuff like that talked about in several places. I just flattened the box when I upgraded the OS, starting from a fresh install of 6.0, then cvsupping the ports to get ntop current, and all has been well since. Kurt