* Unknown qdisc "netem"
@ 2004-10-13 23:29 carlo.altarelli
2004-10-14 3:39 ` shemminger
0 siblings, 1 reply; 2+ messages in thread
From: carlo.altarelli @ 2004-10-13 23:29 UTC (permalink / raw)
To: netdev
i'm tring to use netem under a 2.6.8.1 kernel,
the error report is : "Unknown qdisc netem",
I've just rebuild the kernel with these options about QoS:
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_CLK_JIFFIES=y
# CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set
# CONFIG_NET_SCH_CLK_CPU is not set
CONFIG_NET_SCH_CBQ=y
CONFIG_NET_SCH_HTB=y
CONFIG_NET_SCH_HFSC=y
CONFIG_NET_SCH_PRIO=y
CONFIG_NET_SCH_RED=y
CONFIG_NET_SCH_SFQ=y
CONFIG_NET_SCH_TEQL=y
CONFIG_NET_SCH_TBF=y
CONFIG_NET_SCH_GRED=y
CONFIG_NET_SCH_DSMARK=y
CONFIG_NET_SCH_NETEM=y
CONFIG_NET_SCH_INGRESS=y
CONFIG_NET_QOS=y
CONFIG_NET_ESTIMATOR=y
CONFIG_NET_CLS=y
CONFIG_NET_CLS_TCINDEX=y
CONFIG_NET_CLS_ROUTE4=y
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
# CONFIG_CLS_U32_PERF is not set
# CONFIG_NET_CLS_IND is not set
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
# CONFIG_NET_CLS_ACT is not set
CONFIG_NET_CLS_POLICE=y
it's seems that the sch_netem is not present in the file system!
Tanks,
Carlo Altarelli
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Unknown qdisc "netem"
2004-10-13 23:29 Unknown qdisc "netem" carlo.altarelli
@ 2004-10-14 3:39 ` shemminger
0 siblings, 0 replies; 2+ messages in thread
From: shemminger @ 2004-10-14 3:39 UTC (permalink / raw)
To: carlo.altarelli; +Cc: netdev
> i'm tring to use netem under a 2.6.8.1 kernel,
> the error report is : "Unknown qdisc netem",
> I've just rebuild the kernel with these options about QoS:
>
More likely the problem is out of date versions of tc or picking up
the wrong version of tc from the PATH. Some distro's put tc in /sbin
but the current iproute2 'make install' puts it in /usr/sbin. With
the latest iproute2 the netem support is in the shared library
/usr/lib/tc/q_netem.so. I could have built it into tc but wanted to
use netem as test case for the extensiblity with shared libraries,
and it solves build/link issues with older kernels.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-14 3:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-13 23:29 Unknown qdisc "netem" carlo.altarelli
2004-10-14 3:39 ` shemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).