dhcp4_messages.mes 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. # Copyright (C) 2012 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_CCSESSION_STARTED control channel session started on socket %1
  16. A debug message issued during startup after the IPv4 DHCP server has
  17. successfully established a session with the BIND 10 control channel.
  18. % DHCP4_CCSESSION_STARTING starting control channel session, specfile: %1
  19. This debug message is issued just before the IPv4 DHCP server attempts
  20. to establish a session with the BIND 10 control channel.
  21. % DHCP4_COMMAND_RECEIVED received command %1, arguments: %2
  22. A debug message listing the command (and possible arguments) received
  23. from the BIND 10 control system by the IPv4 DHCP server.
  24. % DHCP4_CONFIG_LOAD_FAIL failed to load configuration: %1
  25. This critical error message indicates that the initial DHCPv4
  26. configuration has failed. The server will start, but nothing will be
  27. served until the configuration has been corrected.
  28. % DHCP4_CONFIG_NEW_SUBNET A new subnet has been added to configuration: %1
  29. This is an informational message reporting that the configuration has
  30. been extended to include the specified IPv4 subnet.
  31. % DHCP4_CONFIG_OPTION_DUPLICATE multiple options with the code %1 added to the subnet %2
  32. This warning message is issued on an attempt to configure multiple options
  33. with the same option code for a particular subnet. Adding multiple options
  34. is uncommon for DHCPv4, but is not prohibited.
  35. % DHCP4_CONFIG_UPDATE updated configuration received: %1
  36. A debug message indicating that the IPv4 DHCP server has received an
  37. updated configuration from the BIND 10 configuration system.
  38. % DHCP4_CONFIG_START DHCPv4 server is processing the following configuration: %1
  39. This is a debug message that is issued every time the server receives a
  40. configuration. That happens at start up and also when a server configuration
  41. change is committed by the administrator.
  42. % DHCP4_CONFIG_COMPLETE DHCPv4 server has completed configuration: %1
  43. This is an informational message announcing the successful processing of a
  44. new configuration. It is output during server startup, and when an updated
  45. configuration is committed by the administrator. Additional information
  46. may be provided.
  47. % DHCP4_DB_BACKEND_STARTED lease database started (type: %1, name: %2)
  48. This informational message is printed every time DHCPv4 server is started
  49. and gives both the type and name of the database being used to store
  50. lease and other information.
  51. % DHCP4_LEASE_ADVERT lease %1 advertised (client client-id %2, hwaddr %3)
  52. This debug message indicates that the server successfully advertised
  53. a lease. It is up to the client to choose one server out of othe advertised
  54. and continue allocation with that server. This is a normal behavior and
  55. indicates successful operation.
  56. % DHCP4_LEASE_ADVERT_FAIL failed to advertise a lease for client client-id %1, hwaddr %2
  57. This message indicates that the server has failed to offer a lease to
  58. the specified client after receiving a DISCOVER message from it. There are
  59. many possible reasons for such a failure.
  60. % DHCP4_LEASE_ALLOC lease %1 has been allocated for client-id %2, hwaddr %3
  61. This debug message indicates that the server successfully granted a lease
  62. in response to client's REQUEST message. This is a normal behavior and
  63. incicates successful operation.
  64. % DHCP4_LEASE_ALLOC_FAIL failed to grant a lease for client-id %1, hwaddr %2
  65. This message indicates that the server failed to grant a lease to the
  66. specified client after receiving a REQUEST message from it. There are many
  67. possible reasons for such a failure. Additional messages will indicate the
  68. reason.
  69. % DHCP4_NOT_RUNNING IPv4 DHCP server is not running
  70. A warning message is issued when an attempt is made to shut down the
  71. IPv4 DHCP server but it is not running.
  72. % DHCP4_OPEN_SOCKET opening sockets on port %1
  73. A debug message issued during startup, this indicates that the IPv4 DHCP
  74. server is about to open sockets on the specified port.
  75. % DHCP4_PACKET_PARSE_FAIL failed to parse incoming packet: %1
  76. The IPv4 DHCP server has received a packet that it is unable to
  77. interpret. The reason why the packet is invalid is included in the message.
  78. % DHCP4_PACKET_RECEIVED %1 (type %2) packet received on interface %3
  79. A debug message noting that the server has received the specified type of
  80. packet on the specified interface. Note that a packet marked as UNKNOWN
  81. may well be a valid DHCP packet, just a type not expected by the server
  82. (e.g. it will report a received OFFER packet as UNKNOWN).
  83. % DHCP4_PACKET_RECEIVE_FAIL error on attempt to receive packet: %1
  84. The IPv4 DHCP server tried to receive a packet but an error
  85. occured during this attempt. The reason for the error is included in
  86. the message.
  87. % DHCP4_PACKET_SEND_FAIL failed to send DHCPv4 packet: %1
  88. This error is output if the IPv4 DHCP server fails to send an assembled
  89. DHCP message to a client. The reason for the error is included in the
  90. message.
  91. % DHCP4_PACK_FAIL failed to assemble response correctly
  92. This error is output if the server failed to assemble the data to be
  93. returned to the client into a valid packet. The cause is most likely
  94. to be a programming error: please raise a bug report.
  95. % DHCP4_QUERY_DATA received packet type %1, data is <%2>
  96. A debug message listing the data received from the client.
  97. % DHCP4_RELEASE address %1 belonging to client-id %2, hwaddr %3 was released properly.
  98. This debug message indicates that an address was released properly. It
  99. is a normal operation during client shutdown.
  100. % DHCP4_RELEASE_EXCEPTION exception %1 while trying to release address %2
  101. This error message indicates that an exception was raised during an attempt
  102. to process RELEASE message. This does not affect the client as it does not expect
  103. any response for RELEASE message. Depending on the nature of exception it may
  104. affect future server operation.
  105. % DHCP4_RELEASE_FAIL failed to remove lease for address %1 for duid %2, hwaddr %3
  106. This error message indicates that the software failed to remove a
  107. lease from the lease database. It is probably due to an error during a
  108. database operation: resolution will most likely require administrator
  109. intervention (e.g. check if DHCP process has sufficient privileges to
  110. update the database). It may also be triggered if a lease was manually
  111. removed from the database during RELEASE message processing.
  112. % DHCP4_RELEASE_FAIL_NO_LEASE client (client-id %2) tried to release address %1, but there is no lease for such address.
  113. This warning message is printed when client attempts to release a lease,
  114. but no such lease is known to the server.
  115. % DHCP4_RELEASE_FAIL_WRONG_CLIENT_ID client (client-id %2) tried to release address %1, but it belongs to client (client-id %3)
  116. This warning message indicates that client tried to release an address
  117. that belongs to a different client. This should not happen in normal
  118. circumstances and may indicate a misconfiguration of the client. However,
  119. since the client releasing the address will stop using it anyway, there
  120. is a good chance that the situation will correct itself.
  121. % DHCP4_RELEASE_FAIL_WRONG_HWADDR client (client-id %2) tried to release address %1, but sent from a wrong hardware address (%3)
  122. This warning message indicates that client tried to release an address
  123. that does belong to it, but the lease information was associated with
  124. a different hardware address. One possible reason for using different
  125. hardware address is that a cloned virtual machine was not updated and
  126. both clones use the same client-id.
  127. % DHCP4_RESPONSE_DATA responding with packet type %1, data is <%2>
  128. A debug message listing the data returned to the client.
  129. % DHCP4_SERVER_FAILED server failed: %1
  130. The IPv4 DHCP server has encountered a fatal error and is terminating.
  131. The reason for the failure is included in the message.
  132. % DHCP4_SESSION_FAIL failed to establish BIND 10 session (%1), running stand-alone
  133. The server has failed to establish communication with the rest of BIND
  134. 10 and is running in stand-alone mode. (This behavior will change once
  135. the IPv4 DHCP server is properly integrated with the rest of BIND 10.)
  136. % DHCP4_SHUTDOWN server shutdown
  137. The IPv4 DHCP server has terminated normally.
  138. % DHCP4_SHUTDOWN_REQUEST shutdown of server requested
  139. This debug message indicates that a shutdown of the IPv4 server has
  140. been requested via a call to the 'shutdown' method of the core Dhcpv4Srv
  141. object.
  142. % DHCP4_SRV_CONSTRUCT_ERROR error creating Dhcpv4Srv object, reason: %1
  143. This error message indicates that during startup, the construction of a
  144. core component within the IPv4 DHCP server (the Dhcpv4 server object)
  145. has failed. As a result, the server will exit. The reason for the
  146. failure is given within the message.
  147. % DHCP4_STANDALONE skipping message queue, running standalone
  148. This is a debug message indicating that the IPv4 server is running in
  149. standalone mode, not connected to the message queue. Standalone mode
  150. is only useful during program development, and should not be used in a
  151. production environment.
  152. % DHCP4_STARTING server starting
  153. This informational message indicates that the IPv4 DHCP server has
  154. processed any command-line switches and is starting.
  155. % DHCP4_START_INFO pid: %1, port: %2, verbose: %3, standalone: %4
  156. This is a debug message issued during the IPv4 DHCP server startup.
  157. It lists some information about the parameters with which the server
  158. is running.
  159. % DHCP4_SUBNET_SELECTED the %1 subnet was selected for client assignment
  160. This is a debug message noting the selection of a subnet to be used for
  161. address and option assignment. Subnet selection is one of the early
  162. steps in the processing of incoming client message.
  163. % DHCP4_SUBNET_SELECTION_FAILED failed to select a subnet for incoming packet, src: %1, type: %2
  164. This warning message is output when a packet was received from a subnet
  165. for which the DHCPv4 server has not been configured. The most probable
  166. cause is a misconfiguration of the server.