dhcpsrv_messages.mes 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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. % DHCPSRV_CFGMGR_ADD_SUBNET4 adding subnet %1
  16. A debug message reported when the DHCP configuration manager is adding the
  17. specified IPv4 subnet to its database.
  18. % DHCPSRV_CFGMGR_ADD_SUBNET6 adding subnet %1
  19. A debug message reported when the DHCP configuration manager is adding the
  20. specified IPv6 subnet to its database.
  21. % DHCPSRV_CFGMGR_DELETE_SUBNET4 deleting all IPv4 subnets
  22. A debug message noting that the DHCP configuration manager has deleted all IPv4
  23. subnets in its database.
  24. % DHCPSRV_CFGMGR_DELETE_SUBNET6 deleting all IPv6 subnets
  25. A debug message noting that the DHCP configuration manager has deleted all IPv6
  26. subnets in its database.
  27. % DHCPSRV_CFGMGR_NO_SUBNET4 no suitable subnet is defined for address hint %1
  28. This debug message is output when the DHCP configuration manager has received
  29. a request for an IPv4 subnet for the specified address, but no such
  30. subnet exists.
  31. % DHCPSRV_CFGMGR_NO_SUBNET6 no suitable subnet is defined for address hint %1
  32. This debug message is output when the DHCP configuration manager has received
  33. a request for an IPv6 subnet for the specified address, but no such
  34. subnet exists.
  35. % DHCPSRV_CFGMGR_ONLY_SUBNET4 retrieved subnet %1 for address hint %2
  36. This is a debug message reporting that the DHCP configuration manager has
  37. returned the specified IPv4 subnet when given the address hint specified
  38. because it is the only subnet defined.
  39. % DHCPSRV_CFGMGR_ONLY_SUBNET6 retrieved subnet %1 for address hint %2
  40. This is a debug message reporting that the DHCP configuration manager has
  41. returned the specified IPv6 subnet when given the address hint specified
  42. because it is the only subnet defined.
  43. % DHCPSRV_CFGMGR_SUBNET4 retrieved subnet %1 for address hint %2
  44. This is a debug message reporting that the DHCP configuration manager has
  45. returned the specified IPv4 subnet when given the address hint specified
  46. as the address is within the subnet.
  47. % DHCPSRV_CFGMGR_SUBNET6 retrieved subnet %1 for address hint %2
  48. This is a debug message reporting that the DHCP configuration manager has
  49. returned the specified IPv6 subnet when given the address hint specified
  50. as the address is within the subnet.
  51. % DHCPSRV_INVALID_ACCESS invalid database access string: %1
  52. This is logged when an attempt has been made to parse a database access string
  53. and the attempt ended in error. The access string in question - which
  54. should be of the form 'keyword=value keyword=value...' is included in
  55. the message.
  56. % DHCPSRV_MEMFILE_ADD_ADDR4 adding IPv4 lease with address %1
  57. A debug message issued when the server is about to add an IPv4 lease
  58. with the specified address to the memory file backend database.
  59. % DHCPSRV_MEMFILE_ADD_ADDR6 adding IPv6 lease with address %1
  60. A debug message issued when the server is about to add an IPv6 lease
  61. with the specified address to the memory file backend database.
  62. % DHCPSRV_MEMFILE_COMMIT commiting to memory file database
  63. The code has issued a commit call. For the memory file database, this is
  64. a no-op.
  65. % DHCPSRV_MEMFILE_DB opening memory file lease database: %1
  66. This informational message is logged when a DHCP server (either V4 or
  67. V6) is about to open a memory file lease database. The parameters of
  68. the connection including database name and username needed to access it
  69. (but not the password if any) are logged.
  70. % DHCPSRV_MEMFILE_DELETE_ADDR deleting lease for address %1
  71. A debug message issued when the server is attempting to delete a lease
  72. for the specified address from the memory file database for the specified
  73. address.
  74. % DHCPSRV_MEMFILE_GET_ADDR4 obtaining IPv4 lease for address %1
  75. A debug message issued when the server is attempting to obtain an IPv4
  76. lease from the memory file database for the specified address.
  77. % DHCPSRV_MEMFILE_GET_ADDR6 obtaining IPv6 lease for address %1
  78. A debug message issued when the server is attempting to obtain an IPv6
  79. lease from the memory file database for the specified address.
  80. % DHCPSRV_MEMFILE_GET_CLIENTID obtaining IPv4 leases for client ID %1
  81. A debug message issued when the server is attempting to obtain a set of
  82. IPv4 leases from the memory file database for a client with the specified
  83. client identification.
  84. % DHCPSRV_MEMFILE_GET_HWADDR obtaining IPv4 leases for hardware address %1
  85. A debug message issued when the server is attempting to obtain a set of
  86. IPv4 leases from the memory file database for a client with the specified
  87. hardware address.
  88. % DHCPSRV_MEMFILE_GET_IAID_DUID obtaining IPv4 leases for IAID %1 and DUID %2
  89. A debug message issued when the server is attempting to obtain a set of
  90. IPv6 lease from the memory file database for a client with the specified
  91. IAID (Identity Association ID) and DUID (DHCP Unique Identifier).
  92. % DHCPSRV_MEMFILE_GET_IAID_SUBID_DUID obtaining IPv4 leases for IAID %1, Subnet ID %2 and DUID %3
  93. A debug message issued when the server is attempting to obtain an IPv6
  94. lease from the memory file database for a client with the specified IAID
  95. (Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier).
  96. % DHCPSRV_MEMFILE_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2
  97. A debug message issued when the server is attempting to obtain an IPv4
  98. lease from the memory file database for a client with the specified
  99. subnet ID and client ID.
  100. % DHCPSRV_MEMFILE_GET_SUBID_HWADDR obtaining IPv4 lease for subnet ID %1 and hardware address %2
  101. A debug message issued when the server is attempting to obtain an IPv4
  102. lease from the memory file database for a client with the specified
  103. subnet ID and hardware address.
  104. % DHCPSRV_MEMFILE_GET_VERSION obtaining schema version information
  105. A debug message issued when the server is about to obtain schema version
  106. information from the memory file database.
  107. % DHCPSRV_MEMFILE_ROLLBACK rolling back memory file database
  108. The code has issued a rollback call. For the memory file database, this is
  109. a no-op.
  110. % DHCPSRV_MEMFILE_UPDATE_ADDR4 updating IPv4 lease for address %1
  111. A debug message issued when the server is attempting to update IPv4
  112. lease from the memory file database for the specified address.
  113. % DHCPSRV_MEMFILE_UPDATE_ADDR6 updating IPv6 lease for address %1
  114. A debug message issued when the server is attempting to update IPv6
  115. lease from the memory file database for the specified address.
  116. % DHCPSRV_MYSQL_ADD_ADDR4 adding IPv4 lease with address %1
  117. A debug message issued when the server is about to add an IPv4 lease
  118. with the specified address to the MySQL backend database.
  119. % DHCPSRV_MYSQL_ADD_ADDR6 adding IPv6 lease with address %1
  120. A debug message issued when the server is about to add an IPv6 lease
  121. with the specified address to the MySQL backend database.
  122. % DHCPSRV_MYSQL_COMMIT commiting to MySQl database
  123. The code has issued a commit call. All outstanding transactions will be
  124. committed to the database. Note that depending on the MySQL settings,
  125. the commital may not include a write to disk.
  126. % DHCPSRV_MYSQL_DB opening MySQL lease database: %1
  127. This informational message is logged when a DHCP server (either V4 or
  128. V6) is about to open a MySQL lease database. The parameters of the
  129. connection including database name and username needed to access it
  130. (but not the password if any) are logged.
  131. % DHCPSRV_MYSQL_DELETE_ADDR deleting lease for address %1
  132. A debug message issued when the server is attempting to delete a lease for
  133. the specified address from the MySQL database for the specified address.
  134. % DHCPSRV_MYSQL_GET_ADDR4 obtaining IPv4 lease for address %1
  135. A debug message issued when the server is attempting to obtain an IPv4
  136. lease from the MySQL database for the specified address.
  137. % DHCPSRV_MYSQL_GET_ADDR6 obtaining IPv6 lease for address %1
  138. A debug message issued when the server is attempting to obtain an IPv6
  139. lease from the MySQL database for the specified address.
  140. % DHCPSRV_MYSQL_GET_CLIENTID obtaining IPv4 leases for client ID %1
  141. A debug message issued when the server is attempting to obtain a set
  142. of IPv4 leases from the MySQL database for a client with the specified
  143. client identification.
  144. % DHCPSRV_MYSQL_GET_HWADDR obtaining IPv4 leases for hardware address %1
  145. A debug message issued when the server is attempting to obtain a set
  146. of IPv4 leases from the MySQL database for a client with the specified
  147. hardware address.
  148. % DHCPSRV_MYSQL_GET_IAID_DUID obtaining IPv4 leases for IAID %1 and DUID %2
  149. A debug message issued when the server is attempting to obtain a set of
  150. IPv6 lease from the MySQL database for a client with the specified IAID
  151. (Identity Association ID) and DUID (DHCP Unique Identifier).
  152. % DHCPSRV_MYSQL_GET_IAID_SUBID_DUID obtaining IPv4 leases for IAID %1, Subnet ID %2 and DUID %3
  153. A debug message issued when the server is attempting to obtain an IPv6
  154. lease from the MySQL database for a client with the specified IAID
  155. (Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier).
  156. % DHCPSRV_MYSQL_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2
  157. A debug message issued when the server is attempting to obtain an IPv4
  158. lease from the MySQL database for a client with the specified subnet ID
  159. and client ID.
  160. % DHCPSRV_MYSQL_GET_SUBID_HWADDR obtaining IPv4 lease for subnet ID %1 and hardware address %2
  161. A debug message issued when the server is attempting to obtain an IPv4
  162. lease from the MySQL database for a client with the specified subnet ID
  163. and hardware address.
  164. % DHCPSRV_MYSQL_GET_VERSION obtaining schema version information
  165. A debug message issued when the server is about to obtain schema version
  166. information from the MySQL database.
  167. % DHCPSRV_MYSQL_ROLLBACK rolling back MySQL database
  168. The code has issued a rollback call. All outstanding transaction will
  169. be rolled back and not committed to the database.
  170. % DHCPSRV_MYSQL_UPDATE_ADDR4 updating IPv4 lease for address %1
  171. A debug message issued when the server is attempting to update IPv4
  172. lease from the MySQL database for the specified address.
  173. % DHCPSRV_MYSQL_UPDATE_ADDR6 updating IPv6 lease for address %1
  174. A debug message issued when the server is attempting to update IPv6
  175. lease from the MySQL database for the specified address.
  176. % DHCPSRV_NOTYPE_DB no 'type' keyword to determine database backend: %1
  177. This is an error message, logged when an attempt has been made to access
  178. a database backend, but where no 'type' keyword has been included in
  179. the access string. The access string (less any passwords) is included
  180. in the message.
  181. % DHCPSRV_UNKNOWN_DB unknown database type: %1
  182. The database access string specified a database type (given in the
  183. message) that is unknown to the software. This is a configuration error.