dhcp4_messages.mes 19 KB

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