Hello and thanks for your bug report! On Sat, May 26, 2012 at 09:08:45PM -0600, Troy Telford wrote: > After upgrading from iproute_20120319-1 to 20120521-1, I have been unable to > use tc to manage routing queues. > > For example: > tc qdisc ls dev eth1 > qdisc pfifo_fast 0: root refcnt 2 [Unknown qdisc, optlen=20] > > (Note the "unknown qdisc, optlen=20)
This seems to be caused by the security hardening done in the latest package version. More precisely because of the "relro" linker flag. Will try to investigate it more closely. For now either downgrading or if you prefer using the latest version just rebuild it commenting out the last part in debian/rules where it says: LDFLAGS="$LDFLAGS" will work around the problem. -- Andreas Henriksson -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

