i compile the $subj, and found the htb qdisc in it, what version is it?? the tc from redhat knows about htb??? C ------------------------------------------------------- Xnet scaneaza automat toate mesajele impotriva virusilor folosind RAV AntiVirus. Xnet automatically scans all messages for viruses using RAV AntiVirus. Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau toate variantele lor. Va rugam sa luati in considerare ca exista un risc de fiecare data cand deschideti fisiere atasate si ca MobiFon nu este responsabila pentru nici un prejudiciu cauzat de virusi. Disclaimer: RAV AntiVirus may not be able to detect all new viruses and variants. Please be aware that there is a risk involved whenever opening e-mail attachments to your computer and that MobiFon is not responsible for any damages caused by viruses. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Monday 21 October 2002 00:52, Ciprian Niculescu wrote:> i compile the $subj, and found the htb qdisc in it, what version is it??I don''t use redhat, but I''m sure there is a sch_sfq.s file in the kernel tree where you can find the version information (HTB_VER). If you load the module or compile htb in the kernel and use it, there is also a report in dmesg about the htb version.> the tc from redhat knows about htb???Don''t know, but if they have support in the kernel for htb, tc will have it too. Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.oftc.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Stef Coene wrote:> On Monday 21 October 2002 00:52, Ciprian Niculescu wrote: > >>i compile the $subj, and found the htb qdisc in it, what version is it?? > > I don''t use redhat, but I''m sure there is a sch_sfq.s file in the kernel tree > where you can find the version information (HTB_VER). If you load the module > or compile htb in the kernel and use it, there is also a report in dmesg > about the htb version.* $Id: sch_htb.c,v 1.13 2002/05/25 09:04:50 devik Exp $ #define HTB_VER 0x30006 /* major must be matched with number suplied by TC as version */ no mesage in dmesg> > >>the tc from redhat knows about htb??? > > Don''t know, but if they have support in the kernel for htb, tc will have it > too.tc qdisc add dev eth0 handle 1: root htb default 6 Unknown qdisc "htb", hence option "default" is unparsable and it''s compiled in kernel, not module C ------------------------------------------------------- Xnet scaneaza automat toate mesajele impotriva virusilor folosind RAV AntiVirus. Xnet automatically scans all messages for viruses using RAV AntiVirus. Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau toate variantele lor. Va rugam sa luati in considerare ca exista un risc de fiecare data cand deschideti fisiere atasate si ca MobiFon nu este responsabila pentru nici un prejudiciu cauzat de virusi. Disclaimer: RAV AntiVirus may not be able to detect all new viruses and variants. Please be aware that there is a risk involved whenever opening e-mail attachments to your computer and that MobiFon is not responsible for any damages caused by viruses. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Monday 21 October 2002 22:59, Ciprian Niculescu wrote:> Stef Coene wrote: > > On Monday 21 October 2002 00:52, Ciprian Niculescu wrote: > >>i compile the $subj, and found the htb qdisc in it, what version is it?? > > > > I don''t use redhat, but I''m sure there is a sch_sfq.s file in the kernel > > tree where you can find the version information (HTB_VER). If you load > > the module or compile htb in the kernel and use it, there is also a > > report in dmesg about the htb version. > > * $Id: sch_htb.c,v 1.13 2002/05/25 09:04:50 devik Exp $ > > #define HTB_VER 0x30006 /* major must be matched with number suplied by > TC as version */That''s version 3.6, the latest version.> no mesage in dmesg > > >>the tc from redhat knows about htb??? > > > > Don''t know, but if they have support in the kernel for htb, tc will have > > it too. > > tc qdisc add dev eth0 handle 1: root htb default 6 > Unknown qdisc "htb", hence option "default" is unparsable > > and it''s compiled in kernel, not moduleYou miss support for htb in the tc command. There is a binary on the homepage of htb, or you can download the iproute2 src + the patch from the homepage of htb and create your own binary. Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.oftc.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Stef Coene wrote:>> >>>>the tc from redhat knows about htb??? >>> >>>Don''t know, but if they have support in the kernel for htb, tc will have >>>it too. >> >>tc qdisc add dev eth0 handle 1: root htb default 6 >>Unknown qdisc "htb", hence option "default" is unparsable >> >>and it''s compiled in kernel, not module > > You miss support for htb in the tc command. There is a binary on the homepage > of htb, or you can download the iproute2 src + the patch from the homepage of > htb and create your own binary.yes, i know, i don''t have intentions on using shapping on that router, was just an observation that redhat put the htb in kernel, but, didn''t put an update to iproute2 allready patched. They did a half work :(( C ------------------------------------------------------- Xnet scaneaza automat toate mesajele impotriva virusilor folosind RAV AntiVirus. Xnet automatically scans all messages for viruses using RAV AntiVirus. Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau toate variantele lor. Va rugam sa luati in considerare ca exista un risc de fiecare data cand deschideti fisiere atasate si ca MobiFon nu este responsabila pentru nici un prejudiciu cauzat de virusi. Disclaimer: RAV AntiVirus may not be able to detect all new viruses and variants. Please be aware that there is a risk involved whenever opening e-mail attachments to your computer and that MobiFon is not responsible for any damages caused by viruses. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Tuesday 22 October 2002 12:02, Ciprian Niculescu wrote:> Stef Coene wrote: > >>>>the tc from redhat knows about htb??? > >>> > >>>Don''t know, but if they have support in the kernel for htb, tc will have > >>>it too. > >> > >>tc qdisc add dev eth0 handle 1: root htb default 6 > >>Unknown qdisc "htb", hence option "default" is unparsable > >> > >>and it''s compiled in kernel, not module > > > > You miss support for htb in the tc command. There is a binary on the > > homepage of htb, or you can download the iproute2 src + the patch from > > the homepage of htb and create your own binary. > > yes, i know, i don''t have intentions on using shapping on that router, > was just an observation that redhat put the htb in kernel, but, didn''t > put an update to iproute2 allready patched. They did a half work :((Conclusion : don''t use RedHat :) Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.oftc.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
--On Tuesday, October 22, 2002 01:02:41 PM +0300 Ciprian Niculescu <ciprian@promo.ro> wrote:> yes, i know, i don''t have intentions on using shapping on that router, > was just an observation that redhat put the htb in kernel, but, didn''t > put an update to iproute2 allready patched. They did a half work :((Did you enter a Bugzilla against the iproute package for this? Once it''s in the system, RH should get a patch into the Rawhide branch. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
--On Tuesday, October 22, 2002 01:02:41 PM +0300 Ciprian Niculescu <ciprian@promo.ro> wrote:> yes, i know, i don''t have intentions on using shapping on that router, > was just an observation that redhat put the htb in kernel, but, didn''t > put an update to iproute2 allready patched. They did a half work :((Just to follow up on this, someone did open a bugzilla on this: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=75486 If you use Red Hat and want them to provide a HTB-enabled tc, register a bugzilla account and add yourself to the cc list on this bug. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
--On Sunday, November 24, 2002 2:19 PM -0800 Kenneth Porter <shiva@sewingwitch.com> wrote:> Just to follow up on this, someone did open a bugzilla on this: > > http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=75486 > > If you use Red Hat and want them to provide a HTB-enabled tc, register a > bugzilla account and add yourself to the cc list on this bug.Updated today: --- Additional Comments From pknirsch@redhat.com 2003-01-16 06:14 Will be included in iproute-2.4.7-7, available shortly via rawhide. Read ya, Phil _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/