dhcpsrv_messages.mes 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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_CLOSE_DB closing currently open %1 database
  52. This is a debug message, issued when the DHCP server closes the currently
  53. open lease database. It is issued at program shutdown and whenever
  54. the database access parameters are changed: in the latter case, the
  55. server closes the currently open database, and opens a database using
  56. the new parameters.
  57. % DHCPSRV_INVALID_ACCESS invalid database access string: %1
  58. This is logged when an attempt has been made to parse a database access string
  59. and the attempt ended in error. The access string in question - which
  60. should be of the form 'keyword=value keyword=value...' is included in
  61. the message.
  62. % DHCPSRV_MEMFILE_ADD_ADDR4 adding IPv4 lease with address %1
  63. A debug message issued when the server is about to add an IPv4 lease
  64. with the specified address to the memory file backend database.
  65. % DHCPSRV_MEMFILE_ADD_ADDR6 adding IPv6 lease with address %1
  66. A debug message issued when the server is about to add an IPv6 lease
  67. with the specified address to the memory file backend database.
  68. % DHCPSRV_MEMFILE_COMMIT commiting to memory file database
  69. The code has issued a commit call. For the memory file database, this is
  70. a no-op.
  71. % DHCPSRV_MEMFILE_DB opening memory file lease database: %1
  72. This informational message is logged when a DHCP server (either V4 or
  73. V6) is about to open a memory file lease database. The parameters of
  74. the connection including database name and username needed to access it
  75. (but not the password if any) are logged.
  76. % DHCPSRV_MEMFILE_DELETE_ADDR deleting lease for address %1
  77. A debug message issued when the server is attempting to delete a lease
  78. for the specified address from the memory file database for the specified
  79. address.
  80. % DHCPSRV_MEMFILE_GET_ADDR4 obtaining IPv4 lease for address %1
  81. A debug message issued when the server is attempting to obtain an IPv4
  82. lease from the memory file database for the specified address.
  83. % DHCPSRV_MEMFILE_GET_ADDR6 obtaining IPv6 lease for address %1
  84. A debug message issued when the server is attempting to obtain an IPv6
  85. lease from the memory file database for the specified address.
  86. % DHCPSRV_MEMFILE_GET_CLIENTID obtaining IPv4 leases for client ID %1
  87. A debug message issued when the server is attempting to obtain a set of
  88. IPv4 leases from the memory file database for a client with the specified
  89. client identification.
  90. % DHCPSRV_MEMFILE_GET_HWADDR obtaining IPv4 leases for hardware address %1
  91. A debug message issued when the server is attempting to obtain a set of
  92. IPv4 leases from the memory file database for a client with the specified
  93. hardware address.
  94. % DHCPSRV_MEMFILE_GET_IAID_DUID obtaining IPv4 leases for IAID %1 and DUID %2
  95. A debug message issued when the server is attempting to obtain a set of
  96. IPv6 lease from the memory file database for a client with the specified
  97. IAID (Identity Association ID) and DUID (DHCP Unique Identifier).
  98. % DHCPSRV_MEMFILE_GET_IAID_SUBID_DUID obtaining IPv4 leases for IAID %1, Subnet ID %2 and DUID %3
  99. A debug message issued when the server is attempting to obtain an IPv6
  100. lease from the memory file database for a client with the specified IAID
  101. (Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier).
  102. % DHCPSRV_MEMFILE_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2
  103. A debug message issued when the server is attempting to obtain an IPv4
  104. lease from the memory file database for a client with the specified
  105. subnet ID and client ID.
  106. % DHCPSRV_MEMFILE_GET_SUBID_HWADDR obtaining IPv4 lease for subnet ID %1 and hardware address %2
  107. A debug message issued when the server is attempting to obtain an IPv4
  108. lease from the memory file database for a client with the specified
  109. subnet ID and hardware address.
  110. % DHCPSRV_MEMFILE_GET_VERSION obtaining schema version information
  111. A debug message issued when the server is about to obtain schema version
  112. information from the memory file database.
  113. % DHCPSRV_MEMFILE_ROLLBACK rolling back memory file database
  114. The code has issued a rollback call. For the memory file database, this is
  115. a no-op.
  116. % DHCPSRV_MEMFILE_UPDATE_ADDR4 updating IPv4 lease for address %1
  117. A debug message issued when the server is attempting to update IPv4
  118. lease from the memory file database for the specified address.
  119. % DHCPSRV_MEMFILE_UPDATE_ADDR6 updating IPv6 lease for address %1
  120. A debug message issued when the server is attempting to update IPv6
  121. lease from the memory file database for the specified address.
  122. % DHCPSRV_MYSQL_ADD_ADDR4 adding IPv4 lease with address %1
  123. A debug message issued when the server is about to add an IPv4 lease
  124. with the specified address to the MySQL backend database.
  125. % DHCPSRV_MYSQL_ADD_ADDR6 adding IPv6 lease with address %1
  126. A debug message issued when the server is about to add an IPv6 lease
  127. with the specified address to the MySQL backend database.
  128. % DHCPSRV_MYSQL_COMMIT commiting to MySQl database
  129. The code has issued a commit call. All outstanding transactions will be
  130. committed to the database. Note that depending on the MySQL settings,
  131. the commital may not include a write to disk.
  132. % DHCPSRV_MYSQL_DB opening MySQL lease database: %1
  133. This informational message is logged when a DHCP server (either V4 or
  134. V6) is about to open a MySQL lease database. The parameters of the
  135. connection including database name and username needed to access it
  136. (but not the password if any) are logged.
  137. % DHCPSRV_MYSQL_DELETE_ADDR deleting lease for address %1
  138. A debug message issued when the server is attempting to delete a lease for
  139. the specified address from the MySQL database for the specified address.
  140. % DHCPSRV_MYSQL_GET_ADDR4 obtaining IPv4 lease for address %1
  141. A debug message issued when the server is attempting to obtain an IPv4
  142. lease from the MySQL database for the specified address.
  143. % DHCPSRV_MYSQL_GET_ADDR6 obtaining IPv6 lease for address %1
  144. A debug message issued when the server is attempting to obtain an IPv6
  145. lease from the MySQL database for the specified address.
  146. % DHCPSRV_MYSQL_GET_CLIENTID obtaining IPv4 leases for client ID %1
  147. A debug message issued when the server is attempting to obtain a set
  148. of IPv4 leases from the MySQL database for a client with the specified
  149. client identification.
  150. % DHCPSRV_MYSQL_GET_HWADDR obtaining IPv4 leases for hardware address %1
  151. A debug message issued when the server is attempting to obtain a set
  152. of IPv4 leases from the MySQL database for a client with the specified
  153. hardware address.
  154. % DHCPSRV_MYSQL_GET_IAID_DUID obtaining IPv4 leases for IAID %1 and DUID %2
  155. A debug message issued when the server is attempting to obtain a set of
  156. IPv6 lease from the MySQL database for a client with the specified IAID
  157. (Identity Association ID) and DUID (DHCP Unique Identifier).
  158. % DHCPSRV_MYSQL_GET_IAID_SUBID_DUID obtaining IPv4 leases for IAID %1, Subnet ID %2 and DUID %3
  159. A debug message issued when the server is attempting to obtain an IPv6
  160. lease from the MySQL database for a client with the specified IAID
  161. (Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier).
  162. % DHCPSRV_MYSQL_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2
  163. A debug message issued when the server is attempting to obtain an IPv4
  164. lease from the MySQL database for a client with the specified subnet ID
  165. and client ID.
  166. % DHCPSRV_MYSQL_GET_SUBID_HWADDR obtaining IPv4 lease for subnet ID %1 and hardware address %2
  167. A debug message issued when the server is attempting to obtain an IPv4
  168. lease from the MySQL database for a client with the specified subnet ID
  169. and hardware address.
  170. % DHCPSRV_MYSQL_GET_VERSION obtaining schema version information
  171. A debug message issued when the server is about to obtain schema version
  172. information from the MySQL database.
  173. % DHCPSRV_MYSQL_ROLLBACK rolling back MySQL database
  174. The code has issued a rollback call. All outstanding transaction will
  175. be rolled back and not committed to the database.
  176. % DHCPSRV_MYSQL_UPDATE_ADDR4 updating IPv4 lease for address %1
  177. A debug message issued when the server is attempting to update IPv4
  178. lease from the MySQL database for the specified address.
  179. % DHCPSRV_MYSQL_UPDATE_ADDR6 updating IPv6 lease for address %1
  180. A debug message issued when the server is attempting to update IPv6
  181. lease from the MySQL database for the specified address.
  182. % DHCPSRV_NOTYPE_DB no 'type' keyword to determine database backend: %1
  183. This is an error message, logged when an attempt has been made to access
  184. a database backend, but where no 'type' keyword has been included in
  185. the access string. The access string (less any passwords) is included
  186. in the message.
  187. % DHCPSRV_UNEXPECTED_NAME database access parameters passed through '%1', expected 'lease-database'
  188. The parameters for access the lease database were passed to the server through
  189. the named configuration parameter, but the code was expecting them to be
  190. passed via the parameter named "lease-database". If the database opens
  191. successfully, there is no impact on server operation. However, as this does
  192. indicate an error in the source code, please submit a bug report.
  193. % DHCPSRV_UNKNOWN_DB unknown database type: %1
  194. The database access string specified a database type (given in the
  195. message) that is unknown to the software. This is a configuration error.