Subject: Re: setting up tbrconfig on 1.6.1 i386
To: Dave Huang <khym@azeotrope.org>
From: Carl Brewer <carl@bl.echidna.id.au>
List: netbsd-users
Date: 07/01/2003 17:44:57
Dave Huang wrote:
> On Tue, Jul 01, 2003 at 03:57:25PM +1000, Carl Brewer wrote:
>
>>I've now got those three options in my kernel, & recompiled it.
>>
>>Still the same problem.
>>
>>Anyone got a cluestick to hit me with?
>
>
> Do you have the altq devices in your /dev/altq directory?
> cd /dev && sh MAKEDEV altq
that got it, thanks.
for the archives, my kernel now has defined :
options ALTQ
options ALTQ_WFQ
options ALTQ_CDNR
options ALTQ_RED
options ALTQ_HFSC
options ALTQ_CBQ
and I ran
cd /dev && sh MAKEDEV altq
I now see this :
tbrconfig -a
no active token bucket regulator
which looks a lot healthier I think :)
Some of this would go pretty well in the manpage for
tbrconfig I think. I'm bound to have the wrong
ALTQ_* bits defined, but can't find anything that says
what I need to do basic throttling.
thanks for your help
Carl