shaper problem

2003-02-13 Thread Remon Sijrier
Hi, I have the same problem with shaper as discussed in http://lists.debian.org/debian-isp/2002/debian-isp-200210/msg00124.html The solution to the problem was adding 2/dev/null after tc qdisc del dev eth1 root But this is actually done in the script itself, strange thing is, it

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

shaper problem

2002-10-24 Thread Héctor Castillo
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

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