From 5a714e6cf6fbed01a56fd8f627d0e697ab353d1a Mon Sep 17 00:00:00 2001 From: Frank Louwers Date: Thu, 18 Apr 2019 16:30:37 +0200 Subject: [PATCH] Make guide more clear --- docs/guides/basic-database.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/guides/basic-database.rst b/docs/guides/basic-database.rst index 2c663a3f34..8ad3cafe12 100644 --- a/docs/guides/basic-database.rst +++ b/docs/guides/basic-database.rst @@ -223,7 +223,11 @@ test your nameserver as clients expect the nameserver to live on port Unable to launch, no backends configured for querying ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -PowerDNS did not find the ``launch=gmysql`` instruction in pdns.conf. +You currently don't have a backend configured in the configuration file. +Add a :ref:`setting-launch` statement for the backend you want to use. + +If you are following this guide and using a MySQL database as a backend, +please add the ``launch=gmysql`` instruction to pdns.conf. Multiple IP addresses on your server, PowerDNS sending out answers on the wrong one, Massive amounts of 'recvfrom gave error, ignoring: Connection refused' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.47.2