Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
ffa68930
Commit
ffa68930
authored
Jan 23, 2013
by
Jelte Jansen
Browse files
[1356] Update description of database locked error
parent
8b05639c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/xfrin/xfrin_messages.mes
View file @
ffa68930
...
@@ -175,6 +175,10 @@ exception message is printed in the log message.
...
@@ -175,6 +175,10 @@ exception message is printed in the log message.
The XFR transfer for the given zone has failed due to a problem outside
The XFR transfer for the given zone has failed due to a problem outside
of the xfrin module. Possible reasons are a broken DNS message or failure
of the xfrin module. Possible reasons are a broken DNS message or failure
in database connection. The error is shown in the log message.
in database connection. The error is shown in the log message.
One common cause of this error could be a locked database; especially when
using sqlite3 where a single transaction involving write operations blocks
any other read or write transactions. This is not a critical error, and
the transfer will be attempted again at the next retry time.
% XFRIN_XFR_PROCESS_FAILURE %1 transfer of zone %2/%3 failed: %4
% XFRIN_XFR_PROCESS_FAILURE %1 transfer of zone %2/%3 failed: %4
An XFR session failed outside the main protocol handling. This
An XFR session failed outside the main protocol handling. This
...
...
Write
Preview
Markdown
is supported
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