bind10_messages.mes 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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_INVALID_USER invalid user: %1
  30. The boss process was started with the -u option, to drop root privileges
  31. and continue running as the specified user, but the user is unknown.
  32. % BIND10_KILLING_ALL_PROCESSES killing all started processes
  33. The boss module was not able to start every process it needed to start
  34. during startup, and will now kill the processes that did get started.
  35. % BIND10_KILL_PROCESS killing process %1
  36. The boss module is sending a kill signal to process with the given name,
  37. as part of the process of killing all started processes during a failed
  38. startup, as described for BIND10_KILLING_ALL_PROCESSES
  39. % BIND10_MSGQ_ALREADY_RUNNING msgq daemon already running, cannot start
  40. There already appears to be a message bus daemon running. Either an
  41. old process was not shut down correctly, and needs to be killed, or
  42. another instance of BIND10, with the same msgq domain socket, is
  43. running, which needs to be stopped.
  44. % BIND10_MSGQ_DAEMON_ENDED b10-msgq process died, shutting down
  45. The message bus daemon has died. This is a fatal error, since it may
  46. leave the system in an inconsistent state. BIND10 will now shut down.
  47. % BIND10_MSGQ_DISAPPEARED msgq channel disappeared
  48. While listening on the message bus channel for messages, it suddenly
  49. disappeared. The msgq daemon may have died. This might lead to an
  50. inconsistent state of the system, and BIND 10 will now shut down.
  51. % BIND10_PROCESS_ENDED_NO_EXIT_STATUS process %1 (PID %2) died: exit status not available
  52. The given process ended unexpectedly, but no exit status is
  53. available. See BIND10_PROCESS_ENDED_WITH_EXIT_STATUS for a longer
  54. description.
  55. % BIND10_PROCESS_ENDED_WITH_EXIT_STATUS process %1 (PID %2) terminated, exit status = %3
  56. The given process ended unexpectedly with the given exit status.
  57. Depending on which module it was, it may simply be restarted, or it
  58. may be a problem that will cause the boss module to shut down too.
  59. The latter happens if it was the message bus daemon, which, if it has
  60. died suddenly, may leave the system in an inconsistent state. BIND10
  61. will also shut down now if it has been run with --brittle.
  62. % BIND10_READING_BOSS_CONFIGURATION reading boss configuration
  63. The boss process is starting up, and will now process the initial
  64. configuration, as received from the configuration manager.
  65. % BIND10_RECEIVED_COMMAND received command: %1
  66. The boss module received a command and shall now process it. The command
  67. is printed.
  68. % BIND10_RECEIVED_NEW_CONFIGURATION received new configuration: %1
  69. The boss module received a configuration update and is going to apply
  70. it now. The new configuration is printed.
  71. % BIND10_RECEIVED_SIGNAL received signal %1
  72. The boss module received the given signal.
  73. % BIND10_RESURRECTED_PROCESS resurrected %1 (PID %2)
  74. The given process has been restarted successfully, and is now running
  75. with the given process id.
  76. % BIND10_RESURRECTING_PROCESS resurrecting dead %1 process...
  77. The given process has ended unexpectedly, and is now restarted.
  78. % BIND10_SELECT_ERROR error in select() call: %1
  79. There was a fatal error in the call to select(), used to see if a child
  80. process has ended or if there is a message on the message bus. This
  81. should not happen under normal circumstances and is considered fatal,
  82. so BIND 10 will now shut down. The specific error is printed.
  83. % BIND10_SEND_SIGKILL sending SIGKILL to %1 (PID %2)
  84. The boss module is sending a SIGKILL signal to the given process.
  85. % BIND10_SEND_SIGTERM sending SIGTERM to %1 (PID %2)
  86. The boss module is sending a SIGTERM signal to the given process.
  87. % BIND10_SHUTDOWN stopping the server
  88. The boss process received a command or signal telling it to shut down.
  89. It will send a shutdown command to each process. The processes that do
  90. not shut down will then receive a SIGTERM signal. If that doesn't work,
  91. it shall send SIGKILL signals to the processes still alive.
  92. % BIND10_SHUTDOWN_COMPLETE all processes ended, shutdown complete
  93. All child processes have been stopped, and the boss process will now
  94. stop itself.
  95. % BIND10_SOCKCREATOR_BAD_CAUSE unknown error cause from socket creator: %1
  96. The socket creator reported an error when creating a socket. But the function
  97. which failed is unknown (not one of 'S' for socket or 'B' for bind).
  98. % BIND10_SOCKCREATOR_BAD_RESPONSE unknown response for socket request: %1
  99. The boss requested a socket from the creator, but the answer is unknown. This
  100. looks like a programmer error.
  101. % BIND10_SOCKCREATOR_CRASHED the socket creator crashed
  102. The socket creator terminated unexpectedly. It is not possible to restart it
  103. (because the boss already gave up root privileges), so the system is going
  104. to terminate.
  105. % BIND10_SOCKCREATOR_EOF eof while expecting data from socket creator
  106. There should be more data from the socket creator, but it closed the socket.
  107. It probably crashed.
  108. % BIND10_SOCKCREATOR_INIT initializing socket creator parser
  109. The boss module initializes routines for parsing the socket creator
  110. protocol.
  111. % BIND10_SOCKCREATOR_KILL killing the socket creator
  112. The socket creator is being terminated the aggressive way, by sending it
  113. sigkill. This should not happen usually.
  114. % BIND10_SOCKCREATOR_TERMINATE terminating socket creator
  115. The boss module sends a request to terminate to the socket creator.
  116. % BIND10_SOCKCREATOR_TRANSPORT_ERROR transport error when talking to the socket creator: %1
  117. Either sending or receiving data from the socket creator failed with the given
  118. error. The creator probably crashed or some serious OS-level problem happened,
  119. as the communication happens only on local host.
  120. % BIND10_SOCKET_CREATED successfully created socket %1
  121. The socket creator successfully created and sent a requested socket, it has
  122. the given file number.
  123. % BIND10_SOCKET_ERROR error on %1 call in the creator: %2/%3
  124. The socket creator failed to create the requested socket. It failed on the
  125. indicated OS API function with given error.
  126. % BIND10_SOCKET_GET requesting socket [%1]:%2 of type %3 from the creator
  127. The boss forwards a request for a socket to the socket creator.
  128. % BIND10_STARTED_CC started configuration/command session
  129. Debug message given when BIND 10 has successfull started the object that
  130. handles configuration and commands.
  131. % BIND10_STARTED_PROCESS started %1
  132. The given process has successfully been started.
  133. % BIND10_STARTED_PROCESS_PID started %1 (PID %2)
  134. The given process has successfully been started, and has the given PID.
  135. % BIND10_STARTING starting BIND10: %1
  136. Informational message on startup that shows the full version.
  137. % BIND10_STARTING_CC starting configuration/command session
  138. Informational message given when BIND 10 is starting the session object
  139. that handles configuration and commands.
  140. % BIND10_STARTING_PROCESS starting process %1
  141. The boss module is starting the given process.
  142. % BIND10_STARTING_PROCESS_PORT starting process %1 (to listen on port %2)
  143. The boss module is starting the given process, which will listen on the
  144. given port number.
  145. % BIND10_STARTING_PROCESS_PORT_ADDRESS starting process %1 (to listen on %2#%3)
  146. The boss module is starting the given process, which will listen on the
  147. given address and port number (written as <address>#<port>).
  148. % BIND10_STARTUP_COMPLETE BIND 10 started
  149. All modules have been successfully started, and BIND 10 is now running.
  150. % BIND10_STARTUP_ERROR error during startup: %1
  151. There was a fatal error when BIND10 was trying to start. The error is
  152. shown, and BIND10 will now shut down.
  153. % BIND10_STARTUP_UNEXPECTED_MESSAGE unrecognised startup message %1
  154. During the startup process, a number of messages are exchanged between the
  155. Boss process and the processes it starts. This error is output when a
  156. message received by the Boss process is recognised as being of the
  157. correct format but is unexpected. It may be that processes are starting
  158. of sequence.
  159. % BIND10_STARTUP_UNRECOGNISED_MESSAGE unrecognised startup message %1
  160. During the startup process, a number of messages are exchanged between the
  161. Boss process and the processes it starts. This error is output when a
  162. message received by the Boss process is not recognised.
  163. % BIND10_START_AS_NON_ROOT starting %1 as a user, not root. This might fail.
  164. The given module is being started or restarted without root privileges.
  165. If the module needs these privileges, it may have problems starting.
  166. Note that this issue should be resolved by the pending 'socket-creator'
  167. process; once that has been implemented, modules should not need root
  168. privileges anymore. See tickets #800 and #801 for more information.
  169. % BIND10_STOP_PROCESS asking %1 to shut down
  170. The boss module is sending a shutdown command to the given module over
  171. the message channel.
  172. % BIND10_UNKNOWN_CHILD_PROCESS_ENDED unknown child pid %1 exited
  173. An unknown child process has exited. The PID is printed, but no further
  174. action will be taken by the boss process.
  175. % BIND10_WAIT_CFGMGR waiting for configuration manager process to initialize
  176. The configuration manager process is so critical to operation of BIND 10
  177. that after starting it, the Boss module will wait for it to initialize
  178. itself before continuing. This debug message is produced during the
  179. wait and may be output zero or more times depending on how long it takes
  180. the configuration manager to start up. The total length of time Boss
  181. will wait for the configuration manager before reporting an error is
  182. set with the command line --wait switch, which has a default value of
  183. ten seconds.