From owner-freebsd-questions@FreeBSD.ORG Thu Jan 12 10:00:18 2006 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 6C88916A41F for ; Thu, 12 Jan 2006 10:00:18 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from relay02.roc.ny.frontiernet.net (relay02.roc.ny.frontiernet.net [66.133.182.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0076A43D45 for ; Thu, 12 Jan 2006 10:00:17 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from filter06.roc.ny.frontiernet.net (filter06.roc.ny.frontiernet.net [66.133.183.73]) by relay02.roc.ny.frontiernet.net (Postfix) with ESMTP id 483833701F3; Thu, 12 Jan 2006 10:00:17 +0000 (UTC) Received: from relay02.roc.ny.frontiernet.net ([66.133.182.165]) by filter06.roc.ny.frontiernet.net (filter06.roc.ny.frontiernet.net [66.133.183.73]) (amavisd-new, port 10024) with LMTP id 22572-13-66; Thu, 12 Jan 2006 10:00:17 +0000 (UTC) Received: from blacklamb.mykitchentable.net (67-51-143-222.dsl1.elk.ca.frontiernet.net [67.51.143.222]) by relay02.roc.ny.frontiernet.net (Postfix) with ESMTP id 732DA3701E3; Thu, 12 Jan 2006 10:00:16 +0000 (UTC) Received: from [192.168.1.3] (unknown [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with ESMTP id 90C04AE1AC; Thu, 12 Jan 2006 02:00:15 -0800 (PST) Message-ID: <43C628AE.2060105@mykitchentable.net> Date: Thu, 12 Jan 2006 02:00:14 -0800 From: Drew Tomlinson User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Igor Robul References: <43BDEBCB.9060000@mykitchentable.net> <20060110150905.GB1117@sysadm.stc> <43C5DEC6.8060109@mykitchentable.net> <20060112061842.GA59121@sysadm.stc> In-Reply-To: <20060112061842.GA59121@sysadm.stc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.2 (20050629) at filter06.roc.ny.frontiernet.net Cc: FreeBSD Questions Subject: Re: What User Runs Startup Scripts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2006 10:00:18 -0000 On 1/11/2006 10:18 PM Igor Robul said the following: >On Wed, Jan 11, 2006 at 08:44:54PM -0800, Drew Tomlinson wrote: > > >>On 1/10/2006 7:09 AM Igor Robul said the following: >> >> >>>Do you have tun0 interface on boot time? Are you activating ppp >>>manually? >>> >>> >>> >>> >>I do run openvpn and its start up script creates tun0 and tun1. No >>ppp. But the "fatal error" is "Not root". Why is ntop not root? >> >> >Does openvpn start before or after ntop? I _think_, that ntop when tries open >network device and cant do this, it "thinks" that it is not running as >root. > >Remove tun* interfaces from list of interfaces ntop is monitoring. If >problem persist then I'm wrong, if it will disappear, then you can try >reorder startup sequence, for example start openvpn before ntop. > > You are right! Starting openvpn before ntop resolves this issue. Thanks, Drew