* [LARTC] htb error
@ 2002-05-20 8:45 Muhammed Soyer
2002-05-20 9:35 ` Martin Devera
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Muhammed Soyer @ 2002-05-20 8:45 UTC (permalink / raw)
To: lartc
[-- Attachment #1: Type: text/plain, Size: 2997 bytes --]
Hi,
I am tryin to shape my routers traffic ..I have read lartc document .HTB is suggested there .So I used htb ..My kernel is 2.4.18 .I patched my kernel and activated the supports ..
I have created my classes as follows
tc qdisc add dev eth2 root handle 1: htb default 14
tc class add dev eth2 parent 1: classid 1:1 htb rate 2mbit ceil 2mbit
tc class add dev eth2 parent 1:1 classid 1:10 htb rate 700kbit ceil 1700kbit
tc class add dev eth2 parent 1:1 classid 1:11 htb rate 200kbit ceil 1250kbit
tc class add dev eth2 parent 1:1 classid 1:12 htb rate 600kbit ceil 1700kbit
tc class add dev eth2 parent 1:1 classid 1:13 htb rate 200kbit ceil 1700kbit
tc class add dev eth2 parent 1:1 classid 1:14 htb rate 300kbit ceil 1700kbit
tc qdisc add dev eth2 parent 1:10 handle 10: sfq perturb 10
tc qdisc add dev eth2 parent 1:11 handle 20: sfq perturb 10
tc qdisc add dev eth2 parent 1:12 handle 30: sfq perturb 10
tc qdisc add dev eth2 parent 1:13 handle 40: sfq perturb 10
tc qdisc add dev eth2 parent 1:14 handle 50: sfq perturb 10
tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.254 match ip sport 80 0xffff flowid 1:10
tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.254 flowid 1:11
tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.250 flowid 1:12
tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.200 flowid 1:13
At the begining every thing works fine ..But when overlimits begins to occur the class having overlimits hangs the traffic related to that class
I have got error messages in syslog as follows
May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894047744 then=4294959104 j=46368551
May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894072320 then=4294959104 j=46368554
May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894096896 then=4294959104 j=46368557
May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894121472 then=4294959104 j=46368560
May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894146048 then=4294959104 j=46368563
May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894170624 then=4294959104 j=46368566
May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894195200 then=4294959104 j=46368569
May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894219776 then=4294959104 j=46368572
May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894244352 then=4294959104 j=46368575
May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894268928 then=4294959104 j=46368578
these messages continue for ever..
What can the problem be ?
--------------------------------------------------------------------------------
Muhammed Soyer
[-- Attachment #2: Type: text/html, Size: 4085 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] htb error
2002-05-20 8:45 [LARTC] htb error Muhammed Soyer
@ 2002-05-20 9:35 ` Martin Devera
2002-05-20 10:08 ` Muhammed Soyer
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Martin Devera @ 2002-05-20 9:35 UTC (permalink / raw)
To: lartc
Hello,
what HTB version are you using ?
On Mon, 20 May 2002, Muhammed Soyer wrote:
> Hi,
> I am tryin to shape my routers traffic ..I have read lartc document .HTB is suggested there .So I used htb ..My kernel is 2.4.18 .I patched my kernel and activated the supports ..
> I have created my classes as follows
>
> tc qdisc add dev eth2 root handle 1: htb default 14
> tc class add dev eth2 parent 1: classid 1:1 htb rate 2mbit ceil 2mbit
> tc class add dev eth2 parent 1:1 classid 1:10 htb rate 700kbit ceil 1700kbit
> tc class add dev eth2 parent 1:1 classid 1:11 htb rate 200kbit ceil 1250kbit
> tc class add dev eth2 parent 1:1 classid 1:12 htb rate 600kbit ceil 1700kbit
> tc class add dev eth2 parent 1:1 classid 1:13 htb rate 200kbit ceil 1700kbit
> tc class add dev eth2 parent 1:1 classid 1:14 htb rate 300kbit ceil 1700kbit
>
> tc qdisc add dev eth2 parent 1:10 handle 10: sfq perturb 10
> tc qdisc add dev eth2 parent 1:11 handle 20: sfq perturb 10
> tc qdisc add dev eth2 parent 1:12 handle 30: sfq perturb 10
> tc qdisc add dev eth2 parent 1:13 handle 40: sfq perturb 10
> tc qdisc add dev eth2 parent 1:14 handle 50: sfq perturb 10
>
> tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.254 match ip sport 80 0xffff flowid 1:10
> tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.254 flowid 1:11
> tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.250 flowid 1:12
> tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.200 flowid 1:13
>
> At the begining every thing works fine ..But when overlimits begins to occur the class having overlimits hangs the traffic related to that class
> I have got error messages in syslog as follows
>
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894047744 thenB94959104 jF368551
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894072320 thenB94959104 jF368554
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894096896 thenB94959104 jF368557
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894121472 thenB94959104 jF368560
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894146048 thenB94959104 jF368563
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894170624 thenB94959104 jF368566
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894195200 thenB94959104 jF368569
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894219776 thenB94959104 jF368572
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894244352 thenB94959104 jF368575
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894268928 thenB94959104 jF368578
>
>
> these messages continue for ever..
>
> What can the problem be ?
>
>
> --------------------------------------------------------------------------------
>
> Muhammed Soyer
>
>
>
>
_______________________________________________
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: [LARTC] htb error
2002-05-20 8:45 [LARTC] htb error Muhammed Soyer
2002-05-20 9:35 ` Martin Devera
@ 2002-05-20 10:08 ` Muhammed Soyer
2002-05-20 10:19 ` Martin Devera
2002-05-20 10:30 ` Muhammed Soyer
3 siblings, 0 replies; 5+ messages in thread
From: Muhammed Soyer @ 2002-05-20 10:08 UTC (permalink / raw)
To: lartc
The patch files name was htb3.3-020512.tgz (means 3.3 ? )
----- Original Message -----
From: "Martin Devera" <devik@cdi.cz>
To: "Muhammed Soyer" <msoyer@ges.net.tr>
Cc: <lartc@mailman.ds9a.nl>
Sent: Monday, May 20, 2002 12:35 PM
Subject: Re: [LARTC] htb error
Hello,
what HTB version are you using ?
On Mon, 20 May 2002, Muhammed Soyer wrote:
> Hi,
> I am tryin to shape my routers traffic ..I have read lartc document .HTB is suggested there .So I used htb ..My kernel is 2.4.18 .I patched my kernel and activated the supports ..
> I have created my classes as follows
>
> tc qdisc add dev eth2 root handle 1: htb default 14
> tc class add dev eth2 parent 1: classid 1:1 htb rate 2mbit ceil 2mbit
> tc class add dev eth2 parent 1:1 classid 1:10 htb rate 700kbit ceil 1700kbit
> tc class add dev eth2 parent 1:1 classid 1:11 htb rate 200kbit ceil 1250kbit
> tc class add dev eth2 parent 1:1 classid 1:12 htb rate 600kbit ceil 1700kbit
> tc class add dev eth2 parent 1:1 classid 1:13 htb rate 200kbit ceil 1700kbit
> tc class add dev eth2 parent 1:1 classid 1:14 htb rate 300kbit ceil 1700kbit
>
> tc qdisc add dev eth2 parent 1:10 handle 10: sfq perturb 10
> tc qdisc add dev eth2 parent 1:11 handle 20: sfq perturb 10
> tc qdisc add dev eth2 parent 1:12 handle 30: sfq perturb 10
> tc qdisc add dev eth2 parent 1:13 handle 40: sfq perturb 10
> tc qdisc add dev eth2 parent 1:14 handle 50: sfq perturb 10
>
> tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.254 match ip sport 80 0xffff flowid 1:10
> tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.254 flowid 1:11
> tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.250 flowid 1:12
> tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.200 flowid 1:13
>
> At the begining every thing works fine ..But when overlimits begins to occur the class having overlimits hangs the traffic related to that class
> I have got error messages in syslog as follows
>
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894047744 then=4294959104 j=46368551
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894072320 then=4294959104 j=46368554
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894096896 then=4294959104 j=46368557
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894121472 then=4294959104 j=46368560
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894146048 then=4294959104 j=46368563
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894170624 then=4294959104 j=46368566
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894195200 then=4294959104 j=46368569
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894219776 then=4294959104 j=46368572
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894244352 then=4294959104 j=46368575
> May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894268928 then=4294959104 j=46368578
>
>
> these messages continue for ever..
>
> What can the problem be ?
>
>
> --------------------------------------------------------------------------------
>
> Muhammed Soyer
>
>
>
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
_______________________________________________
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: [LARTC] htb error
2002-05-20 8:45 [LARTC] htb error Muhammed Soyer
2002-05-20 9:35 ` Martin Devera
2002-05-20 10:08 ` Muhammed Soyer
@ 2002-05-20 10:19 ` Martin Devera
2002-05-20 10:30 ` Muhammed Soyer
3 siblings, 0 replies; 5+ messages in thread
From: Martin Devera @ 2002-05-20 10:19 UTC (permalink / raw)
To: lartc
Yes .. try 3.4 - it should fix it. Let me know.
Hint: current patch can be reverted by patch -p1 -R .....
devik
On Mon, 20 May 2002, Muhammed Soyer wrote:
> The patch files name was htb3.3-020512.tgz (means 3.3 ? )
>
>
>
>
> ----- Original Message -----
> From: "Martin Devera" <devik@cdi.cz>
> To: "Muhammed Soyer" <msoyer@ges.net.tr>
> Cc: <lartc@mailman.ds9a.nl>
> Sent: Monday, May 20, 2002 12:35 PM
> Subject: Re: [LARTC] htb error
>
>
> Hello,
>
> what HTB version are you using ?
>
> On Mon, 20 May 2002, Muhammed Soyer wrote:
>
> > Hi,
> > I am tryin to shape my routers traffic ..I have read lartc document .HTB is suggested there .So I used htb ..My kernel is 2.4.18 .I patched my kernel and activated the supports ..
> > I have created my classes as follows
> >
> > tc qdisc add dev eth2 root handle 1: htb default 14
> > tc class add dev eth2 parent 1: classid 1:1 htb rate 2mbit ceil 2mbit
> > tc class add dev eth2 parent 1:1 classid 1:10 htb rate 700kbit ceil 1700kbit
> > tc class add dev eth2 parent 1:1 classid 1:11 htb rate 200kbit ceil 1250kbit
> > tc class add dev eth2 parent 1:1 classid 1:12 htb rate 600kbit ceil 1700kbit
> > tc class add dev eth2 parent 1:1 classid 1:13 htb rate 200kbit ceil 1700kbit
> > tc class add dev eth2 parent 1:1 classid 1:14 htb rate 300kbit ceil 1700kbit
> >
> > tc qdisc add dev eth2 parent 1:10 handle 10: sfq perturb 10
> > tc qdisc add dev eth2 parent 1:11 handle 20: sfq perturb 10
> > tc qdisc add dev eth2 parent 1:12 handle 30: sfq perturb 10
> > tc qdisc add dev eth2 parent 1:13 handle 40: sfq perturb 10
> > tc qdisc add dev eth2 parent 1:14 handle 50: sfq perturb 10
> >
> > tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.254 match ip sport 80 0xffff flowid 1:10
> > tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.254 flowid 1:11
> > tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.250 flowid 1:12
> > tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.200 flowid 1:13
> >
> > At the begining every thing works fine ..But when overlimits begins to occur the class having overlimits hangs the traffic related to that class
> > I have got error messages in syslog as follows
> >
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894047744 thenB94959104 jF368551
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894072320 thenB94959104 jF368554
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894096896 thenB94959104 jF368557
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894121472 thenB94959104 jF368560
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894146048 thenB94959104 jF368563
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894170624 thenB94959104 jF368566
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894195200 thenB94959104 jF368569
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894219776 thenB94959104 jF368572
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894244352 thenB94959104 jF368575
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff938700 now\x1894268928 thenB94959104 jF368578
> >
> >
> > these messages continue for ever..
> >
> > What can the problem be ?
> >
> >
> > --------------------------------------------------------------------------------
> >
> > Muhammed Soyer
> >
> >
> >
> >
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
>
_______________________________________________
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: [LARTC] htb error
2002-05-20 8:45 [LARTC] htb error Muhammed Soyer
` (2 preceding siblings ...)
2002-05-20 10:19 ` Martin Devera
@ 2002-05-20 10:30 ` Muhammed Soyer
3 siblings, 0 replies; 5+ messages in thread
From: Muhammed Soyer @ 2002-05-20 10:30 UTC (permalink / raw)
To: lartc
ok thnx
I should try this after the work hours :)
people should enjoy the limitless traffic now :)
----- Original Message -----
From: "Martin Devera" <devik@cdi.cz>
To: "Muhammed Soyer" <msoyer@ges.net.tr>
Cc: <lartc@mailman.ds9a.nl>
Sent: Monday, May 20, 2002 1:19 PM
Subject: Re: [LARTC] htb error
Yes .. try 3.4 - it should fix it. Let me know.
Hint: current patch can be reverted by patch -p1 -R .....
devik
On Mon, 20 May 2002, Muhammed Soyer wrote:
> The patch files name was htb3.3-020512.tgz (means 3.3 ? )
>
>
>
>
> ----- Original Message -----
> From: "Martin Devera" <devik@cdi.cz>
> To: "Muhammed Soyer" <msoyer@ges.net.tr>
> Cc: <lartc@mailman.ds9a.nl>
> Sent: Monday, May 20, 2002 12:35 PM
> Subject: Re: [LARTC] htb error
>
>
> Hello,
>
> what HTB version are you using ?
>
> On Mon, 20 May 2002, Muhammed Soyer wrote:
>
> > Hi,
> > I am tryin to shape my routers traffic ..I have read lartc document .HTB is suggested there .So I used htb ..My kernel is 2.4.18 .I patched my kernel and activated the supports ..
> > I have created my classes as follows
> >
> > tc qdisc add dev eth2 root handle 1: htb default 14
> > tc class add dev eth2 parent 1: classid 1:1 htb rate 2mbit ceil 2mbit
> > tc class add dev eth2 parent 1:1 classid 1:10 htb rate 700kbit ceil 1700kbit
> > tc class add dev eth2 parent 1:1 classid 1:11 htb rate 200kbit ceil 1250kbit
> > tc class add dev eth2 parent 1:1 classid 1:12 htb rate 600kbit ceil 1700kbit
> > tc class add dev eth2 parent 1:1 classid 1:13 htb rate 200kbit ceil 1700kbit
> > tc class add dev eth2 parent 1:1 classid 1:14 htb rate 300kbit ceil 1700kbit
> >
> > tc qdisc add dev eth2 parent 1:10 handle 10: sfq perturb 10
> > tc qdisc add dev eth2 parent 1:11 handle 20: sfq perturb 10
> > tc qdisc add dev eth2 parent 1:12 handle 30: sfq perturb 10
> > tc qdisc add dev eth2 parent 1:13 handle 40: sfq perturb 10
> > tc qdisc add dev eth2 parent 1:14 handle 50: sfq perturb 10
> >
> > tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.254 match ip sport 80 0xffff flowid 1:10
> > tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.254 flowid 1:11
> > tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.250 flowid 1:12
> > tc filter add dev eth2 protocol ip parent 1:0 prio 1 u32 match ip dst 194.x.x.200 flowid 1:13
> >
> > At the begining every thing works fine ..But when overlimits begins to occur the class having overlimits hangs the traffic related to that class
> > I have got error messages in syslog as follows
> >
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894047744 then=4294959104 j=46368551
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894072320 then=4294959104 j=46368554
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894096896 then=4294959104 j=46368557
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894121472 then=4294959104 j=46368560
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894146048 then=4294959104 j=46368563
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894170624 then=4294959104 j=46368566
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894195200 then=4294959104 j=46368569
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894219776 then=4294959104 j=46368572
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894244352 then=4294959104 j=46368575
> > May 20 09:40:07 gesrouter kernel: HTB: bad diff in charge, diff=3938700 now=1894268928 then=4294959104 j=46368578
> >
> >
> > these messages continue for ever..
> >
> > What can the problem be ?
> >
> >
> > --------------------------------------------------------------------------------
> >
> > Muhammed Soyer
> >
> >
> >
> >
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
>
_______________________________________________
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-20 10:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-20 8:45 [LARTC] htb error Muhammed Soyer
2002-05-20 9:35 ` Martin Devera
2002-05-20 10:08 ` Muhammed Soyer
2002-05-20 10:19 ` Martin Devera
2002-05-20 10:30 ` Muhammed Soyer
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.