RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1015851 - gethostbyname failed to retrieve IPv6 address in /etc/hosts
Summary: gethostbyname failed to retrieve IPv6 address in /etc/hosts
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: glibc
Version: 6.4
Hardware: All
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: glibc team
QA Contact: qe-baseos-tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-06 07:45 UTC by wzis
Modified: 2017-11-08 10:43 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-11-08 10:43:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Sourceware 19582 0 None None None 2016-02-08 12:17:07 UTC

Description wzis 2013-10-06 07:45:26 UTC
Description of problem: the IPv6 address put in /etc/hosts with a special and unique name for it doesn't get returned by gethostbyname using that name.


Version-Release number of selected component (if applicable):


How reproducible:
Just put an IPv6 address in /etc/hosts, and give it a name. Then in a C program call gethostbyname("thename"); even when the /etc/nsswitch.conf has "files dns" for hosts, but the return result is not the IPv6 address in the /etc/hosts for that name. You may need to select a name that your DNS server can resolve.

Steps to Reproduce:
1. 
2.
3.

Actual results:
the returned address is from DNS, not the one in /etc/hosts.

Expected results:
the returned address should be from /etc/hosts when "files dns" is used for hosts in nsswitch.conf.

Additional info:

Comment 2 wzis 2013-10-06 09:05:07 UTC
only after add "options inet6", now it works.

Comment 3 wzis 2013-10-06 09:07:05 UTC
But then the IPv4 address in /etc/hosts fail to work.

Comment 4 RHEL Program Management 2013-10-14 01:46:27 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 5 Carlos O'Donell 2013-10-15 18:28:22 UTC
Moving to rhel-6.6 for scoping.

Comment 11 Florian Weimer 2016-02-04 15:25:38 UTC
(In reply to wzis from comment #0)
> Description of problem: the IPv6 address put in /etc/hosts with a special
> and unique name for it doesn't get returned by gethostbyname using that name.

gethostbyname only returns IPv4 addresses, by design.  Please provide more details what you are doing.

Comment 12 wzis 2016-02-04 22:06:07 UTC
"gethostbyname only returns IPv4 addresses"? then why after adding "options inet6" to resolve.conf, it can return IPv6 address? Also the man page says
"The gethostbyname() function returns a structure of type hostent for the given host name. Here name is either a hostname, or an IPv4 address in standard dot notation (as for inet_addr(3)), or an IPv6 address in colon (and possibly dot) notation."
The gethostbyname does handle IPv6 address. So why without using the options, it can't return the IPv6 addr specified in the /etc/hosts?

Comment 15 Florian Weimer 2017-11-08 10:43:28 UTC
I cannot reproduce this issue with glibc-2.12-1.209.el6.x86_64.  With “options inet6”, gethostbyname returns IPv6 addresses mapped IPv4, as expected.

Note that “options inet6” has been deprecated in upstream glibc.


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