From: JINMEI Tatuya Date: Mon, 24 Jun 2013 04:19:45 +0000 (+0900) Subject: [2854] updated a log message description so it makes more sense. X-Git-Tag: bind10-1.2.0beta1-release~378^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7341eefceabf675af89a4514b89f0a45ba4a711d;p=thirdparty%2Fkea.git [2854] updated a log message description so it makes more sense. --- diff --git a/src/bin/memmgr/memmgr_messages.mes b/src/bin/memmgr/memmgr_messages.mes index 721ce043e6..6ca5c0f1f2 100644 --- a/src/bin/memmgr/memmgr_messages.mes +++ b/src/bin/memmgr/memmgr_messages.mes @@ -42,8 +42,10 @@ and has successfully applied it to the local state. Loading of new zone data into memory will possibly take place. % MEMMGR_NO_DATASRC_CONF failed to add data source configuration: %1 -The memmgr daemon tried to incorporate data source configuration -on its startup but failed to do so. The most likely cause of this -is that data sources are not simply configured. If so, they must be. -The memmgr daemon cannot do any meaningful work without data sources, -so it immediately terminates itself. +The memmgr daemon tried to incorporate data source configuration on +its startup but failed to do so. Due to internal implementation +details this shouldn't happen as long as the BIND 10 system has been +installed correctly. So, if this error message is logged, you should +probably reinstall the entire system, preferably from the scratch, and +see if it still happens. The memmgr daemon cannot do any meaningful +work without data sources, so it immediately terminates itself.