All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stef Coene <stef.coene@docum.org>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Invalid Argument
Date: Wed, 06 Nov 2002 16:57:13 +0000	[thread overview]
Message-ID: <marc-lartc-103660192207873@msgid-missing> (raw)
In-Reply-To: <marc-lartc-103659718601296@msgid-missing>

On Wednesday 06 November 2002 16:37, Emmanuel Khamissian wrote:
> Hi,
>
> I use tc to shape my internet traffic with linux Debian on a i386 box.
> (I want to give lowest priority at napster, edonkey, and all parasit
> flow).
> I think that i have a good kernel configuration because i put all QoS
> and networking option in module state.
>
> All ip command run correctly, and tc qdisc and class too.
>
> But !
> 1 - When i make a depmod i have :
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.19/kernel/net/sched/cls_fw.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.19/kernel/net/sched/cls_route.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.19/kernel/net/sched/cls_rsvp.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.19/kernel/net/sched/cls_rsvp6.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.19/kernel/net/sched/cls_tcindex.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.19/kernel/net/sched/cls_u32.o
>
> 2 - When i make a
> tc filter add dev eth1 parent 1:0 protocol ip handle 1 fw classid 1:1
> it says me :
> RTNETLINK answers: Invalid argument
>
> I try a lot of combination and syntax but nothing to do ... i always
> have Invalid Argument as response.
>
> Of course, i have already configured a qdisc and the classes.
>
> Does somebody have any ideas ?
Yes.  You have problems with the modules as you can see in 1 so the commands 
in 2 are failing because the needed module can not be loaded.  Solution : 
recompile the kernel + modules so they match.  Before you compile, do "make 
clean" so all old compiled files are gone.

Stef

-- 

stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.oftc.net

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

  reply	other threads:[~2002-11-06 16:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-06 15:37 [LARTC] Invalid Argument Emmanuel Khamissian
2002-11-06 16:57 ` Stef Coene [this message]
2002-11-06 17:04 ` David Boreham
2005-04-27  7:00 ` [LARTC] invalid argument Grace Baldonasa
2005-04-27 14:12 ` gypsy
2005-04-29  4:13 ` Grace Baldonasa
2005-04-29 14:08 ` gypsy

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-103660192207873@msgid-missing \
    --to=stef.coene@docum.org \
    --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.