datasrc_messages.mes 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  1. # Copyright (C) 2011 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::datasrc
  15. # \brief Messages for the data source library
  16. % DATASRC_CACHE_CREATE creating the hotspot cache
  17. This is a debug message issued during startup when the hotspot cache
  18. is created.
  19. % DATASRC_CACHE_DESTROY destroying the hotspot cache
  20. Debug information. The hotspot cache is being destroyed.
  21. % DATASRC_CACHE_DISABLE disabling the hotspot cache
  22. A debug message issued when the hotspot cache is disabled.
  23. % DATASRC_CACHE_ENABLE enabling the hotspot cache
  24. A debug message issued when the hotspot cache is enabled.
  25. % DATASRC_CACHE_EXPIRED item '%1' in the hotspot cache has expired
  26. A debug message issued when a hotspot cache lookup located the item but it
  27. had expired. The item was removed and the program proceeded as if the item
  28. had not been found.
  29. % DATASRC_CACHE_FOUND the item '%1' was found
  30. Debug information. An item was successfully located in the hotspot cache.
  31. % DATASRC_CACHE_FULL hotspot cache is full, dropping oldest
  32. Debug information. After inserting an item into the hotspot cache, the
  33. maximum number of items was exceeded, so the least recently used item will
  34. be dropped. This should be directly followed by CACHE_REMOVE.
  35. % DATASRC_CACHE_INSERT inserting item '%1' into the hotspot cache
  36. A debug message indicating that a new item is being inserted into the hotspot
  37. cache.
  38. % DATASRC_CACHE_NOT_FOUND the item '%1' was not found in the hotspot cache
  39. A debug message issued when hotspot cache was searched for the specified
  40. item but it was not found.
  41. % DATASRC_CACHE_OLD_FOUND older instance of hotspot cache item '%1' found, replacing
  42. Debug information. While inserting an item into the hotspot cache, an older
  43. instance of an item with the same name was found; the old instance will be
  44. removed. This will be directly followed by CACHE_REMOVE.
  45. % DATASRC_CACHE_REMOVE removing '%1' from the hotspot cache
  46. Debug information. An item is being removed from the hotspot cache.
  47. % DATASRC_CACHE_SLOTS setting the hotspot cache size to '%1', dropping '%2' items
  48. The maximum allowed number of items of the hotspot cache is set to the given
  49. number. If there are too many, some of them will be dropped. The size of 0
  50. means no limit.
  51. % DATASRC_DATABASE_FIND_RECORDS looking in datasource %1 for record %2/%3
  52. Debug information. The database data source is looking up records with the given
  53. name and type in the database.
  54. % DATASRC_DATABASE_FIND_TTL_MISMATCH TTL values differ in %1 for elements of %2/%3/%4, setting to %5
  55. The datasource backend provided resource records for the given RRset with
  56. different TTL values. This isn't allowed on the wire and is considered
  57. an error, so we set it to the lowest value we found (but we don't modify the
  58. database). The data in database should be checked and fixed.
  59. % DATASRC_DATABASE_FOUND_DELEGATION Found delegation at %2 in %1
  60. When searching for a domain, the program met a delegation to a different zone
  61. at the given domain name. It will return that one instead.
  62. % DATASRC_DATABASE_FOUND_DELEGATION_EXACT Found delegation at %2 (exact match) in %1
  63. The program found the domain requested, but it is a delegation point to a
  64. different zone, therefore it is not authoritative for this domain name.
  65. It will return the NS record instead.
  66. % DATASRC_DATABASE_FOUND_DNAME Found DNAME at %2 in %1
  67. When searching for a domain, the program met a DNAME redirection to a different
  68. place in the domain space at the given domain name. It will return that one
  69. instead.
  70. % DATASRC_DATABASE_FOUND_NXDOMAIN search in datasource %1 resulted in NXDOMAIN for %2/%3/%4
  71. The data returned by the database backend did not contain any data for the given
  72. domain name, class and type.
  73. % DATASRC_DATABASE_FOUND_NXRRSET search in datasource %1 resulted in NXRRSET for %2/%3/%4
  74. The data returned by the database backend contained data for the given domain
  75. name and class, but not for the given type.
  76. % DATASRC_DATABASE_FOUND_RRSET search in datasource %1 resulted in RRset %2
  77. The data returned by the database backend contained data for the given domain
  78. name, and it either matches the type or has a relevant type. The RRset that is
  79. returned is printed.
  80. % DATASRC_DATABASE_ITERATE iterating zone %1
  81. The program is reading the whole zone, eg. not searching for data, but going
  82. through each of the RRsets there.
  83. % DATASRC_DATABASE_ITERATE_END iterating zone finished
  84. While iterating through the zone, the program reached end of the data.
  85. % DATASRC_DATABASE_ITERATE_NEXT next RRset in zone is %1/%2
  86. While iterating through the zone, the program extracted next RRset from it.
  87. The name and RRtype of the RRset is indicated in the message.
  88. % DATASRC_DATABASE_ITERATE_TTL_MISMATCH TTL values differ for RRs of %1/%2/%3, setting to %4
  89. While iterating through the zone, the time to live for RRs of the given RRset
  90. were found to be different. This isn't allowed on the wire and is considered
  91. an error, so we set it to the lowest value we found (but we don't modify the
  92. database). The data in database should be checked and fixed.
  93. % DATASRC_DO_QUERY handling query for '%1/%2'
  94. A debug message indicating that a query for the given name and RR type is being
  95. processed.
  96. % DATASRC_MEM_ADD_RRSET adding RRset '%1/%2' into zone '%3'
  97. Debug information. An RRset is being added to the in-memory data source.
  98. % DATASRC_MEM_ADD_WILDCARD adding wildcards for '%1'
  99. This is a debug message issued during the processing of a wildcard
  100. name. The internal domain name tree is scanned and some nodes are
  101. specially marked to allow the wildcard lookup to succeed.
  102. % DATASRC_MEM_ADD_ZONE adding zone '%1/%2'
  103. Debug information. A zone is being added into the in-memory data source.
  104. % DATASRC_MEM_ANY_SUCCESS ANY query for '%1' successful
  105. Debug information. The domain was found and an ANY type query is being answered
  106. by providing everything found inside the domain.
  107. % DATASRC_MEM_CNAME CNAME at the domain '%1'
  108. Debug information. The requested domain is an alias to a different domain,
  109. returning the CNAME instead.
  110. % DATASRC_MEM_CNAME_COEXIST can't add data to CNAME in domain '%1'
  111. This is the same problem as in MEM_CNAME_TO_NONEMPTY, but it happened the
  112. other way around -- adding some other data to CNAME.
  113. % DATASRC_MEM_CNAME_TO_NONEMPTY can't add CNAME to domain with other data in '%1'
  114. Someone or something tried to add a CNAME into a domain that already contains
  115. some other data. But the protocol forbids coexistence of CNAME with anything
  116. (RFC 1034, section 3.6.2). This indicates a problem with provided data.
  117. % DATASRC_MEM_CREATE creating zone '%1' in '%2' class
  118. Debug information. A representation of a zone for the in-memory data source is
  119. being created.
  120. % DATASRC_MEM_DELEG_FOUND delegation found at '%1'
  121. Debug information. A delegation point was found above the requested record.
  122. % DATASRC_MEM_DESTROY destroying zone '%1' in '%2' class
  123. Debug information. A zone from in-memory data source is being destroyed.
  124. % DATASRC_MEM_DNAME_ENCOUNTERED encountered a DNAME
  125. Debug information. While searching for the requested domain, a DNAME was
  126. encountered on the way. This may lead to redirection to a different domain and
  127. stop the search.
  128. % DATASRC_MEM_DNAME_FOUND DNAME found at '%1'
  129. Debug information. A DNAME was found instead of the requested information.
  130. % DATASRC_MEM_DNAME_NS DNAME and NS can't coexist in non-apex domain '%1'
  131. A request was made for DNAME and NS records to be put into the same
  132. domain which is not the apex (the top of the zone). This is forbidden
  133. by RFC 2672 (section 3) and indicates a problem with provided data.
  134. % DATASRC_MEM_DOMAIN_EMPTY requested domain '%1' is empty
  135. Debug information. The requested domain exists in the tree of domains, but
  136. it is empty. Therefore it doesn't contain the requested resource type.
  137. % DATASRC_MEM_DUP_RRSET duplicate RRset '%1/%2'
  138. An RRset is being inserted into in-memory data source for a second time. The
  139. original version must be removed first. Note that loading master files where an
  140. RRset is split into multiple locations is not supported yet.
  141. % DATASRC_MEM_EXACT_DELEGATION delegation at the exact domain '%1'
  142. Debug information. There's a NS record at the requested domain. This means
  143. this zone is not authoritative for the requested domain, but a delegation
  144. should be followed. The requested domain is an apex of some zone.
  145. % DATASRC_MEM_FIND find '%1/%2'
  146. Debug information. A search for the requested RRset is being started.
  147. % DATASRC_MEM_FIND_ZONE looking for zone '%1'
  148. Debug information. A zone object for this zone is being searched for in the
  149. in-memory data source.
  150. % DATASRC_MEM_LOAD loading zone '%1' from file '%2'
  151. Debug information. The content of master file is being loaded into the memory.
  152. % DATASRC_MEM_NOT_FOUND requested domain '%1' not found
  153. Debug information. The requested domain does not exist.
  154. % DATASRC_MEM_NS_ENCOUNTERED encountered a NS
  155. Debug information. While searching for the requested domain, a NS was
  156. encountered on the way (a delegation). This may lead to stop of the search.
  157. % DATASRC_MEM_NXRRSET no such type '%1' at '%2'
  158. Debug information. The domain exists, but it doesn't hold any record of the
  159. requested type.
  160. % DATASRC_MEM_OUT_OF_ZONE domain '%1' doesn't belong to zone '%2'
  161. It was attempted to add the domain into a zone that shouldn't have it
  162. (eg. the domain is not subdomain of the zone origin). This indicates a
  163. problem with provided data.
  164. % DATASRC_MEM_RENAME renaming RRset from '%1' to '%2'
  165. Debug information. A RRset is being generated from a different RRset (most
  166. probably a wildcard). So it must be renamed to whatever the user asked for. In
  167. fact, it's impossible to rename RRsets with our libraries, so a new one is
  168. created and all resource records are copied over.
  169. % DATASRC_MEM_SINGLETON trying to add multiple RRs for domain '%1' and type '%2'
  170. Some resource types are singletons -- only one is allowed in a domain
  171. (for example CNAME or SOA). This indicates a problem with provided data.
  172. % DATASRC_MEM_SUCCESS query for '%1/%2' successful
  173. Debug information. The requested record was found.
  174. % DATASRC_MEM_SUPER_STOP stopped at superdomain '%1', domain '%2' is empty
  175. Debug information. The search stopped at a superdomain of the requested
  176. domain. The domain is a empty nonterminal, therefore it is treated as NXRRSET
  177. case (eg. the domain exists, but it doesn't have the requested record type).
  178. % DATASRC_MEM_SWAP swapping contents of two zone representations ('%1' and '%2')
  179. Debug information. The contents of two in-memory zones are being exchanged.
  180. This is usual practice to do some manipulation in exception-safe manner -- the
  181. new data are prepared in a different zone object and when it works, they are
  182. swapped. The old one contains the new data and the other one can be safely
  183. destroyed.
  184. % DATASRC_MEM_WILDCARD_CANCEL wildcard match canceled for '%1'
  185. Debug information. A domain above wildcard was reached, but there's something
  186. below the requested domain. Therefore the wildcard doesn't apply here. This
  187. behaviour is specified by RFC 1034, section 4.3.3
  188. % DATASRC_MEM_WILDCARD_DNAME DNAME record in wildcard domain '%1'
  189. The software refuses to load DNAME records into a wildcard domain. It isn't
  190. explicitly forbidden, but the protocol is ambiguous about how this should
  191. behave and BIND 9 refuses that as well. Please describe your intention using
  192. different tools.
  193. % DATASRC_MEM_WILDCARD_NS NS record in wildcard domain '%1'
  194. The software refuses to load NS records into a wildcard domain. It isn't
  195. explicitly forbidden, but the protocol is ambiguous about how this should
  196. behave and BIND 9 refuses that as well. Please describe your intention using
  197. different tools.
  198. % DATASRC_META_ADD adding a data source into meta data source
  199. This is a debug message issued during startup or reconfiguration.
  200. Another data source is being added into the meta data source.
  201. % DATASRC_META_ADD_CLASS_MISMATCH mismatch between classes '%1' and '%2'
  202. It was attempted to add a data source into a meta data source, but their
  203. classes do not match.
  204. % DATASRC_META_REMOVE removing data source from meta data source
  205. Debug information. A data source is being removed from meta data source.
  206. % DATASRC_QUERY_ADD_NSEC adding NSEC record for '%1'
  207. Debug information. A NSEC record covering this zone is being added.
  208. % DATASRC_QUERY_ADD_NSEC3 adding NSEC3 record of zone '%1'
  209. Debug information. A NSEC3 record for the given zone is being added to the
  210. response message.
  211. % DATASRC_QUERY_ADD_RRSET adding RRset '%1/%2' to message
  212. Debug information. An RRset is being added to the response message.
  213. % DATASRC_QUERY_ADD_SOA adding SOA of '%1'
  214. Debug information. A SOA record of the given zone is being added to the
  215. authority section of the response message.
  216. % DATASRC_QUERY_AUTH_FAIL the underlying data source failed with %1
  217. The underlying data source failed to answer the authoritative query. 1 means
  218. some error, 2 is not implemented. The data source should have logged the
  219. specific error already.
  220. % DATASRC_QUERY_BAD_REFERRAL bad referral to '%1'
  221. The domain lives in another zone. But it is not possible to generate referral
  222. information for it.
  223. % DATASRC_QUERY_CACHED data for %1/%2 found in hotspot cache
  224. Debug information. The requested data were found in the hotspot cache, so
  225. no query is sent to the real data source.
  226. % DATASRC_QUERY_CHECK_CACHE checking hotspot cache for '%1/%2'
  227. Debug information. While processing a query, lookup to the hotspot cache
  228. is being made.
  229. % DATASRC_QUERY_COPY_AUTH copying authoritative section into message
  230. Debug information. The whole referral information is being copied into the
  231. response message.
  232. % DATASRC_QUERY_DELEGATION looking for delegation on the path to '%1'
  233. Debug information. The software is trying to identify delegation points on the
  234. way down to the given domain.
  235. % DATASRC_QUERY_EMPTY_CNAME CNAME at '%1' is empty
  236. A CNAME chain was being followed and an entry was found that pointed
  237. to a domain name that had no RRsets associated with it. As a result,
  238. the query cannot be answered. This indicates a problem with supplied data.
  239. % DATASRC_QUERY_EMPTY_DNAME the DNAME on '%1' is empty
  240. During an attempt to synthesize CNAME from this DNAME it was discovered the
  241. DNAME is empty (it has no records). This indicates problem with supplied data.
  242. % DATASRC_QUERY_FAIL query failed
  243. Some subtask of query processing failed. The reason should have been reported
  244. already and a SERVFAIL will be returned to the querying system.
  245. % DATASRC_QUERY_FOLLOW_CNAME following CNAME at '%1'
  246. Debug information. The domain is a CNAME (or a DNAME and a CNAME for it
  247. has already been created) and the search is following this chain.
  248. % DATASRC_QUERY_GET_MX_ADDITIONAL addition of A/AAAA for '%1' requested by MX '%2'
  249. Debug information. While processing a query, a MX record was met. It
  250. references the mentioned address, so A/AAAA records for it are looked up
  251. and put it into the additional section.
  252. % DATASRC_QUERY_GET_NS_ADDITIONAL addition of A/AAAA for '%1' requested by NS '%2'
  253. Debug information. While processing a query, a NS record was met. It
  254. references the mentioned address, so A/AAAA records for it are looked up
  255. and put it into the additional section.
  256. % DATASRC_QUERY_GLUE_FAIL the underlying data source failed with %1
  257. The underlying data source failed to answer the glue query. 1 means some error,
  258. 2 is not implemented. The data source should have logged the specific error
  259. already.
  260. % DATASRC_QUERY_INVALID_OP invalid query operation requested
  261. This indicates a programmer error. The DO_QUERY was called with unknown
  262. operation code.
  263. % DATASRC_QUERY_IS_AUTH auth query (%1/%2)
  264. Debug information. The last DO_QUERY is an auth query.
  265. % DATASRC_QUERY_IS_GLUE glue query (%1/%2)
  266. Debug information. The last DO_QUERY is a query for glue addresses.
  267. % DATASRC_QUERY_IS_NOGLUE query for non-glue addresses (%1/%2)
  268. Debug information. The last DO_QUERY is a query for addresses that are not
  269. glue.
  270. % DATASRC_QUERY_IS_REF query for referral (%1/%2)
  271. Debug information. The last DO_QUERY is a query for referral information.
  272. % DATASRC_QUERY_IS_SIMPLE simple query (%1/%2)
  273. Debug information. The last DO_QUERY is a simple query.
  274. % DATASRC_QUERY_MISPLACED_TASK task of this type should not be here
  275. This indicates a programming error. A task was found in the internal task
  276. queue, but this kind of task wasn't designed to be inside the queue (it should
  277. be handled right away, not queued).
  278. % DATASRC_QUERY_MISSING_NS missing NS records for '%1'
  279. NS records should have been put into the authority section. However, this zone
  280. has none. This indicates problem with provided data.
  281. % DATASRC_QUERY_MISSING_SOA the zone '%1' has no SOA
  282. The answer should have been a negative one (eg. of nonexistence of something).
  283. To do so, a SOA record should be put into the authority section, but the zone
  284. does not have one. This indicates problem with provided data.
  285. % DATASRC_QUERY_NOGLUE_FAIL the underlying data source failed with %1
  286. The underlying data source failed to answer the no-glue query. 1 means some
  287. error, 2 is not implemented. The data source should have logged the specific
  288. error already.
  289. % DATASRC_QUERY_NO_CACHE_ANY_AUTH ignoring hotspot cache for ANY query (%1/%2 in %3 class)
  290. Debug information. The hotspot cache is ignored for authoritative ANY queries
  291. for consistency reasons.
  292. % DATASRC_QUERY_NO_CACHE_ANY_SIMPLE ignoring hotspot cache for ANY query (%1/%2 in %3 class)
  293. Debug information. The hotspot cache is ignored for ANY queries for consistency
  294. reasons.
  295. % DATASRC_QUERY_NO_DS_NSEC there's no DS record in the '%1' zone
  296. An attempt to add a NSEC record into the message failed, because the zone does
  297. not have any DS record. This indicates problem with the provided data.
  298. % DATASRC_QUERY_NO_DS_NSEC3 there's no DS record in the '%1' zone
  299. An attempt to add a NSEC3 record into the message failed, because the zone does
  300. not have any DS record. This indicates problem with the provided data.
  301. % DATASRC_QUERY_NO_ZONE no zone containing '%1' in class '%2'
  302. Lookup of domain failed because the data have no zone that contain the
  303. domain. Maybe someone sent a query to the wrong server for some reason.
  304. % DATASRC_QUERY_PROCESS processing query '%1/%2' in the '%3' class
  305. Debug information. A sure query is being processed now.
  306. % DATASRC_QUERY_PROVE_NX_FAIL unable to prove nonexistence of '%1'
  307. The user wants DNSSEC and we discovered the entity doesn't exist (either
  308. domain or the record). But there was an error getting NSEC/NSEC3 record
  309. to prove the nonexistence.
  310. % DATASRC_QUERY_REF_FAIL the underlying data source failed with %1
  311. The underlying data source failed to answer the query for referral information.
  312. 1 means some error, 2 is not implemented. The data source should have logged
  313. the specific error already.
  314. % DATASRC_QUERY_RRSIG unable to answer RRSIG query
  315. The server is unable to answer a direct query for RRSIG type, but was asked
  316. to do so.
  317. % DATASRC_QUERY_SIMPLE_FAIL the underlying data source failed with %1
  318. The underlying data source failed to answer the simple query. 1 means some
  319. error, 2 is not implemented. The data source should have logged the specific
  320. error already.
  321. % DATASRC_QUERY_SYNTH_CNAME synthesizing CNAME from DNAME on '%1'
  322. This is a debug message. While answering a query, a DNAME was encountered. The
  323. DNAME itself will be returned, along with a synthesized CNAME for clients that
  324. do not understand the DNAME RR.
  325. % DATASRC_QUERY_TASK_FAIL task failed with %1
  326. The query subtask failed. The reason should have been reported by the subtask
  327. already. The code is 1 for error, 2 for not implemented.
  328. % DATASRC_QUERY_TOO_MANY_CNAMES CNAME chain limit exceeded at '%1'
  329. A CNAME led to another CNAME and it led to another, and so on. After 16
  330. CNAMEs, the software gave up. Long CNAME chains are discouraged, and this
  331. might possibly be a loop as well. Note that some of the CNAMEs might have
  332. been synthesized from DNAMEs. This indicates problem with supplied data.
  333. % DATASRC_QUERY_UNKNOWN_RESULT unknown result of subtask
  334. This indicates a programmer error. The answer of subtask doesn't look like
  335. anything known.
  336. % DATASRC_QUERY_WILDCARD looking for a wildcard covering '%1'
  337. Debug information. A direct match wasn't found, so a wildcard covering the
  338. domain is being looked for now.
  339. % DATASRC_QUERY_WILDCARD_FAIL error processing wildcard for '%1'
  340. During an attempt to cover the domain by a wildcard an error happened. The
  341. exact kind was hopefully already reported.
  342. % DATASRC_QUERY_WILDCARD_PROVE_NX_FAIL unable to prove nonexistence of '%1' (%2)
  343. While processing a wildcard, it wasn't possible to prove nonexistence of the
  344. given domain or record. The code is 1 for error and 2 for not implemented.
  345. % DATASRC_QUERY_WILDCARD_REFERRAL unable to find referral info for '%1' (%2)
  346. While processing a wildcard, a referral was met. But it wasn't possible to get
  347. enough information for it. The code is 1 for error, 2 for not implemented.
  348. % DATASRC_SQLITE_CLOSE closing SQLite database
  349. Debug information. The SQLite data source is closing the database file.
  350. % DATASRC_SQLITE_CONNOPEN Opening sqlite database file '%1'
  351. The database file is being opened so it can start providing data.
  352. % DATASRC_SQLITE_CONNCLOSE Closing sqlite database
  353. The database file is no longer needed and is being closed.
  354. % DATASRC_SQLITE_CREATE SQLite data source created
  355. Debug information. An instance of SQLite data source is being created.
  356. % DATASRC_SQLITE_DESTROY SQLite data source destroyed
  357. Debug information. An instance of SQLite data source is being destroyed.
  358. % DATASRC_SQLITE_DROPCONN SQLite3Database is being deinitialized
  359. The object around a database connection is being destroyed.
  360. % DATASRC_SQLITE_ENCLOSURE looking for zone containing '%1'
  361. Debug information. The SQLite data source is trying to identify which zone
  362. should hold this domain.
  363. % DATASRC_SQLITE_ENCLOSURE_NOT_FOUND no zone contains '%1'
  364. Debug information. The last SQLITE_ENCLOSURE query was unsuccessful; there's
  365. no such zone in our data.
  366. % DATASRC_SQLITE_FIND looking for RRset '%1/%2'
  367. Debug information. The SQLite data source is looking up a resource record
  368. set.
  369. % DATASRC_SQLITE_FINDADDRS looking for A/AAAA addresses for '%1'
  370. Debug information. The data source is looking up the addresses for given
  371. domain name.
  372. % DATASRC_SQLITE_FINDADDRS_BAD_CLASS class mismatch looking for addresses ('%1' and '%2')
  373. The SQLite data source was looking up A/AAAA addresses, but the data source
  374. contains different class than the query was for.
  375. % DATASRC_SQLITE_FINDEXACT looking for exact RRset '%1/%2'
  376. Debug information. The SQLite data source is looking up an exact resource
  377. record.
  378. % DATASRC_SQLITE_FINDEXACT_BAD_CLASS class mismatch looking for an RRset ('%1' and '%2')
  379. The SQLite data source was looking up an exact RRset, but the data source
  380. contains different class than the query was for.
  381. % DATASRC_SQLITE_FINDREC looking for record '%1/%2'
  382. Debug information. The SQLite data source is looking up records of given name
  383. and type in the database.
  384. % DATASRC_SQLITE_FINDREF looking for referral at '%1'
  385. Debug information. The SQLite data source is identifying if this domain is
  386. a referral and where it goes.
  387. % DATASRC_SQLITE_FINDREF_BAD_CLASS class mismatch looking for referral ('%1' and '%2')
  388. The SQLite data source was trying to identify if there's a referral. But
  389. it contains different class than the query was for.
  390. % DATASRC_SQLITE_FIND_BAD_CLASS class mismatch looking for an RRset ('%1' and '%2')
  391. The SQLite data source was looking up an RRset, but the data source contains
  392. different class than the query was for.
  393. % DATASRC_SQLITE_FIND_NSEC3 looking for NSEC3 in zone '%1' for hash '%2'
  394. Debug information. We're trying to look up a NSEC3 record in the SQLite data
  395. source.
  396. % DATASRC_SQLITE_FIND_NSEC3_NO_ZONE no such zone '%1'
  397. The SQLite data source was asked to provide a NSEC3 record for given zone.
  398. But it doesn't contain that zone.
  399. % DATASRC_SQLITE_NEWCONN SQLite3Database is being initialized
  400. A wrapper object to hold database connection is being initialized.
  401. % DATASRC_SQLITE_OPEN opening SQLite database '%1'
  402. Debug information. The SQLite data source is loading an SQLite database in
  403. the provided file.
  404. % DATASRC_SQLITE_PREVIOUS looking for name previous to '%1'
  405. This is a debug message. The name given was not found, so the program
  406. is searching for the next name higher up the hierarchy (e.g. if
  407. www.example.com were queried for and not found, the software searches
  408. for the "previous" name, example.com).
  409. % DATASRC_SQLITE_PREVIOUS_NO_ZONE no zone containing '%1'
  410. The name given was not found, so the program is searching for the next
  411. name higher up the hierarchy (e.g. if www.example.com were queried
  412. for and not found, the software searches for the "previous" name,
  413. example.com). However, this name is not contained in any zone in the
  414. data source. This is an error since it indicates a problem in the earlier
  415. processing of the query.
  416. % DATASRC_SQLITE_SETUP setting up SQLite database
  417. The database for SQLite data source was found empty. It is assumed this is the
  418. first run and it is being initialized with current schema. It'll still contain
  419. no data, but it will be ready for use.
  420. % DATASRC_STATIC_CLASS_NOT_CH static data source can handle CH class only
  421. An error message indicating that a query requesting a RR for a class other
  422. that CH was sent to the static data source (which only handles CH queries).
  423. % DATASRC_STATIC_CREATE creating the static datasource
  424. Debug information. The static data source (the one holding stuff like
  425. version.bind) is being created.
  426. % DATASRC_STATIC_FIND looking for '%1/%2'
  427. Debug information. This resource record set is being looked up in the static
  428. data source.
  429. % DATASRC_UNEXPECTED_QUERY_STATE unexpected query state
  430. This indicates a programming error. An internal task of unknown type was
  431. generated.