billy wrote:> > 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 :)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
billy wrote:> > On Saturday 03 February 2001 14:31, you wrote: > > billy wrote: > > > 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? > > >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
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
On Saturday 03 February 2001 14:31, you wrote:> billy wrote: > > 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 :) > > 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. BandelGreat 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