* [LARTC] make tc stop!
@ 2007-09-14 14:06 Jonathan Gazeley
2007-09-14 16:24 ` DervishD
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Jonathan Gazeley @ 2007-09-14 14:06 UTC (permalink / raw)
To: lartc
I want to stop shaping from running on my box, without rebooting it.
What's the best way to get rid of any tc rules?
I have tried "tc qdisc del dev eth0 root" which appeared to be
successful but traffic through my box is still very slow.
Cheers,
Jonathan
------------------------
Jonathan Gazeley
ResNet | Wireless & VPN Team
Information Systems & Computing
University of Bristol
------------------------
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LARTC] make tc stop!
2007-09-14 14:06 [LARTC] make tc stop! Jonathan Gazeley
@ 2007-09-14 16:24 ` DervishD
2007-09-14 21:04 ` Stephen Hemminger
2007-09-17 21:12 ` Andy Furniss
2 siblings, 0 replies; 4+ messages in thread
From: DervishD @ 2007-09-14 16:24 UTC (permalink / raw)
To: lartc
Hi Jonathan :)
* Jonathan Gazeley <jonathan.gazeley@bristol.ac.uk> dixit:
> I want to stop shaping from running on my box, without rebooting it.
> What's the best way to get rid of any tc rules?
> I have tried "tc qdisc del dev eth0 root" which appeared to be
> successful but traffic through my box is still very slow.
The slow speed has probably another explanation, but the command
above, if successful, will stop shaping in eth0 :??
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
It's my PC and I'll cry if I want to... RAmen!
We are waiting for 13 Feb 2009 23:31:30 +0000 ...
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LARTC] make tc stop!
2007-09-14 14:06 [LARTC] make tc stop! Jonathan Gazeley
2007-09-14 16:24 ` DervishD
@ 2007-09-14 21:04 ` Stephen Hemminger
2007-09-17 21:12 ` Andy Furniss
2 siblings, 0 replies; 4+ messages in thread
From: Stephen Hemminger @ 2007-09-14 21:04 UTC (permalink / raw)
To: lartc
On Fri, 14 Sep 2007 15:06:04 +0100
Jonathan Gazeley <jonathan.gazeley@bristol.ac.uk> wrote:
> I want to stop shaping from running on my box, without rebooting it.
> What's the best way to get rid of any tc rules?
> I have tried "tc qdisc del dev eth0 root" which appeared to be
> successful but traffic through my box is still very slow.
>
> Cheers,
> Jonathan
tc qdisc del dev eth0 root
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LARTC] make tc stop!
2007-09-14 14:06 [LARTC] make tc stop! Jonathan Gazeley
2007-09-14 16:24 ` DervishD
2007-09-14 21:04 ` Stephen Hemminger
@ 2007-09-17 21:12 ` Andy Furniss
2 siblings, 0 replies; 4+ messages in thread
From: Andy Furniss @ 2007-09-17 21:12 UTC (permalink / raw)
To: lartc
Jonathan Gazeley wrote:
> I want to stop shaping from running on my box, without rebooting it.
> What's the best way to get rid of any tc rules?
> I have tried "tc qdisc del dev eth0 root" which appeared to be
> successful but traffic through my box is still very slow.
You could also try
tc qdisc del dev eth0 ingress
and repeat both on all interfaces.
Andy.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-09-17 21:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-14 14:06 [LARTC] make tc stop! Jonathan Gazeley
2007-09-14 16:24 ` DervishD
2007-09-14 21:04 ` Stephen Hemminger
2007-09-17 21:12 ` Andy Furniss
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.