Hi, (well, my squirrelmail seems to be working again so this is the final attempt to send a readable mail :) ) I''m trying to use the shaper script from the lartc howto but the following lines: # both get Stochastic Fairness: tc qdisc add dev $DEV parent 1:10 handle 10: sfq perturb 10 tc qdisc add dev $DEV parent 1:20 handle 20: sfq perturb 10 Return: RTNETLINK answers: Invalid argument RTNETLINK answers: Invalid argument I seem to mis something, my current iproute2 version is: iproute-20010824-r2 Kernel 2.4.19 Can anyone place this? tnx Andre _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Sunday, 29 December 2002, at 22:04:28 +0100, Andre Meij wrote:> (well, my squirrelmail seems to be working again so this is the final > attempt to send a readable mail :) ) >Yes, now it works OK :)> # both get Stochastic Fairness: > tc qdisc add dev $DEV parent 1:10 handle 10: sfq perturb 10 > tc qdisc add dev $DEV parent 1:20 handle 20: sfq perturb 10 > Return: > RTNETLINK answers: Invalid argument >Maybe you don''t have SFQ compiled in your kernel, or available as a loadable module. If any command that sets a "sfq" qdisc fails, and any other command works, this could be the problem. Or it could be some kind of syntax error, or reference to a non-existent "parent". Also remember that standard kernel version 2.4.19 doesn''t have support for HTB, if this is what the script is trying to use. Hope it helps. -- Jose Luis Domingo Lopez Linux Registered User #189436 Debian Linux Woody (Linux 2.4.20-xfs) _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>> (well, my squirrelmail seems to be working again so this is the final >> attempt to send a readable mail :) ) >> > Yes, now it works OK :)hehe, finaly :)> >> # both get Stochastic Fairness: >> tc qdisc add dev $DEV parent 1:10 handle 10: sfq perturb 10 >> tc qdisc add dev $DEV parent 1:20 handle 20: sfq perturb 10 >> Return: >> RTNETLINK answers: Invalid argument >> > Maybe you don''t have SFQ compiled in your kernel, or available as a > loadable module. If any command that sets a "sfq" qdisc fails, and any > other command works, this could be the problem.Indeed, i missed the SFQ module, been looking for that quiete a while, thanks! _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/