nsas_messages.mes 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. $NAMESPACE isc::nsas
  15. % NSAS_EMPTY_RESPONSE response to query for %1 returned an empty answer section
  16. The NSAS (nameserver address store - part of the resolver) made a query
  17. for information it needed. The query completed successfully but the
  18. answer section in the response was empty.
  19. % NSAS_ERROR_RESPONSE error response of %1 returned in query for %2
  20. The NSAS (nameserver address store - part of the resolver) made a query
  21. for information it needed. The query completed successfully but the
  22. RCODE in the response was something other than NOERROR.
  23. % NSAS_FIND_NS_ADDRESS asking resolver to obtain A and AAAA records for %1
  24. A debug message issued when the NSAS (nameserver address store - part
  25. of the resolver) is making a callback into the resolver to retrieve the
  26. address records for the specified nameserver.
  27. % NSAS_FOUND_ADDRESS found address %1 for %2
  28. A debug message issued when the NSAS (nameserver address store - part
  29. of the resolver) has retrieved the given address for the specified
  30. nameserver through an external query.
  31. % NSAS_LOOKUP_CANCEL lookup for zone %1 has been canceled
  32. A debug message issued when an NSAS (nameserver address store - part of
  33. the resolver) lookup for a zone has been canceled.
  34. % NSAS_NS_LOOKUP_FAIL failed to lookup any %1 for %2
  35. A debug message issued when the NSAS (nameserver address store - part of
  36. the resolver) has been unable to retrieve the specified resource record
  37. for the specified nameserver. This is not necessarily a problem - the
  38. nameserver may be unreachable, in which case the NSAS will try other
  39. nameservers in the zone.
  40. % NSAS_NULL_RESPONSE got null message in success callback for query for %1
  41. The NSAS (nameserver address store - part of the resolver) made a query
  42. for information it needed. The query completed successfully, but the
  43. message passed to the callback was null.
  44. This message indicates an internal error in the NSAS. Please raise a
  45. bug report.
  46. % NSAS_SEARCH_ZONE_NS searching NSAS for nameservers for zone %1
  47. A debug message output when a call is made to the NSAS (nameserver
  48. address store - part of the resolver) to obtain the nameservers for
  49. the specified zone.
  50. % NSAS_UPDATE_RTT update RTT for %1: was %2 ms, is now %3 ms
  51. A NSAS (nameserver address store - part of the resolver) debug message
  52. reporting the update of a round-trip time (RTT) for a query made to the
  53. specified nameserver. The RTT has been updated using the value given
  54. and the new RTT is displayed. (The RTT is subject to a calculation that
  55. damps out sudden changes. As a result, the new RTT used by the NSAS in
  56. future decisions of which nameserver to use is not necessarily equal to
  57. the RTT reported.)
  58. % NSAS_WRONG_ANSWER queried for %1 RR of type/class %2/%3, received response %4/%5
  59. A NSAS (nameserver address store - part of the resolver) made a query for
  60. a resource record of a particular type and class, but instead received
  61. an answer with a different given type and class.
  62. This message indicates an internal error in the NSAS. Please raise a
  63. bug report.