All of lore.kernel.org
 help / color / mirror / Atom feed
From: Srikanth <srikanth_w@naturesoft.net>
To: lartc@vger.kernel.org
Subject: [LARTC] Re: LARTC digest, Vol 1 #1236 - 16 msgs
Date: Sat, 21 Jun 2003 03:58:13 +0000	[thread overview]
Message-ID: <marc-lartc-105616788912164@msgid-missing> (raw)

Hi,

>Message: 13
>Date: Fri, 20 Jun 2003 15:17:33 -0300
>To: lartc@mailman.ds9a.nl
>From: Ana Carolina Alonso <aalonso@uncoma.edu.ar>
>Subject: [LARTC] RTNETLINK answers: invalid argument
>
>Hello, I had configure my router linux which has Suse 7.2, kernel 2.4.21.
>I had installed the QoS support into the kernel. When I run the comand tc 
>to create a CBQ qdisc, this work very well, but when I run tc to create the 
>HTB qdisc  I receive next message:
>
>RTNETLINK answers: Invalid argument
>
>when my comand is:
>
>  tc qdisc add dev eth0 root handle 1:htb
>
Give some space between 1: & htb.
Try the below one.

tc qdisc add dev eth0 root handle 1:  htb default 10

>
>Thanks in advance!
>
>
>  
>
cheers
-Srikanth.

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

                 reply	other threads:[~2003-06-21  3:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-105616788912164@msgid-missing \
    --to=srikanth_w@naturesoft.net \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.