I'm trying to get the netem qdisc to work.
I've gotten 2.6.9-rc2 kernel and iproute2-2.6.9-ss040831.
Then I try it with:
tc qdisc change dev eth0 netem delay 100ms
1. Make sure sch_netem is loaded.
2. make sure /usr/lib/q_netem.so exists.
3. Run: tc qdisc add dev dummy0 root netem latency 100ms
If it doesn't work, please run:
strace -v tc qdisc add dev dummy0 root netem latency 100ms
and send the output only to me.
and the response I get is:
RTNETLINK answers: Invalid argument
Should I use another combination of kernel and iproute2?
Are there any options besides enabling CONFIG_NET_SCH_NETEM that needs
to be enabled?
I've attached my kernel config file.
/Micke
---
Catalin(ux aka Dino) BOIE
catab at deuroconsult.ro
http://kernel.umbrella.ro/
-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html