bind10-devel-20120119 recurrent RRSIG query warnings

JINMEI Tatuya / 神明達哉 jinmei at isc.org
Fri Feb 24 20:49:52 UTC 2012


At Fri, 24 Feb 2012 09:45:29 +0000,
"Spain, Dr. Jeffry A." <spainj at countryday.net> wrote:
> 
> I'm running a bind10-devel-20120119 server configured as a slave and receiving DNSSEC-signed zone data from a bind9.9.0rc4 server. About every four hours, I see ten pairs of log messages like the following in the bind10 server's log:
> 
> 2012-02-24 03:36:50.926 DEBUG [b10-auth.datasrc] DATASRC_QUERY_PROCESS processing query 'jaspain.net./RRSIG' in the 'IN' class
> 2012-02-24 03:36:50.927 WARN  [b10-auth.datasrc] DATASRC_QUERY_RRSIG unable to answer RRSIG query @@Missing placeholder %1 for 'jaspain.net.'@@
> 
> The warning messages seem to have some improper parameter substitution obscuring their meaning. What is the significance of this, if any? Thanks.

Sorry for the mess.  I believe the 1-line patch copied below should
fix it.  It's already in the master version and will appear in the
next release.

---
JINMEI, Tatuya
Internet Systems Consortium, Inc.

diff --git a/src/lib/datasrc/datasrc_messages.mes b/src/lib/datasrc/datasrc_messages.mes
index d8ad07b..f4ff213 100644
--- a/src/lib/datasrc/datasrc_messages.mes
+++ b/src/lib/datasrc/datasrc_messages.mes
@@ -585,7 +585,7 @@ The underlying data source failed to answer the query for referral information.
 1 means some error, 2 is not implemented. The data source should have logged
 the specific error already.
 
-% DATASRC_QUERY_RRSIG unable to answer RRSIG query
+% DATASRC_QUERY_RRSIG unable to answer RRSIG query for %1
 The server is unable to answer a direct query for RRSIG type, but was asked
 to do so.
 


More information about the bind10-users mailing list