Re: [Pdns-users] pdns server fails every morning when it starts getting used.

2015-01-19 Thread Peter Nunn
Thanks Bret, I have put two dumps into pastebin. This one is the pre restart one (the system is not forwarding any dns to the clients). http://pastebin.com/JkAfzWRS and this one post the restart of pdns http://pastebin.com/7fUJ36Xz They are captures of the UDP traffic on the system (I hope t

Re: [Pdns-users] iputils not available, but LUA support is.

2015-01-19 Thread Doug Preston
Thanks Bert, that helps. I don't see any mention in the docs yet about lua script threads sharing state, is that possible? From: bert hubert-2 [via PowerDNS] [mailto:ml-node+s13854n11196...@n7.nabble.com] Sent: Monday, January 19, 2015 12:52 PM To: Doug Preston Subject: Re: iputils not availabl

[Pdns-users] Integrating with PowerDNS on Rails

2015-01-19 Thread Dale Harris
Anyone used PowerDNS on Rails with PowerDNS? I recently attempted a new install, going by the directions at: http://kennethkalmer.github.io/powerdns-on-rails/ However, I have PowerDNS already installed and I used the schema that was suggested at: https://doc.powerdns.com/md/authoritative/instal

Re: [Pdns-users] metronome

2015-01-19 Thread bert hubert
On Mon, Jan 19, 2015 at 10:30:29PM +0200, Keresztes Péter-Zoltán wrote: > Was not so easy. I had to install oxygen then libboost-dev libboost-test-dev > glibbest-program-options1.49-dev > After I have installed all those unmentioned dependencies I was able to > properly install the metronome. C

Re: [Pdns-users] metronome

2015-01-19 Thread Keresztes Péter-Zoltán
Was not so easy. I had to install oxygen then libboost-dev libboost-test-dev glibbest-program-options1.49-dev After I have installed all those unmentioned dependencies I was able to properly install the metronome. > On Jan 19, 2015, at 9:43 PM, bert hubert wrote: > > On Sat, Jan 17, 2015 at 0

Re: [Pdns-users] High latency on recursion without cache

2015-01-19 Thread bert hubert
On Fri, Jan 16, 2015 at 01:34:45PM -0300, Ciro Iriarte wrote: > This were the queries sent from a client: > > 2015-01-16 13:04:38 dig @server 3.redhat.pool.ntp.org <-- NXDOMAIN, my > mistake > 2015-01-16 13:15:35 dig @server 2.redhat.pool.ntp.org <-- NXDOMAIN, my > mistake > 2015-01-16 13:15:52 di

Re: [Pdns-users] pdns server fails every morning when it starts getting used.

2015-01-19 Thread bert hubert
On Mon, Jan 19, 2015 at 02:31:20PM +1100, Peter Nunn wrote: > Hi Guys, > > I'm still getting these lockups on the pdns setup. > > I'm having to restart the server every morning at about the same time the > first user hits it in anger and then it seems to run for the rest of the day > happily (w

Re: [Pdns-users] metronome

2015-01-19 Thread bert hubert
On Sat, Jan 17, 2015 at 05:39:30AM +0200, Keresztes Péter-Zoltán wrote: > Hello, I am trying to install metronome on a debian wheezy, fist I got the > errors described in the first messge then I have installed libboost-dev > when I run the make I get the following output: Hi Keresztes, Try: cd y

Re: [Pdns-users] iputils not available, but LUA support is.

2015-01-19 Thread bert hubert
On Mon, Jan 19, 2015 at 11:17:30AM -0700, Doug Preston wrote: > I've used both a precompiled rpm and built the recursor from source (version > 3.6.2). Hi Doug, iputils is only available from 'git' versions, not yet in any released version. > Is there something in addition to LUA=1 to enable the

[Pdns-users] iputils not available, but LUA support is.

2015-01-19 Thread Doug Preston
I've used both a precompiled rpm and built the recursor from source (version 3.6.2). LUA=1 gmake In both cases, after setting a lua script from the docs which references the 'iputils' I get this log entry: ... /etc/powerdns/test.lua:162: attempt to index global 'iputils' (a nil value) Is