dhcp6_messages.mes 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  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. % DHCP6_ACTIVATE_INTERFACE activating interface %1
  16. This message is printed when DHCPv6 server enabled an interface to be used
  17. to receive DHCPv6 traffic. IPv6 socket on this interface will be opened once
  18. Interface Manager starts up procedure of opening sockets.
  19. % DHCP6_CCSESSION_STARTED control channel session started on socket %1
  20. A debug message issued during startup after the IPv6 DHCP server has
  21. successfully established a session with the BIND 10 control channel.
  22. % DHCP6_CCSESSION_STARTING starting control channel session, specfile: %1
  23. This debug message is issued just before the IPv6 DHCP server attempts
  24. to establish a session with the BIND 10 control channel.
  25. % DHCP6_CLIENTID_MISSING mandatory client-id option is missing, message from %1 dropped
  26. This error message indicates that the received message is being dropped
  27. because it does not include the mandatory client-id option necessary for
  28. address assignment. The most likely cause is a problem with the client.
  29. % DHCP6_COMMAND_RECEIVED received command %1, arguments: %2
  30. A debug message listing the command (and possible arguments) received
  31. from the BIND 10 control system by the IPv6 DHCP server.
  32. % DHCP6_CONFIG_COMPLETE DHCPv6 server has completed configuration: %1
  33. This is an informational message announcing the successful processing of a
  34. new configuration. it is output during server startup, and when an updated
  35. configuration is committed by the administrator. Additional information
  36. may be provided.
  37. % DHCP6_CONFIG_LOAD_FAIL failed to load configuration: %1
  38. This critical error message indicates that the initial DHCPv6
  39. configuration has failed. The server will start, but nothing will be
  40. served until the configuration has been corrected.
  41. % DHCP6_CONFIG_NEW_SUBNET a new subnet has been added to configuration: %1
  42. This is an informational message reporting that the configuration has
  43. been extended to include the specified subnet.
  44. % DHCP6_CONFIG_OPTION_DUPLICATE multiple options with the code: %1 added to the subnet: %2
  45. This warning message is issued on an attempt to configure multiple options with the
  46. same option code for the particular subnet. Adding multiple options is uncommon
  47. for DHCPv6, but it is not prohibited.
  48. % DHCP6_CONFIG_START DHCPv6 server is processing the following configuration: %1
  49. This is a debug message that is issued every time the server receives a
  50. configuration. That happens start up and also when a server configuration
  51. change is committed by the administrator.
  52. % DHCP6_CONFIG_UPDATE updated configuration received: %1
  53. A debug message indicating that the IPv6 DHCP server has received an
  54. updated configuration from the BIND 10 configuration system.
  55. % DHCP6_DB_BACKEND_STARTED lease database started (type: %1, name: %2)
  56. This informational message is printed every time the IPv6 DHCP server
  57. is started. It indicates what database backend type is being to store
  58. lease and other information.
  59. % DHCP6_DDNS_CREATE_ADD_NAME_CHANGE_REQUEST created name change request: %1
  60. This debug message is logged when the new Name Change Request has been created
  61. to perform the DNS Update, which adds new RRs.
  62. % DHCP6_DDNS_CREATE_REMOVE_NAME_CHANGE_REQUEST created name change request: %1
  63. This debug message is logged when the new Name Change Request has been created
  64. to perform the DNS Update, which removes RRs from the DNS.
  65. % DHCP6_DDNS_LEASE_ASSIGN_FQDN_CHANGE FQDN for the allocated lease: %1 has changed. New values: hostname = %2, reverse mapping = %3, forward mapping = %4
  66. This debug message is logged when FQDN mapping for a particular lease has
  67. been changed by the recent Request message. This mapping will be changed in DNS.
  68. % DHCP6_DDNS_LEASE_RENEW_FQDN_CHANGE FQDN for the renewed lease: %1 has changed
  69. New values: hostname = %2, reverse mapping = %3, forward mapping = %4
  70. This debug message is logged when FQDN mapping for a particular lease has been
  71. changed by the recent Renew message. This mapping will be changed in DNS.
  72. % DHCP6_DEACTIVATE_INTERFACE deactivate interface %1
  73. This message is printed when DHCPv6 server disables an interface from being
  74. used to receive DHCPv6 traffic. Sockets on this interface will not be opened
  75. by the Interface Manager until interface is enabled.
  76. % DHCP6_DDNS_SEND_FQDN sending DHCPv6 Client FQDN Option to the client: %1
  77. This debug message is logged when server includes an DHCPv6 Client FQDN Option
  78. in its response to the client.
  79. % DHCP6_DDNS_RECEIVE_FQDN received DHCPv6 Client FQDN Option: %1
  80. This debug message is logged when server has found the DHCPv6 Client FQDN Option
  81. sent by a client and started processing it.
  82. % DHCP6_DDNS_REMOVE_EMPTY_HOSTNAME FQDN for the lease being deleted is empty: %1
  83. This error message is issued when a lease being deleted contains an indication
  84. that the DNS Update has been performed for it, but the FQDN is missing for this
  85. lease. This is an indication that someone may have messed up in the lease
  86. database.
  87. % DHCP6_DDNS_REMOVE_INVALID_HOSTNAME FQDN for the lease being deleted has invalid format: %1
  88. This error message is issued when a lease being deleted contains an indication
  89. that the DNS Update has been performed for it, but the FQDN held in the lease
  90. database has invalid format and can't be transformed to the canonical on-wire
  91. format.
  92. % DHCP6_HOOK_BUFFER_RCVD_SKIP received DHCPv6 buffer was dropped because a callout set the skip flag
  93. This debug message is printed when a callout installed on buffer6_receive
  94. hook point set the skip flag. For this particular hook point, the
  95. setting of the flag by a callout instructs the server to drop the packet.
  96. % DHCP6_HOOK_BUFFER_SEND_SKIP prepared DHCPv6 response was dropped because a callout set the skip flag
  97. This debug message is printed when a callout installed on buffer6_send
  98. hook point set the skip flag. For this particular hook point, the
  99. setting of the flag by a callout instructs the server to drop the packet.
  100. Server completed all the processing (e.g. may have assigned, updated
  101. or released leases), but the response will not be send to the client.
  102. % DHCP6_HOOK_LEASE6_RENEW_SKIP DHCPv6 lease was not renewed because a callout set the skip flag
  103. This debug message is printed when a callout installed on lease6_renew
  104. hook point set the skip flag. For this particular hook point, the setting
  105. of the flag by a callout instructs the server to not renew a lease. If
  106. client requested renewal of multiples leases (by sending multiple IA
  107. options), the server will skip the renewal of the one in question and
  108. will proceed with other renewals as usual.
  109. % DHCP6_HOOK_LEASE6_RELEASE_NA_SKIP DHCPv6 address lease was not released because a callout set the skip flag
  110. This debug message is printed when a callout installed on the
  111. lease6_release hook point set the skip flag. For this particular hook
  112. point, the setting of the flag by a callout instructs the server to not
  113. release a lease. If a client requested the release of multiples leases
  114. (by sending multiple IA options), the server will retain this particular
  115. lease and proceed with other releases as usual.
  116. % DHCP6_HOOK_LEASE6_RELEASE_PD_SKIP DHCPv6 prefix lease was not released because a callout set the skip flag
  117. This debug message is printed when a callout installed on lease6_release
  118. hook point set the skip flag. For this particular hook point, the
  119. setting of the flag by a callout instructs the server to not release
  120. a lease. If client requested release of multiples leases (by sending
  121. multiple IA options), the server will retains this particular lease and
  122. will proceed with other renewals as usual.
  123. % DHCP6_HOOK_PACKET_RCVD_SKIP received DHCPv6 packet was dropped because a callout set the skip flag
  124. This debug message is printed when a callout installed on the pkt6_receive
  125. hook point set the skip flag. For this particular hook point, the
  126. setting of the flag by a callout instructs the server to drop the packet.
  127. % DHCP6_HOOK_PACKET_SEND_SKIP prepared DHCPv6 response was not sent because a callout set the skip flag
  128. This debug message is printed when a callout installed on the pkt6_send
  129. hook point set the skip flag. For this particular hook point, the setting
  130. of the flag by a callout instructs the server to drop the packet. This
  131. effectively means that the client will not get any response, even though
  132. the server processed client's request and acted on it (e.g. possibly
  133. allocated a lease).
  134. % DHCP6_HOOK_SUBNET6_SELECT_SKIP no subnet was selected because a callout set the skip flag
  135. This debug message is printed when a callout installed on the
  136. subnet6_select hook point set the skip flag. For this particular hook
  137. point, the setting of the flag instructs the server not to choose a
  138. subnet, an action that severely limits further processing; the server
  139. will be only able to offer global options - no addresses or prefixes
  140. will be assigned.
  141. % DHCP6_HOOKS_LIBS_RELOAD_FAIL reload of hooks libraries failed
  142. A "libreload" command was issued to reload the hooks libraries but for
  143. some reason the reload failed. Other error messages issued from the
  144. hooks framework will indicate the nature of the problem.
  145. % DHCP6_LEASE_ADVERT address lease %1 advertised (client duid=%2, iaid=%3)
  146. This debug message indicates that the server successfully advertised
  147. an address lease. It is up to the client to choose one server out of the
  148. advertised servers and continue allocation with that server. This
  149. is a normal behavior and indicates successful operation.
  150. % DHCP6_PD_LEASE_ADVERT prefix lease %1/%2 advertised (client duid=%3, iaid=%4)
  151. This debug message indicates that the server successfully advertised
  152. a prefix lease. It is up to the client to choose one server out of the
  153. advertised servers and continue allocation with that server. This
  154. is a normal behavior and indicates successful operation.
  155. % DHCP6_LEASE_ADVERT_FAIL failed to advertise an address lease for client duid=%1, iaid=%2
  156. This message indicates that in response to a received SOLICIT, the server
  157. failed to advertise a non-temporary lease for a given client. There may
  158. be many reasons for such failure. Each failure is logged in a separate
  159. log entry.
  160. % DHCP6_PD_LEASE_ADVERT_FAIL failed to advertise a prefix lease for client duid=%1, iaid=%2
  161. This message indicates that in response to a received SOLICIT, the
  162. server failed to advertise a prefix lease for the client. There may
  163. be many reasons for such failure. Each failure is logged in a separate
  164. log entry.
  165. % DHCP6_LEASE_ALLOC address lease %1 has been allocated (client duid=%2, iaid=%3)
  166. This debug message indicates that in response to a client's REQUEST
  167. message, the server successfully granted an non-temporary address
  168. lease. This is a normal behavior and indicates successful operation.
  169. % DHCP6_PD_LEASE_ALLOC prefix lease %1/%2 has been allocated (client duid=%3, iaid=%4)
  170. This debug message indicates that in response to a client's REQUEST
  171. message, the server successfully granted a prefix delegation lease. This
  172. is a normal behavior and indicates successful operation.
  173. % DHCP6_LEASE_ALLOC_FAIL failed to grant an address lease for client duid=%1, iaid=%2
  174. This message indicates that in response to a received REQUEST, the server
  175. failed to grant a non-temporary address lease for the client. There may
  176. be many reasons for such failure. Each failure is logged in a separate
  177. log entry.
  178. % DHCP6_PD_LEASE_ALLOC_FAIL failed to grant a prefix lease for client duid=%1, iaid=%2
  179. This message indicates that the server failed to grant (in response to
  180. received REQUEST) a prefix lease for a given client. There may be many reasons
  181. for such failure. Each failure is logged in a separate log entry.
  182. % DHCP6_LEASE_NA_WITHOUT_DUID address lease for address %1 does not have a DUID
  183. This error message indicates a database consistency problem. The lease
  184. database has an entry indicating that the given address is in use,
  185. but the lease does not contain any client identification. This is most
  186. likely due to a software error: please raise a bug report. As a temporary
  187. workaround, manually remove the lease entry from the database.
  188. % DHCP6_LEASE_PD_WITHOUT_DUID prefix lease for address %1 does not have a DUID
  189. This error message indicates a database consistency failure. The lease
  190. database has an entry indicating that the given prefix is in use,
  191. but the lease does not contain any client identification. This is most
  192. likely due to a software error: please raise a bug report. As a temporary
  193. workaround, manually remove the lease entry from the database.
  194. % DHCP6_NOT_RUNNING IPv6 DHCP server is not running
  195. A warning message is issued when an attempt is made to shut down the
  196. IPv6 DHCP server but it is not running.
  197. % DHCP6_NO_INTERFACES failed to detect any network interfaces
  198. During startup the IPv6 DHCP server failed to detect any network
  199. interfaces and is therefore shutting down.
  200. % DHCP6_NO_SOCKETS_OPEN no interface configured to listen to DHCP traffic
  201. This warning message is issued when current server configuration specifies
  202. no interfaces that server should listen on, or specified interfaces are not
  203. configured to receive the traffic.
  204. % DHCP6_OPEN_SOCKET opening sockets on port %1
  205. A debug message issued during startup, this indicates that the IPv6 DHCP
  206. server is about to open sockets on the specified port.
  207. % DHCP6_OPEN_SOCKET_FAIL failed to create socket: %1
  208. A warning message issued when IfaceMgr fails to open and bind a socket. The reason
  209. for the failure is appended as an argument of the log message.
  210. % DHCP6_PACKET_PARSE_FAIL failed to parse incoming packet
  211. The IPv6 DHCP server has received a packet that it is unable to interpret.
  212. % DHCP6_PACKET_PROCESS_FAIL processing of %1 message received from %2 failed: %3
  213. This is a general catch-all message indicating that the processing of the
  214. specified packet type from the indicated address failed. The reason is given in the
  215. message. The server will not send a response but will instead ignore the packet.
  216. % DHCP6_PACKET_RECEIVED %1 packet received
  217. A debug message noting that the server has received the specified type
  218. of packet. Note that a packet marked as UNKNOWN may well be a valid
  219. DHCP packet, just a type not expected by the server (e.g. it will report
  220. a received OFFER packet as UNKNOWN).
  221. % DHCP6_PACKET_RECEIVE_FAIL error on attempt to receive packet: %1
  222. The IPv6 DHCP server tried to receive a packet but an error
  223. occurred during this attempt. The reason for the error is included in
  224. the message.
  225. % DHCP6_PACKET_SEND_FAIL failed to send DHCPv6 packet: %1
  226. This error is output if the IPv6 DHCP server fails to send an assembled
  227. DHCP message to a client. The reason for the error is included in the
  228. message.
  229. % DHCP6_PACK_FAIL failed to assemble response correctly
  230. This error is output if the server failed to assemble the data to be
  231. returned to the client into a valid packet. The reason is most likely
  232. to be to a programming error: please raise a bug report.
  233. % DHCP6_PARSER_COMMIT_EXCEPTION parser failed to commit changes
  234. On receipt of message containing details to a change of the IPv6 DHCP
  235. server configuration, a set of parsers were successfully created, but one
  236. of them failed to commit its changes due to a low-level system exception
  237. being raised. Additional messages may be output indicating the reason.
  238. % DHCP6_PARSER_COMMIT_FAIL parser failed to commit changes: %1
  239. On receipt of message containing details to a change of the IPv6 DHCP
  240. server configuration, a set of parsers were successfully created, but
  241. one of them failed to commit its changes. The reason for the failure
  242. is given in the message.
  243. % DHCP6_PARSER_CREATED created parser for configuration element %1
  244. A debug message output during a configuration update of the IPv6 DHCP
  245. server, notifying that the parser for the specified configuration element
  246. has been successfully created.
  247. % DHCP6_PARSER_EXCEPTION failed to create or run parser for configuration element %1
  248. On receipt of message containing details to a change of its configuration,
  249. the IPv6 DHCP server failed to create a parser to decode the contents of
  250. the named configuration element, or the creation succeeded but the parsing
  251. actions and committal of changes failed. The message has been output in
  252. response to a non-BIND 10 exception being raised. Additional messages
  253. may give further information.
  254. The most likely cause of this is that the specification file for the
  255. server (which details the allowable contents of the configuration) is
  256. not correct for this version of BIND 10. This may be the result of an
  257. interrupted installation of an update to BIND 10.
  258. % DHCP6_PARSER_FAIL failed to create or run parser for configuration element %1: %2
  259. On receipt of message containing details to a change of its configuration,
  260. the IPv6 DHCP server failed to create a parser to decode the contents
  261. of the named configuration element, or the creation succeeded but the
  262. parsing actions and committal of changes failed. The reason for the
  263. failure is given in the message.
  264. % DHCP6_PROCESS_IA_NA_REQUEST server is processing IA_NA option (duid=%1, iaid=%2, hint=%3)
  265. This is a debug message that indicates the processing of a received
  266. IA_NA option. It may optionally contain an address that may be used by
  267. the server as a hint for possible requested address.
  268. % DHCP6_PROCESS_IA_PD_REQUEST server is processing IA_PD option (duid=%1, iaid=%2, hint=%3)
  269. This is a debug message that indicates a processing of received IA_PD
  270. option. It may optionally contain an prefix that may be used by the server
  271. as a hint for possible requested prefix.
  272. % DHCP6_QUERY_DATA received packet length %1, data length %2, data is %3
  273. A debug message listing the data received from the client or relay.
  274. % DHCP6_RELEASE_NA address %1 belonging to client duid=%2, iaid=%3 was released properly
  275. This debug message indicates that an address was released properly. It
  276. is a normal operation during client shutdown.
  277. % DHCP6_RELEASE_PD prefix %1 belonging to client duid=%2, iaid=%3 was released properly
  278. This debug message indicates that a prefix was released properly. It
  279. is a normal operation during client shutdown.
  280. % DHCP6_RELEASE_NA_FAIL failed to remove address lease for address %1 for duid=%2, iaid=%3
  281. This error message indicates that the software failed to remove an address
  282. lease from the lease database. It probably due to an error during a
  283. database operation: resolution will most likely require administrator
  284. intervention (e.g. check if DHCP process has sufficient privileges to
  285. update the database). It may also be triggered if a lease was manually
  286. removed from the database during RELEASE message processing.
  287. % DHCP6_RELEASE_PD_FAIL failed to remove prefix lease for address %1 for duid=%2, iaid=%3
  288. This error message indicates that the software failed to remove a prefix
  289. lease from the lease database. It probably due to an error during a
  290. database operation: resolution will most likely require administrator
  291. intervention (e.g. check if DHCP process has sufficient privileges to
  292. update the database). It may also be triggered if a lease was manually
  293. removed from the database during RELEASE message processing.
  294. % DHCP6_RELEASE_NA_FAIL_WRONG_DUID client (duid=%1) tried to release address %2, but it belongs to another client (duid=%3)
  295. This warning message indicates that a client tried to release an address
  296. that belongs to a different client. This should not happen in normal
  297. circumstances and may indicate a misconfiguration of the client. However,
  298. since the client releasing the address will stop using it anyway, there
  299. is a good chance that the situation will correct itself.
  300. % DHCP6_RELEASE_PD_FAIL_WRONG_DUID client (duid=%1) tried to release prefix %2, but it belongs to another client (duid=%3)
  301. This warning message indicates that client tried to release a prefix
  302. that belongs to a different client. This should not happen in normal
  303. circumstances and may indicate a misconfiguration of the client. However,
  304. since the client releasing the prefix will stop using it anyway, there
  305. is a good chance that the situation will correct itself.
  306. % DHCP6_RELEASE_NA_FAIL_WRONG_IAID client (duid=%1) tried to release address %2, but it used wrong IAID (expected %3, but got %4)
  307. This warning message indicates that client tried to release an address
  308. that does belong to it, but the address was expected to be in a different
  309. IA (identity association) container. This probably means that the client's
  310. support for multiple addresses is flawed.
  311. % DHCP6_RELEASE_PD_FAIL_WRONG_IAID client (duid=%1) tried to release prefix %2, but it used wrong IAID (expected %3, but got %4)
  312. This warning message indicates that client tried to release a prefix
  313. that does belong to it, but the address was expected to be in a different
  314. IA (identity association) container. This probably means that the client's
  315. support for multiple prefixes is flawed.
  316. % DHCP6_RELEASE_MISSING_CLIENTID client (address=%1) sent RELEASE message without mandatory client-id
  317. This warning message indicates that client sent RELEASE message without
  318. mandatory client-id option. This is most likely caused by a buggy client
  319. (or a relay that malformed forwarded message). This request will not be
  320. processed and a response with error status code will be sent back.
  321. % DHCP6_RENEW_UNKNOWN_SUBNET RENEW message received from client on unknown subnet (duid=%1, iaid=%2)
  322. A warning message indicating that a client is attempting to renew his lease,
  323. but the server does not have any information about the subnet this client belongs
  324. to. This may mean that faulty the mobile client changed its location and is trying to
  325. renew its old address (client is supposed to send confirm, not rewew in such cases,
  326. according to RFC3315) or the server configuration has changed and information about
  327. existing subnet was removed. Note that in a sense this is worse case of DHCP6_UNKNOWN_RENEW,
  328. as not only the lease is unknown, but also the subnet is. Depending on the reasons
  329. of this condition, it may or may not correct on its own.
  330. % DHCP6_REQUIRED_OPTIONS_CHECK_FAIL %1 message received from %2 failed the following check: %3
  331. This message indicates that received DHCPv6 packet is invalid. This may be due
  332. to a number of reasons, e.g. the mandatory client-id option is missing,
  333. the server-id forbidden in that particular type of message is present,
  334. there is more than one instance of client-id or server-id present,
  335. etc. The exact reason for rejecting the packet is included in the message.
  336. % DHCP6_RESPONSE_DATA responding with packet type %1 data is %2
  337. A debug message listing the data returned to the client.
  338. % DHCP6_SERVERID_GENERATED server-id %1 has been generated and will be stored in %2
  339. This informational messages indicates that the server was not able to read
  340. its server identifier (DUID) and has generated a new one. This server-id
  341. will be stored in a file and will be read and used during next restart. It
  342. is normal behavior when the server is started for the first time. If
  343. this message is printed every start, please check that the server have
  344. sufficient permission to write its server-id file and that the file is not
  345. corrupt.
  346. Changing the server identifier in a production environment is not
  347. recommended as existing clients will not recognize the server and may go
  348. through a rebind phase. However, they should be able to recover without
  349. losing their leases.
  350. % DHCP6_SERVERID_LOADED server-id %1 has been loaded from file %2
  351. This debug message indicates that the server loaded its server identifier.
  352. That value is sent in all server responses and clients use it to
  353. discriminate between servers. This is a part of normal startup or
  354. reconfiguration procedure.
  355. % DHCP6_SERVERID_WRITE_FAIL server was not able to write its ID to file %1
  356. This warning message indicates that server was not able to write its
  357. server identifier (DUID) to a file. This likely indicates lack of write
  358. permission to a given file or directory. This is not cricital and the
  359. server will continue to operate, but server will generate different DUID
  360. during every start and clients will need to go through a rebind phase
  361. to recover.
  362. % DHCP6_SERVER_FAILED server failed: %1
  363. The IPv6 DHCP server has encountered a fatal error and is terminating.
  364. The reason for the failure is included in the message.
  365. % DHCP6_SESSION_FAIL failed to establish BIND 10 session (%1), running stand-alone
  366. The server has failed to establish communication with the rest of BIND
  367. 10 and is running in stand-alone mode. (This behavior will change once
  368. the IPv6 DHCP server is properly integrated with the rest of BIND 10.)
  369. % DHCP6_SHUTDOWN server shutdown
  370. The IPv6 DHCP server has terminated normally.
  371. % DHCP6_SHUTDOWN_REQUEST shutdown of server requested
  372. This debug message indicates that a shutdown of the IPv6 server has
  373. been requested via a call to the 'shutdown' method of the core Dhcpv6Srv
  374. object.
  375. % DHCP6_SOCKET_UNICAST server is about to open socket on address %1 on interface %2
  376. This is a debug message that inform that a unicast socket will be opened.
  377. % DHCP6_SRV_CONSTRUCT_ERROR error creating Dhcpv6Srv object, reason: %1
  378. This error message indicates that during startup, the construction of a
  379. core component within the IPv6 DHCP server (the Dhcpv6 server object)
  380. has failed. As a result, the server will exit. The reason for the
  381. failure is given within the message.
  382. % DHCP6_STANDALONE skipping message queue, running standalone
  383. This is a debug message indicating that the IPv6 server is running in
  384. standalone mode, not connected to the message queue. Standalone mode
  385. is only useful during program development, and should not be used in a
  386. production environment.
  387. % DHCP6_STARTING server starting
  388. This informational message indicates that the IPv6 DHCP server has
  389. processed any command-line switches and is starting.
  390. % DHCP6_START_INFO pid: %1, port: %2, verbose: %3, standalone: %4
  391. This is a debug message issued during the IPv6 DHCP server startup.
  392. It lists some information about the parameters with which the server
  393. is running.
  394. % DHCP6_SUBNET_SELECTED the %1 subnet was selected for client assignment
  395. This is a debug message informing that a given subnet was selected. It will
  396. be used for address and option assignment. This is one of the early steps
  397. in the processing of incoming client message.
  398. % DHCP6_SUBNET_SELECTION_FAILED failed to select a subnet for incoming packet, src=%1 type=%2
  399. This warning message is output when a packet was received from a subnet for
  400. which the DHCPv6 server has not been configured. The cause is most likely due
  401. to a misconfiguration of the server. The packet processing will continue, but
  402. the response will only contain generic configuration parameters and no
  403. addresses or prefixes.
  404. % DHCP6_UNKNOWN_MSG_RECEIVED received unknown message (type %d) on interface %2
  405. This debug message is printed when server receives a message of unknown type.
  406. That could either mean missing functionality or invalid or broken relay or client.
  407. The list of formally defined message types is available here:
  408. http://www.iana.org/assignments/dhcpv6-parameters.
  409. % DHCP6_UNKNOWN_RELEASE_NA received RELEASE from unknown client (IA_NA, duid=%1, iaid=%2)
  410. This warning message is printed when client attempts to release an address
  411. lease, but no such lease is known by the server. See the explanation
  412. of the status code DHCP6_UNKNOWN_RENEW_NA for possible reasons for
  413. such behavior.
  414. % DHCP6_UNKNOWN_RELEASE_PD received RELEASE from unknown client (IA_PD, duid=%1, iaid=%2)
  415. This warning message is printed when client attempts to release an prefix
  416. lease, but no such lease is known by the server. See the explanation
  417. of the status code DHCP6_UNKNOWN_RENEW_PD for possible reasons for
  418. such behavior.
  419. % DHCP6_UNKNOWN_RENEW_NA received unknown IA_NA RENEW from client (duid=%1, iaid=%2) in subnet %3
  420. This warning message is printed when client attempts to renew an address
  421. lease (in the IA_NA option) but no such lease is known by the server. It
  422. typically means that client has attempted to use its lease past its
  423. lifetime: causes of this include a adjustment of the client's date/time
  424. setting or poor support on the client for sleep/recovery. A properly
  425. implemented client will recover from such a situation by restarting the
  426. lease allocation process after receiving a negative reply from the server.
  427. An alternative cause could be that the server has lost its database
  428. recently and does not recognize its well-behaving clients. This is more
  429. probable if you see many such messages. Clients will recover from this,
  430. but they will most likely get a different IP addresses and experience
  431. a brief service interruption.
  432. % DHCP6_UNKNOWN_RENEW_PD received unknown IA_NA RENEW from client (duid=%1, iaid=%2) in subnet %3
  433. This warning message is printed when client attempts to renew an address lease
  434. (in IA_NA option), but no such lease is known by the server. It typically means
  435. that client has attempted to use its lease past its lifetime: causes of this
  436. include a adjustment of the clients date/time setting or poor support
  437. for sleep/recovery. A properly implemented client will recover from such
  438. a situation by restarting the lease allocation process after receiving
  439. a negative reply from the server.
  440. An alternative cause could be that the server has lost its database
  441. recently and does not recognize its well-behaving clients. This is more
  442. probable if you see many such messages. Clients will recover from this,
  443. but they will most likely get a different IP addresses and experience
  444. a brief service interruption.