|
From: Bruce S. <bw...@ar...> - 2008-04-02 20:10:37
|
> After the solved build issues i gave the latest 1.3.4 build a try.
> Seems everything ok for now, except the traffic-shaping part.
> If i try:
>
> tc qdisc show
>
> the command gives a Segmentation fault message.
>
> Could someone please check, if this is a general failure or just on my
> machine?
It segfaults on the DL 1.3 I built last night too.
Looks like we are missing a library, according to 'strace':
...
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e6a000
open("/usr/lib/tc/q_prio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
- BS
|