dhcp4_messages.mes 22 KB

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