d2_messages.mes 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502
  1. # Copyright (C) 2013-2014 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_FILE_LOAD_FAIL %1 configuration could not be loaded from file: %2
  30. This fatal error message indicates that the application attempted to load its
  31. initial configuration from file and has failed. The service will exit.
  32. % DCTL_CONFIG_LOAD_FAIL %1 configuration failed to load: %2
  33. This critical error message indicates that the initial application
  34. configuration has failed. The service will start, but will not
  35. process requests until the configuration has been corrected.
  36. % DCTL_CONFIG_START parsing new configuration: %1
  37. A debug message indicating that the application process has received an
  38. updated configuration and has passed it to its configuration manager
  39. for parsing.
  40. % DCTL_CONFIG_STUB %1 configuration stub handler called
  41. This debug message is issued when the dummy handler for configuration
  42. events is called. This only happens during initial startup.
  43. % DCTL_CONFIG_UPDATE %1 updated configuration received: %2
  44. A debug message indicating that the controller has received an
  45. updated configuration from the BIND10 configuration system.
  46. % DCTL_DISCONNECT_FAIL %1 controller failed to end session with BIND10: %2
  47. This message indicates that while shutting down, the Dhcp-Ddns controller
  48. encountered an error terminating communication with the BIND10. The service
  49. will still exit. While theoretically possible, this situation is rather
  50. unlikely.
  51. % DCTL_INIT_PROCESS %1 initializing the application
  52. This debug message is issued just before the controller attempts
  53. to create and initialize its application instance.
  54. % DCTL_INIT_PROCESS_FAIL %1 application initialization failed: %2
  55. This error message is issued if the controller could not initialize the
  56. application and will exit.
  57. % DCTL_NOT_RUNNING %1 application instance is not running
  58. A warning message is issued when an attempt is made to shut down the
  59. application when it is not running.
  60. % DCTL_ORDER_ERROR configuration contains more elements than the parsing order
  61. An error message which indicates that configuration being parsed includes
  62. element ids not specified the configuration manager's parse order list. This
  63. is a programmatic error.
  64. % DCTL_ORDER_NO_ELEMENT element: %1 is in the parsing order but is missing from the configuration
  65. An error message output during a configuration update. The program is
  66. expecting an item but has not found it in the new configuration. This may
  67. mean that the BIND 10 configuration database is corrupt.
  68. % DCTL_PARSER_FAIL configuration parsing failed for configuration element: %1, reason: %2
  69. On receipt of message containing details to a change of its configuration,
  70. the server failed to create a parser to decode the contents of the named
  71. configuration element, or the creation succeeded but the parsing actions
  72. and committal of changes failed. The reason for the failure is given in
  73. the message.
  74. % DCTL_PROCESS_FAILED %1 application execution failed: %2
  75. The controller has encountered a fatal error while running the
  76. application and is terminating. The reason for the failure is
  77. included in the message.
  78. % DCTL_RUN_PROCESS %1 starting application event loop
  79. This debug message is issued just before the controller invokes
  80. the application run method.
  81. % DCTL_SESSION_FAIL %1 controller failed to establish BIND10 session: %1
  82. The controller has failed to establish communication with the rest of BIND
  83. 10 and will exit.
  84. % DCTL_STANDALONE %1 skipping message queue, running standalone
  85. This is a debug message indicating that the controller is running in the
  86. application in standalone mode. This means it will not connected to the BIND10
  87. message queue. Standalone mode is only useful during program development,
  88. and should not be used in a production environment.
  89. % DCTL_STARTING %1 controller starting, pid: %2
  90. This is an informational message issued when controller for the
  91. service first starts.
  92. % DCTL_STOPPING %1 controller is exiting
  93. This is an informational message issued when the controller is exiting
  94. following a shut down (normal or otherwise) of the service.
  95. % DHCP_DDNS_ADD_FAILED DHCP_DDNS Transaction outcome: %1
  96. This is an error message issued after DHCP_DDNS attempts to submit DNS mapping
  97. entry additions have failed. The precise reason for the failure should be
  98. documented in preceding log entries.
  99. % DHCP_DDNS_ADD_SUCCEEDED DHCP_DDNS successfully added the DNS mapping addition for this request: %1
  100. This is an informational message issued after DHCP_DDNS has submitted DNS
  101. mapping additions which were received and accepted by an appropriate DNS server.
  102. % DHCP_DDNS_AT_MAX_TRANSACTIONS application has %1 queued requests but has reached maximum number of %2 concurrent transactions
  103. This is a debug message that indicates that the application has DHCP_DDNS
  104. requests in the queue but is working as many concurrent requests as allowed.
  105. % DHCP_DDNS_CFG_FILE_RELOAD_ERROR configuration reload failed: %1, reverting to current configuration.
  106. This is an error message indicating that the application attempted to reload
  107. its configuration from file and encountered an error. This is likely due to
  108. invalid content in the configuration file. The application should continue
  109. to operate under its current configuration.
  110. % DHCP_DDNS_CFG_FILE_RELOAD_SIGNAL_RECVD OS signal %1 received, reloading configuration from file: %2
  111. This is an informational message indicating the application has received a signal
  112. instructing it to reload its configuration from file.
  113. % DHCP_DDNS_CLEARED_FOR_SHUTDOWN application has met shutdown criteria for shutdown type: %1
  114. This is an informational message issued when the application has been instructed
  115. to shutdown and has met the required criteria to exit.
  116. % DHCP_DDNS_COMMAND command directive received, command: %1 - args: %2
  117. This is a debug message issued when the Dhcp-Ddns application command method
  118. has been invoked.
  119. % DHCP_DDNS_CONFIGURE configuration update received: %1
  120. This is a debug message issued when the Dhcp-Ddns application configure method
  121. has been invoked.
  122. % DHCP_DDNS_FAILED application experienced a fatal error: %1
  123. This is a debug message issued when the Dhcp-Ddns application encounters an
  124. unrecoverable error from within the event loop.
  125. % DHCP_DDNS_FORWARD_ADD_BAD_DNSCLIENT_STATUS DHCP_DDNS received an unknown DNSClient status: %1, while adding a forward address mapping for FQDN %2 to DNS server %3
  126. This is an error message issued when DNSClient returns an unrecognized status
  127. while DHCP_DDNS was adding a forward address mapping. The request will be
  128. aborted. This is most likely a programmatic issue and should be reported.
  129. % DHCP_DDNS_FORWARD_ADD_BUILD_FAILURE DNS udpate message to add a forward DNS entry could not be constructed for this request: %1, reason: %2
  130. This is an error message issued when an error occurs attempting to construct
  131. the server bound packet requesting a forward address addition. This is due
  132. to invalid data contained in the NameChangeRequest. The request will be aborted.
  133. This is most likely a configuration issue.
  134. % DHCP_DDNS_FORWARD_ADD_IO_ERROR DHCP_DDNS encountered an IO error sending a forward mapping add for FQDN %1 to DNS server %2
  135. This is an error message issued when a communication error occurs while
  136. DHCP_DDNS is carrying out a forward address update. The application will
  137. retry against the same server or others as appropriate.
  138. % DHCP_DDNS_FORWARD_ADD_REJECTED DNS Server, %1, rejected a DNS update request to add the address mapping for FQDN, %2, with an RCODE: %3
  139. This is an error message issued when an update was rejected by the DNS server
  140. it was sent to for the reason given by the RCODE. The rcode values are defined
  141. in RFC 2136.
  142. % DHCP_DDNS_FORWARD_ADD_RESP_CORRUPT DHCP_DDNS received a corrupt response from the DNS server, %1, while adding forward address mapping for FQDN, %2
  143. This is an error message issued when the response received by DHCP_DDNS, to a
  144. update request to add a forward address mapping, is mangled or malformed.
  145. The application will retry against the same server or others as appropriate.
  146. % DHCP_DDNS_FORWARD_REMOVE_ADDRS_BAD_DNSCLIENT_STATUS DHCP_DDNS received an unknown DNSClient status: %1, while removing a forward address mapping for FQDN %2 to DNS server %3
  147. This is an error message issued when DNSClient returns an unrecognized status
  148. while DHCP_DDNS was removing a forward address mapping. The request will be
  149. aborted. This is most likely a programmatic issue and should be reported.
  150. % DHCP_DDNS_FORWARD_REMOVE_ADDRS_BUILD_FAILURE DNS udpate message to remove a forward DNS Address entry could not be constructed for this request: %1, reason: %2
  151. This is an error message issued when an error occurs attempting to construct
  152. the server bound packet requesting a forward address (A or AAAA) removal. This
  153. is due to invalid data contained in the NameChangeRequest. The request will be
  154. aborted. This is most likely a configuration issue.
  155. % DHCP_DDNS_FORWARD_REMOVE_ADDRS_IO_ERROR DHCP_DDNS encountered an IO error sending a forward mapping address removal for FQDN %1 to DNS server %2
  156. This is an error message issued when a communication error occurs while
  157. DHCP_DDNS is carrying out a forward address remove. The application will retry
  158. against the same server or others as appropriate.
  159. % DHCP_DDNS_FORWARD_REMOVE_ADDRS_REJECTED DNS Server, %1, rejected a DNS update request to remove the forward address mapping for FQDN, %2, with an RCODE: %3
  160. This is an error message issued when an update was rejected by the DNS server
  161. it was sent to for the reason given by the RCODE. The rcode values are defined
  162. in RFC 2136.
  163. % DHCP_DDNS_FORWARD_REMOVE_ADDRS_RESP_CORRUPT DHCP_DDNS received a corrupt response from the DNS server, %1, while removing forward address mapping for FQDN, %2
  164. This is an error message issued when the response received by DHCP_DDNS, to a
  165. update request to remove a forward address mapping, is mangled or malformed.
  166. The application will retry against the same server or others as appropriate.
  167. % DHCP_DDNS_FORWARD_REMOVE_RRS_BAD_DNSCLIENT_STATUS DHCP_DDNS received an unknown DNSClient status: %1, while removing forward RRs for FQDN %2 to DNS server %3
  168. This is an error message issued when DNSClient returns an unrecognized status
  169. while DHCP_DDNS was removing forward RRs. The request will be aborted. This is
  170. most likely a programmatic issue and should be reported.
  171. % DHCP_DDNS_FORWARD_REMOVE_RRS_BUILD_FAILURE DNS udpate message to remove forward DNS RR entries could not be constructed for this request: %1, reason: %2
  172. This is an error message issued when an error occurs attempting to construct
  173. the server bound packet requesting forward RR (DHCID RR) removal. This is due
  174. to invalid data contained in the NameChangeRequest. The request will be aborted.This is most likely a configuration issue.
  175. % DHCP_DDNS_FORWARD_REMOVE_RRS_IO_ERROR DHCP_DDNS encountered an IO error sending a forward RR removal for FQDN %1 to DNS server %2
  176. This is an error message issued when a communication error occurs while
  177. DHCP_DDNS is carrying out a forward RR remove. The application will retry
  178. against the same server.
  179. % DHCP_DDNS_FORWARD_REMOVE_RRS_REJECTED DNS Server, %1, rejected a DNS update request to remove forward RR entries for FQDN, %2, with an RCODE: %3
  180. This is an error message issued when an update was rejected by the DNS server
  181. it was sent to for the reason given by the RCODE. The rcode values are defined
  182. in RFC 2136.
  183. % DHCP_DDNS_FORWARD_REMOVE_RRS_RESP_CORRUPT DHCP_DDNS received a corrupt response from the DNS server, %1, while removing forward RRs for FQDN, %2
  184. This is an error message issued when the response received by DHCP_DDNS, to a
  185. update request to remove forward RRs mapping, is mangled or malformed.
  186. The application will retry against the same server or others as appropriate.
  187. % DHCP_DDNS_FORWARD_REPLACE_BAD_DNSCLIENT_STATUS DHCP_DDNS received an unknown DNSClient status: %1, while replacing forward address mapping for FQDN %2 to DNS server %3
  188. This is an error message issued when DNSClient returns an unrecognized status
  189. while DHCP_DDNS was replacing a forward address mapping. The request will be
  190. aborted. This is most likely a programmatic issue and should be reported.
  191. % DHCP_DDNS_FORWARD_REPLACE_BUILD_FAILURE DNS update message to replace a forward DNS entry could not be constructed from this request: %1, reason: %2
  192. This is an error message issued when an error occurs attempting to construct
  193. the server bound packet requesting a forward address replacement. This is
  194. due to invalid data contained in the NameChangeRequest. The request will be
  195. aborted. This is most likely a configuration issue.
  196. % DHCP_DDNS_FORWARD_REPLACE_IO_ERROR DHCP_DDNS encountered an IO error sending a forward mapping replace for FQDN %1 to DNS server %2
  197. This is an error message issued when a communication error occurs while
  198. DHCP_DDNS is carrying out a forward address update. The application will
  199. retry against the same server or others as appropriate.
  200. % DHCP_DDNS_FORWARD_REPLACE_REJECTED DNS Server, %1, rejected a DNS update request to replace the address mapping for FQDN, %2, with an RCODE: %3
  201. This is an error message issued when an update was rejected by the DNS server
  202. it was sent to for the reason given by the RCODE. The rcode values are defined
  203. in RFC 2136.
  204. % DHCP_DDNS_FORWARD_REPLACE_RESP_CORRUPT DHCP_DDNS received a corrupt response from the DNS server, %1, while replacing forward address mapping for FQDN, %2
  205. This is an error message issued when the response received by DHCP_DDNS, to a
  206. update request to replace a forward address mapping, is mangled or malformed.
  207. The application will retry against the same server or others as appropriate.
  208. % DHCP_DDNS_FWD_REQUEST_IGNORED Forward updates are disabled, the forward portion of request will be ignored: %1
  209. This is a debug message issued when forward DNS updates are disabled and
  210. DHCP_DDNS receives an update request containing a forward DNS update. The
  211. forward update will not performed.
  212. % DHCP_DDNS_INVALID_RESPONSE received response to DNS Update message is malformed: %1
  213. This is a debug message issued when the DHCP-DDNS application encountered an
  214. error while decoding a response to DNS Update message. Typically, this error
  215. will be encountered when a response message is malformed.
  216. % DHCP_DDNS_NOT_ON_LOOPBACK the DHCP-DDNS server has been configured to listen on %1 which is not the local loopback. This is an insecure configuration supported for testing purposes only
  217. This is a warning message issued when the DHCP-DDNS server is configured to
  218. listen at an address other than the loopback address (127.0.0.1 or ::1). It is
  219. possible for a malicious attacker to send bogus NameChangeRequests to it and
  220. change entries in the DNS. For this reason, addresses other than the IPv4 or
  221. IPv6 loopback addresses should only be used for testing purposes. A future
  222. version of Kea will implement authentication to guard against such attacks.
  223. % DHCP_DDNS_NO_ELIGIBLE_JOBS although there are queued requests, there are pending transactions for each Queue count: %1 Transaction count: %2
  224. This is a debug message issued when all of the queued requests represent clients
  225. for which there is a an update already in progress. This may occur under
  226. normal operations but should be temporary situation.
  227. % DHCP_DDNS_NO_FWD_MATCH_ERROR the configured list of forward DDNS domains does not contain a match for: %1 The request has been discarded.
  228. This is an error message that indicates that DHCP_DDNS received a request to
  229. update a the forward DNS information for the given FQDN but for which there are
  230. no configured DDNS domains in the DHCP_DDNS configuration. Either the DHCP_DDNS
  231. configuration needs to be updated or the source of the FQDN itself should be
  232. investigated.
  233. % DHCP_DDNS_NO_MATCH No DNS servers match FQDN %1
  234. This is warning message issued when there are no domains in the configuration
  235. which match the cited fully qualified domain name (FQDN). The DNS Update
  236. request for the FQDN cannot be processed.
  237. % DHCP_DDNS_NO_REV_MATCH_ERROR the configured list of reverse DDNS domains does not contain a match for: %1 The request has been discarded.
  238. This is an error message that indicates that DHCP_DDNS received a request to
  239. update a the reverse DNS information for the given FQDN but for which there are
  240. no configured DDNS domains in the DHCP_DDNS configuration. Either the DHCP_DDNS
  241. configuration needs to be updated or the source of the FQDN itself should be
  242. investigated.
  243. % DHCP_DDNS_PROCESS_INIT application init invoked
  244. This is a debug message issued when the Dhcp-Ddns application enters
  245. its init method.
  246. % DHCP_DDNS_QUEUE_MGR_QUEUE_FULL application request queue has reached maximum number of entries %1
  247. This an error message indicating that DHCP-DDNS is receiving DNS update
  248. requests faster than they can be processed. This may mean the maximum queue
  249. needs to be increased, the DHCP-DDNS clients are simply generating too many
  250. requests too quickly, or perhaps upstream DNS servers are experiencing
  251. load issues.
  252. % DHCP_DDNS_QUEUE_MGR_RECONFIGURING application is reconfiguring the queue manager
  253. This is an informational message indicating that DHCP_DDNS is reconfiguring the queue manager as part of normal startup or in response to a new configuration.
  254. % DHCP_DDNS_QUEUE_MGR_RECOVERING application is attempting to recover from a queue manager IO error
  255. This is an informational message indicating that DHCP_DDNS is attempting to
  256. restart the queue manager after it suffered an IO error while receiving
  257. requests.
  258. % DHCP_DDNS_QUEUE_MGR_RECV_ERROR application's queue manager was notified of a request receive error by its listener.
  259. This is an error message indicating that the NameChangeRequest listener used by
  260. DHCP-DDNS to receive requests encountered a IO error. There should be
  261. corresponding log messages from the listener layer with more details. This may
  262. indicate a network connectivity or system resource issue.
  263. % DHCP_DDNS_QUEUE_MGR_RESUME_ERROR application could not restart the queue manager, reason: %1
  264. This is an error message indicating that DHCP_DDNS's Queue Manager could not
  265. be restarted after stopping due to a full receive queue. This means that
  266. the application cannot receive requests. This is most likely due to DHCP_DDNS
  267. configuration parameters referring to resources such as an IP address or port,
  268. that is no longer unavailable. DHCP_DDNS will attempt to restart the queue
  269. manager if given a new configuration.
  270. % 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
  271. This is an informational message indicating that DHCP_DDNS, which had stopped
  272. accepting new requests, has processed enough entries from the receive queue to
  273. resume accepting requests.
  274. % DHCP_DDNS_QUEUE_MGR_STARTED application's queue manager has begun listening for requests.
  275. This is a debug message indicating that DHCP_DDNS's Queue Manager has
  276. successfully started and is now listening for NameChangeRequests.
  277. % DHCP_DDNS_QUEUE_MGR_START_ERROR application could not start the queue manager, reason: %1
  278. This is an error message indicating that DHCP_DDNS's Queue Manager could not
  279. be started. This means that the application cannot receive requests. This is
  280. most likely due to DHCP_DDNS configuration parameters referring to resources
  281. such as an IP address or port, that are unavailable. DHCP_DDNS will attempt to
  282. restart the queue manager if given a new configuration.
  283. % DHCP_DDNS_QUEUE_MGR_STOPPED application's queue manager has stopped listening for requests.
  284. This is an informational message indicating that DHCP_DDNS's Queue Manager has
  285. stopped listening for NameChangeRequests. This may be because of normal event
  286. such as reconfiguration or as a result of an error. There should be log
  287. messages preceding this one to indicate why it has stopped.
  288. % DHCP_DDNS_QUEUE_MGR_STOPPING application is stopping the queue manager for %1
  289. This is an informational message indicating that DHCP_DDNS is stopping the
  290. queue manager either to reconfigure it or as part of application shutdown.
  291. % DHCP_DDNS_QUEUE_MGR_STOP_ERROR application encountered an error stopping the queue manager: %1
  292. This is an error message indicating that DHCP_DDNS encountered an error while
  293. trying to stop the queue manager. This error is unlikely to occur or to
  294. impair the application's ability to function but it should be reported for
  295. analysis.
  296. % DHCP_DDNS_QUEUE_MGR_UNEXPECTED_HANDLER_ERROR application's queue manager request receive handler experienced an unexpected exception %1:
  297. This is an error message indicating that an unexpected error occurred within the
  298. DHCP_DDNS's Queue Manager request receive completion handler. This is most
  299. likely a programmatic issue that should be reported. The application may
  300. recover on its own.
  301. % DHCP_DDNS_QUEUE_MGR_UNEXPECTED_STOP application's queue manager receive was
  302. aborted unexpectedly while queue manager state is: %1
  303. This is an error message indicating that DHCP_DDNS's Queue Manager request
  304. receive was unexpected interrupted. Normally, the read is receive is only
  305. interrupted as a normal part of stopping the queue manager. This is most
  306. likely a programmatic issue that should be reported.
  307. % DHCP_DDNS_REMOVE_FAILED DHCP_DDNS Transaction outcome: %1
  308. This is an error message issued after DHCP_DDNS attempts to submit DNS mapping
  309. entry removals have failed. The precise reason for the failure should be
  310. documented in preceding log entries.
  311. % DHCP_DDNS_REMOVE_SUCCEEDED DHCP_DDNS successfully removed the DNS mapping addition for this request: %1
  312. This is an informational message issued after DHCP_DDNS has submitted DNS
  313. mapping removals which were received and accepted by an appropriate DNS server.
  314. % DHCP_DDNS_REQUEST_DROPPED Request contains no enabled update requests and will be dropped: %1
  315. This is a debug message issued when DHCP_DDNS receives a request which does not
  316. contain updates in a direction that is enabled. In other words, if only forward
  317. updates are enabled and request is recevied that asks only for reverse updates
  318. then the request is dropped.
  319. % DHCP_DDNS_REVERSE_REMOVE_BAD_DNSCLIENT_STATUS DHCP_DDNS received an unknown DNSClient status: %1, while removing reverse address mapping for FQDN %2 to DNS server %3
  320. This is an error message issued when DNSClient returns an unrecognized status
  321. while DHCP_DDNS was removing a reverse address mapping. The request will be
  322. aborted. This is most likely a programmatic issue and should be reported.
  323. % DHCP_DDNS_REVERSE_REMOVE_BUILD_FAILURE DNS update message to remove a reverse DNS entry could not be constructed from this request: %1, reason: %2
  324. This is an error message issued when an error occurs attempting to construct
  325. the server bound packet requesting a reverse PTR removal. This is
  326. due to invalid data contained in the NameChangeRequest. The request will be
  327. aborted. This is most likely a configuration issue.
  328. % DHCP_DDNS_REVERSE_REMOVE_IO_ERROR DHCP_DDNS encountered an IO error sending a reverse mapping remove for FQDN %1 to DNS server %2
  329. This is an error message issued when a communication error occurs while
  330. DHCP_DDNS is carrying out a reverse address update. The application will
  331. retry against the same server or others as appropriate.
  332. % DHCP_DDNS_REVERSE_REMOVE_REJECTED DNS Server, %1, rejected a DNS update request to remove the reverse mapping for FQDN, %2, with an RCODE: %3
  333. This is an error message issued when an update was rejected by the DNS server
  334. it was sent to for the reason given by the RCODE. The rcode values are defined
  335. in RFC 2136.
  336. % DHCP_DDNS_REVERSE_REMOVE_RESP_CORRUPT DHCP_DDNS received a corrupt response from the DNS server, %1, while removing reverse address mapping for FQDN, %2
  337. This is an error message issued when the response received by DHCP_DDNS, to a
  338. update request to remove a reverse address, is mangled or malformed.
  339. The application will retry against the same server or others as appropriate.
  340. % DHCP_DDNS_REVERSE_REPLACE_BAD_DNSCLIENT_STATUS DHCP_DDNS received an unknown DNSClient status: %1, while replacing reverse address mapping for FQDN %2 to DNS server %3
  341. This is an error message issued when DNSClient returns an unrecognized status
  342. while DHCP_DDNS was replacing a reverse address mapping. The request will be
  343. aborted. This is most likely a programmatic issue and should be reported.
  344. % DHCP_DDNS_REVERSE_REPLACE_BUILD_FAILURE DNS update message to replace a reverse DNS entry could not be constructed from this request: %1, reason: %2
  345. This is an error message issued when an error occurs attempting to construct
  346. the server bound packet requesting a reverse PTR replacement. This is
  347. due to invalid data contained in the NameChangeRequest. The request will be
  348. aborted. This is most likely a configuration issue.
  349. % DHCP_DDNS_REVERSE_REPLACE_IO_ERROR DHCP_DDNS encountered an IO error sending a reverse mapping replacement for FQDN %1 to DNS server %2
  350. This is an error message issued when a communication error occurs while
  351. DHCP_DDNS is carrying out a reverse address update. The application will
  352. retry against the same server or others as appropriate.
  353. % DHCP_DDNS_REVERSE_REPLACE_REJECTED DNS Server, %1, rejected a DNS update request to replace the reverse mapping for FQDN, %2, with an RCODE: %3
  354. This is an error message issued when an update was rejected by the DNS server
  355. it was sent to for the reason given by the RCODE. The rcode values are defined
  356. in RFC 2136.
  357. % DHCP_DDNS_REVERSE_REPLACE_RESP_CORRUPT DHCP_DDNS received a corrupt response from the DNS server, %1, while replacing reverse address mapping for FQDN, %2
  358. This is an error message issued when the response received by DHCP_DDNS, to a
  359. update request to replace a reverse address, is mangled or malformed.
  360. The application will retry against the same server or others as appropriate.
  361. % DHCP_DDNS_REV_REQUEST_IGNORED Reverse updates are disabled, the reverse portion of request will be ignored: %1
  362. This is a debug message issued when reverse DNS updates are disabled and
  363. DHCP_DDNS receives an update request containing a reverse DNS update. The
  364. reverse update will not performed.
  365. % DHCP_DDNS_RUN_ENTER application has entered the event loop
  366. This is a debug message issued when the Dhcp-Ddns application enters
  367. its run method.
  368. % DHCP_DDNS_RUN_EXIT application is exiting the event loop
  369. This is a debug message issued when the Dhcp-Ddns exits the
  370. in event loop.
  371. % DHCP_DDNS_SHUTDOWN application received shutdown command with args: %1
  372. This is informational message issued when the application has been instructed
  373. to shut down by the controller.
  374. % DHCP_DDNS_SHUTDOWN_SIGNAL_RECVD OS signal %1 received, starting shutdown
  375. This is an informational message indicating the application has received a signal
  376. instructing it to shutdown.
  377. % DHCP_DDNS_SIGNAL_ERROR signal handler for signal %1, threw an unexpected exception: %2
  378. This is an error message indicating that the application encountered an unexpected
  379. error after receiving a signal. This is a programmatic error and should be
  380. reported. While The application will likely continue to operating, it may be
  381. unable to respond correctly to signals.
  382. % DHCP_DDNS_STARTING_TRANSACTION Transaction Key: %1
  383. This is a debug message issued when DHCP-DDNS has begun a transaction for
  384. a given request.
  385. % DHCP_DDNS_STATE_MODEL_UNEXPECTED_ERROR application encountered an unexpected error while carrying out a NameChangeRequest: %1
  386. This is error message issued when the application fails to process a
  387. NameChangeRequest correctly. Some or all of the DNS updates requested as part
  388. of this update did not succeed. This is a programmatic error and should be
  389. reported.
  390. % DHCP_DDNS_TRANS_SEND_ERROR application encountered an unexpected error while attempting to send a DNS update: %1
  391. This is error message issued when the application is able to construct an update
  392. message but the attempt to send it suffered a unexpected error. This is most
  393. likely a programmatic error, rather than a communications issue. Some or all
  394. of the DNS updates requested as part of this request did not succeed.
  395. % DHCP_DDNS_UNSUPPORTED_SIGNAL ignoring reception of unsupported signal: %1
  396. This is a debug message indicating that the application received an unsupported
  397. signal. This a programmatic error indicating the application has registered to
  398. receive the signal, but for which no processing logic has been added.
  399. % DHCP_DDNS_UPDATE_REQUEST_SENT %1 for transaction key: %2 to server: %3
  400. This is a debug message issued when DHCP_DDNS sends a DNS request to a DNS
  401. server.
  402. % DHCP_DDNS_UPDATE_RESPONSE_RECEIVED for transaction key: %1 to server: %2 status: %3
  403. This is a debug message issued when DHCP_DDNS receives sends a DNS update
  404. response from a DNS server.