Bug 278661
| Summary: | Regression in Rhel5.1: Networking on large systems. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | George Beshers <gbeshers> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 5.1 | CC: | agospoda, cww, dchapman, dzickus, jh, jlim, peterm | ||||
| Target Milestone: | --- | Keywords: | Regression | ||||
| Target Release: | --- | ||||||
| Hardware: | ia64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-09-13 17:44:03 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: | |||||||
| Attachments: |
|
||||||
|
Description
George Beshers
2007-09-05 15:45:39 UTC
Created attachment 187621 [details]
Log after boot.
Just an update. Binary search of patches didn't work because when I build the kernel with my build script the problem doesn't occur, but I confirmed that with the kernels in the snapshots it does. I am now doing an rpmbuild to see if that kernel works and to get a trace to see what the differences are in the build process.
Sigh... Nothing to do with the kernel. The problem is that
in snap3 and snap4 /etc/sysconf/network does not get a
GATEWAY entry.
Not sure if this is related to the number of devices or if
there is something else going on.
The system where the problems occur has 8 ports with 6 active
and 4 connected all to the same subnet:
inet addr:128.162.243.161 Bcast:128.162.243.255 Mask:255.255.255.0
inet addr:128.162.243.162 Bcast:128.162.243.255 Mask:255.255.255.0
inet addr:128.162.243.163 Bcast:128.162.243.255 Mask:255.255.255.0
inet addr:128.162.243.164 Bcast:128.162.243.255 Mask:255.255.255.0
inet addr:127.0.0.1 Mask:255.0.0.0
The following is probably a decent clue, note that /mnt/sda10 is the
root of the snap2 install:
[root@billberry1 ~]# diff -r -q /etc/sysconfig/ /mnt/sda10/etc/sysconfig/
Only in /etc/sysconfig/: dhcpd
Only in /etc/sysconfig/: dhcrelay
Only in /mnt/sda10/etc/sysconfig/networking/devices: ifcfg-eth0
Only in /mnt/sda10/etc/sysconfig/networking/profiles/default: hosts
Only in /mnt/sda10/etc/sysconfig/networking/profiles/default: ifcfg-eth0
Only in /mnt/sda10/etc/sysconfig/networking/profiles/default: network
Only in /mnt/sda10/etc/sysconfig/networking/profiles/default: resolv.conf
Only in /etc/sysconfig/: spamassassin
Pretty sure notting takes care of all initscripts related stuff. anaconda writes /etc/sysconfig/network. |