cfgmgr_messages.mes 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. # No namespace declaration - these constants go in the global namespace
  15. # of the xfrin messages python module.
  16. % CFGMGR_AUTOMATIC_CONFIG_DATABASE_UPDATE Updating configuration database from version %1 to %2
  17. An older version of the configuration database has been found, from which
  18. there was an automatic upgrade path to the current version. These changes
  19. are now applied, and no action from the administrator is necessary.
  20. % CFGMGR_BAD_UPDATE_RESPONSE_FROM_MODULE Unable to parse response from module %1: %2
  21. The configuration manager sent a configuration update to a module, but
  22. the module responded with an answer that could not be parsed. The answer
  23. message appears to be invalid JSON data, or not decodable to a string.
  24. This is likely to be a problem in the module in question. The update is
  25. assumed to have failed, and will not be stored.
  26. % CFGMGR_CC_SESSION_ERROR Error connecting to command channel: %1
  27. The configuration manager daemon was unable to connect to the messaging
  28. system. The most likely cause is that msgq is not running.
  29. % CFGMGR_CONFIG_FILE Configuration manager starting with configuration file: %1
  30. The configuration manager is starting, reading and saving the configuration
  31. settings to the shown file.
  32. % CFGMGR_DATA_READ_ERROR error reading configuration database from disk: %1
  33. There was a problem reading the persistent configuration data as stored
  34. on disk. The file may be corrupted, or it is of a version from where
  35. there is no automatic upgrade path. The file needs to be repaired or
  36. removed. The configuration manager daemon will now shut down.
  37. % CFGMGR_IOERROR_WHILE_WRITING_CONFIGURATION Unable to write configuration file; configuration not stored: %1
  38. There was an IO error from the system while the configuration manager
  39. was trying to write the configuration database to disk. The specific
  40. error is given. The most likely cause is that the directory where
  41. the file is stored does not exist, or is not writable. The updated
  42. configuration is not stored.
  43. % CFGMGR_OSERROR_WHILE_WRITING_CONFIGURATION Unable to write configuration file; configuration not stored: %1
  44. There was an OS error from the system while the configuration manager
  45. was trying to write the configuration database to disk. The specific
  46. error is given. The most likely cause is that the system does not have
  47. write access to the configuration database file. The updated
  48. configuration is not stored.
  49. % CFGMGR_BACKED_UP_CONFIG_FILE Config file %1 was removed; a backup was made at %2
  50. BIND 10 has been started with the command to clear the configuration
  51. file. The existing file has been backed up (moved) to the given file
  52. name. A new configuration file will be created in the original location
  53. when necessary.
  54. % CFGMGR_STOPPED_BY_KEYBOARD keyboard interrupt, shutting down
  55. There was a keyboard interrupt signal to stop the cfgmgr daemon. The
  56. daemon will now shut down.