Bug 1759163

Summary: Short name lookup failing in bind-utils-9.11.4-9.P2 when name contains a "."
Product: Red Hat Enterprise Linux 7 Reporter: Sham Antony <santony>
Component: bindAssignee: Petr Menšík <pemensik>
Status: CLOSED DUPLICATE QA Contact: qe-baseos-daemons
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.7CC: sbroz
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: 2019-10-15 11:27:56 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:

Description Sham Antony 2019-10-07 14:14:39 UTC
Description of problem:

Short name lookup failing in bind-utils-9.11.4-9.P2 when name contains a "."

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

bind-utils-9.11.4-9.P2

How reproducible:

# cat /etc/resolv.conf

search example.com
nameserver x.x.x.x

# nslookup access.test

Server:		x.x.x.x
Address:	x.x.x.x#53

** server can't find access.test: NXDOMAIN  <=======

# nslookup access.test.example.com

Server:		x.x.x.x
Address:	x.x.x.x#53

Non-authoritative answer:
Name:	access.test.example.com
Address: 104.80.53.139  <==========


Actual results:

** server can't find access.test: NXDOMAIN

Expected results:

Non-authoritative answer:
Name:	access.test.example.com
Address: 104.80.53.139  <==========


Additional info:

 40          2    127.0.0.1 -> 127.0.0.1    DNS 73 Standard query 0x5c17  A 
access.test
 41          2    127.0.0.1 -> 127.0.0.1    DNS 148 Standard query response 0x5c17 No such name


*** Don't try access.test.example.com , working fine with bind-utils-9.9.4-72.el7.x86_64

Comment 3 Stepan Broz 2019-10-15 11:27:56 UTC

*** This bug has been marked as a duplicate of bug 1743572 ***