Browse Source

[master] regenerate log messages docs

Jeremy C. Reed 12 years ago
parent
commit
852e369ac1
2 changed files with 61 additions and 112 deletions
  1. 24 42
      doc/guide/bind10-messages.html
  2. 37 70
      doc/guide/bind10-messages.xml

File diff suppressed because it is too large
+ 24 - 42
doc/guide/bind10-messages.html


+ 37 - 70
doc/guide/bind10-messages.xml

@@ -341,15 +341,6 @@ server will return a FORMERR error to the sender.
 </para></listitem>
 </varlistentry>
 
-<varlistentry id="AUTH_NO_STATS_SESSION">
-<term>AUTH_NO_STATS_SESSION session interface for statistics is not available</term>
-<listitem><para>
-The authoritative server had no session with the statistics module at the
-time it attempted to send it data: the attempt has been abandoned. This
-could be an error in configuration.
-</para></listitem>
-</varlistentry>
-
 <varlistentry id="AUTH_NO_XFRIN">
 <term>AUTH_NO_XFRIN received NOTIFY but XFRIN session is not running</term>
 <listitem><para>
@@ -465,7 +456,7 @@ programs that expect a format of one message per line.
 </varlistentry>
 
 <varlistentry id="AUTH_SEND_NORMAL_RESPONSE">
-<term>AUTH_SEND_NORMAL_RESPONSE sending an error response (%1 bytes):\n%2</term>
+<term>AUTH_SEND_NORMAL_RESPONSE sending a normal response (%1 bytes):\n%2</term>
 <listitem><para>
 This is a debug message recording that the authoritative server is sending
 a response to the originator of a query.
@@ -531,61 +522,6 @@ message.
 </para></listitem>
 </varlistentry>
 
-<varlistentry id="AUTH_STATS_CHANNEL_CREATED">
-<term>AUTH_STATS_CHANNEL_CREATED STATS session channel created</term>
-<listitem><para>
-This is a debug message indicating that the authoritative server has
-created a channel to the statistics process.  It is issued during server
-startup is an indication that the initialization is proceeding normally.
-</para></listitem>
-</varlistentry>
-
-<varlistentry id="AUTH_STATS_CHANNEL_ESTABLISHED">
-<term>AUTH_STATS_CHANNEL_ESTABLISHED STATS session channel established</term>
-<listitem><para>
-This is a debug message indicating that the authoritative server
-has established communication over the previously created statistics
-channel.  It is issued during server startup is an indication that the
-initialization is proceeding normally.
-</para></listitem>
-</varlistentry>
-
-<varlistentry id="AUTH_STATS_COMMS">
-<term>AUTH_STATS_COMMS communication error in sending statistics data: %1</term>
-<listitem><para>
-An error was encountered when the authoritative server tried to send data
-to the statistics daemon. The message includes additional information
-describing the reason for the failure.
-</para></listitem>
-</varlistentry>
-
-<varlistentry id="AUTH_STATS_TIMEOUT">
-<term>AUTH_STATS_TIMEOUT timeout while sending statistics data: %1</term>
-<listitem><para>
-The authoritative server sent data to the statistics daemon but received
-no acknowledgement within the specified time. The message includes
-additional information describing the reason for the failure.
-</para></listitem>
-</varlistentry>
-
-<varlistentry id="AUTH_STATS_TIMER_DISABLED">
-<term>AUTH_STATS_TIMER_DISABLED statistics timer has been disabled</term>
-<listitem><para>
-This is a debug message indicating that the statistics timer has been
-disabled in the authoritative server and no statistics information is
-being produced.
-</para></listitem>
-</varlistentry>
-
-<varlistentry id="AUTH_STATS_TIMER_SET">
-<term>AUTH_STATS_TIMER_SET statistics timer set to %1 second(s)</term>
-<listitem><para>
-This is a debug message indicating that the statistics timer has been
-enabled and that the authoritative server will produce statistics data
-at the specified interval.
-</para></listitem>
-</varlistentry>
-
 <varlistentry id="AUTH_STOP_DDNS_FORWARDER">
 <term>AUTH_STOP_DDNS_FORWARDER DDNS UPDATE handling stopped</term>
 <listitem><para>
@@ -2508,6 +2444,15 @@ example) and use it from there.
 </para></listitem>
 </varlistentry>
 
+<varlistentry id="DATASRC_MASTERLOAD_ERROR">
+<term>DATASRC_MASTERLOAD_ERROR %1</term>
+<listitem><para>
+An error was found in the zone data for a MasterFiles zone. The zone
+is not loaded. The specific error is shown in the message, and should
+be addressed.
+</para></listitem>
+</varlistentry>
+
 <varlistentry id="DATASRC_MEM_ADD_RRSET">
 <term>DATASRC_MEM_ADD_RRSET adding RRset '%1/%2' into zone '%3'</term>
 <listitem><para>
@@ -3422,11 +3367,25 @@ processing of the query.
 </varlistentry>
 
 <varlistentry id="DATASRC_SQLITE_SETUP">
-<term>DATASRC_SQLITE_SETUP setting up SQLite database</term>
+<term>DATASRC_SQLITE_SETUP setting up new SQLite3 database in '%1'</term>
 <listitem><para>
 The database for SQLite data source was found empty. It is assumed this is the
 first run and it is being initialized with current schema.  It'll still contain
-no data, but it will be ready for use.
+no data, but it will be ready for use. If this is indeed the first run of
+BIND 10, it is to be expected and completely harmless. If you just configured
+a data source to point to an existing file and you see this, you may have
+misspelled the file name.
+</para></listitem>
+</varlistentry>
+
+<varlistentry id="DATASRC_SQLITE_SETUP_OLD_API">
+<term>DATASRC_SQLITE_SETUP_OLD_API setting up new SQLite database</term>
+<listitem><para>
+The database for SQLite data source was found empty. It is assumed this is the
+first run and it is being initialized with current schema.  It'll still contain
+no data, but it will be ready for use. This is similar to DATASRC_SQLITE_SETUP
+message, but it is logged from the old API. You should never see it, since the
+API is deprecated.
 </para></listitem>
 </varlistentry>
 
@@ -6045,6 +6004,14 @@ control bus. A likely problem is that the message bus daemon
 </para></listitem>
 </varlistentry>
 
+<varlistentry id="STATS_RECEIVED_INVALID_STATISTICS_DATA">
+<term>STATS_RECEIVED_INVALID_STATISTICS_DATA received invalid statistics data from %1</term>
+<listitem><para>
+Invalid statistics data has been received from the module while
+polling and it has been discarded.
+</para></listitem>
+</varlistentry>
+
 <varlistentry id="STATS_RECEIVED_NEW_CONFIG">
 <term>STATS_RECEIVED_NEW_CONFIG received new configuration: %1</term>
 <listitem><para>
@@ -6106,10 +6073,10 @@ will respond with an error and the command will be ignored.
 </para></listitem>
 </varlistentry>
 
-<varlistentry id="STATS_SEND_REQUEST_BOSS">
-<term>STATS_SEND_REQUEST_BOSS requesting boss to send statistics</term>
+<varlistentry id="STATS_SEND_STATISTICS_REQUEST">
+<term>STATS_SEND_STATISTICS_REQUEST requesting %1 to send statistics</term>
 <listitem><para>
-This debug message is printed when a request is sent to the boss module
+This debug message is printed when a request is sent to the module
 to send its data to the stats module.
 </para></listitem>
 </varlistentry>