dhcpsrv_messages.mes 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  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. % DHCPSRV_ADDRESS4_ALLOC_ERROR error during attempt to allocate an IPv4 address: %1
  16. An error occurred during an attempt to allocate an IPv4 address, the
  17. reason for the failure being contained in the message. The server will
  18. return a message to the client refusing a lease.
  19. % DHCPSRV_ADDRESS4_ALLOC_FAIL failed to allocate an IPv4 address after %1 attempt(s)
  20. The DHCP allocation engine gave up trying to allocate an IPv4 address
  21. after the specified number of attempts. This probably means that the
  22. address pool from which the allocation is being attempted is either
  23. empty, or very nearly empty. As a result, the client will have been
  24. refused a lease.
  25. This message may indicate that your address pool is too small for the
  26. number of clients you are trying to service and should be expanded.
  27. Alternatively, if the you know that the number of concurrently active
  28. clients is less than the addresses you have available, you may want to
  29. consider reducing the lease lifetime. In this way, addresses allocated
  30. to clients that are no longer active on the network will become available
  31. available sooner.
  32. % DHCPSRV_ADDRESS6_ALLOC_ERROR error during attempt to allocate an IPv6 address: %1
  33. An error occurred during an attempt to allocate an IPv6 address, the
  34. reason for the failure being contained in the message. The server will
  35. return a message to the client refusing a lease.
  36. % DHCPSRV_ADDRESS6_ALLOC_FAIL failed to allocate an IPv6 address after %1 attempt(s)
  37. The DHCP allocation engine gave up trying to allocate an IPv6 address
  38. after the specified number of attempts. This probably means that the
  39. address pool from which the allocation is being attempted is either
  40. empty, or very nearly empty. As a result, the client will have been
  41. refused a lease.
  42. This message may indicate that your address pool is too small for the
  43. number of clients you are trying to service and should be expanded.
  44. Alternatively, if the you know that the number of concurrently active
  45. clients is less than the addresses you have available, you may want to
  46. consider reducing the lease lifetime. In this way, addresses allocated
  47. to clients that are no longer active on the network will become available
  48. available sooner.
  49. % DHCPSRV_CFGMGR_ADD_IFACE listening on interface %1
  50. An info message issued when a new interface is being added to the collection of
  51. interfaces on which the server listens to DHCP messages.
  52. % DHCPSRV_CFGMGR_ADD_SUBNET4 adding subnet %1
  53. A debug message reported when the DHCP configuration manager is adding the
  54. specified IPv4 subnet to its database.
  55. % DHCPSRV_CFGMGR_ADD_SUBNET6 adding subnet %1
  56. A debug message reported when the DHCP configuration manager is adding the
  57. specified IPv6 subnet to its database.
  58. % DHCPSRV_CFGMGR_ALL_IFACES_ACTIVE enabling listening on all interfaces
  59. A debug message issued when the server is being configured to listen on all
  60. interfaces.
  61. % DHCPSRV_CFGMGR_CFG_DHCP_DDNS Setting DHCP-DDNS configuration to: %1
  62. A debug message issued when the server's DHCP-DDNS settings are changed.
  63. % DHCPSRV_CFGMGR_CLEAR_ACTIVE_IFACES stop listening on all interfaces
  64. A debug message issued when configuration manager clears the internal list
  65. of active interfaces. This doesn't prevent the server from listening to
  66. the DHCP traffic through open sockets, but will rather be used by Interface
  67. Manager to select active interfaces when sockets are re-opened.
  68. % DHCPSRV_CFGMGR_NO_SUBNET4 no suitable subnet is defined for address hint %1
  69. This debug message is output when the DHCP configuration manager has received
  70. a request for an IPv4 subnet for the specified address, but no such
  71. subnet exists.
  72. % DHCPSRV_CFGMGR_NO_SUBNET6 no suitable subnet is defined for address hint %1
  73. This debug message is output when the DHCP configuration manager has received
  74. a request for an IPv6 subnet for the specified address, but no such
  75. subnet exists.
  76. % DHCPSRV_CFGMGR_ONLY_SUBNET4 retrieved subnet %1 for address hint %2
  77. This is a debug message reporting that the DHCP configuration manager has
  78. returned the specified IPv4 subnet when given the address hint specified
  79. because it is the only subnet defined.
  80. % DHCPSRV_CFGMGR_ONLY_SUBNET6 retrieved subnet %1 for address hint %2
  81. This is a debug message reporting that the DHCP configuration manager has
  82. returned the specified IPv6 subnet when given the address hint specified
  83. because it is the only subnet defined.
  84. % DHCPSRV_CFGMGR_SOCKET_RAW_UNSUPPORTED use of raw sockets is unsupported on this OS, UDP sockets will be used
  85. This warning message is logged when the user specified that the
  86. DHCPv4 server should use the raw sockets to receive the DHCP
  87. messages and respond to the clients, but the use of raw sockets
  88. is not supported on the particular environment. The raw sockets
  89. are useful when the server must respond to the directly connected
  90. clients which don't have an address yet. If the raw sockets are
  91. not supported by Kea on the particular platform, Kea will fall
  92. back to use of the IP/UDP sockets. The responses to
  93. the directly connected clients will be broadcast. The responses
  94. to relayed clients will be unicast as usual.
  95. % DHCPSRV_CFGMGR_SOCKET_TYPE_DEFAULT "dhcp-socket-type" not specified , using default socket type %1
  96. This informational message is logged when the administrator hasn't
  97. specified the "dhcp-socket-type" parameter in configuration for interfaces.
  98. In such case, the default socket type will be used.
  99. % DHCPSRV_CFGMGR_SOCKET_TYPE_SELECT using socket type %1
  100. This informational message is logged when the DHCPv4 server selects the
  101. socket type to be used for all sockets that will be opened on the
  102. interfaces. Typically, the socket type is specified by the server
  103. administrator. If the socket type hasn't been specified, the raw
  104. socket will be selected. If the raw socket has been selected but
  105. Kea doesn't support the use of raw sockets on the particular
  106. OS, it will use an UDP socket instead.
  107. % DHCPSRV_CFGMGR_SUBNET4 retrieved subnet %1 for address hint %2
  108. This is a debug message reporting that the DHCP configuration manager has
  109. returned the specified IPv4 subnet when given the address hint specified
  110. as the address is within the subnet.
  111. % DHCPSRV_CFGMGR_SUBNET4_RELAY selected subnet %1, because of matching relay addr %2
  112. This is a debug message reporting that the DHCP configuration manager has
  113. returned the specified IPv4 subnet, because detected relay agent address
  114. matches value specified for this subnet.
  115. % DHCPSRV_CFGMGR_SUBNET6 retrieved subnet %1 for address hint %2
  116. This is a debug message reporting that the DHCP configuration manager has
  117. returned the specified IPv6 subnet when given the address hint specified
  118. as the address is within the subnet.
  119. % DHCPSRV_CFGMGR_SUBNET6_IFACE selected subnet %1 for packet received over interface %2
  120. This is a debug message reporting that the DHCP configuration manager
  121. has returned the specified IPv6 subnet for a packet received over
  122. given interface. This particular subnet was selected, because it
  123. was specified as being directly reachable over given interface. (see
  124. 'interface' parameter in the subnet6 definition).
  125. % DHCPSRV_CFGMGR_SUBNET6_IFACE_ID selected subnet %1 (interface-id match) for incoming packet
  126. This is a debug message reporting that the DHCP configuration manager
  127. has returned the specified IPv6 subnet for a received packet. This particular
  128. subnet was selected, because value of interface-id option matched what was
  129. configured in the server's interface-id option for that selected subnet6.
  130. (see 'interface-id' parameter in the subnet6 definition).
  131. % DHCPSRV_CFGMGR_SUBNET6_RELAY selected subnet %1, because of matching relay addr %2
  132. This is a debug message reporting that the DHCP configuration manager has
  133. returned the specified IPv6 subnet, because detected relay agent address
  134. matches value specified for this subnet.
  135. % DHCPSRV_CFGMGR_UNICAST_LINK_LOCAL specified link local address %1 for unicast traffic on interface %2
  136. This warning message is logged when user specified a link-local address to
  137. receive unicast traffic. The warning message is issued because it is an
  138. uncommon use.
  139. % DHCPSRV_CFGMGR_USE_ADDRESS listening on address %1, on interface %2
  140. A message issued when the server is configured to listen on the explicitly specified
  141. IP address on the given interface.
  142. % DHCPSRV_CFGMGR_USE_UNICAST listening on unicast address %1, on interface %2
  143. An info message issued when configuring the DHCP server to listen on the unicast
  144. address on the specific interface.
  145. % DHCPSRV_CLOSE_DB closing currently open %1 database
  146. This is a debug message, issued when the DHCP server closes the currently
  147. open lease database. It is issued at program shutdown and whenever
  148. the database access parameters are changed: in the latter case, the
  149. server closes the currently open database, and opens a database using
  150. the new parameters.
  151. % DHCPSRV_DHCP_DDNS_ERROR_EXCEPTION error handler for DHCP_DDNS IO generated an expected exception: %1
  152. This is an error message that occurs when an attempt to send a request to
  153. kea-dhcp-ddns fails there registered error handler threw an uncaught exception.
  154. This is a programmatic error which should not occur. By convention, the error
  155. handler should not propagate exceptions. Please report this error.
  156. % DHCPSRV_DHCP_DDNS_HANDLER_NULL error handler for DHCP_DDNS IO is not set.
  157. This is an error message that occurs when an attempt to send a request to
  158. kea-dhcp-ddns fails and there is no registered error handler. This is a
  159. programmatic error which should never occur and should be reported.
  160. % DHCPSRV_DHCP_DDNS_NCR_REJECTED NameChangeRequest rejected by the sender: %1, ncr: %2
  161. This is an error message indicating that NameChangeSender used to deliver DDNS
  162. update requests to kea-dhcp-ddns rejected the request. This most likely cause
  163. is the sender's queue has reached maximum capacity. This would imply that
  164. requests are being generated faster than they can be delivered.
  165. % DHCPSRV_DHCP_DDNS_NCR_SENT NameChangeRequest sent to kea-dhcp-ddns: %1
  166. A debug message issued when a NameChangeRequest has been successfully sent to
  167. kea-dhcp-ddns.
  168. % DHCPSRV_DHCP_DDNS_SENDER_STARTED NameChangeRequest sender has been started: %1
  169. A informational message issued when a communications with kea-dhcp-ddns has
  170. been successfully started.
  171. % DHCPSRV_DHCP_DDNS_SENDER_STOPPED NameChangeRequest sender has been stopped.
  172. A informational message issued when a communications with kea-dhcp-ddns has
  173. been stopped. This normally occurs during reconfiguration and as part of normal
  174. shutdown. It may occur if kea-dhcp-ddns communications breakdown.
  175. % DHCPSRV_DHCP_DDNS_SUSPEND_UPDATES DHCP_DDNS updates are being suspended.
  176. This is a warning message indicating the DHCP_DDNS updates have been turned
  177. off. This should only occur if IO errors communicating with kea-dhcp-ddns
  178. have been experienced. Any such errors should have preceding entries in the
  179. log with details. No further attempts to communicate with kea-dhcp-ddns will
  180. be made without intervention.
  181. % DHCPSRV_DISCOVER_ADDRESS_CONFLICT conflicting reservation for address %1 with existing lease %2
  182. This warning message is issued when the DHCP server finds that the
  183. address reserved for the client can't be offered because this address
  184. is currently allocated to another client. The server will try to allocate
  185. a different address to the client to use until the conflict is resolved.
  186. % DHCPSRV_HOOK_LEASE4_RENEW_SKIP DHCPv4 lease was not renewed because a callout set the skip flag.
  187. This debug message is printed when a callout installed on lease4_renew
  188. hook point set the skip flag. For this particular hook point, the setting
  189. of the flag by a callout instructs the server to not renew a lease. The
  190. server will use existing lease as it is, without extending its lifetime.
  191. % DHCPSRV_HOOK_LEASE4_SELECT_SKIP Lease4 creation was skipped, because of callout skip flag.
  192. This debug message is printed when a callout installed on lease4_select
  193. hook point sets the skip flag. It means that the server was told that
  194. no lease4 should be assigned. The server will not put that lease in its
  195. database and the client will get a NAK packet.
  196. % DHCPSRV_HOOK_LEASE6_EXTEND_SKIP DHCPv6 lease lifetime was not extended because a callout set the skip flag for message %1
  197. This debug message is printed when a callout installed on lease6_renew
  198. or the lease6_rebind hook point set the skip flag. For this particular hook
  199. point, the setting of the flag by a callout instructs the server to not
  200. extend the lifetime for a lease. If the client requested renewal of multiple
  201. leases (by sending multiple IA options), the server will skip the renewal
  202. of the one in question and will proceed with other renewals as usual.
  203. % DHCPSRV_HOOK_LEASE6_SELECT_SKIP Lease6 (non-temporary) creation was skipped, because of callout skip flag.
  204. This debug message is printed when a callout installed on lease6_select
  205. hook point sets the skip flag. It means that the server was told that
  206. no lease6 should be assigned. The server will not put that lease in its
  207. database and the client will get a NoAddrsAvail for that IA_NA option.
  208. % DHCPSRV_HR_RESERVED_ADDR_GRANTED reserved address %1 was was assigned to client (duid=%2)
  209. This informational message signals that the specified client was assigned the address
  210. reserved for it.
  211. % DHCPSRV_HR_RESERVED_PREFIX_GRANTED reserved prefix %1/%2 was was assigned to client (duid=%3)
  212. This informational message signals that the specified client was assigned the prefix
  213. reserved for it.
  214. % DHCPSRV_HR_REVOKED_ADDR6_LEASE address %1 was revoked from client %2 as it is reserved for client %3
  215. This informational message is an indication that the specified IPv6
  216. address was used by client A but it is now reserved for client B. Client
  217. A has been told to stop using it so that it can be leased to client B.
  218. This is a normal occurrence during conflict resolution, which can occur
  219. in cases such as the system administrator adding a reservation for an
  220. address that is currently in use by another client. The server will fully
  221. recover from this situation, but clients will change their addresses.
  222. % DHCPSRV_HR_REVOKED_PREFIX6_LEASE Prefix %1/%2 was revoked from client %3 as it is reserved for client %4
  223. This informational message is an indication that the specified IPv6
  224. prefix was used by client A but it is now reserved for client B. Client
  225. A has been told to stop using it so that it can be leased to client B.
  226. This is a normal occurrence during conflict resolution, which can occur
  227. in cases such as the system administrator adding a reservation for an
  228. address that is currently in use by another client. The server will fully
  229. recover from this situation, but clients will change their prefixes.
  230. % DHCPSRV_INVALID_ACCESS invalid database access string: %1
  231. This is logged when an attempt has been made to parse a database access string
  232. and the attempt ended in error. The access string in question - which
  233. should be of the form 'keyword=value keyword=value...' is included in
  234. the message.
  235. % DHCPSRV_MEMFILE_ADD_ADDR4 adding IPv4 lease with address %1
  236. A debug message issued when the server is about to add an IPv4 lease
  237. with the specified address to the memory file backend database.
  238. % DHCPSRV_MEMFILE_ADD_ADDR6 adding IPv6 lease with address %1
  239. A debug message issued when the server is about to add an IPv6 lease
  240. with the specified address to the memory file backend database.
  241. % DHCPSRV_MEMFILE_COMMIT committing to memory file database
  242. The code has issued a commit call. For the memory file database, this is
  243. a no-op.
  244. % DHCPSRV_MEMFILE_DB opening memory file lease database: %1
  245. This informational message is logged when a DHCP server (either V4 or
  246. V6) is about to open a memory file lease database. The parameters of
  247. the connection including database name and username needed to access it
  248. (but not the password if any) are logged.
  249. % DHCPSRV_MEMFILE_DELETE_ADDR deleting lease for address %1
  250. A debug message issued when the server is attempting to delete a lease
  251. for the specified address from the memory file database for the specified
  252. address.
  253. % DHCPSRV_MEMFILE_GET_ADDR4 obtaining IPv4 lease for address %1
  254. A debug message issued when the server is attempting to obtain an IPv4
  255. lease from the memory file database for the specified address.
  256. % DHCPSRV_MEMFILE_GET_ADDR6 obtaining IPv6 lease for address %1 and lease type %2
  257. A debug message issued when the server is attempting to obtain an IPv6
  258. lease from the memory file database for the specified address.
  259. % DHCPSRV_MEMFILE_GET_CLIENTID obtaining IPv4 leases for client ID %1
  260. A debug message issued when the server is attempting to obtain a set of
  261. IPv4 leases from the memory file database for a client with the specified
  262. client identification.
  263. % DHCPSRV_MEMFILE_GET_CLIENTID_HWADDR_SUBID obtaining IPv4 lease for client ID %1, hardware address %2 and subnet ID %3
  264. A debug message issued when the server is attempting to obtain an IPv4
  265. lease from the memory file database for a client with the specified
  266. client ID, hardware address and subnet ID.
  267. % DHCPSRV_MEMFILE_GET_HWADDR obtaining IPv4 leases for hardware address %1
  268. A debug message issued when the server is attempting to obtain a set of
  269. IPv4 leases from the memory file database for a client with the specified
  270. hardware address.
  271. % DHCPSRV_MEMFILE_GET_IAID_DUID obtaining IPv6 leases for IAID %1 and DUID %2 and lease type %3
  272. A debug message issued when the server is attempting to obtain a set of
  273. IPv6 lease from the memory file database for a client with the specified
  274. IAID (Identity Association ID) and DUID (DHCP Unique Identifier).
  275. % DHCPSRV_MEMFILE_GET_IAID_SUBID_DUID obtaining IPv6 leases for IAID %1, Subnet ID %2, DUID %3 and lease type %4
  276. A debug message issued when the server is attempting to obtain an IPv6
  277. lease from the memory file database for a client with the specified IAID
  278. (Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier).
  279. % DHCPSRV_MEMFILE_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2
  280. A debug message issued when the server is attempting to obtain an IPv4
  281. lease from the memory file database for a client with the specified
  282. subnet ID and client ID.
  283. % DHCPSRV_MEMFILE_GET_SUBID_HWADDR obtaining IPv4 lease for subnet ID %1 and hardware address %2
  284. A debug message issued when the server is attempting to obtain an IPv4
  285. lease from the memory file database for a client with the specified
  286. subnet ID and hardware address.
  287. % DHCPSRV_MEMFILE_GET_VERSION obtaining schema version information
  288. A debug message issued when the server is about to obtain schema version
  289. information from the memory file database.
  290. % DHCPSRV_MEMFILE_LEASE_FILE_LOAD loading leases from file %1
  291. An info message issued when the server is about to start reading DHCP leases
  292. from the lease file. All leases currently held in the memory will be
  293. replaced by those read from the file.
  294. % DHCPSRV_MEMFILE_LEASE_LOAD loading lease %1
  295. A debug message issued when DHCP lease is being loaded from the file to memory.
  296. % DHCPSRV_MEMFILE_LFC_EXECUTE executing Lease File Cleanup using: %1
  297. An informational message issued when the Memfile lease database backend
  298. starts a new process to perform Lease File Cleanup.
  299. % DHCPSRV_MEMFILE_LFC_LEASE_FILE_RENAME_FAIL failed to rename the current lease file %1 to %2, reason: %3
  300. An error message logged when the Memfile lease database backend fails to
  301. move the current lease file to a new file on which the cleanup should
  302. be performed. This effectively means that the lease file cleanup
  303. will not take place.
  304. % DHCPSRV_MEMFILE_LFC_LEASE_FILE_REOPEN_FAIL failed to reopen lease file %1 after preparing input file for lease file cleanup, reason: %2, new leases will not be persisted!
  305. An error message logged when the Memfile lease database backend
  306. failed to re-open or re-create the lease file after renaming the
  307. lease file for lease file cleanup. The server will continue to
  308. operate but leases will not be persisted to disk.
  309. % DHCPSRV_MEMFILE_LFC_SETUP setting up the Lease File Cleanup interval to %1 sec
  310. An informational message logged when the Memfile lease database backend
  311. configures the LFC to be executed periodically. The argument holds the
  312. interval in seconds in which the LFC will be executed.
  313. % DHCPSRV_MEMFILE_LFC_SPAWN_FAIL lease file cleanup failed to run because kea-lfc process couldn't be spawned
  314. This error message is logged when the the Kea server fails to run kea-lfc,
  315. the program that cleans up the lease file. The server will try again the
  316. next time a lease file cleanup is scheduled. Although this message should
  317. not appear and the reason why it did investigated, the occasional failure
  318. to start the lease file cleanup will not impact operations. Should the
  319. failure persist however, the size of the lease file will increase without bound.
  320. % DHCPSRV_MEMFILE_LFC_START starting Lease File Cleanup
  321. An informational message issued when the Memfile lease database backend
  322. starts the periodic Lease File Cleanup.
  323. % DHCPSRV_MEMFILE_NO_STORAGE running in non-persistent mode, leases will be lost after restart
  324. A warning message issued when writes of leases to disk have been disabled
  325. in the configuration. This mode is useful for some kinds of performance
  326. testing but should not be enabled in normal circumstances. Non-persistence
  327. mode is enabled when 'persist4=no persist6=no' parameters are specified
  328. in the database access string.
  329. % DHCPSRV_MEMFILE_READ_HWADDR_FAIL failed to read hardware address from lease file: %1
  330. A warning message issued when read attempt of the hardware address stored in
  331. a disk file failed. The parameter should provide the exact nature of the failure.
  332. The database read will continue, but that particular lease will no longer
  333. have hardware address associated with it.
  334. % DHCPSRV_MEMFILE_ROLLBACK rolling back memory file database
  335. The code has issued a rollback call. For the memory file database, this is
  336. a no-op.
  337. % DHCPSRV_MEMFILE_UPDATE_ADDR4 updating IPv4 lease for address %1
  338. A debug message issued when the server is attempting to update IPv4
  339. lease from the memory file database for the specified address.
  340. % DHCPSRV_MEMFILE_UPDATE_ADDR6 updating IPv6 lease for address %1
  341. A debug message issued when the server is attempting to update IPv6
  342. lease from the memory file database for the specified address.
  343. % DHCPSRV_MULTIPLE_RAW_SOCKETS_PER_IFACE current configuration will result in opening multiple brodcast capable sockets on some interfaces and some DHCP messages may be duplicated
  344. A warning message issued when the current configuration indicates that multiple
  345. sockets, capable of receiving brodcast traffic, will be opened on some of the
  346. interfaces. It must be noted that this may lead to receiving and processing
  347. the same DHCP message multiple times, as it will be received by each socket
  348. individually.
  349. % DHCPSRV_MYSQL_ADD_ADDR4 adding IPv4 lease with address %1
  350. A debug message issued when the server is about to add an IPv4 lease
  351. with the specified address to the MySQL backend database.
  352. % DHCPSRV_MYSQL_ADD_ADDR6 adding IPv6 lease with address %1, lease type %2
  353. A debug message issued when the server is about to add an IPv6 lease
  354. with the specified address to the MySQL backend database.
  355. % DHCPSRV_MYSQL_COMMIT committing to MySQL database
  356. The code has issued a commit call. All outstanding transactions will be
  357. committed to the database. Note that depending on the MySQL settings,
  358. the committal may not include a write to disk.
  359. % DHCPSRV_MYSQL_DB opening MySQL lease database: %1
  360. This informational message is logged when a DHCP server (either V4 or
  361. V6) is about to open a MySQL lease database. The parameters of the
  362. connection including database name and username needed to access it
  363. (but not the password if any) are logged.
  364. % DHCPSRV_MYSQL_DELETE_ADDR deleting lease for address %1
  365. A debug message issued when the server is attempting to delete a lease for
  366. the specified address from the MySQL database for the specified address.
  367. % DHCPSRV_MYSQL_GET_ADDR4 obtaining IPv4 lease for address %1
  368. A debug message issued when the server is attempting to obtain an IPv4
  369. lease from the MySQL database for the specified address.
  370. % DHCPSRV_MYSQL_GET_ADDR6 obtaining IPv6 lease for address %1, lease type %2
  371. A debug message issued when the server is attempting to obtain an IPv6
  372. lease from the MySQL database for the specified address.
  373. % DHCPSRV_MYSQL_GET_CLIENTID obtaining IPv4 leases for client ID %1
  374. A debug message issued when the server is attempting to obtain a set
  375. of IPv4 leases from the MySQL database for a client with the specified
  376. client identification.
  377. % DHCPSRV_MYSQL_GET_HWADDR obtaining IPv4 leases for hardware address %1
  378. A debug message issued when the server is attempting to obtain a set
  379. of IPv4 leases from the MySQL database for a client with the specified
  380. hardware address.
  381. % DHCPSRV_MYSQL_GET_IAID_DUID obtaining IPv6 leases for IAID %1, DUID %2, lease type %3
  382. A debug message issued when the server is attempting to obtain a set of
  383. IPv6 lease from the MySQL database for a client with the specified IAID
  384. (Identity Association ID) and DUID (DHCP Unique Identifier).
  385. % DHCPSRV_MYSQL_GET_IAID_SUBID_DUID obtaining IPv6 leases for IAID %1, Subnet ID %2, DUID %3, lease type %4
  386. A debug message issued when the server is attempting to obtain an IPv6
  387. lease from the MySQL database for a client with the specified IAID
  388. (Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier).
  389. % DHCPSRV_MYSQL_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2
  390. A debug message issued when the server is attempting to obtain an IPv4
  391. lease from the MySQL database for a client with the specified subnet ID
  392. and client ID.
  393. % DHCPSRV_MYSQL_GET_SUBID_HWADDR obtaining IPv4 lease for subnet ID %1 and hardware address %2
  394. A debug message issued when the server is attempting to obtain an IPv4
  395. lease from the MySQL database for a client with the specified subnet ID
  396. and hardware address.
  397. % DHCPSRV_MYSQL_GET_VERSION obtaining schema version information
  398. A debug message issued when the server is about to obtain schema version
  399. information from the MySQL database.
  400. % DHCPSRV_MYSQL_ROLLBACK rolling back MySQL database
  401. The code has issued a rollback call. All outstanding transaction will
  402. be rolled back and not committed to the database.
  403. % DHCPSRV_MYSQL_UPDATE_ADDR4 updating IPv4 lease for address %1
  404. A debug message issued when the server is attempting to update IPv4
  405. lease from the MySQL database for the specified address.
  406. % DHCPSRV_MYSQL_UPDATE_ADDR6 updating IPv6 lease for address %1, lease type %2
  407. A debug message issued when the server is attempting to update IPv6
  408. lease from the MySQL database for the specified address.
  409. % DHCPSRV_NOTYPE_DB no 'type' keyword to determine database backend: %1
  410. This is an error message, logged when an attempt has been made to access
  411. a database backend, but where no 'type' keyword has been included in
  412. the access string. The access string (less any passwords) is included
  413. in the message.
  414. % DHCPSRV_NO_SOCKETS_OPEN no interface configured to listen to DHCP traffic
  415. This warning message is issued when the current server configuration specifies
  416. no interfaces that the server should listen on, or when the specified interfaces are not
  417. configured to receive the traffic.
  418. % DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: %1
  419. A warning message issued when IfaceMgr fails to open and bind a socket.
  420. The reason for the failure is appended as an argument of the log message.
  421. % DHCPSRV_PGSQL_ADD_ADDR4 adding IPv4 lease with address %1
  422. A debug message issued when the server is about to add an IPv4 lease
  423. with the specified address to the PostgreSQL backend database.
  424. % DHCPSRV_PGSQL_ADD_ADDR6 adding IPv6 lease with address %1
  425. A debug message issued when the server is about to add an IPv6 lease
  426. with the specified address to the PostgreSQL backend database.
  427. % DHCPSRV_PGSQL_COMMIT committing to MySQL database
  428. The code has issued a commit call. All outstanding transactions will be
  429. committed to the database. Note that depending on the PostgreSQL settings,
  430. the committal may not include a write to disk.
  431. % DHCPSRV_PGSQL_DB opening PostgreSQL lease database: %1
  432. This informational message is logged when a DHCP server (either V4 or
  433. V6) is about to open a PostgreSQL lease database. The parameters of the
  434. connection including database name and username needed to access it
  435. (but not the password if any) are logged.
  436. % DHCPSRV_PGSQL_DEALLOC_ERROR An error occurred deallocating SQL statements while closing the PostgreSQL lease database: %1
  437. This is an error message issued when a DHCP server (either V4 or V6) experienced
  438. and error freeing database SQL resources as part of closing its connection to
  439. the Postgresql database. The connection is closed as part of normal server
  440. shutdown. This error is most likely a programmatic issue that is highly
  441. unlikely to occur or negatively impact server operation.
  442. % DHCPSRV_PGSQL_DELETE_ADDR deleting lease for address %1
  443. A debug message issued when the server is attempting to delete a lease for
  444. the specified address from the PostgreSQL database for the specified address.
  445. % DHCPSRV_PGSQL_GET_ADDR4 obtaining IPv4 lease for address %1
  446. A debug message issued when the server is attempting to obtain an IPv4
  447. lease from the PostgreSQL database for the specified address.
  448. % DHCPSRV_PGSQL_GET_ADDR6 obtaining IPv6 lease for address %1 (lease type %2)
  449. A debug message issued when the server is attempting to obtain an IPv6
  450. lease from the PostgreSQL database for the specified address.
  451. % DHCPSRV_PGSQL_GET_CLIENTID obtaining IPv4 leases for client ID %1
  452. A debug message issued when the server is attempting to obtain a set
  453. of IPv4 leases from the PostgreSQL database for a client with the specified
  454. client identification.
  455. % DHCPSRV_PGSQL_GET_HWADDR obtaining IPv4 leases for hardware address %1
  456. A debug message issued when the server is attempting to obtain a set
  457. of IPv4 leases from the PostgreSQL database for a client with the specified
  458. hardware address.
  459. % DHCPSRV_PGSQL_GET_IAID_DUID obtaining IPv4 leases for IAID %1 and DUID %2, lease type %3
  460. A debug message issued when the server is attempting to obtain a set of
  461. IPv6 lease from the PostgreSQL database for a client with the specified IAID
  462. (Identity Association ID) and DUID (DHCP Unique Identifier).
  463. % DHCPSRV_PGSQL_GET_IAID_SUBID_DUID obtaining IPv4 leases for IAID %1, Subnet ID %2, DUID %3, and lease type %4
  464. A debug message issued when the server is attempting to obtain an IPv6
  465. lease from the PostgreSQL database for a client with the specified IAID
  466. (Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier).
  467. % DHCPSRV_PGSQL_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2
  468. A debug message issued when the server is attempting to obtain an IPv4
  469. lease from the PostgreSQL database for a client with the specified subnet ID
  470. and client ID.
  471. % DHCPSRV_PGSQL_GET_SUBID_HWADDR obtaining IPv4 lease for subnet ID %1 and hardware address %2
  472. A debug message issued when the server is attempting to obtain an IPv4
  473. lease from the PostgreSQL database for a client with the specified subnet ID
  474. and hardware address.
  475. % DHCPSRV_PGSQL_GET_VERSION obtaining schema version information
  476. A debug message issued when the server is about to obtain schema version
  477. information from the PostgreSQL database.
  478. % DHCPSRV_PGSQL_ROLLBACK rolling back PostgreSQL database
  479. The code has issued a rollback call. All outstanding transaction will
  480. be rolled back and not committed to the database.
  481. % DHCPSRV_PGSQL_UPDATE_ADDR4 updating IPv4 lease for address %1
  482. A debug message issued when the server is attempting to update IPv4
  483. lease from the PostgreSQL database for the specified address.
  484. % DHCPSRV_PGSQL_UPDATE_ADDR6 updating IPv6 lease for address %1
  485. A debug message issued when the server is attempting to update IPv6
  486. lease from the PostgreSQL database for the specified address.
  487. % DHCPSRV_RENEW6_ERROR allocation engine experienced error with attempting to renew a lease: %1
  488. This error message indicates that an error was experienced during Renew
  489. or Rebind processing. Additional explanation is provided with this
  490. message. Depending on its nature, manual intervention may be required to
  491. continue processing messages from this particular client; other clients
  492. will be unaffected.
  493. % DHCPSRV_UNEXPECTED_NAME database access parameters passed through '%1', expected 'lease-database'
  494. The parameters for access the lease database were passed to the server through
  495. the named configuration parameter, but the code was expecting them to be
  496. passed via the parameter named "lease-database". If the database opens
  497. successfully, there is no impact on server operation. However, as this does
  498. indicate an error in the source code, please submit a bug report.
  499. % DHCPSRV_UNKNOWN_DB unknown database type: %1
  500. The database access string specified a database type (given in the
  501. message) that is unknown to the software. This is a configuration error.