[Pdns-users] Pdns-users Digest, Vol 110, Issue 19

Đức Vinh Hồ vinh.ho2110 at gmail.com
Fri Mar 30 01:20:56 UTC 2012


hi all,
First, thanks for your help, I use PDNS Authorize and i use gmysql backend.
I think when i finish my work day & come back home. There are no more query
from pdns to mysql, and mysql timeout is the cause of that problem. But
after i increase mysql time out. This problem still happen :

interactive_timeout = 259200
wait_timeout = 259200
connect_timeout = 259200

here is the log :

*Mar 29 14:41:24 slv21 pdns[25327]: gmysql Connection failed: Unable to
connect to database: Access denied for user 'power_admin'@'127.0.0.1'
(using password: YES)
Mar 29 14:41:24 slv21 pdns[25327]: Caught an exception instantiating a
backend, cleaning up
Mar 29 14:41:24 slv21 pdns[25327]: TCP server is unable to launch backends
- will try again when questions come in: Unable to launch gmysql
connection: Unable to connect to database: Access denied for user
'power_admin'@'127.0.0.1' (using password: YES)*


Any idea ?
Thanks you,
Vinh Ho


2012/3/29 <pdns-users-request at mailman.powerdns.com>

> Send Pdns-users mailing list submissions to
>        pdns-users at mailman.powerdns.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://mailman.powerdns.com/mailman/listinfo/pdns-users
> or, via email, send a message with subject or body 'help' to
>        pdns-users-request at mailman.powerdns.com
>
> You can reach the person managing the list at
>        pdns-users-owner at mailman.powerdns.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Pdns-users digest..."
>
>
> Today's Topics:
>
>   1. [Help] - PDNS stop suddenly after every night (??c Vinh H?)
>   2. Re: [Help] - PDNS stop suddenly after every night (Peter van Dijk)
>   3. Re: [Help] - PDNS stop suddenly after every night (Chris Russell)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 29 Mar 2012 09:52:10 +0700
> From: ??c Vinh H? <vinh.ho2110 at gmail.com>
> Subject: [Pdns-users] [Help] - PDNS stop suddenly after every night
> To: pdns-users at mailman.powerdns.com
> Message-ID:
>        <CAHd=_-PZWUp9QMO2H3cBWCFeyrS4D9uibJKmYKc-OCRs01Pbyg at mail.gmail.com
> >
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi all,
> I successfully install & using PDNS. That's good for me
> But i face to stupid problem that after 5-8hours working, PDNS suddenly
> stop working. And i have to start PDNS manually.
> And the loop continued, after 5-8 hour, it stop working again. What's wrong
> with that ?
> Any idea to solve that ?
>
> p/s : i compile pdns from source and i start/stop pdns by using :
> # killall pdns_server
> #/usr/local/pdns/sbin/pdns_server &
>
> and i add the command *"/usr/local/pdns/sbin/pdns_server &"* to rc.local as
> well
>
> Regarding,
> Vinh Ho
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mailman.powerdns.com/pipermail/pdns-users/attachments/20120329/88023b66/attachment.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Thu, 29 Mar 2012 08:18:46 +0200
> From: Peter van Dijk <peter.van.dijk at netherlabs.nl>
> Subject: Re: [Pdns-users] [Help] - PDNS stop suddenly after every
>        night
> To: pdns-users Users <pdns-users at mailman.powerdns.com>
> Message-ID: <193997E3-A5E9-47DD-83CC-F958AEFD7D85 at netherlabs.nl>
> Content-Type: text/plain; charset=utf-8
>
> Hello Vinh Ho,
>
> On Mar 29, 2012, at 4:52 , ??c Vinh H? wrote:
>
> > I successfully install & using PDNS. That's good for me
> > But i face to stupid problem that after 5-8hours working, PDNS suddenly
> stop working. And i have to start PDNS manually.
> > And the loop continued, after 5-8 hour, it stop working again. What's
> wrong with that ?
> > Any idea to solve that ?
> >
> > p/s : i compile pdns from source and i start/stop pdns by using :
> > # killall pdns_server
> > #/usr/local/pdns/sbin/pdns_server &
> >
> > and i add the command "/usr/local/pdns/sbin/pdns_server &" to rc.local
> as well
>
> Can you check your syslog files (in /var/log) for anything before or
> around the time that PDNS stops working?
>
> Kind regards,
> --
> Peter van Dijk
> Netherlabs Computer Consulting BV - http://www.netherlabs.nl/
>
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 29 Mar 2012 10:18:38 +0100
> From: Chris Russell <Chris.Russell at knowledgeit.co.uk>
> Subject: Re: [Pdns-users] [Help] - PDNS stop suddenly after every
>        night
> To: "pdns-users at mailman.powerdns.com"
>        <pdns-users at mailman.powerdns.com>
> Message-ID:
>        <
> 1E130DCA55D169479976824AA6D4DB332A05FD4400 at UKNEWK0999SV007.knowledgeit.co.uk
> >
>
> Content-Type: text/plain; charset="utf-8"
>
> HI Vinh,
>
>  Is this the authoritative or recursive server ?  if its authoritative
> which backends are you using and which version ?
>
> Thanks
>
> Chris
>
>
>
>
> From: pdns-users-bounces at mailman.powerdns.com [mailto:
> pdns-users-bounces at mailman.powerdns.com] On Behalf Of ??c Vinh H?
> Sent: 29 March 2012 03:52
> To: pdns-users at mailman.powerdns.com
> Subject: [Pdns-users] [Help] - PDNS stop suddenly after every night
>
> Hi all,
> I successfully install & using PDNS. That's good for me
> But i face to stupid problem that after 5-8hours working, PDNS suddenly
> stop working. And i have to start PDNS manually.
> And the loop continued, after 5-8 hour, it stop working again. What's
> wrong with that ?
> Any idea to solve that ?
>
> p/s : i compile pdns from source and i start/stop pdns by using :
> # killall pdns_server
> #/usr/local/pdns/sbin/pdns_server &
>
> and i add the command "/usr/local/pdns/sbin/pdns_server &" to rc.local as
> well
>
> Regarding,
> Vinh Ho
>
> ________________________________
> Knowledge I.T.
> ?Unifying Business Technology?
> www.knowledgeit.co.uk
>
> ________________________________
> Knowledge Limited, Company Registration: 1554385
> Registered Office: New Century House, Crowther Road, Washington, Tyne &
> Wear. NE38 0AQ
> Leeds Office: Viscount Court, Leeds Road, Rothwell, Leeds. LS26 0GR
>
> Tel: 0845 142 0020. Fax: 0845 142 0021
>
> E-Mail Disclaimer: This e-mail message is intended to be received only by
> persons entitled to receive the confidential information it may contain.
> E-mail messages to clients of Knowledge IT may contain information that is
> confidential and legally privileged. Please do not read, copy, forward, or
> store this message unless you are an intended recipient of it. If you have
> received this message in error, please forward it to the sender and delete
> it completely from your computer system.
>
> Please consider the environment before printing this email.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mailman.powerdns.com/pipermail/pdns-users/attachments/20120329/055ef820/attachment-0001.htm
> >
>
> ------------------------------
>
> _______________________________________________
> Pdns-users mailing list
> Pdns-users at mailman.powerdns.com
> http://mailman.powerdns.com/mailman/listinfo/pdns-users
>
>
> End of Pdns-users Digest, Vol 110, Issue 19
> *******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/pdns-users/attachments/20120330/128104cc/attachment.html>


More information about the Pdns-users mailing list