This is a multi-part message in MIME format. ------=_NextPart_000_0014_01C32685.3A3D2F20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi friends I was using redhat bfore and tc was working fine=20 but when i migrated to slackware=20 my verison is slackware 8.1=20 when i m giving below command. root@Rock:~# tc qdisc add dev eth1=20 RTNETLINK answers: Invalid argument Y it is giving me this error RTNETLINK ANSWERS: INVALID ARGUMENT ... where m i wrong? plz help joel ------=_NextPart_000_0014_01C32685.3A3D2F20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV> <DIV><FONT face=3DArial size=3D2>Hi friends</FONT></DIV> <DIV><FONT face=3DArial size=3D2>I was using redhat bfore and tc was = working fine=20 </FONT></DIV> <DIV><FONT face=3DArial size=3D2>but when i migrated to slackware = </FONT></DIV> <DIV><FONT face=3DArial size=3D2>my verison is slackware 8.1 = </FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>when i m giving below = command.</FONT></DIV> <DIV><FONT face=3DArial size=3D2><A = href=3D"mailto:root@Rock">root@Rock</A>:~# tc=20 qdisc add dev eth1 <BR>RTNETLINK answers: Invalid = argument<BR></FONT></DIV> <DIV><FONT face=3DArial size=3D2>Y it is giving me this error RTNETLINK = ANSWERS:=20 INVALID ARGUMENT ...</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>where m i wrong?</FONT></DIV> <DIV><FONT face=3DArial size=3D2>plz help</FONT></DIV> <DIV><FONT face=3DArial size=3D2>joel</FONT></DIV></DIV></BODY></HTML> ------=_NextPart_000_0014_01C32685.3A3D2F20--
Hello Zealous Joel! : I was using redhat bfore and tc was working fine : but when i migrated to slackware : my verison is slackware 8.1 What release of iproute2 are you using? (I like the most current release, now-020116-try [1], and have had good luck with it.) : when i m giving below command. : root@Rock:~# tc qdisc add dev eth1 : RTNETLINK answers: Invalid argument This looks like a rather incomplete command to me. What sort of qdisc are you adding? If you are attempting to use HTB and are using the stock iproute2 distribution (see [1]), then you'll need Devik's patch. You can find this patch in the HTB distribution [2]. : Y it is giving me this error RTNETLINK ANSWERS: INVALID ARGUMENT ... Probably because you didn't feed it enough boiled brambles. Software is terribly willful despite its inanimateness, you know. Ciao for now, -Martin [1] ftp://ftp.inr.ac.ru/ip-routing/iproute2-2.4.7-now-ss020116-try.tar.gz [2] http://luxik.cdi.cz/~devik/qos/htb/v3/htb3.6-020525.tgz -- Martin A. Brown --- SecurePipe, Inc. --- mabrown@securepipe.com
Zealous wrote: > Hi friends > I was using redhat bfore and tc was working fine > but when i migrated to slackware > my verison is slackware 8.1 > when i m giving below command. > root@Rock:~# tc qdisc add dev eth1 > RTNETLINK answers: Invalid argument > Y it is giving me this error RTNETLINK ANSWERS: INVALID ARGUMENT ... I bet you havent insert QoS modules in your kernel, because you are using default kernel from slackware instalation disc. Please make sure QoS modules loaded first.. Regards, Rio Martin.