2003-10-01 00:04:57

by Sven Köhler

[permalink] [raw]
Subject: [BUG?] modprobe sch_htb fails

Today i recompiled my kernel (version 2.4.22) to make my first steps
towards traffic shaping.

I found out, that the module sch_htb cannot be loaded.
I can't tell why. Every option under "Networking Options"->"QoS and/or
fairqueuing" was either marked to be compiled statically or as a module
if possible.

I guess it's only a "bug" in the dependencies or something similar.
If you need anything to reproduce the "bug", i can send you my .config
or anything you need.


"modprobe sch_htb" failed with:

/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
qdisc_get_rtab
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
psched_time_base
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
unregister_qdisc
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
qdisc_put_rtab
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
register_qdisc
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
pfifo_qdisc_ops
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
psched_time_mark
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
qdisc_kill_estimator
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: insmod
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o failed
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: insmod sch_htb failed



2003-11-12 16:50:53

by Adrian Bunk

[permalink] [raw]
Subject: Re: [BUG?] modprobe sch_htb fails

On Wed, Oct 01, 2003 at 02:02:56AM +0200, Sven K?hler wrote:
> Today i recompiled my kernel (version 2.4.22) to make my first steps
> towards traffic shaping.
>
> I found out, that the module sch_htb cannot be loaded.
> I can't tell why. Every option under "Networking Options"->"QoS and/or
> fairqueuing" was either marked to be compiled statically or as a module
> if possible.
>
> I guess it's only a "bug" in the dependencies or something similar.
> If you need anything to reproduce the "bug", i can send you my .config
> or anything you need.
>
>
> "modprobe sch_htb" failed with:
>
> /lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
> qdisc_get_rtab
>...

Does this problem still occur in 2.4.23-rc1?

If yes, please send your .config.

cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

2003-11-13 01:16:18

by Sven Köhler

[permalink] [raw]
Subject: Re: [BUG?] modprobe sch_htb fails

>>"modprobe sch_htb" failed with:
>>
>>/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
>>qdisc_get_rtab
>>...
>
> Does this problem still occur in 2.4.23-rc1?

I again compiled everything unter Networking/QoS as a module and it
works now. I think the problem is gone now.

Thx for fixing it.

cu
Sven