nsasdef.msg 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
  2. #
  3. # Permission to use, copy, modify, and/or distribute this software for any
  4. # purpose with or without fee is hereby granted, provided that the above
  5. # copyright notice and this permission notice appear in all copies.
  6. #
  7. # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
  8. # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  9. # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
  10. # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  11. # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  12. # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  13. # PERFORMANCE OF THIS SOFTWARE.
  14. $PREFIX NSAS_
  15. $NAMESPACE isc::nsas
  16. INVRESPSTR queried for %s but got invalid response
  17. + This message indicates an internal error in the nameserver address store
  18. + component (NSAS) of the resolver. The NSAS made a query for a RR for the
  19. + specified nameserver but received an invalid response. Either the success
  20. + function was called without a DNS message or the message was invalid on some
  21. + way. (In the latter case, the error should have been picked up elsewhere in
  22. + the processing logic, hence the raising of the error here.)
  23. INVRESPTC queried for %s RR of type/class %s/%s, received response %s/%s
  24. + This message indicates an internal error in the nameserver address store
  25. + component (NSAS) of the resolver. The NSAS made a query for the given RR
  26. + type and class, but instead received an answer with the given type and class.
  27. LOOKUPCANCEL lookup for zone %s has been cancelled
  28. + A debug message, this is output when a NSAS (nameserver address store -
  29. + part of the resolver) lookup for a zone has been + cancelled.
  30. LOOKUPZONE searching NSAS for nameservers for zone %s
  31. + A debug message, this is output when a call is made to the nameserver address
  32. + store (part of the resolver) to obtain the nameservers for the specified zone.
  33. NSADDR asking resolver to obtain A and AAAA records for %s
  34. + A debug message, the NSAS (nameserver address store - part of the resolver) is
  35. + making a callback into the resolver to retrieve the address records for the
  36. + specified nameserver.
  37. NSLKUPFAIL failed to lookup any %s for %s
  38. + A debug message, the NSAS (nameserver address store - part of the resolver)
  39. + has been unable to retrieve the specified resource record for the specified
  40. + nameserver. This is not necessarily a problem - the nameserver may be
  41. + unreachable, in which case the NSAS will try other nameservers in the zone.
  42. NSLKUPSUCC found address %s for %s
  43. + A debug message, the NSAS (nameserver address store - part of the resolver)
  44. + has retrieved the given address for the specified nameserver through an
  45. + external query.
  46. SETRTT reporting RTT for %s as %d; new value is now %d
  47. + A NSAS (nameserver address store - part of the resolver) debug message
  48. + reporting the round-trip time (RTT) for a query made to the specified
  49. + nameserver. The RTT has been updated using the value given and the new RTT is
  50. + displayed. (The RTT is subject to a calculation that damps out sudden
  51. + changes. As a result, the new RTT is not necessarily equal to the RTT
  52. + reported.)