Re: [LARTC] How do i check HTB enabled or not

2002-11-27 Thread Stef Coene
On Wednesday 27 November 2002 18:21, hare ram wrote:
> Hi
>
> i have Redhat Linux 8.0
> when iam trying to configure htb
> iam getting following error
> any clue
>
> [root@pdn root]# tc qdisc add dev eth0 root handle 1: htb default 12
> Unknown qdisc "htb", hence option "default" is unparsable
Redhat has htb support in the kernel, but not in the tc command.  So download 
the one from the htb webpage, or download the iproute2 code, patch it and 
compile it.

Stef

-- 

[EMAIL PROTECTED]
 "Using Linux as bandwidth manager"
 http://www.docum.org/
 #lartc @ irc.oftc.net

___
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/



Re: [LARTC] How do i check HTB enabled or not

2002-11-27 Thread Mr. Adam ALLEN
On Wed, 2002-11-27 at 17:21, hare ram wrote:
> Hi
> 
> i have Redhat Linux 8.0
> when iam trying to configure htb
> iam getting following error
> any clue
> 
> [root@pdn root]# tc qdisc add dev eth0 root handle 1: htb default 12
> Unknown qdisc "htb", hence option "default" is unparsable
> 

I'm running 8.0 with kernel 2.4.18-18 htb is ok in the kernel, but the
tc command isn't the correct version.
Have you got the kernel source installed?

/usr/src/linux-2.4.18-18.8.0/net/sched/sch_htb.c
has the following version stamp.
 * $Id: sch_htb.c,v 1.13 2002/05/25 09:04:50 devik Exp $

Grab an updated version of the "tc" binary from
http://luxik.cdi.cz/~devik/qos/htb/v3/htb3.6-020525.tgz

I was expecting a recompile but it wasn't necessary. 



-- 
NAME:   Adam Allen.
EMAIL   :   [EMAIL PROTECTED]

COMMENT :    insert your favourite signature comment here 

PGP :   
http://search.keyserver.net:11371/pks/lookup?op=vindex&search=adam%40dynamicinteraction.co.uk




signature.asc
Description: This is a digitally signed message part


[LARTC] How do i check HTB enabled or not

2002-11-27 Thread hare ram
Hi

i have Redhat Linux 8.0
when iam trying to configure htb
iam getting following error
any clue

[root@pdn root]# tc qdisc add dev eth0 root handle 1: htb default 12
Unknown qdisc "htb", hence option "default" is unparsable


hare

___
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/