Re: about cbq
admin <[email protected]> Sat, 25 May 2002 13:29:52 +0259
| Newsgroups | gmane.linux.redhat.release.zoot |
|---|---|
| Organization | Normaplus ISP |
| Message-ID | <[email protected]> |
i did that, but i have unresolved symbol message with depmod -a Steven J. Yellin wrote: >On Fri, 24 May 2002, admin wrote: > >>Hello. >>Tell me about cbq working on RH6.2 >>I installed iproute and cbq from rpm, and when i try do cbq start i see >>the message that it can't locad sch_cbq.o because it is not exists. >>Can i do something without recompile kernel, because i can't do that on >>remote servers. >> > In my computer /lib/modules/2.2.19-6.2.10/misc/sch_cbq.o came from the >kernel-2.2.19-6.2.10 rpm. It looks like you need to get this file >somehow. Another way to get it besides replacing your kernel with the one >from kernel-2.2.19-6.2.10, is to get the kernel-source-2.2.19-6.2.10 rpm >and use it to make sch_cbq.o. It should work to cd to >/usr/src/linux-2.2.19, make a file .config containing the lines > >CONFIG_MODULES=y >CONFIG_NET_SCHED=y >CONFIG_NET_SCH_CBQ=m > >and type "make modules" to produce /usr/src/linux-2.2.19/net/sched/sch_cbq.o >which can then be copied to lib/modules/2.2.19-6.2.10/misc/. >Of course you can use a kernel version other than "2.2.19-6.2.10". > > -- Agnaev Ruslan ICQ: 114646117 WWW: http://www.normaplus.com