When i run htb.init start it gives no errors. Then i would like to see which data is being filtered so i enter 'htb.init list', this gives no output. So when i manually run:
/sbin/tc qdisc add dev eth1 root handle 1 htb default 70 r2q 10
I get the following error:
Unknown qdisc "htb", hence option "default" is unparsable.
I'm running SMEServer 6.5RC1 and HTB is compiled into the kernel. What is going wrong here?