Bug 77457
Summary: | hostid replies with same identifier = 7f0100 | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | lattier <andre.lattier> |
Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED NOTABUG | QA Contact: | Brian Brock <bbrock> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 7.2 | CC: | fweimer |
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: | 2004-12-10 12:46:31 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
lattier
2002-11-07 12:06:30 UTC
The hostid program just calls the gethostid() function from the C library. If /etc/hostid doesn't exist (where you can set hostid to anything you want), gethostid returns IP address of your hostname. So it depends on how have you configured your networking. 7f0100 means your hostname's IP address is on lo interface, just don't do that. |