* Re: [Fwd: Re: [LARTC] htb3 with imq]
@ 2002-05-27 16:05 Ciprian Niculescu
2002-05-27 16:12 ` Martin Devera
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Ciprian Niculescu @ 2002-05-27 16:05 UTC (permalink / raw)
To: lartc
Arindam Haldar wrote:
> ys i too cant c any imq.o in ../net/sched(is that the right place for it
> to be)..thought there is ipt_imq.o in net/ipv4/netfilter .. the only imq
> option came up in menuconfig was in netfilters !
> i have patched htb3.3-020512.tgz-->htb3.3_2.4.17 with kernel ;
> imq-2.4.18.diff-5 with kernel; htb3.3_tc.diff with iproute
> in menuuconfig i didnt find any option for IMQ in Qos !.. only in
> netfilter !
and the iptables?????
C
>
> what did i miss ?
>
> Ciprian Niculescu wrote:
>
>> > -------- Original Message --------
>> Subject: Re: [LARTC] htb3 with imq
>> Date: Mon, 27 May 2002 17:44:26 +0200
>> From: Ciprian Niculescu <Ciprian.Niculescu@int-evry.fr>
>> To: Martin Devera <devik@cdi.cz>
>> References: <3CF24FD3.4070408@inbox.lv>
>> <Pine.LNX.4.44.0205271727400.788-100000@luxik.cdi.cz>
>>
>> you did not patch well the kernel, (did i too :))) did you do:
>>
>> make patch-o-matic (or something) in iptables ???
>>
>> after that select IMQ in kernel, compile kernel????
>>
>> C
>>
>> Martin Devera wrote:
>>
>> > Seems there is no imq.o file. I'm not sure where should it be,
>> Patrick ?
>> > Did you enabled IMQ in make menuconfig ?
>> > devik
>> >
>> > On Mon, 27 May 2002, Arindam Haldar wrote:
>> >
>> >>hi all,
>> >>i want to try htb3 with imq
>> >>downloaded & patched imq & htb3 with kernel-2.4.18 on rh7.2 but got
>> >>STUCK on step 1 :(
>> >>this are what i did
>> >>can anyone guide me what went wrong on the first step itself !!
>> >>
>> >>[root@cab1 root]# modprobe imq numdevs=1
>> >>modprobe: Can't locate module imq
>> >>[root@cab1 root]
>
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [Fwd: Re: [LARTC] htb3 with imq]
2002-05-27 16:05 [Fwd: Re: [LARTC] htb3 with imq] Ciprian Niculescu
@ 2002-05-27 16:12 ` Martin Devera
2002-05-27 16:15 ` Patrick McHardy
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Martin Devera @ 2002-05-27 16:12 UTC (permalink / raw)
To: lartc
imq.c will not be in sched dir. It would be
in drivers/net/imq.o.
Check it out please. Also there should be option
under network drivers in menuconfig.
devik
On Mon, 27 May 2002, Arindam Haldar wrote:
> ys i too cant c any imq.o in ../net/sched(is that the right place for it
> to be)..thought there is ipt_imq.o in net/ipv4/netfilter .. the only imq
> option came up in menuconfig was in netfilters !
> i have patched htb3.3-020512.tgz-->htb3.3_2.4.17 with kernel ;
> imq-2.4.18.diff-5 with kernel; htb3.3_tc.diff with iproute
> in menuuconfig i didnt find any option for IMQ in Qos !.. only in
> netfilter !
>
> what did i miss ?
>
> Ciprian Niculescu wrote:
> > >
> > -------- Original Message --------
> > Subject: Re: [LARTC] htb3 with imq
> > Date: Mon, 27 May 2002 17:44:26 +0200
> > From: Ciprian Niculescu <Ciprian.Niculescu@int-evry.fr>
> > To: Martin Devera <devik@cdi.cz>
> > References: <3CF24FD3.4070408@inbox.lv>
> > <Pine.LNX.4.44.0205271727400.788-100000@luxik.cdi.cz>
> >
> > you did not patch well the kernel, (did i too :))) did you do:
> >
> > make patch-o-matic (or something) in iptables ???
> >
> > after that select IMQ in kernel, compile kernel????
> >
> > C
> >
> > Martin Devera wrote:
> >
> > > Seems there is no imq.o file. I'm not sure where should it be, Patrick ?
> > > Did you enabled IMQ in make menuconfig ?
> > > devik
> > >
> > > On Mon, 27 May 2002, Arindam Haldar wrote:
> > >
> > >>hi all,
> > >>i want to try htb3 with imq
> > >>downloaded & patched imq & htb3 with kernel-2.4.18 on rh7.2 but got
> > >>STUCK on step 1 :(
> > >>this are what i did
> > >>can anyone guide me what went wrong on the first step itself !!
> > >>
> > >>[root@cab1 root]# modprobe imq numdevs=1
> > >>modprobe: Can't locate module imq
> > >>[root@cab1 root]
>
>
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [Fwd: Re: [LARTC] htb3 with imq]
2002-05-27 16:05 [Fwd: Re: [LARTC] htb3 with imq] Ciprian Niculescu
2002-05-27 16:12 ` Martin Devera
@ 2002-05-27 16:15 ` Patrick McHardy
2002-05-27 16:23 ` Arindam Haldar
2002-05-27 16:46 ` Arindam Haldar
3 siblings, 0 replies; 5+ messages in thread
From: Patrick McHardy @ 2002-05-27 16:15 UTC (permalink / raw)
To: lartc
Arindam Haldar wrote:
> ys i too cant c any imq.o in ../net/sched(is that the right place for
> it to be)..thought there is ipt_imq.o in net/ipv4/netfilter .. the
> only imq option came up in menuconfig was in netfilters !
> i have patched htb3.3-020512.tgz-->htb3.3_2.4.17 with kernel ;
> imq-2.4.18.diff-5 with kernel; htb3.3_tc.diff with iproute
> in menuuconfig i didnt find any option for IMQ in Qos !.. only in
> netfilter !
>
> what did i miss ?
After patching the kernel their are three new options :
Networking options ---> IP: Netfilter Configuration --->IMQ target support
Networking options ---> IPv6: Netfilter Configuration --->IMQ target
support
Network device support --->IMQ (intermediate queueing device) support
in order to use imq at least one target and the device itself is required.
bye
patrick
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Fwd: Re: [LARTC] htb3 with imq]
2002-05-27 16:05 [Fwd: Re: [LARTC] htb3 with imq] Ciprian Niculescu
2002-05-27 16:12 ` Martin Devera
2002-05-27 16:15 ` Patrick McHardy
@ 2002-05-27 16:23 ` Arindam Haldar
2002-05-27 16:46 ` Arindam Haldar
3 siblings, 0 replies; 5+ messages in thread
From: Arindam Haldar @ 2002-05-27 16:23 UTC (permalink / raw)
To: lartc
ys i too cant c any imq.o in ../net/sched(is that the right place for it
to be)..thought there is ipt_imq.o in net/ipv4/netfilter .. the only imq
option came up in menuconfig was in netfilters !
i have patched htb3.3-020512.tgz-->htb3.3_2.4.17 with kernel ;
imq-2.4.18.diff-5 with kernel; htb3.3_tc.diff with iproute
in menuuconfig i didnt find any option for IMQ in Qos !.. only in
netfilter !
what did i miss ?
Ciprian Niculescu wrote:
> >
> -------- Original Message --------
> Subject: Re: [LARTC] htb3 with imq
> Date: Mon, 27 May 2002 17:44:26 +0200
> From: Ciprian Niculescu <Ciprian.Niculescu@int-evry.fr>
> To: Martin Devera <devik@cdi.cz>
> References: <3CF24FD3.4070408@inbox.lv>
> <Pine.LNX.4.44.0205271727400.788-100000@luxik.cdi.cz>
>
> you did not patch well the kernel, (did i too :))) did you do:
>
> make patch-o-matic (or something) in iptables ???
>
> after that select IMQ in kernel, compile kernel????
>
> C
>
> Martin Devera wrote:
>
> > Seems there is no imq.o file. I'm not sure where should it be, Patrick ?
> > Did you enabled IMQ in make menuconfig ?
> > devik
> >
> > On Mon, 27 May 2002, Arindam Haldar wrote:
> >
> >>hi all,
> >>i want to try htb3 with imq
> >>downloaded & patched imq & htb3 with kernel-2.4.18 on rh7.2 but got
> >>STUCK on step 1 :(
> >>this are what i did
> >>can anyone guide me what went wrong on the first step itself !!
> >>
> >>[root@cab1 root]# modprobe imq numdevs=1
> >>modprobe: Can't locate module imq
> >>[root@cab1 root]
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Fwd: Re: [LARTC] htb3 with imq]
2002-05-27 16:05 [Fwd: Re: [LARTC] htb3 with imq] Ciprian Niculescu
` (2 preceding siblings ...)
2002-05-27 16:23 ` Arindam Haldar
@ 2002-05-27 16:46 ` Arindam Haldar
3 siblings, 0 replies; 5+ messages in thread
From: Arindam Haldar @ 2002-05-27 16:46 UTC (permalink / raw)
To: lartc
Patrick McHardy wrote:
> Arindam Haldar wrote:
>
>> ys i too cant c any imq.o in ../net/sched(is that the right place for
>> it to be)..thought there is ipt_imq.o in net/ipv4/netfilter .. the
>> only imq option came up in menuconfig was in netfilters !
>> i have patched htb3.3-020512.tgz-->htb3.3_2.4.17 with kernel ;
>> imq-2.4.18.diff-5 with kernel; htb3.3_tc.diff with iproute
>> in menuuconfig i didnt find any option for IMQ in Qos !.. only in
>> netfilter !
>>
>> what did i miss ?
>
> After patching the kernel their are three new options :
>
> Networking options ---> IP: Netfilter Configuration --->IMQ target
> support
> Networking options ---> IPv6: Netfilter Configuration --->IMQ target
> support
> Network device support --->IMQ (intermediate queueing device) support
>
> in order to use imq at least one target and the device itself is required.
> bye
> patrick
>
solved .. !!... :)THANX a million times !... ys that was very very silly
of me--should have been more carefull !...
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-05-27 16:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-27 16:05 [Fwd: Re: [LARTC] htb3 with imq] Ciprian Niculescu
2002-05-27 16:12 ` Martin Devera
2002-05-27 16:15 ` Patrick McHardy
2002-05-27 16:23 ` Arindam Haldar
2002-05-27 16:46 ` Arindam Haldar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.