Bug 108763

Summary: "tc qdisc del dev eth0 root" gives en error
Product: [Retired] Red Hat Linux Reporter: Pawel Orzechowski <orzechowskip>
Component: iprouteAssignee: Phil Knirsch <pknirsch>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-21 14:16:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pawel Orzechowski 2003-11-01 09:17:38 UTC
Description of problem: 
Command ""tc qdisc del dev eth0 root" gives an following error:
RTNETLINK answers: No such file or directory

Version-Release number of selected component (if applicable):
iproute-2.4.7-7

How reproducible:
always

Steps to Reproduce:
1. insert "alias eth0 ne" into /etc/modules.conf
2. give an ip number to eth0
3. try: tc qdisc del dev eth0 root
  
Actual results:
RTNETLINK answers: No such file or directory


Expected results:
it should result in no error

Additional info:
I'm trying to configure cbq on my redhat 9 machine. My configuration 
in /etc/sysconfig/cbq/cbq-0004.eth_out is:
DEVICE=eth0,10Mbit,1Mbit
RATE=16Kbit
WEIGHT=4Kbit
PRIO=5
RULE=10.47.0.0/24,
after I ran "cbq start" it gave me a list of errors:
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
After inspecting a debug info I have discovered that this error comes 
from command "tc qdisc del dev eth0 root"
On the second interface eth1 which is 3c59x, I can run "tc qdisc del 
dev eth0 root" without error.

Comment 1 Jacek Pliszka 2003-12-31 10:23:44 UTC
Looks like again HTB support is missing in iproute.
I tried the 2.4.7-9 for Red Hat beta severn and it works fine. Please
release 2.4.7-9 as an update.