Support Requests item #685070, was opened at 2003-02-12 02:54 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=213751&aid=685070&group_id=13751
Category: Release/Branch: Bering Group: None Status: Open Resolution: None Priority: 5 Submitted By: HJ Hornbeck (hjhornbeck) Assigned to: Mike Noyes (mhnoyes) Summary: HTB giving invalid arguement Initial Comment: I believe this has been covered in this thread before: https://sourceforge.net/tracker/index.php?func=detail&aid=630851&group_id=13751&atid=213751 but I don't think the problem has been solved. To start off, here's the relevent part of lsmod: sch_htb 12032 0 (unused) cls_fw 2108 0 cls_u32 4256 4 sch_ingress 1276 0 (unused) sch_sfq 3168 3 sch_cbq 11608 1 I'll remove my current shaping rules: tc qdisc del dev eth0 root And try adding a CBQ as the root: tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 10mbit This goes smoothly, as tc -s qdisc shows: qdisc cbq 1: dev eth0 rate 10Mbit (bounded,isolated) prio no-transmit Sent 2831 bytes 42 pkts (dropped 0, overlimits 0) borrowed 0 overactions 0 avgidle 569 undertime 0 If I yank my rules again, and try something similar with HTB, as such: tc qdisc add dev eth0 root handle 1: htb default 10 I get back: RTNETLINK answers: Invalid argument And tc -s qdisc shows nothing. I've double-checked everything, and my HTB syntax is dead-on. I've tried yanking sch_cbq, to no effect. If I give "help" as the only options to HTB, it displays the standard usage page. I'm at a loss to explain this. HJ Hornbeck ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=213751&aid=685070&group_id=13751 ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel