loadzone_messages.mes 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. # When you add a message to this file, it is a good idea to run
  15. # <topsrcdir>/tools/reorder_message_file.py to make sure the
  16. # messages are in the correct order.
  17. % LOADZONE_ARGUMENT_ERROR Error in command line arguments: %1
  18. Some semantics error in command line arguments or options to b10-loadzone
  19. is detected. b10-loadzone does effectively nothing and immediately
  20. terminates.
  21. % LOADZONE_CANCEL_CREATE_ZONE Creation of new zone %1/%2 was canceled
  22. b10-loadzone has created a new zone in the data source (see
  23. LOADZONE_ZONE_CREATED), but the loading operation has subsequently
  24. failed. The newly created zone has been removed from the data source,
  25. so that the data source will go back to the original state.
  26. % LOADZONE_DONE Loadded (at least) %1 RRs into zone %2/%3 in %4 seconds
  27. b10-loadzone has successfully loaded the specified zone. If there was
  28. an old version of the zone in the data source, it is now deleted.
  29. It also prints (a lower bound of) the number of RRs that have been loaded
  30. and the time spent for the loading. Due to a limitation of the
  31. current implementation of the underlying library however, it cannot show the
  32. exact number of the loaded RRs; it's counted for every N-th RR where N
  33. is the value of the -i command line option. So, for smaller zones that
  34. don't even contain N RRs, the reported value will be 0. This will be
  35. improved in a future version.
  36. % LOADZONE_LOAD_ERROR Failed to load zone %1/%2: %3
  37. Loading a zone by b10-loadzone fails for some reason in the middle of
  38. the loading. This is most likely due to an error in the specified
  39. arguments to b10-loadzone (such as non-existent zone file) or an error
  40. in the zone file. When this happens, the RRs loaded so far are
  41. effectively deleted from the zone, and the old version (if exists)
  42. will still remain valid for operations.
  43. % LOADZONE_POSTLOAD_ISSUE New version of zone %1/%2 has an issue: %3
  44. b10-loadzone detected a problem after a successful load of zone:
  45. either or both of SOA and NS records are missing at the zone origin.
  46. In the current implementation the load will not be canceled for such
  47. problems. The operator will need to fix the issues and reload the
  48. zone; otherwise applications (such as b10-auth) that use this data
  49. source will not work as expected.
  50. % LOADZONE_UNEXPECTED_FAILURE Unexpected exception: %1
  51. b10-loadzone encounters an unexpected failure and terminates itself.
  52. This is generally a bug of b10-loadzone itself or the underlying
  53. data source library, so it's advisable to submit a bug report if
  54. this message is logged. The incomplete attempt of loading should
  55. have been cleanly canceled in this case, too.
  56. % LOADZONE_ZONE_CREATED Zone %1/%2 does not exist in the data source, newly created
  57. The specified zone to b10-loadzone to load does not exist in the
  58. specified data source. b10-loadzone has created a new empty zone
  59. in the data source.