Issue with DNS query like foo.bar ANY TKEY + - Need Help

prakash prakash at nic.in
Sun Aug 2 06:38:24 UTC 2015


Hi, 
 
Currenlty I am facing one issue with BIND that whenevwer I am getting dns query like below -
 query: foo.bar ANY TKEY +
 
Aug 2 06:14:15 Lanmngt named[11464]: client xxx.xxx.xxx.xxx #60527 (version.bind): query 'version.bind/TXT/CH' denied
Aug 2 06:14:15 Lanmngt named[11464]: message.c:2335: REQUIRE(*name == ((void *)0)) failed
Aug 2 06:14:15 Lanmngt named[11464]: exiting (due to assertion failure)
Aug 2 06:14:18 Lanmngt abrt[12423]: saved core dump of pid 11464 (/usr/local/sbin/named) to /var/spool/abrt/ccpp-2015-08-02-06:14:15-11464.new/coredump (572690432 bytes)
Aug 2 06:14:18 Lanmngt abrtd: Directory 'ccpp-2015-08-02-06:14:15-11464' creation detected
Aug 2 06:14:18 Lanmngt abrtd: Executable '/usr/local/sbin/named' doesn't belong to any package
Aug 2 06:14:18 Lanmngt abrtd: Corrupted or bad dump /var/spool/abrt/ccpp-2015-08-02-06:14:15-11464 (res:2), deleting
 
It is stopping  NAMED SERVICE of our DNS servers. We are using latest bind software. Kindly help to resolve the above issue.
 
Please reply, kind request to all Bind users.
 
Thanks & regards
 
Prakash Chand
 
----- Original Message -----
From: "prakash" <prakash at nic.in>
Date: Thursday, April 9, 2015 10:48 am
Subject: Re: configured bind 9.10.1 as slave gettting data in binary form
To: William Clarke <wclarke at simons-rock.edu>,bind-users at lists.isc.org
Cc: rsm at nic.in


Dear Clarke,
 
Thank you very much, it is working and getting data in txt form.
 
Regards
Prakash
  
 
On 04/09/15 09:31 AM, William Clarke <wclarke at simons-rock.edu> wrote: 
Prakash,

There certainly is infact i just came across the same issue. Find the latest documentation for bind and search the pdf for "format". It'll show you the syntax, basically you need to add:

masterfile-format text;

to each "view" or you can specify it for each "zone".

Example:

zone "simons-rock.edu." IN {
type slave;
masterfile-format text;
masters { 192.168.1.221; };
file "internal/simons-rock.edu.internal.db";

Willie


On April 8, 2015 11:47:56 PM EDT, prakash <prakash at nic.in> wrote: 
Hi,
Few days back, I configured Bind 9.10.1 as slave, it is working but getting 
data in binary form. I have several zone files. I will have to compile each file to get it 
in txt form. There is any way to get all zone files in txt format as I was getting in older versions.
Please reply, kind request to all Bind users.
Thanks
Regards
Prakash Chand
 




 

Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this listbind-users mailing listbind-users at lists.isc.orghttps://lists.isc.org/mailman/listinfo/bind-users

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20150802/5efb4777/attachment.html>


More information about the bind-users mailing list