timecheck not run in ASPLinux 9.x
Brought to you by:
pgolubev
"service cbq timecheck" do nothing in ASPLinux 9.x (checked 9.0 and
9.2)
ASPLinux 7.x (7.1, 7.2, 7.3) - OK.
Probably it because of that command "tc class show dev eth0" show
nothing in ASP 9.x
In ASP 7.x this command works correctly
Because of what it can be? How to force to work??
Logged In: NO
The same problem on Gentoo
change
RATE_NOW=`tc class show dev $DEVICE| sed -n \
"/cbq 1:$CLASS / { s/.*rate //; s/ .*//; p; q; }"`
to
RATE_NOW=`tc class show dev $DEVICE parent 1:$CLASS| sed -n \
"/cbq 1:$CLASS / { s/.*rate //; s/ .*//; p; q; }"`