From owner-freebsd-questions@FreeBSD.ORG Sat Oct 16 18:17:51 2004 Return-Path: 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 D490116A4CE for ; Sat, 16 Oct 2004 18:17:51 +0000 (GMT) Received: from mattvirushome.dynu.com (h139-055-212-202.adsl.navix.net [139.55.212.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id F04F643D58 for ; Sat, 16 Oct 2004 18:17:50 +0000 (GMT) (envelope-from mattvirus@navix.net) Received: from [127.0.0.1] (mattvirus.net [209.0.51.9])i9GIHoUG075169 for ; Sat, 16 Oct 2004 13:17:51 -0500 (CDT) (envelope-from mattvirus@navix.net) Message-ID: <417164B0.6040408@navix.net> Date: Sat, 16 Oct 2004 13:13:04 -0500 From: matt virus User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: ntop 3.0 in daemon mode not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Oct 2004 18:17:51 -0000 Installed ntop 3.0 today, edited the ntop.sh shell script and when I run the script ntop launches and I can connect to the webserver interface. The frame cross the top loads, but when I click ANY link to look at the reports, i get a popup window that is blank. Ntop load --> top frame only loads -> click link -> new blank window pops up. Now -- if i just run /usr/local/bin/ntop (via a ssh session) ntop runs in interactive mode -- perfectly I thought "a ha, that shellscript is just messed up" so i run ntop with this: /usr/local/bin/ntop -d (as a daemon) and i get the same behavior as the shellscript - blank windows and empty new windows. Revert to /usr/local/bin/ntop (interactive) and it works perfectly again Anybody have suggestions???