Bug 4061

Summary: network interfaces, including lo, assumed to be modules
Product: [Retired] Red Hat Linux Reporter: tompermutt
Component: initscriptsAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-07-16 02:08:32 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 tompermutt 1999-07-16 00:53:07 UTC
The startup scripts insist on trying to load a module (50
times) for each atboot network interface.  This includes the
loopback interface, which doesn't even seem to be allowed to
be a module, as well as interfaces which may be compiled
statically into the kernel.  It fails slowly but gracefully.

Comment 1 Bill Nottingham 1999-07-16 02:08:59 UTC
You compiled your own kernel without IP aliasing, correct?
Comment out the section of /etc/sysconfig/network-scripts/ifup-aliases
that pertains to linuxconf; its IP-alias support is, interesting.
This is already done in the latest initscripts in Raw Hide.