Bug 19632
| Summary: | reconfig doesn't configure network | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <dannf> |
| Component: | anaconda | Assignee: | Michael Fulbright <msf> |
| Status: | CLOSED WONTFIX | QA Contact: | Brock Organ <borgan> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | daniel_frazier |
| 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: | 2000-10-30 21:42:38 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
Need Real Name
2000-10-23 20:36:33 UTC
I have verified this appears to be an issue. although my workaround (loading the eth0 module) allows anaconda --reconfig to succeed, it sets the hostname improperly. (it looks like it may be trying to do a reverse nslookup, but of course the network hasn't been brought up yet) i.e., in /etc/sysconfig/network, it sets the hostname to localhost.localdomain. /etc/hosts does not contain the proper hostname either. the workaround i'm using here is parsing the user-defined hostname out of /tmp/reconfig.log, and modifying /etc/hosts and /etc/sysconfig/network accordingly. -dann Network configuration should be done using the other system configuration tools in a post-install environment. |