I try to run a cbq.init script in SuSE10.0, but get the error msg: "iproute2 not installed or not executable" The # ip route ... commands ARE working though! Please Help Thanks, Gerold -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
On 05/07/06 10:22, Gerold van Dijk wrote:
I try to run a cbq.init script in SuSE10.0, but get the error msg:
"iproute2 not installed or not executable"
The # ip route ...
commands ARE working though!
Please Help
Thanks,
Gerold
Perhaps the script contains an error, and is trying to execute a program called iproute2. That is the name of the package, the executable is just ip. -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
On 05/07/06 11:48, Darryl Gregorash wrote:
On 05/07/06 10:22, Gerold van Dijk wrote:
I try to run a cbq.init script in SuSE10.0, but get the error msg:
"iproute2 not installed or not executable"
The # ip route ...
commands ARE working though!
Please Help
Thanks,
Gerold
Perhaps the script contains an error, and is trying to execute a program called iproute2. That is the name of the package, the executable is just ip.
The OP has replied privately to me that there is indeed an error in that script. The error is in a directory name, rather than in the name of the executable program. The iproute2 package in SuSE 9.3 contains an example script /usr/share/doc/packages/iproute2/examples/cbqinit.eth1 which (I am guessing) is probably pretty much the same as the cbq.init script the OP is using. It contains the following at the top: TC=/home/root/tc IP=/home/root/ip The correct lines are: TC=/sbin/tc IP=/sbin/ip -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
On 06/07/06 16:03, Darryl Gregorash wrote:
is using. It contains the following at the top:
TC=/home/root/tc IP=/home/root/ip
The correct lines are:
TC=/sbin/tc IP=/sbin/ip
Make that /usr/sbin/tc -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
I try to run a cbq.init script in SuSE10.0, but get the error msg:
"iproute2 not installed or not executable"
The # ip route ...
commands ARE working though! This is probably not your problem, but just on the off-chance you haven't tried this or checked if you are using a gui.. check to see if
On July Wednesday 05 2006 12:22 pm, Gerold van Dijk wrote: the "iproute2" icon is marked as executable. Sometimes these items just do not have that set. I know there is a relatively easy way to do this via shell, but I'm about brain dead at the moment.. so it doesn't quickly come to the fore. -- j -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
participants (3)
-
Darryl Gregorash
-
Gerold van Dijk
-
jfweber@gilweber.com