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
ISC Open Source Projects
Kea
Commits
f79a424a
Commit
f79a424a
authored
Jun 20, 2011
by
Jeremy C. Reed
Browse files
[master] in log messages, fix some minor typos, grammar and case issues.
parent
3665d775
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/asiodns/asiodef.mes
View file @
f79a424a
...
...
@@ -16,7 +16,7 @@ $PREFIX ASIODNS_
$NAMESPACE isc::asiodns
% FETCHCOMP upstream fetch to %1(%2) has now completed
A debug message, this records th
e
the upstream fetch (a query made by the
A debug message, this records th
at
the upstream fetch (a query made by the
resolver on behalf of its client) to the specified address has completed.
% FETCHSTOP upstream fetch to %1(%2) has been stopped
...
...
@@ -27,12 +27,12 @@ enabled.
% OPENSOCK error %1 opening %2 socket to %3(%4)
The asynchronous I/O code encountered an error when trying to open a socket
of the specified protocol in order to send a message to the target address.
The
the
number of the system error that cause the problem is given in the
The number of the system error that cause the problem is given in the
message.
% RECVSOCK error %1 reading %2 data from %3(%4)
The asynchronous I/O code encountered an error when trying read data from
the specified address on the given protocol. The
the
number of the system
The asynchronous I/O code encountered an error when trying
to
read data from
the specified address on the given protocol. The number of the system
error that cause the problem is given in the message.
% SENDSOCK error %1 sending data using %2 to %3(%4)
...
...
src/lib/datasrc/messagedef.mes
View file @
f79a424a
...
...
@@ -88,13 +88,13 @@ and put it into the additional section.
Debug information. The domain is a CNAME (or a DNAME and we created a CNAME
for it already), so it's being followed.
% QUERY_EMPTY_CNAME
c
NAME at '%1' is empty
% QUERY_EMPTY_CNAME
C
NAME at '%1' is empty
There was an CNAME and it was being followed. But it contains no records,
so there's nowhere to go. There will be no answer. This indicates a problem
with supplied data.
We tried to follow
% QUERY_TOO_MANY_CNAMES
c
NAME chain limit exceeded at '%1'
% QUERY_TOO_MANY_CNAMES
C
NAME chain limit exceeded at '%1'
A CNAME led to another CNAME and it led to another, and so on. After 16
CNAMEs, the software gave up. Long CNAME chains are discouraged, and this
might possibly be a loop as well. Note that some of the CNAMEs might have
...
...
@@ -283,9 +283,9 @@ some other data. But the protocol forbids coexistence of CNAME with anything
% MEM_CNAME_COEXIST can't add data to CNAME in domain '%1'
This is the same problem as in MEM_CNAME_TO_NONEMPTY, but it happened the
other way around -- adding some o
u
ther data to CNAME.
other way around -- adding some other data to CNAME.
% MEM_DNAME_NS
d
NAME and NS can't coexist in non-apex domain '%1'
% MEM_DNAME_NS
D
NAME and NS can't coexist in non-apex domain '%1'
It was requested for DNAME and NS records to be put into the same domain
which is not the apex (the top of the zone). This is forbidden by RFC
2672, section 3. This indicates a problem with provided data.
...
...
@@ -299,13 +299,13 @@ It was attempted to add the domain into a zone that shouldn't have it
(eg. the domain is not subdomain of the zone origin). This indicates a
problem with provided data.
% MEM_WILDCARD_NS
n
S record in wildcard domain '%1'
% MEM_WILDCARD_NS
N
S record in wildcard domain '%1'
The software refuses to load NS records into a wildcard domain. It isn't
explicitly forbidden, but the protocol is ambiguous about how this should
behave and BIND 9 refuses that as well. Please describe your intention using
different tools.
% MEM_WILDCARD_DNAME
d
NAME record in wildcard domain '%1'
% MEM_WILDCARD_DNAME
D
NAME record in wildcard domain '%1'
The software refuses to load DNAME records into a wildcard domain. It isn't
explicitly forbidden, but the protocol is ambiguous about how this should
behave and BIND 9 refuses that as well. Please describe your intention using
...
...
@@ -421,11 +421,11 @@ Debug information. The SQLite data source is looking up records of given name
and type in the database.
% SQLITE_ENCLOSURE looking for zone containing '%1'
Debug information. The SQLite data source is trying to identify
,
which zone
Debug information. The SQLite data source is trying to identify which zone
should hold this domain.
% SQLITE_ENCLOSURE_NOTFOUND no zone contains it
Debug information. The last SQLITE_ENCLOSURE query was unsuccessful
,
there's
Debug information. The last SQLITE_ENCLOSURE query was unsuccessful
;
there's
no such zone in our data.
% SQLITE_PREVIOUS looking for name previous to '%1'
...
...
@@ -472,13 +472,13 @@ Debug information. The SQLite data source is identifying if this domain is
a referral and where it goes.
% SQLITE_FINDREF_BAD_CLASS class mismatch looking for referral ('%1' and '%2')
The SQLite data source was trying to identify
,
if there's a referral. But
The SQLite data source was trying to identify if there's a referral. But
it contains different class than the query was for.
% SQLITE_CREATE
s
QLite data source created
% SQLITE_CREATE
S
QLite data source created
Debug information. An instance of SQLite data source is being created.
% SQLITE_DESTROY
s
QLite data source destroyed
% SQLITE_DESTROY
S
QLite data source destroyed
Debug information. An instance of SQLite data source is being destroyed.
% SQLITE_SETUP setting up SQLite database
...
...
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