bind10_messages.mes 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  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. % BIND10_CHECK_MSGQ_ALREADY_RUNNING checking if msgq is already running
  17. The boss process is starting up and will now check if the message bus
  18. daemon is already running. If so, it will not be able to start, as it
  19. needs a dedicated message bus.
  20. % BIND10_CONFIGURATION_START_AUTH start authoritative server: %1
  21. This message shows whether or not the authoritative server should be
  22. started according to the configuration.
  23. % BIND10_CONFIGURATION_START_RESOLVER start resolver: %1
  24. This message shows whether or not the resolver should be
  25. started according to the configuration.
  26. % BIND10_INVALID_STATISTICS_DATA invalid specification of statistics data specified
  27. An error was encountered when the boss module specified
  28. statistics data which is invalid for the boss specification file.
  29. % BIND10_COMPONENT_FAILED component %1 (pid %2) failed with %3 exit status
  30. The process terminated, but the bind10 boss didn't expect it to, which means
  31. it must have failed.
  32. % BIND10_COMPONENT_RESTART component %1 is about to restart
  33. The named component failed previously and we will try to restart it to provide
  34. as flawless service as possible, but it should be investigated what happened,
  35. as it could happen again.
  36. % BIND10_COMPONENT_START component %1 is starting
  37. The named component is about to be started by the boss process.
  38. % BIND10_COMPONENT_START_EXCEPTION component %1 failed to start: %2
  39. An exception (mentioned in the message) happened during the startup of the
  40. named component. The componet is not considered started and further actions
  41. will be taken about it.
  42. % BIND10_COMPONENT_STOP component %1 is being stopped
  43. A component is about to be asked to stop willingly by the boss.
  44. % BIND10_COMPONENT_UNSATISFIED component %1 is required to run and failed
  45. A component failed for some reason (see previous messages). It is either a core
  46. component or needed component that was just started. In any case, the system
  47. can't continue without it and will terminate.
  48. % BIND10_CONFIGURATOR_BUILD building plan '%1' -> '%2'
  49. A debug message. This indicates that the configurator is building a plan
  50. how to change configuration from the older one to newer one. This does no
  51. real work yet, it just does the planning what needs to be done.
  52. % BIND10_CONFIGURATOR_PLAN_INTERRUPTED configurator plan interrupted, only %1 of %2 done
  53. There was an exception during some planned task. The plan will not continue and
  54. only some tasks of the plan were completed. The rest is aborted. The exception
  55. will be propagated.
  56. % BIND10_CONFIGURATOR_RECONFIGURE reconfiguring running components
  57. A different configuration of which components should be running is being
  58. installed. All components that are no longer needed will be stopped and
  59. newly introduced ones started. This happens at startup, when the configuration
  60. is read the first time, or when an operator changes configuration of the boss.
  61. % BIND10_CONFIGURATOR_RUN running plan of %1 tasks
  62. A debug message. The configurator is about to execute a plan of actions it
  63. computed previously.
  64. % BIND10_CONFIGURATOR_START bind10 component configurator is starting up
  65. The part that cares about starting and stopping the right component from the
  66. boss process is starting up. This happens only once at the startup of the
  67. boss process. It will start the basic set of processes now (the ones boss
  68. needs to read the configuration), the rest will be started after the
  69. configuration is known.
  70. % BIND10_CONFIGURATOR_STOP bind10 component configurator is shutting down
  71. The part that cares about starting and stopping processes in the boss is
  72. shutting down. All started components will be shut down now (more precisely,
  73. asked to terminate by their own, if they fail to comply, other parts of
  74. the boss process will try to force them).
  75. % BIND10_CONFIGURATOR_TASK performing task %1 on %2
  76. A debug message. The configurator is about to perform one task of the plan it
  77. is currently executing on the named component.
  78. % BIND10_INVALID_USER invalid user: %1
  79. The boss process was started with the -u option, to drop root privileges
  80. and continue running as the specified user, but the user is unknown.
  81. % BIND10_KILLING_ALL_PROCESSES killing all started processes
  82. The boss module was not able to start every process it needed to start
  83. during startup, and will now kill the processes that did get started.
  84. % BIND10_KILL_PROCESS killing process %1
  85. The boss module is sending a kill signal to process with the given name,
  86. as part of the process of killing all started processes during a failed
  87. startup, as described for BIND10_KILLING_ALL_PROCESSES
  88. % BIND10_MSGQ_ALREADY_RUNNING msgq daemon already running, cannot start
  89. There already appears to be a message bus daemon running. Either an
  90. old process was not shut down correctly, and needs to be killed, or
  91. another instance of BIND10, with the same msgq domain socket, is
  92. running, which needs to be stopped.
  93. % BIND10_MSGQ_DAEMON_ENDED b10-msgq process died, shutting down
  94. The message bus daemon has died. This is a fatal error, since it may
  95. leave the system in an inconsistent state. BIND10 will now shut down.
  96. % BIND10_MSGQ_DISAPPEARED msgq channel disappeared
  97. While listening on the message bus channel for messages, it suddenly
  98. disappeared. The msgq daemon may have died. This might lead to an
  99. inconsistent state of the system, and BIND 10 will now shut down.
  100. % BIND10_PROCESS_ENDED_NO_EXIT_STATUS process %1 (PID %2) died: exit status not available
  101. The given process ended unexpectedly, but no exit status is
  102. available. See BIND10_PROCESS_ENDED_WITH_EXIT_STATUS for a longer
  103. description.
  104. % BIND10_PROCESS_ENDED_WITH_EXIT_STATUS process %1 (PID %2) terminated, exit status = %3
  105. The given process ended unexpectedly with the given exit status.
  106. Depending on which module it was, it may simply be restarted, or it
  107. may be a problem that will cause the boss module to shut down too.
  108. The latter happens if it was the message bus daemon, which, if it has
  109. died suddenly, may leave the system in an inconsistent state. BIND10
  110. will also shut down now if it has been run with --brittle.
  111. % BIND10_READING_BOSS_CONFIGURATION reading boss configuration
  112. The boss process is starting up, and will now process the initial
  113. configuration, as received from the configuration manager.
  114. % BIND10_RECEIVED_COMMAND received command: %1
  115. The boss module received a command and shall now process it. The command
  116. is printed.
  117. % BIND10_RECEIVED_NEW_CONFIGURATION received new configuration: %1
  118. The boss module received a configuration update and is going to apply
  119. it now. The new configuration is printed.
  120. % BIND10_RECEIVED_SIGNAL received signal %1
  121. The boss module received the given signal.
  122. % BIND10_RESURRECTED_PROCESS resurrected %1 (PID %2)
  123. The given process has been restarted successfully, and is now running
  124. with the given process id.
  125. % BIND10_RESURRECTING_PROCESS resurrecting dead %1 process...
  126. The given process has ended unexpectedly, and is now restarted.
  127. % BIND10_SELECT_ERROR error in select() call: %1
  128. There was a fatal error in the call to select(), used to see if a child
  129. process has ended or if there is a message on the message bus. This
  130. should not happen under normal circumstances and is considered fatal,
  131. so BIND 10 will now shut down. The specific error is printed.
  132. % BIND10_SEND_SIGKILL sending SIGKILL to %1 (PID %2)
  133. The boss module is sending a SIGKILL signal to the given process.
  134. % BIND10_SEND_SIGTERM sending SIGTERM to %1 (PID %2)
  135. The boss module is sending a SIGTERM signal to the given process.
  136. % BIND10_SHUTDOWN stopping the server
  137. The boss process received a command or signal telling it to shut down.
  138. It will send a shutdown command to each process. The processes that do
  139. not shut down will then receive a SIGTERM signal. If that doesn't work,
  140. it shall send SIGKILL signals to the processes still alive.
  141. % BIND10_SHUTDOWN_COMPLETE all processes ended, shutdown complete
  142. All child processes have been stopped, and the boss process will now
  143. stop itself.
  144. % BIND10_SOCKCREATOR_BAD_CAUSE unknown error cause from socket creator: %1
  145. The socket creator reported an error when creating a socket. But the function
  146. which failed is unknown (not one of 'S' for socket or 'B' for bind).
  147. % BIND10_SOCKCREATOR_BAD_RESPONSE unknown response for socket request: %1
  148. The boss requested a socket from the creator, but the answer is unknown. This
  149. looks like a programmer error.
  150. % BIND10_SOCKCREATOR_CRASHED the socket creator crashed
  151. The socket creator terminated unexpectedly. It is not possible to restart it
  152. (because the boss already gave up root privileges), so the system is going
  153. to terminate.
  154. % BIND10_SOCKCREATOR_EOF eof while expecting data from socket creator
  155. There should be more data from the socket creator, but it closed the socket.
  156. It probably crashed.
  157. % BIND10_SOCKCREATOR_INIT initializing socket creator parser
  158. The boss module initializes routines for parsing the socket creator
  159. protocol.
  160. % BIND10_SOCKCREATOR_KILL killing the socket creator
  161. The socket creator is being terminated the aggressive way, by sending it
  162. sigkill. This should not happen usually.
  163. % BIND10_SOCKCREATOR_TERMINATE terminating socket creator
  164. The boss module sends a request to terminate to the socket creator.
  165. % BIND10_SOCKCREATOR_TRANSPORT_ERROR transport error when talking to the socket creator: %1
  166. Either sending or receiving data from the socket creator failed with the given
  167. error. The creator probably crashed or some serious OS-level problem happened,
  168. as the communication happens only on local host.
  169. % BIND10_SOCKET_CREATED successfully created socket %1
  170. The socket creator successfully created and sent a requested socket, it has
  171. the given file number.
  172. % BIND10_SOCKET_ERROR error on %1 call in the creator: %2/%3
  173. The socket creator failed to create the requested socket. It failed on the
  174. indicated OS API function with given error.
  175. % BIND10_SOCKET_GET requesting socket [%1]:%2 of type %3 from the creator
  176. The boss forwards a request for a socket to the socket creator.
  177. % BIND10_STARTED_CC started configuration/command session
  178. Debug message given when BIND 10 has successfull started the object that
  179. handles configuration and commands.
  180. % BIND10_STARTED_PROCESS started %1
  181. The given process has successfully been started.
  182. % BIND10_STARTED_PROCESS_PID started %1 (PID %2)
  183. The given process has successfully been started, and has the given PID.
  184. % BIND10_STARTING starting BIND10: %1
  185. Informational message on startup that shows the full version.
  186. % BIND10_STARTING_CC starting configuration/command session
  187. Informational message given when BIND 10 is starting the session object
  188. that handles configuration and commands.
  189. % BIND10_STARTING_PROCESS starting process %1
  190. The boss module is starting the given process.
  191. % BIND10_STARTING_PROCESS_PORT starting process %1 (to listen on port %2)
  192. The boss module is starting the given process, which will listen on the
  193. given port number.
  194. % BIND10_STARTING_PROCESS_PORT_ADDRESS starting process %1 (to listen on %2#%3)
  195. The boss module is starting the given process, which will listen on the
  196. given address and port number (written as <address>#<port>).
  197. % BIND10_STARTUP_COMPLETE BIND 10 started
  198. All modules have been successfully started, and BIND 10 is now running.
  199. % BIND10_STARTUP_ERROR error during startup: %1
  200. There was a fatal error when BIND10 was trying to start. The error is
  201. shown, and BIND10 will now shut down.
  202. % BIND10_STARTUP_UNEXPECTED_MESSAGE unrecognised startup message %1
  203. During the startup process, a number of messages are exchanged between the
  204. Boss process and the processes it starts. This error is output when a
  205. message received by the Boss process is recognised as being of the
  206. correct format but is unexpected. It may be that processes are starting
  207. of sequence.
  208. % BIND10_STARTUP_UNRECOGNISED_MESSAGE unrecognised startup message %1
  209. During the startup process, a number of messages are exchanged between the
  210. Boss process and the processes it starts. This error is output when a
  211. message received by the Boss process is not recognised.
  212. % BIND10_START_AS_NON_ROOT starting %1 as a user, not root. This might fail.
  213. The given module is being started or restarted without root privileges.
  214. If the module needs these privileges, it may have problems starting.
  215. Note that this issue should be resolved by the pending 'socket-creator'
  216. process; once that has been implemented, modules should not need root
  217. privileges anymore. See tickets #800 and #801 for more information.
  218. % BIND10_STOP_PROCESS asking %1 to shut down
  219. The boss module is sending a shutdown command to the given module over
  220. the message channel.
  221. % BIND10_UNKNOWN_CHILD_PROCESS_ENDED unknown child pid %1 exited
  222. An unknown child process has exited. The PID is printed, but no further
  223. action will be taken by the boss process.
  224. % BIND10_WAIT_CFGMGR waiting for configuration manager process to initialize
  225. The configuration manager process is so critical to operation of BIND 10
  226. that after starting it, the Boss module will wait for it to initialize
  227. itself before continuing. This debug message is produced during the
  228. wait and may be output zero or more times depending on how long it takes
  229. the configuration manager to start up. The total length of time Boss
  230. will wait for the configuration manager before reporting an error is
  231. set with the command line --wait switch, which has a default value of
  232. ten seconds.