|
@@ -19,74 +19,74 @@ $PREFIX XFRIN_
|
|
% STARTING starting resolver with command line '%1'
|
|
% STARTING starting resolver with command line '%1'
|
|
An informational message, this is output when the resolver starts up.
|
|
An informational message, this is output when the resolver starts up.
|
|
|
|
|
|
-% IMPORT_DNS Error importing python DNS module: %1
|
|
|
|
|
|
+% IMPORT_DNS error importing python DNS module: %1
|
|
There was an error importing the python DNS module pydnspp. The most
|
|
There was an error importing the python DNS module pydnspp. The most
|
|
likely cause is a PYTHONPATH problem.
|
|
likely cause is a PYTHONPATH problem.
|
|
|
|
|
|
-% CONNECT_MASTER Error connecting to master at %1: %2
|
|
|
|
|
|
+% CONNECT_MASTER error connecting to master at %1: %2
|
|
There was an error opening a connection to the master. The error is
|
|
There was an error opening a connection to the master. The error is
|
|
shown in the log message.
|
|
shown in the log message.
|
|
|
|
|
|
-% AXFR_TRANSFER_STARTED AXFR Transfer of zone %1 started
|
|
|
|
|
|
+% AXFR_TRANSFER_STARTED AXFR transfer of zone %1 started
|
|
A connection to the master server has been made, the serial value in
|
|
A connection to the master server has been made, the serial value in
|
|
the SOA record has been checked, and a zone transfer has been started.
|
|
the SOA record has been checked, and a zone transfer has been started.
|
|
|
|
|
|
-% AXFR_TRANSFER_SUCCESS AXFR Transfer of zone %1 succeeded
|
|
|
|
|
|
+% AXFR_TRANSFER_SUCCESS AXFR transfer of zone %1 succeeded
|
|
The AXFR transfer of the given zone was successfully completed.
|
|
The AXFR transfer of the given zone was successfully completed.
|
|
|
|
|
|
-% AXFR_TRANSFER_FAILURE AXFR Transfer of zone %1 failed: %2
|
|
|
|
|
|
+% AXFR_TRANSFER_FAILURE AXFR transfer of zone %1 failed: %2
|
|
The AXFR transfer for the given zone has failed due to a protocol error.
|
|
The AXFR transfer for the given zone has failed due to a protocol error.
|
|
The error is shown in the log message.
|
|
The error is shown in the log message.
|
|
|
|
|
|
-% AXFR_DB_FAILURE AXFR Transfer of zone %1 failed: %2
|
|
|
|
|
|
+% AXFR_DB_FAILURE AXFR transfer of zone %1 failed: %2
|
|
The AXFR transfer for the given zone has failed due to a database problem.
|
|
The AXFR transfer for the given zone has failed due to a database problem.
|
|
The error is shown in the log message.
|
|
The error is shown in the log message.
|
|
|
|
|
|
-% AXFR_INTERNAL_FAILURE AXFR Transfer of zone %1 failed: %2
|
|
|
|
|
|
+% AXFR_INTERNAL_FAILURE AXFR transfer of zone %1 failed: %2
|
|
The AXFR transfer for the given zone has failed due to an internal
|
|
The AXFR transfer for the given zone has failed due to an internal
|
|
problem in the bind10 python wrapper library.
|
|
problem in the bind10 python wrapper library.
|
|
The error is shown in the log message.
|
|
The error is shown in the log message.
|
|
|
|
|
|
-% BAD_MASTER_ADDR_FORMAT Bad format for master address: %1
|
|
|
|
|
|
+% BAD_MASTER_ADDR_FORMAT bad format for master address: %1
|
|
The given master address is not a valid IP address
|
|
The given master address is not a valid IP address
|
|
|
|
|
|
-% BAD_MASTER_PORT_FORMAT Bad format for master port: %1
|
|
|
|
|
|
+% BAD_MASTER_PORT_FORMAT bad format for master port: %1
|
|
The given master port is not a valid port number
|
|
The given master port is not a valid port number
|
|
|
|
|
|
% BAD_ZONE_CLASS Invalid zone class: %1
|
|
% BAD_ZONE_CLASS Invalid zone class: %1
|
|
The given zone class is not a valid DNS class.
|
|
The given zone class is not a valid DNS class.
|
|
|
|
|
|
-% BAD_TSIG_KEY_STRING Bad TSIG key string: %1
|
|
|
|
|
|
+% BAD_TSIG_KEY_STRING bad TSIG key string: %1
|
|
The given string does not represent a valid TSIG key.
|
|
The given string does not represent a valid TSIG key.
|
|
|
|
|
|
-% RETRANSFER_UNKNOWN_ZONE Got notification to retransfer unknown zone %1
|
|
|
|
|
|
+% RETRANSFER_UNKNOWN_ZONE got notification to retransfer unknown zone %1
|
|
There was an internal command to retransfer the given zone, but the
|
|
There was an internal command to retransfer the given zone, but the
|
|
zone is not known to the system. This may indicate that the configuration
|
|
zone is not known to the system. This may indicate that the configuration
|
|
for xfrin is incomplete, or there was a typographical error in the
|
|
for xfrin is incomplete, or there was a typographical error in the
|
|
zone name in the configuration.
|
|
zone name in the configuration.
|
|
|
|
|
|
-% COMMAND_ERROR Error while executing command '%1': %2
|
|
|
|
|
|
+% COMMAND_ERROR error while executing command '%1': %2
|
|
There was an error while the given command was being processed. The
|
|
There was an error while the given command was being processed. The
|
|
error is given in the log message.
|
|
error is given in the log message.
|
|
|
|
|
|
-% MSGQ_SEND_ERROR Error while contacting %1 and %2
|
|
|
|
|
|
+% MSGQ_SEND_ERROR error while contacting %1 and %2
|
|
There was a problem sending a message to the xfrout module or the
|
|
There was a problem sending a message to the xfrout module or the
|
|
zone manager. This most likely means that the msgq daemon has quit or
|
|
zone manager. This most likely means that the msgq daemon has quit or
|
|
was killed.
|
|
was killed.
|
|
|
|
|
|
-% MSGQ_SEND_ERROR_ZONE_MANAGER Error while contacting %1
|
|
|
|
|
|
+% MSGQ_SEND_ERROR_ZONE_MANAGER error while contacting %1
|
|
There was a problem sending a message to the zone manager. This most
|
|
There was a problem sending a message to the zone manager. This most
|
|
likely means that the msgq daemon has quit or was killed.
|
|
likely means that the msgq daemon has quit or was killed.
|
|
|
|
|
|
-% STOPPED_BY_KEYBOARD Keyboard interrupt, shutting down
|
|
|
|
|
|
+% STOPPED_BY_KEYBOARD keyboard interrupt, shutting down
|
|
There was a keyboard interrupt signal to stop the xfrin daemon. The
|
|
There was a keyboard interrupt signal to stop the xfrin daemon. The
|
|
daemon will now shut down.
|
|
daemon will now shut down.
|
|
|
|
|
|
-% CC_SESSION_ERROR Error reading from cc channel: %1
|
|
|
|
|
|
+% CC_SESSION_ERROR error reading from cc channel: %1
|
|
There was a problem reading from the command and control channel. The
|
|
There was a problem reading from the command and control channel. The
|
|
most likely cause is that xfrin the msgq daemon is not running.
|
|
most likely cause is that xfrin the msgq daemon is not running.
|
|
|
|
|
|
-% UNKNOWN_ERROR Unknown error: %1
|
|
|
|
|
|
+% UNKNOWN_ERROR unknown error: %1
|
|
An uncaught exception was raised while running the xfrin daemon. The
|
|
An uncaught exception was raised while running the xfrin daemon. The
|
|
exception message is printed in the log message.
|
|
exception message is printed in the log message.
|
|
|
|
|