d2_messages.mes 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. # Copyright (C) 2013 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::d2
  15. % DCTL_CCSESSION_ENDING %1 ending control channel session
  16. This debug message is issued just before the controller attempts
  17. to disconnect from its session with the BIND10 control channel.
  18. % DCTL_CCSESSION_STARTING %1 starting control channel session, specfile: %2
  19. This debug message is issued just before the controller attempts
  20. to establish a session with the BIND10 control channel.
  21. % DCTL_COMMAND_RECEIVED %1 received command: %2, arguments: %3
  22. A debug message listing the command (and possible arguments) received
  23. from the BIND10 control system by the controller.
  24. % DCTL_CONFIG_COMPLETE server has completed configuration: %1
  25. This is an informational message announcing the successful processing of a
  26. new configuration. It is output during server startup, and when an updated
  27. configuration is committed by the administrator. Additional information
  28. may be provided.
  29. % DCTL_CONFIG_LOAD_FAIL %1 configuration failed to load: %2
  30. This critical error message indicates that the initial application
  31. configuration has failed. The service will start, but will not
  32. process requests until the configuration has been corrected.
  33. % DCTL_CONFIG_START parsing new configuration: %1
  34. A debug message indicating that the application process has received an
  35. updated configuration and has passed it to its configuration manager
  36. for parsing.
  37. % DCTL_CONFIG_STUB %1 configuration stub handler called
  38. This debug message is issued when the dummy handler for configuration
  39. events is called. This only happens during initial startup.
  40. % DCTL_CONFIG_UPDATE %1 updated configuration received: %2
  41. A debug message indicating that the controller has received an
  42. updated configuration from the BIND10 configuration system.
  43. % DCTL_DISCONNECT_FAIL %1 controller failed to end session with BIND10: %2
  44. This message indicates that while shutting down, the Dhcp-Ddns controller
  45. encountered an error terminating communication with the BIND10. The service
  46. will still exit. While theoretically possible, this situation is rather
  47. unlikely.
  48. % DCTL_INIT_PROCESS %1 initializing the application
  49. This debug message is issued just before the controller attempts
  50. to create and initialize its application instance.
  51. % DCTL_INIT_PROCESS_FAIL %1 application initialization failed: %2
  52. This error message is issued if the controller could not initialize the
  53. application and will exit.
  54. % DCTL_NOT_RUNNING %1 application instance is not running
  55. A warning message is issued when an attempt is made to shut down the
  56. application when it is not running.
  57. % DCTL_ORDER_ERROR configuration contains more elements than the parsing order
  58. An error message which indicates that configuration being parsed includes
  59. element ids not specified the configuration manager's parse order list. This
  60. is a programmatic error.
  61. % DCTL_ORDER_NO_ELEMENT element: %1 is in the parsing order but is missing from the configuration
  62. An error message output during a configuration update. The program is
  63. expecting an item but has not found it in the new configuration. This may
  64. mean that the BIND 10 configuration database is corrupt.
  65. % DCTL_PARSER_FAIL configuration parsing failed for configuration element: %1, reason: %2
  66. On receipt of message containing details to a change of its configuration,
  67. the server failed to create a parser to decode the contents of the named
  68. configuration element, or the creation succeeded but the parsing actions
  69. and committal of changes failed. The reason for the failure is given in
  70. the message.
  71. % DCTL_PROCESS_FAILED %1 application execution failed: %2
  72. The controller has encountered a fatal error while running the
  73. application and is terminating. The reason for the failure is
  74. included in the message.
  75. % DCTL_RUN_PROCESS %1 starting application event loop
  76. This debug message is issued just before the controller invokes
  77. the application run method.
  78. % DCTL_SESSION_FAIL %1 controller failed to establish BIND10 session: %1
  79. The controller has failed to establish communication with the rest of BIND
  80. 10 and will exit.
  81. % DCTL_STANDALONE %1 skipping message queue, running standalone
  82. This is a debug message indicating that the controller is running in the
  83. application in standalone mode. This means it will not connected to the BIND10
  84. message queue. Standalone mode is only useful during program development,
  85. and should not be used in a production environment.
  86. % DCTL_STARTING %1 controller starting, pid: %2
  87. This is an informational message issued when controller for the
  88. service first starts.
  89. % DCTL_STOPPING %1 controller is exiting
  90. This is an informational message issued when the controller is exiting
  91. following a shut down (normal or otherwise) of the service.
  92. % DHCP_DDNS_AT_MAX_TRANSACTIONS application has %1 queued requests but has reached maximum number of %2 concurrent transactions
  93. This is a debug message that indicates that the application has DHCP_DDNS
  94. requests in the queue but is working as many concurrent requests as allowed.
  95. % DHCP_DDNS_CLEARED_FOR_SHUTDOWN application has met shutdown criteria for shutdown type: %1
  96. This is an informational message issued when the application has been instructed
  97. to shutdown and has met the required criteria to exit.
  98. % DHCP_DDNS_COMMAND command directive received, command: %1 - args: %2
  99. This is a debug message issued when the Dhcp-Ddns application command method
  100. has been invoked.
  101. % DHCP_DDNS_CONFIGURE configuration update received: %1
  102. This is a debug message issued when the Dhcp-Ddns application configure method
  103. has been invoked.
  104. % DHCP_DDNS_FAILED application experienced a fatal error: %1
  105. This is a debug message issued when the Dhcp-Ddns application encounters an
  106. unrecoverable error from within the event loop.
  107. % DHCP_DDNS_INVALID_RESPONSE received response to DNS Update message is malformed: %1
  108. This is a debug message issued when the DHCP-DDNS application encountered an
  109. error while decoding a response to DNS Update message. Typically, this error
  110. will be encountered when a response message is malformed.
  111. % DHCP_DDNS_NO_ELIGIBLE_JOBS although there are queued requests, there are pending transactions for each Queue count: %1 Transaction count: %2
  112. This is a debug messge issued when all of the queued requests represent clients
  113. for which there is a an update already in progress. This may occur under
  114. normal operations but should be temporary situation.
  115. % DHCP_DDNS_NO_FWD_MATCH_ERROR the configured list of forward DDNS domains does not contain a match for FQDN %1 The request has been discarded.
  116. This is an error message that indicates that DHCP_DDNS received a request to
  117. update a the forward DNS information for the given FQDN but for which there are
  118. no configured DDNS domains in the DHCP_DDNS configuration. Either the DHCP_DDNS
  119. configuration needs to be updated or the source of the FQDN itself should be
  120. investigated.
  121. % DHCP_DDNS_NO_MATCH No DNS servers match FQDN %1
  122. This is warning message issued when there are no domains in the configuration
  123. which match the cited fully qualified domain name (FQDN). The DNS Update
  124. request for the FQDN cannot be processed.
  125. % DHCP_DDNS_NO_REV_MATCH_ERROR the configured list of reverse DDNS domains does not contain a match for FQDN %1 The request has been discarded.
  126. This is an error message that indicates that DHCP_DDNS received a request to
  127. update a the reverse DNS information for the given FQDN but for which there are
  128. no configured DDNS domains in the DHCP_DDNS configuration. Either the DHCP_DDNS
  129. configuration needs to be updated or the source of the FQDN itself should be
  130. investigated.
  131. % DHCP_DDNS_PROCESS_INIT application init invoked
  132. This is a debug message issued when the Dhcp-Ddns application enters
  133. its init method.
  134. % DHCP_DDNS_QUEUE_MGR_QUEUE_FULL application request queue has reached maximum number of entries %1
  135. This an error message indicating that DHCP-DDNS is receiving DNS update
  136. requests faster than they can be processed. This may mean the maximum queue
  137. needs to be increased, the DHCP-DDNS clients are simply generating too many
  138. requests too quickly, or perhaps upstream DNS servers are experiencing
  139. load issues.
  140. % DHCP_DDNS_QUEUE_MGR_RECONFIGURING application is reconfiguring the queue manager
  141. This is an informational message indicating that DHCP_DDNS is reconfiguring the
  142. queue manager as part of normal startup or in response to a new configuration.
  143. % DHCP_DDNS_QUEUE_MGR_RECOVERING application is attempting to recover from a
  144. queue manager IO error
  145. This is an informational message indicating that DHCP_DDNS is attempting to
  146. restart the queue manager after it suffered an IO error while receiving
  147. requests.
  148. % DHCP_DDNS_QUEUE_MGR_RECV_ERROR application's queue manager was notified of a request receive error by its listener.
  149. This is an error message indicating that the NameChangeRequest listener used by
  150. DHCP-DDNS to receive requests encountered a IO error. There should be
  151. corresponding log messages from the listener layer with more details. This may
  152. indicate a network connectivity or system resource issue.
  153. % DHCP_DDNS_QUEUE_MGR_RESUME_ERROR application could not restart the queue manager, reason: %1
  154. This is an error message indicating that DHCP_DDNS's Queue Manager could not
  155. be restarted after stopping due to an a full receive queue. This means that
  156. the application cannot receive requests. This is most likely due to DHCP_DDNS
  157. configuration parameters referring to resources such as an IP address or port,
  158. that is no longer unavailable. DHCP_DDNS will attempt to restart the queue
  159. manager if given a new configuration.
  160. % DHCP_DDNS_QUEUE_MGR_RESUMING application is resuming listening for requests now that the request queue size has reached %1 of a maximum %2 allowed
  161. This is an informational message indicating that DHCP_DDNS, which had stopped
  162. accepting new requests, has processed enough entries from the receive queue to
  163. resume accepting requests.
  164. % DHCP_DDNS_QUEUE_MGR_STARTED application's queue manager has begun listening for requests.
  165. This is a debug message indicating that DHCP_DDNS's Queue Manager has
  166. successfully started and is now listening for NameChangeRequests.
  167. % DHCP_DDNS_QUEUE_MGR_START_ERROR application could not start the queue manager, reason: %1
  168. This is an error message indicating that DHCP_DDNS's Queue Manager could not
  169. be started. This means that the application cannot receive requests. This is
  170. most likely due to DHCP_DDNS configuration parameters referring to resources
  171. such as an IP address or port, that are unavailable. DHCP_DDNS will attempt to
  172. restart the queue manager if given a new configuration.
  173. % DHCP_DDNS_QUEUE_MGR_STOPPED application's queue manager has stopped listening for requests.
  174. This is an informational message indicating that DHCP_DDNS's Queue Manager has
  175. stopped listening for NameChangeRequests. This may be because of normal event
  176. such as reconfiguration or as a result of an error. There should be log
  177. messages preceding this one to indicate why it has stopped.
  178. % DHCP_DDNS_QUEUE_MGR_STOPPING application is stopping the queue manager for %1
  179. This is an informational message indicating that DHCP_DDNS is stopping the
  180. queue manager either to reconfigure it or as part of application shutdown.
  181. % DHCP_DDNS_QUEUE_MGR_STOP_ERROR application encountered an error stopping the queue manager: %1
  182. This is an error message indicating that DHCP_DDNS encountered an error while
  183. trying to stop the queue manager. This error is unlikely to occur or to
  184. impair the application's ability to function but it should be reported for
  185. analysis.
  186. % DHCP_DDNS_QUEUE_MGR_UNEXPECTED_HANDLER_ERROR application's queue manager request receive handler experienced an unexpected exception %1:
  187. This is an error message indicating that an unexpected error occurred within the
  188. DHCP_DDNS's Queue Manager request receive completion handler. This is most
  189. likely a programmatic issue that should be reported. The application may
  190. recover on its own.
  191. % DHCP_DDNS_QUEUE_MGR_UNEXPECTED_STOP application's queue manager receive was
  192. aborted unexpectedly while queue manager state is: %1
  193. This is an error message indicating that DHCP_DDNS's Queue Manager request
  194. receive was unexpected interrupted. Normally, the read is receive is only
  195. interrupted as a normal part of stopping the queue manager. This is most
  196. likely a programmatic issue that should be reported.
  197. % DHCP_DDNS_RUN_ENTER application has entered the event loop
  198. This is a debug message issued when the Dhcp-Ddns application enters
  199. its run method.
  200. % DHCP_DDNS_RUN_EXIT application is exiting the event loop
  201. This is a debug message issued when the Dhcp-Ddns exits the
  202. in event loop.
  203. % DHCP_DDNS_SHUTDOWN application received shutdown command with args: %1
  204. This is informational message issued when the application has been instructed
  205. to shut down by the controller.
  206. % DHCP_DDNS_TRANS_PROCESS_EROR application encountered an unexpected error while carrying out a NameChangeRequest: %1
  207. This is error message issued when the application fails to process a
  208. NameChangeRequest correctly. Some or all of the DNS updates requested as part
  209. of this update did not succeed. This is a programmatic error and should be
  210. reported.