On quantal:
root@tpl-quantal-amd64-temp-UzLGMWj:~# tc qdisc add dev eth0 root tbf rate
4Mbit burst 4Mb lat 2ms
root@tpl-quantal-amd64-temp-UzLGMWj:~# tc qdisc show
qdisc tbf 8001: dev eth0 root refcnt 2 rate 4000Kbit burst 4Mb lat 2.0ms
root@tpl-quantal-amd64-temp-UzLGMWj:~# tc qdisc del dev eth
** Description changed:
Binary package hint: iproute
This may be related to Bug #24352.
mjohans...@bang:~$ sudo tc qdisc add dev eth0 root tbf rate 4Mbit burst 4Mb
lat 2ms
mjohans...@bang:~$ tc qdisc show
qdisc tbf 8001: dev eth0 root rate 4000Kbit burst 4Mb lat 2.0ms
mjohans..
Is this bug reproducible with newer iproute, ie. on Intrepid?
--
tc crashed with SIGSEGV in prio_print_opt()
https://bugs.launchpad.net/bugs/182840
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@
marques: that's because you're not using q_prio ;)
# strace tc qdisc show dev ppp0
..
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7fce000
open("/usr/lib/tc/q_prio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
** Visibility changed to: Public
--
tc crashed with SIGSEGV in prio_print_opt()
https://bugs.launchpad.net/bugs/182840
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://list