dhcp4_messages.mes 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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_COMPLETE DHCPv4 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. % DHCP4_CONFIG_LOAD_FAIL failed to load configuration: %1
  30. This critical error message indicates that the initial DHCPv4
  31. configuration has failed. The server will start, but nothing will be
  32. served until the configuration has been corrected.
  33. % DHCP4_CONFIG_NEW_SUBNET A new subnet has been added to configuration: %1
  34. This is an informational message reporting that the configuration has
  35. been extended to include the specified IPv4 subnet.
  36. % DHCP4_CONFIG_START DHCPv4 server is processing the following configuration: %1
  37. This is a debug message that is issued every time the server receives a
  38. configuration. That happens at start up and also when a server configuration
  39. change is committed by the administrator.
  40. % DHCP4_CONFIG_UPDATE updated configuration received: %1
  41. A debug message indicating that the IPv4 DHCP server has received an
  42. updated configuration from the BIND 10 configuration system.
  43. % DHCP4_CONFIG_OPTION_DUPLICATE multiple options with the code: %1 added to the subnet: %2
  44. This warning message is issued on an attempt to configure multiple options with the
  45. same option code for the particular subnet. Adding multiple options is uncommon
  46. for DHCPv4, but it is not prohibited.
  47. % DHCP4_NOT_RUNNING IPv4 DHCP server is not running
  48. A warning message is issued when an attempt is made to shut down the
  49. IPv4 DHCP server but it is not running.
  50. % DHCP4_OPEN_SOCKET opening sockets on port %1
  51. A debug message issued during startup, this indicates that the IPv4 DHCP
  52. server is about to open sockets on the specified port.
  53. % DHCP4_PACKET_PARSE_FAIL failed to parse incoming packet: %1
  54. The IPv4 DHCP server has received a packet that it is unable to
  55. interpret. The reason why the packet is invalid is included in the message.
  56. % DHCP4_PACKET_RECEIVED %1 (type %2) packet received on interface %3
  57. A debug message noting that the server has received the specified type of
  58. packet on the specified interface. Note that a packet marked as UNKNOWN
  59. may well be a valid DHCP packet, just a type not expected by the server
  60. (e.g. it will report a received OFFER packet as UNKNOWN).
  61. % DHCP4_PACKET_RECEIVE_FAIL error on attempt to receive packet: %1
  62. The IPv4 DHCP server tried to receive a packet but an error
  63. occurred during this attempt. The reason for the error is included in
  64. the message.
  65. % DHCP4_PACKET_SEND_FAIL failed to send DHCPv4 packet: %1
  66. This error is output if the IPv4 DHCP server fails to send an assembled
  67. DHCP message to a client. The reason for the error is included in the
  68. message.
  69. % DHCP4_PACK_FAIL failed to assemble response correctly
  70. This error is output if the server failed to assemble the data to be
  71. returned to the client into a valid packet. The cause is most likely
  72. to be a programming error: please raise a bug report.
  73. % DHCP4_QUERY_DATA received packet type %1, data is <%2>
  74. A debug message listing the data received from the client.
  75. % DHCP4_RESPONSE_DATA responding with packet type %1, data is <%2>
  76. A debug message listing the data returned to the client.
  77. % DHCP4_SERVER_FAILED server failed: %1
  78. The IPv4 DHCP server has encountered a fatal error and is terminating.
  79. The reason for the failure is included in the message.
  80. % DHCP4_SESSION_FAIL failed to establish BIND 10 session (%1), running stand-alone
  81. The server has failed to establish communication with the rest of BIND
  82. 10 and is running in stand-alone mode. (This behavior will change once
  83. the IPv4 DHCP server is properly integrated with the rest of BIND 10.)
  84. % DHCP4_SHUTDOWN server shutdown
  85. The IPv4 DHCP server has terminated normally.
  86. % DHCP4_SHUTDOWN_REQUEST shutdown of server requested
  87. This debug message indicates that a shutdown of the IPv4 server has
  88. been requested via a call to the 'shutdown' method of the core Dhcpv4Srv
  89. object.
  90. % DHCP4_SRV_CONSTRUCT_ERROR error creating Dhcpv4Srv object, reason: %1
  91. This error message indicates that during startup, the construction of a
  92. core component within the IPv4 DHCP server (the Dhcpv4 server object)
  93. has failed. As a result, the server will exit. The reason for the
  94. failure is given within the message.
  95. % DHCP4_STANDALONE skipping message queue, running standalone
  96. This is a debug message indicating that the IPv4 server is running in
  97. standalone mode, not connected to the message queue. Standalone mode
  98. is only useful during program development, and should not be used in a
  99. production environment.
  100. % DHCP4_STARTING server starting
  101. This informational message indicates that the IPv4 DHCP server has
  102. processed any command-line switches and is starting.
  103. % DHCP4_START_INFO pid: %1, port: %2, verbose: %3, standalone: %4
  104. This is a debug message issued during the IPv4 DHCP server startup.
  105. It lists some information about the parameters with which the server
  106. is running.