From owner-freebsd-questions@FreeBSD.ORG Tue Jul 13 08:46:05 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 1CE7D16A4CE; Tue, 13 Jul 2004 08:46:05 +0000 (GMT) Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAF3C43D41; Tue, 13 Jul 2004 08:46:02 +0000 (GMT) (envelope-from irvine@sanbi.ac.za) Received: from [196.38.142.87] (helo=[196.38.142.87]) by fling.sanbi.ac.za with esmtp (Exim 3.36 #1) id 1BkIic-0006KQ-00; Tue, 13 Jul 2004 10:32:54 +0200 Message-ID: <40F39E34.4050601@sanbi.ac.za> Date: Tue, 13 Jul 2004 10:32:52 +0200 From: Irvine Short Organization: SANBI User-Agent: Mozilla Thunderbird 0.7 (X11/20040701) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ecrist@secure-computing.net References: <001901c4641b$27fa34a0$6501a8c0@Nomad> <40EEA76B.6070700@pcmedx.com> <40F2522E.4070204@sanbi.ac.za> <200407120743.11735.ecrist@secure-computing.net> In-Reply-To: <200407120743.11735.ecrist@secure-computing.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: clement@FreeBSD.org cc: Mike Maltese cc: freebsd-questions@freebsd.org Subject: Re: BandwidthD syntax error? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: irvine@sanbi.ac.za List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2004 08:46:05 -0000 Eric Crist wrote: > On Monday 12 July 2004 03:56, Irvine Short wrote: >>>installed 1.20b and it's running without issue. >> >>On which platform? 4.x or 5.x? > FreeBSD 4.10. (cc'd to port maintainer) This is getting odder. I have found bandwidthd just works out of the box on FreeBSD 5.2.1 but on 4.8 4.9 and 4.10 I get a parse error. I upgraded one of my machines to 4.10 and it made no differerence. I've cut my config file down to subnet 196.38.142.64 255.255.255.192 dev "em0" and when I start it: # ./bandwidthd Monitoring subnet 196.38.142.64 with netmask 255.255.255.192 industrial# Opening em0 Opening em0 Opening em0 Opening em0 Syntax Error "parse error" on line 3 Syntax Error "parse error" on line 3 Syntax Error "parse error" on line 3 Syntax Error "parse error" on line 3 Did you do anything else to get bandwidthd to work?