d2_messages.mes 30 KB

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