From e0f27eaff40ee387edae95eaf59c1b8be6ea9209 Mon Sep 17 00:00:00 2001 From: Thiago Farina Date: Wed, 30 Dec 2015 11:49:34 -0200 Subject: [PATCH] update the output of 'pdns monitor' The current output is pretty out-of-date, it is back from 2002! This patch updates the output to the version of 3.3. --- docs/markdown/authoritative/installation.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/markdown/authoritative/installation.md b/docs/markdown/authoritative/installation.md index 12159bacee..ed61dd7436 100644 --- a/docs/markdown/authoritative/installation.md +++ b/docs/markdown/authoritative/installation.md @@ -84,12 +84,13 @@ Remove any earlier [`launch`](settings.md#launch) statements. Also remove the ** Now start PowerDNS using the monitor command: ``` -# /etc/init.d/pdns monitor +# service pdns monitor (...) -15:31:30 About to create 3 backend threads -15:31:30 [gMySQLbackend] Failed to connect to database: Error: Unknown database 'pdns' -15:31:30 [gMySQLbackend] Failed to connect to database: Error: Unknown database 'pdns' -15:31:30 [gMySQLbackend] Failed to connect to database: Error: Unknown database 'pdns' +Dec 30 13:40:09 About to create 3 backend threads for UDP +Dec 30 13:40:09 gmysql Connection failed: Unable to connect to database: Access denied for user 'hubert'@'localhost' to database 'pdns-non-existant' +Dec 30 13:40:09 Caught an exception instantiating a backend: Unable to launch gmysql connection: Unable to connect to database: Access denied for user 'hubert'@'localhost' to database 'pdns-non-existant' +Dec 30 13:40:09 Cleaning up +Dec 30 13:40:10 Done launching threads, ready to distribute questions ``` This is as to be expected - we did not yet add anything to MySQL for PDNS to read from. At this point you may also see other errors which indicate that PDNS either could not find your MySQL server or was unable to connect to it. Fix these before proceeding. -- 2.47.2