Bug 1568149
| Summary: | RFC: nscd doesn't cache record containing more than one IP address. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Paulo Andrade <pandrade> | ||||
| Component: | glibc | Assignee: | glibc team <glibc-bugzilla> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | qe-baseos-tools-bugs | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.9 | CC: | ashankar, codonell, dj, fweimer, mnewsome, mpoole, pfrankli | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-04-24 15:16:23 UTC | Type: | Bug | ||||
| 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
Paulo Andrade
2018-04-16 20:40:46 UTC
Created attachment 1424114 [details] glibc-2.12-sfdc02079051.patch It was explained that some software was doing gethostbyname on a server with multiple ip addresses, and the proper solution would be for such software to be adapted to use getaddrinfo (mostly based on information at https://www.akkadia.org/drepper/userapi-ipv6.html). User temporarily switched to a single address in /etc/hosts for the server. Now the user is testing a rhel6.9 package built with the attached patch, that is a minor adaptation of the related patches attached to the sourceware bugzilla. As Carlos explained in bug 576801 comment 11, we did not plan to make the change in Red Hat Enterprise Linux 6 at the time, and reconsidered the change for Red Hat Enterprise Linux 7. Adding more IP addresses visible to applications is a change which will break expectations of some users, so it is not appropriate for Red Hat Enterprise Linux 6, which is now in Maintenance Support 2. *** This bug has been marked as a duplicate of bug 576801 *** |