Bug 56199

Summary: if{up,down} broken with 7.2 and non-redhat kernel
Product: [Retired] Red Hat Linux Reporter: Mike Snitzer <msnitzer>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-11-13 20:46:13 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 Mike Snitzer 2001-11-13 20:46:08 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.2.18-plogic-10b.bproc i686;
Nav)

Description of problem:
If I boot the redhat 2.4.7 kernel that shipped with 7.2 the if{up,down}
scripts run fine.. and I get no errors while booting or when I run /sbin/ip
-o link BUT:

upon booting redhat 7.2 with the very same custom 2.4.x kernels that worked
perfectly fine with initscripts-5.84 under redhat 7.1; I see that all my
network interfaces fail when they attempt to be bought up with the error:
"Cannot send dump request: Connection refused" .  

manually attempting to bring up the loopback interface with: ifup lo fails
with the same error message, but its return code is 0... strange.

Also, when I then try: /sbin/ip -o link  I get that same "..: Connection
refused" error.  

Using the ifup from initscripts-5.84, instead of initscripts-6.40, with my
custom linux kernel; I was able to bring up all my interfaces without any
problems.  However, ifdown from both initscript versions does _not_ work
under Redhat 7.2 with my kernel; I can send my .config if you really
question the basic networking ability of my custom 2.4.14 kernel; my
orinoco wireless card works just fine... below you'll see the network
protocols my kernel supports.


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


How reproducible:
Always

Steps to Reproduce:
1. boot non-RedHat linux kernel >=2.4.13
2. ifup lo
3. /sbin/ip -o link
	

Actual Results:  1. you see network interfaces [FAILED] during bootup
2 & 3. "Cannot send dump request: Connection refused"

Expected Results:  the interfaces should've been brought up

Additional info:

these are my network entries from /proc/net as seen with my custom 2.4.14
kernel:
arp            netstat        rt_cache       softnet_stat   wireless
dev            packet         rt_cache_stat  tcp            
dev_mcast      raw            snmp           udp            
netlink        route          sockstat       unix

Comment 1 Bill Nottingham 2001-11-13 20:52:37 UTC

*** This bug has been marked as a duplicate of 55846 ***