dhcp4_messages.mes 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. # Copyright (C) 2012-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::dhcp
  15. % DHCP4_ACTIVATE_INTERFACE activating interface %1
  16. This message is printed when DHCPv4 server enabled an interface to be used
  17. to receive DHCPv4 traffic. IPv4 socket on this interface will be opened once
  18. Interface Manager starts up procedure of opening sockets.
  19. % DHCP4_CCSESSION_STARTED control channel session started on socket %1
  20. A debug message issued during startup after the DHCPv4 server has
  21. successfully established a session with the Kea control channel.
  22. % DHCP4_CCSESSION_STARTING starting control channel session, specfile: %1
  23. This debug message is issued just before the DHCPv4 server attempts
  24. to establish a session with the Kea control channel.
  25. % DHCP4_CLASS_ASSIGNED client packet has been assigned to the following class(es): %1
  26. This debug message informs that incoming packet has been assigned to specified
  27. class or classes. This is a norma
  28. % DHCP4_CLASS_PROCESSING_FAILED client class specific processing failed
  29. This debug message means that the server processing that is unique for each
  30. client class has reported a failure. The response packet will not be sent.
  31. % DHCP4_CLIENT_NAME_PROC_FAIL failed to process the fqdn or hostname sent by a client: %1
  32. This debug message is issued when the DHCP server was unable to process the
  33. FQDN or Hostname option sent by a client. This is likely because the client's
  34. name was malformed or due to internal server error.
  35. % DHCP4_COMMAND_RECEIVED received command %1, arguments: %2
  36. A debug message listing the command (and possible arguments) received
  37. from the Kea control system by the DHCPv4 server.
  38. % DHCP4_CONFIG_COMPLETE DHCPv4 server has completed configuration: %1
  39. This is an informational message announcing the successful processing of a
  40. new configuration. It is output during server startup, and when an updated
  41. configuration is committed by the administrator. Additional information
  42. may be provided.
  43. % DHCP4_CONFIG_LOAD_FAIL failed to load configuration: %1
  44. This critical error message indicates that the initial DHCPv4
  45. configuration has failed. The server will start, but nothing will be
  46. served until the configuration has been corrected.
  47. % DHCP4_CONFIG_NEW_SUBNET a new subnet has been added to configuration: %1
  48. This is an informational message reporting that the configuration has
  49. been extended to include the specified IPv4 subnet.
  50. % DHCP4_CONFIG_OPTION_DUPLICATE multiple options with the code %1 added to the subnet %2
  51. This warning message is issued on an attempt to configure multiple options
  52. with the same option code for a particular subnet. Adding multiple options
  53. is uncommon for DHCPv4, but is not prohibited.
  54. % DHCP4_CONFIG_RECEIVED received configuration %1
  55. A debug message listing the configuration received by the DHCPv4 server.
  56. The source of that configuration depends on used configuration backend.
  57. % DHCP4_CONFIG_START DHCPv4 server is processing the following configuration: %1
  58. This is a debug message that is issued every time the server receives a
  59. configuration. That happens at start up and also when a server configuration
  60. change is committed by the administrator.
  61. % DHCP4_CONFIG_UPDATE updated configuration received: %1
  62. A debug message indicating that the DHCPv4 server has received an
  63. updated configuration from the Kea configuration system.
  64. % DHCP4_DDNS_REQUEST_SEND_FAILED failed sending a request to kea-dhcp-ddns, error: %1, ncr: %2
  65. This error message indicates that DHCP4 server attempted to send a DDNS
  66. update reqeust to the DHCP-DDNS server. This is most likely a configuration or
  67. networking error.
  68. % DHCP4_DEACTIVATE_INTERFACE deactivate interface %1
  69. This message is printed when DHCPv4 server disables an interface from being
  70. used to receive DHCPv4 traffic. Sockets on this interface will not be opened
  71. by the Interface Manager until interface is enabled.
  72. % DHCP4_DHCID_COMPUTE_ERROR failed to compute the DHCID for lease: %1, reason: %2
  73. This error message is logged when the attempt to compute DHCID for a specified
  74. lease has failed. The lease details and reason for failure is logged in the
  75. message.
  76. % DHCP4_DYNAMIC_RECONFIGURATION initate server reconfiguration using file: %1, after receiving SIGHUP signal
  77. This is the info message logged when the DHCPv4 server starts reconfiguration
  78. as a result of receiving SIGHUP signal.
  79. % DHCP4_DYNAMIC_RECONFIGURATION_FAIL dynamic server reconfiguration failed with file: %1
  80. This is an error message logged when the dynamic reconfiguration of the
  81. DHCP server failed.
  82. % DHCP4_EMPTY_HOSTNAME received empty hostname from the client, skipping processing of this option
  83. This debug message is issued when the server received an empty Hostname option
  84. from a client. Server does not process empty Hostname options and therefore
  85. option is skipped.
  86. % DHCP4_HOOKS_LIBS_RELOAD_FAIL reload of hooks libraries failed
  87. A "libreload" command was issued to reload the hooks libraries but for
  88. some reason the reload failed. Other error messages issued from the
  89. hooks framework will indicate the nature of the problem.
  90. % DHCP4_HOOK_BUFFER_RCVD_SKIP received DHCPv4 buffer was dropped because a callout set the skip flag.
  91. This debug message is printed when a callout installed on buffer4_receive
  92. hook point set the skip flag. For this particular hook point, the
  93. setting of the flag by a callout instructs the server to drop the packet.
  94. % DHCP4_HOOK_BUFFER_SEND_SKIP prepared DHCPv4 response was dropped because a callout set the skip flag.
  95. This debug message is printed when a callout installed on buffer4_send
  96. hook point set the skip flag. For this particular hook point, the
  97. setting of the flag by a callout instructs the server to drop the packet.
  98. Server completed all the processing (e.g. may have assigned, updated
  99. or released leases), but the response will not be send to the client.
  100. % DHCP4_HOOK_LEASE4_RELEASE_SKIP DHCPv4 lease was not released because a callout set the skip flag.
  101. This debug message is printed when a callout installed on lease4_release
  102. hook point set the skip flag. For this particular hook point, the
  103. setting of the flag by a callout instructs the server to not release
  104. a lease.
  105. % DHCP4_HOOK_PACKET_RCVD_SKIP received DHCPv4 packet was dropped, because a callout set the skip flag.
  106. This debug message is printed when a callout installed on the pkt4_receive
  107. hook point sets the skip flag. For this particular hook point, the
  108. setting of the flag instructs the server to drop the packet.
  109. % DHCP4_HOOK_PACKET_SEND_SKIP prepared DHCPv6 response was not sent, because a callout set skip flag.
  110. This debug message is printed when a callout installed on the pkt4_send
  111. hook point sets the skip flag. For this particular hook point, the setting
  112. of the flag instructs the server to drop the packet. This means that
  113. the client will not get any response, even though the server processed
  114. client's request and acted on it (e.g. possibly allocated a lease).
  115. % DHCP4_HOOK_SUBNET4_SELECT_SKIP no subnet was selected, because a callout set skip flag.
  116. This debug message is printed when a callout installed on the
  117. subnet4_select hook point sets the skip flag. For this particular hook
  118. point, the setting of the flag instructs the server not to choose a
  119. subnet, an action that severely limits further processing; the server
  120. will be only able to offer global options - no addresses will be assigned.
  121. % DHCP4_INIT_FAIL failed to initialize Kea server: %1
  122. The server has failed to initialize. This may be because the configuration
  123. was not successful, or it encountered any other critical error on startup.
  124. Attached error message provides more details about the issue.
  125. % DHCP4_INVALID_ADDRESS_INIT_REBOOT invalid address %1 requested by INIT-REBOOT client (id: %2, hwaddr: %3)
  126. This debug message is issued when the client being in the INIT-REBOOT state
  127. requested an address which is not assigned to him. The server will respond
  128. to this client with DHCPNAK.
  129. % DHCP4_LEASE_ADVERT lease %1 advertised (client client-id %2, hwaddr %3)
  130. This debug message indicates that the server successfully advertised
  131. a lease. It is up to the client to choose one server out of othe advertised
  132. and continue allocation with that server. This is a normal behavior and
  133. indicates successful operation.
  134. % DHCP4_LEASE_ADVERT_FAIL failed to advertise a lease for client client-id %1, hwaddr %2, client sent yiaddr %3
  135. This message indicates that the server has failed to offer a lease to
  136. the specified client after receiving a DISCOVER message from it. There are
  137. many possible reasons for such a failure.
  138. % DHCP4_LEASE_ALLOC lease %1 has been allocated for client-id %2, hwaddr %3
  139. This debug message indicates that the server successfully granted a lease
  140. in response to client's REQUEST message. This is a normal behavior and
  141. indicates successful operation.
  142. % DHCP4_LEASE_ALLOC_FAIL failed to grant a lease for client-id %1, hwaddr %2, client sent yiaddr %3
  143. This message indicates that the server failed to grant a lease to the
  144. specified client after receiving a REQUEST message from it. There are many
  145. possible reasons for such a failure. Additional messages will indicate the
  146. reason.
  147. % DHCP4_NAME_GEN_UPDATE_FAIL failed to update the lease after generating name for a client: %1
  148. This message indicates the failure when trying to update the lease and/or
  149. options in the server's response with the hostname generated by the server
  150. from the acquired address. The message argument indicates the reason for the
  151. failure.
  152. % DHCP4_NCR_CREATION_FAILED failed to generate name change requests for DNS: %1
  153. This message indicates that server was unable to generate NameChangeRequests
  154. which should be sent to the kea-dhcp_ddns module to create
  155. new DNS records for the lease being acquired or to update existing records
  156. for the renewed lease. The reason for the failure is printed in the logged
  157. message.
  158. % DHCP4_NOT_RUNNING DHCPv4 server is not running
  159. A warning message is issued when an attempt is made to shut down the
  160. DHCPv4 server but it is not running.
  161. % DHCP4_NO_SOCKETS_OPEN no interface configured to listen to DHCP traffic
  162. This warning message is issued when current server configuration specifies
  163. no interfaces that server should listen on, or specified interfaces are not
  164. configured to receive the traffic.
  165. % DHCP4_NO_SUBNET_FOR_DIRECT_CLIENT no suitable subnet configured for a direct client sending packet with transaction id %1, on interface %2, received message is dropped
  166. This info messsage is logged when received a message from a directly connected
  167. client but there is no suitable subnet configured for the interface on
  168. which this message has been received. The IPv4 address assigned on this
  169. interface must belong to one of the configured subnets. Otherwise
  170. received message is dropped.
  171. % DHCP4_OPEN_SOCKET opening sockets on port %1
  172. A debug message issued during startup, this indicates that the DHCPv4
  173. server is about to open sockets on the specified port.
  174. % DHCP4_OPEN_SOCKET_FAIL failed to open socket: %1
  175. A warning message issued when IfaceMgr fails to open and bind a socket. The reason
  176. for the failure is appended as an argument of the log message.
  177. % DHCP4_PACKET_DROP_NO_TYPE packet received on interface %1 dropped, because of missing msg-type option
  178. This is a debug message informing that incoming DHCPv4 packet did not
  179. have mandatory DHCP message type option and thus was dropped.
  180. % DHCP4_PACKET_NOT_FOR_US received DHCPv4 message (transid=%1, iface=%2) dropped because it contains foreign server identifier
  181. This debug message is issued when received DHCPv4 message is dropped because
  182. it is addressed to a different server, i.e. a server identifier held by
  183. this message doesn't match the identifier used by our server. The arguments
  184. of this message hold the name of the transaction id and interface on which
  185. the message has been received.
  186. % DHCP4_PACKET_PARSE_FAIL failed to parse incoming packet: %1
  187. The DHCPv4 server has received a packet that it is unable to
  188. interpret. The reason why the packet is invalid is included in the message.
  189. % DHCP4_PACKET_PROCESS_FAIL failed to process packet received from %1: %2
  190. This is a general catch-all message indicating that the processing of a
  191. received packet failed. The reason is given in the message. The server
  192. will not send a response but will instead ignore the packet.
  193. % DHCP4_PACKET_RECEIVED %1 (type %2) packet received on interface %3
  194. A debug message noting that the server has received the specified type of
  195. packet on the specified interface. Note that a packet marked as UNKNOWN
  196. may well be a valid DHCP packet, just a type not expected by the server
  197. (e.g. it will report a received OFFER packet as UNKNOWN).
  198. % DHCP4_PACKET_RECEIVE_FAIL error on attempt to receive packet: %1
  199. The DHCPv4 server tried to receive a packet but an error
  200. occurred during this attempt. The reason for the error is included in
  201. the message.
  202. % DHCP4_PACKET_SEND_FAIL failed to send DHCPv4 packet: %1
  203. This error is output if the DHCPv4 server fails to send an assembled
  204. DHCP message to a client. The reason for the error is included in the
  205. message.
  206. % DHCP4_PARSER_COMMIT_EXCEPTION parser failed to commit changes
  207. On receipt of message containing details to a change of the DHCPv4
  208. server configuration, a set of parsers were successfully created, but one
  209. of them failed to commit its changes due to a low-level system exception
  210. being raised. Additional messages may be output indicating the reason.
  211. % DHCP4_PARSER_COMMIT_FAIL parser failed to commit changes: %1
  212. On receipt of message containing details to a change of the DHCPv4
  213. server configuration, a set of parsers were successfully created, but
  214. one of them failed to commit its changes. The reason for the failure
  215. is given in the message.
  216. % DHCP4_PARSER_CREATED created parser for configuration element %1
  217. A debug message output during a configuration update of the DHCPv4
  218. server, notifying that the parser for the specified configuration element
  219. has been successfully created.
  220. % DHCP4_PARSER_EXCEPTION failed to create or run parser for configuration element %1
  221. On receipt of message containing details to a change of its configuration,
  222. the DHCPv4 server failed to create a parser to decode the contents of
  223. the named configuration element, or the creation succeeded but the parsing
  224. actions and committal of changes failed. The message has been output in
  225. response to a non-Kea exception being raised. Additional messages
  226. may give further information.
  227. % DHCP4_PARSER_FAIL failed to create or run parser for configuration element %1: %2
  228. On receipt of message containing details to a change of its configuration,
  229. the DHCPv4 server failed to create a parser to decode the contents
  230. of the named configuration element, or the creation succeeded but the
  231. parsing actions and committal of changes failed. The reason for the
  232. failure is given in the message.
  233. % DHCP4_QUERY_DATA received packet type %1, data is <%2>
  234. A debug message listing the data received from the client.
  235. % DHCP4_QUEUE_NCR name change request to %1 DNS entry queued: %2
  236. A debug message which is logged when the NameChangeRequest to add or remove
  237. a DNS entries for a particular lease has been queued. The first parameter of
  238. this log message indicates whether the DNS entry is to be added or removed.
  239. The second parameter carries the details of the NameChangeRequest.
  240. % DHCP4_RELEASE address %1 belonging to client-id %2, hwaddr %3 was released properly.
  241. This debug message indicates that an address was released properly. It
  242. is a normal operation during client shutdown.
  243. % DHCP4_RELEASE_EXCEPTION exception %1 while trying to release address %2
  244. This message is output when an error was encountered during an attempt
  245. to process a RELEASE message. The error will not affect the client,
  246. which does not expect any response from the server for RELEASE
  247. messages. Depending on the nature of problem, it may affect future
  248. server operation.
  249. % DHCP4_RELEASE_FAIL failed to remove lease for address %1 for duid %2, hwaddr %3
  250. This error message indicates that the software failed to remove a
  251. lease from the lease database. It is probably due to an error during a
  252. database operation: resolution will most likely require administrator
  253. intervention (e.g. check if DHCP process has sufficient privileges to
  254. update the database). It may also be triggered if a lease was manually
  255. removed from the database during RELEASE message processing.
  256. % DHCP4_RELEASE_FAIL_NO_LEASE client (client-id %1, hwaddr %2) tried to release address, %3, but there is no such lease.
  257. This warning message is printed when client attempts to release a lease,
  258. but no such lease is known to the server.
  259. % DHCP4_RELEASE_FAIL_WRONG_CLIENT_ID client (client-id %2) tried to release address %1, but it belongs to client (client-id %3)
  260. This warning message indicates that client tried to release an address
  261. that belongs to a different client. This should not happen in normal
  262. circumstances and may indicate a misconfiguration of the client. However,
  263. since the client releasing the address will stop using it anyway, there
  264. is a good chance that the situation will correct itself.
  265. % DHCP4_RELEASE_FAIL_WRONG_HWADDR client (client-id %2) tried to release address %1, but sent from a wrong hardware address (%3)
  266. This warning message indicates that client tried to release an address
  267. that does belong to it, but the lease information was associated with
  268. a different hardware address. One possible reason for using different
  269. hardware address is that a cloned virtual machine was not updated and
  270. both clones use the same client-id.
  271. % DHCP4_RESPONSE_DATA responding with packet type %1, data is <%2>
  272. A debug message listing the data returned to the client.
  273. % DHCP4_SERVER_FAILED server failed: %1
  274. The DHCPv4 server has encountered a fatal error and is terminating.
  275. The reason for the failure is included in the message.
  276. % DHCP4_SHUTDOWN server shutdown
  277. The DHCPv4 server has terminated normally.
  278. % DHCP4_SHUTDOWN_REQUEST shutdown of server requested
  279. This debug message indicates that a shutdown of the DHCPv4 server has
  280. been requested via a call to the 'shutdown' method of the core Dhcpv4Srv
  281. object.
  282. % DHCP4_SRV_CONSTRUCT_ERROR error creating Dhcpv4Srv object, reason: %1
  283. This error message indicates that during startup, the construction of a
  284. core component within the DHCPv4 server (the Dhcpv4 server object)
  285. has failed. As a result, the server will exit. The reason for the
  286. failure is given within the message.
  287. % DHCP4_STARTING Kea DHCPv4 server version %1 starting
  288. This informational message indicates that the DHCPv4 server has
  289. processed any command-line switches and is starting. The version
  290. is also printed.
  291. % DHCP4_START_INFO pid: %1, port: %2, verbose: %3
  292. This is a debug message issued during the DHCPv4 server startup.
  293. It lists some information about the parameters with which the server
  294. is running.
  295. % DHCP4_SUBNET_SELECTED the %1 subnet was selected for client assignment
  296. This is a debug message noting the selection of a subnet to be used for
  297. address and option assignment. Subnet selection is one of the early
  298. steps in the processing of incoming client message.
  299. % DHCP4_SUBNET_SELECTION_FAILED failed to select a subnet for incoming packet, src: %1, type: %2
  300. This warning message is output when a packet was received from a subnet
  301. for which the DHCPv4 server has not been configured. The most probable
  302. cause is a misconfiguration of the server.
  303. % DHCP4_UNRECOGNIZED_RCVD_PACKET_TYPE received message (transaction id %1) has unrecognized type %2 in option 53
  304. This debug message indicates that the message type carried in DHCPv4 option
  305. 53 is unrecognized by the server. The valid message types are listed
  306. on the IANA website: http://www.iana.org/assignments/bootp-dhcp-parameters/bootp-dhcp-parameters.xhtml#message-type-53.
  307. The message will not be processed by the server.
  308. % DHCP4_UNSUPPORTED_RCVD_PACKET_TYPE received message (transaction id %1), having type %2 is not supported
  309. This debug message indicates that the message type carried in DHCPv4 option
  310. 53 is valid but the message will not be processed by the server. This includes
  311. messages being normally sent by the server to the client, such as Offer, ACK,
  312. NAK etc.