Re: shaper problem

2002-10-24 Thread statu_nascendi
if there's no qdisc attached to the interface you'll get an error message
while trying to delete it :)you could modify it to look like this:
tc qdisc del dev eth1 root 2/dev/null
and you'll get no more errors.


Statu Nascendi,
Master of Own Disaster.


   I have installed shaper on my linux router to control traffic, but it
 appears an error when I started it (shaper 2.2.12-0.7-2):
 --

 # /etc/init.d/shaper  start
 Starting CBQ traffic shaping: RTNETLINK answers: No such file or
 directory shaper.
 --

The same configuration am I trying executes correctly with shaper
 2.2.12-0.6.

The problem is involved with the first line on
/var/cache/shaper/cbq.init
 file, that is tc qdisc del dev eth1 root. If I remove it there is no
 problem.

So I think that really there is no problem, because this rule means
that
 it wants to be sure that the tc qdisc is clean, isn't it? Does anybody
 experience the same?



 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: shaper problem

2002-10-24 Thread statu_nascendi
if there's no qdisc attached to the interface you'll get an error message
while trying to delete it :)you could modify it to look like this:
tc qdisc del dev eth1 root 2/dev/null
and you'll get no more errors.


Statu Nascendi,
Master of Own Disaster.


   I have installed shaper on my linux router to control traffic, but it
 appears an error when I started it (shaper 2.2.12-0.7-2):
 --

 # /etc/init.d/shaper  start
 Starting CBQ traffic shaping: RTNETLINK answers: No such file or
 directory shaper.
 --

The same configuration am I trying executes correctly with shaper
 2.2.12-0.6.

The problem is involved with the first line on
/var/cache/shaper/cbq.init
 file, that is tc qdisc del dev eth1 root. If I remove it there is no
 problem.

So I think that really there is no problem, because this rule means
that
 it wants to be sure that the tc qdisc is clean, isn't it? Does anybody
 experience the same?



 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]