Bug 1021951 - search in /etc/resolv.conf do not resolve multipe domain
Summary: search in /etc/resolv.conf do not resolve multipe domain
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: glibc
Version: 6.2
Hardware: All
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: Carlos O'Donell
QA Contact: qe-baseos-tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-22 11:47 UTC by andrea.campi
Modified: 2016-02-04 11:01 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-04 11:01:40 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description andrea.campi 2013-10-22 11:47:19 UTC
Description of problem:
/etc/resolv.conf do not resolve sercond or third multiple domain in the search list.

Version-Release number of selected component (if applicable):
Red Hat Enterprise Linux Server release 6.2
Red Hat Enterprise Linux Server release 6.3 (Mybe Not available)
Red Hat Enterprise Linux Server release 6.4

How reproducible:
/etc/resolv.conf
search pippo.it pluto.net
nameserver 151.89.1.65



Steps to Reproduce:
1.
[root@localhost ~]# nslookup server1
Server:         151.89.1.65
Address:        151.89.1.65#53

Name:   server1.pippo.it
Address: 151.89.2.14

2.
[root@localhost ~]# nslookup server2
Server:         151.89.1.65
Address:        151.89.1.65#53

*** Can't find server2: No answer

3.
[root@localhost ~]# nslookup server2.pluto.net
Server:         151.89.1.65
Address:        151.89.1.65#53

Non-authoritative answer:
Name:   server2.pluto.net
Address: 172.19.5.97

Actual results:
[root@localhost ~]# nslookup server2
Server:         151.89.1.65
Address:        151.89.1.65#53

*** Can't find server2: No answer

Expected results:

[root@localhost ~]# nslookup server2
Server:         151.89.1.65
Address:        151.89.1.65#53

Name:   server2.pluto.net
Address: 172.19.5.97


Additional info:

Comment 2 RHEL Program Management 2013-10-25 12:36:12 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 7 Florian Weimer 2016-02-04 11:01:40 UTC
This must be something that is specific to the response the resolver 151.89.1.65 for server2.pippo.it.  The description does not contain sufficient data to diagnose this, and the resolver 151.89.1.65 is no longer publicly reachable.


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