Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
f9b5323a
Commit
f9b5323a
authored
Jun 27, 2011
by
Jelte Jansen
Browse files
[trac762] final comments
parent
8ec67a67
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/xfrout/xfrout.py.in
View file @
f9b5323a
...
...
@@ -506,7 +506,7 @@ class UnixSockServer(socketserver_mixin.NoPollMixIn, ThreadingUnixStreamServer):
try:
os.unlink(self._sock_file)
except Exception as e:
logger.error(XFROUT_REMOVE_UNIX_SOCKET_FILE_ERROR, str(e))
logger.error(XFROUT_REMOVE_UNIX_SOCKET_FILE_ERROR,
self._sock_file,
str(e))
pass
def update_config_data(self, new_config):
...
...
src/bin/xfrout/xfrout_messages.mes
View file @
f9b5323a
...
...
@@ -16,7 +16,8 @@
# of the xfrout messages python module.
% XFROUT_AXFR_TRANSFER_DONE transfer of %1/%2 complete
The transfer of the given zone has been completed successfully.
The transfer of the given zone has been completed successfully, or was
aborted due to a shutdown event.
% XFROUT_AXFR_TRANSFER_ERROR error transferring zone %1/%2: %3
An uncaught exception was encountered while sending the response to
...
...
@@ -65,7 +66,7 @@ ensure the daemon keeps running, this error is caught and reported.
There was an error importing a python module. One of the modules needed
by xfrout could not be found. This suggests that either some libraries
are missing on the system, or the PYTHONPATH variable is not correct.
The specific place where this library needs to be
may
depends on your
The specific place where this library needs to be depends on your
system and your specific installation.
% XFROUT_NEW_CONFIG Update xfrout configuration
...
...
@@ -118,9 +119,10 @@ daemon will shut down.
% XFROUT_SOCKET_SELECT_ERROR error while calling select() on request socket: %1
There was an error while calling select() on the socket that informs
the xfrout daemon that a new xfrout request has arrived. This most
likely points to an error in the internal communication with b10-auth.
The error is included in the log message.
the xfrout daemon that a new xfrout request has arrived. This should
be a result of rare local error such as memory allocation failure and
shouldn't happen under normal conditions. The error is included in the
log message.
% XFROUT_STOPPED_BY_KEYBOARD keyboard interrupt, shutting down
There was a keyboard interrupt signal to stop the xfrout daemon. The
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment