Bug 32798 - inconsistent hostname settings
Summary: inconsistent hostname settings
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 7.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matt Wilson
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-03-23 04:46 UTC by Daniel Roesen
Modified: 2007-04-18 16:32 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-04-11 18:45:27 UTC
Embargoed:


Attachments (Terms of Use)

Description Daniel Roesen 2001-03-23 04:46:32 UTC
Using qa0322 tree.

Static IP configuration, entering "alexis.entire-systems.com" as host FQDN
in installer.

[root@alexis /root]# hostname
alexis.entire-systems.com
[root@alexis /root]# fgrep hostname /var/log/boot.log  
Mar 23 05:40:28 alexis rc.sysinit: Setting hostname localhost.localdomain: 
succeeded 
[root@alexis /root]# fgrep HOSTNAME /etc/sysconfig/network 
HOSTNAME=localhost.localdomain
[root@alexis /root]# grep -v '^#' /etc/hosts
127.0.0.1		localhost.localdomain localhost
195.247.253.2		alexis.entire-systems.com

Any ideas what's going on? Network config is ok. Installer ifconfig "up"s
the interface in "Performing post-install setup" phase. From what I'm
seeing the install kernel loads the TLAN driver fine (machine is a Compaq
ProLiant 1600R with on-board TLAN NIC).

Comment 1 Matt Wilson 2001-08-10 18:04:02 UTC
The initscripts set the hostname to the reverse resolution of IP of the first
network card that comes up *during boot time*, if and only if the current host
name is localhost.localdomain.

The final result is working for you, yes?



Note You need to log in before you can comment on or make changes to this bug.