* [LARTC] cbq gives me an error RTNETLINK ...
@ 2001-02-03 17:31 David
2001-02-03 21:33 ` David
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: David @ 2001-02-03 17:31 UTC (permalink / raw)
To: lartc
<PRE>billy wrote:
><i>
</I>><i> when I execute cbq I get this
</I>><i>
</I>><i> # cbq start
</I>><i> RTNETLINK answers: Invalid argument
</I>><i> RTNETLINK answers: Invalid argument
</I>><i> RTNETLINK answers: Invalid argument
</I>><i> RTNETLINK answers: Invalid argument
</I>><i> RTNETLINK answers: Invalid argument
</I>><i>
</I>><i> I don't understand what to do. I have check the kernel .config file like 100
</I>><i> times and still does the same thing.
</I>><i> What can it be? I'm doing something wrong, but what?
</I>><i>
</I>><i> ok, thanks again
</I>><i> someday ... it will be my turn to respond :)
</I>
Most common error:
you have three configs -- one parent and two children. One or more of
the children is running before the parent. Make sure when you do an
`ls` that the listing shows the parent first or rename the configs
appropriately.
Ciao,
David A. Bandel
--
Focus on the dream, not the competition.
-- Nemesis Racing Team motto
</PRE>
^ permalink raw reply [flat|nested] 4+ messages in thread* [LARTC] cbq gives me an error RTNETLINK ...
2001-02-03 17:31 [LARTC] cbq gives me an error RTNETLINK David
@ 2001-02-03 21:33 ` David
2001-02-04 17:22 ` billy
2001-02-04 20:51 ` billy
2 siblings, 0 replies; 4+ messages in thread
From: David @ 2001-02-03 21:33 UTC (permalink / raw)
To: lartc
<PRE>billy wrote:
><i>
</I>><i> On Saturday 03 February 2001 14:31, you wrote:
</I>><i> > billy wrote:
</I>><i> > > when I execute cbq I get this
</I>><i> > >
</I>><i> > > # cbq start
</I>><i> > > RTNETLINK answers: Invalid argument
</I>><i> > > RTNETLINK answers: Invalid argument
</I>><i> > > RTNETLINK answers: Invalid argument
</I>><i> > > RTNETLINK answers: Invalid argument
</I>><i> > > RTNETLINK answers: Invalid argument
</I>><i> > >
</I>><i> > > I don't understand what to do. I have check the kernel .config file like
</I>><i> > > 100 times and still does the same thing.
</I>><i> > > What can it be? I'm doing something wrong, but what?
</I>><i> > >
</I>
you have files:
/etc/sysconfig/cbq/cbq-1280.child-1
/etc/sysconfig/cbq/cbq-2560.child-2
/etc/sysconfig/cbq/cbq-5120.parent
when you do an ls, you'll see the files above in the order in which they
are shown. And this is the order in which cbq.init will read them.
Problem is, they need to be read from the bottom up so that the parent
class is implemented first, then each child of that parent. So you need
to change the file cbq-5120.parent to something like: cbq-0512.parent.
Now, when you do an ls, the order will be correct.
You must modify the names of your files so that they load in the correct
order -- parent before child (before subchild if you have a child as a
parent class as well).
Pls mail me off-list if you're still confused. I am fluent in Spanish
if that would help.
Ciao,
David A. Bandel
--
Focus on the dream, not the competition.
-- Nemesis Racing Team motto
</PRE>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [LARTC] cbq gives me an error RTNETLINK ...
2001-02-03 17:31 [LARTC] cbq gives me an error RTNETLINK David
2001-02-03 21:33 ` David
@ 2001-02-04 17:22 ` billy
2001-02-04 20:51 ` billy
2 siblings, 0 replies; 4+ messages in thread
From: billy @ 2001-02-04 17:22 UTC (permalink / raw)
To: lartc
<PRE>when I execute cbq I get this
# cbq start
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
I don't understand what to do. I have check the kernel .config file like 100
times and still does the same thing.
What can it be? I'm doing something wrong, but what?
ok, thanks again
someday ... it will be my turn to respond :)
billy
</PRE>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [LARTC] cbq gives me an error RTNETLINK ...
2001-02-03 17:31 [LARTC] cbq gives me an error RTNETLINK David
2001-02-03 21:33 ` David
2001-02-04 17:22 ` billy
@ 2001-02-04 20:51 ` billy
2 siblings, 0 replies; 4+ messages in thread
From: billy @ 2001-02-04 20:51 UTC (permalink / raw)
To: lartc
<PRE>On Saturday 03 February 2001 14:31, you wrote:
><i> billy wrote:
</I>><i> > when I execute cbq I get this
</I>><i> >
</I>><i> > # cbq start
</I>><i> > RTNETLINK answers: Invalid argument
</I>><i> > RTNETLINK answers: Invalid argument
</I>><i> > RTNETLINK answers: Invalid argument
</I>><i> > RTNETLINK answers: Invalid argument
</I>><i> > RTNETLINK answers: Invalid argument
</I>><i> >
</I>><i> > I don't understand what to do. I have check the kernel .config file like
</I>><i> > 100 times and still does the same thing.
</I>><i> > What can it be? I'm doing something wrong, but what?
</I>><i> >
</I>><i> > ok, thanks again
</I>><i> > someday ... it will be my turn to respond :)
</I>><i>
</I>><i> Most common error:
</I>><i> you have three configs -- one parent and two children. One or more of
</I>><i> the children is running before the parent. Make sure when you do an
</I>><i> `ls` that the listing shows the parent first or rename the configs
</I>><i> appropriately.
</I>><i>
</I>><i> Ciao,
</I>><i>
</I>><i> David A. Bandel
</I>
Great so I'm not the only one, but I a little confused. Can yo be more
extence in your answer, I'm still not a "super guru".
thanks billy
</PRE>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-02-04 20:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-03 17:31 [LARTC] cbq gives me an error RTNETLINK David
2001-02-03 21:33 ` David
2001-02-04 17:22 ` billy
2001-02-04 20:51 ` billy
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.