Re: [Pdns-users] Lack of Authority Section in answers.

2006-10-23 Thread Augie Schwer
On 10/23/06, bert hubert <[EMAIL PROTECTED]> wrote: On Mon, Oct 23, 2006 at 04:30:28PM -0700, Augie Schwer wrote: > Is it just me or does PowerDNS not produce an "Authority Section" when > answering? Indeed. The authority section is entirely optional, and what's worse, quite often confusing. So w

Re: [Pdns-users] Lack of Authority Section in answers.

2006-10-23 Thread bert hubert
On Mon, Oct 23, 2006 at 04:30:28PM -0700, Augie Schwer wrote: > Is it just me or does PowerDNS not produce an "Authority Section" when > answering? Indeed. The authority section is entirely optional, and what's worse, quite often confusing. So we leave it out - it would take precious CPU cycles to

[Pdns-users] Lack of Authority Section in answers.

2006-10-23 Thread Augie Schwer
Is it just me or does PowerDNS not produce an "Authority Section" when answering? For example if I ask a BIND NS about a domain (schwer.us): [EMAIL PROTECTED] ~]$ dig schwer.us @a.auth-ns.sonic.net +authority I am going to get an Authority Section: ;; AUTHORITY SECTION: schwer.us.

Re: [Pdns-users] can I control the time for a master check to be performed?

2006-10-23 Thread Nic James Ferrier
Nic wrote: >> slave-cycle-interval doesn't change the time at which a notify is >> sent. I set it to 5 and the notify still takes about 3 minutes to >> occur. >> >> It's strange because the code reads like that should work. Mark Watts <[EMAIL PROTECTED]> writes: > I'd have thought that a notify

Re: [Pdns-users] can I control the time for a master check to be performed?

2006-10-23 Thread Mark Watts
> Mark Watts <[EMAIL PROTECTED]> writes: > >> On Mon, Oct 23, 2006 at 01:04:45AM +0100, Nic James Ferrier wrote: > >> > I can't find a variable the controls how quickly master to slave AXFR > >> > happens. > >> > >> slave-cycle-interval=5 should do what you want, and check every 5 > >> seconds ins

Re: [Pdns-users] can I control the time for a master check to be performed?

2006-10-23 Thread Nic James Ferrier
Mark Watts <[EMAIL PROTECTED]> writes: >> On Mon, Oct 23, 2006 at 01:04:45AM +0100, Nic James Ferrier wrote: >> > I can't find a variable the controls how quickly master to slave AXFR >> > happens. >> >> slave-cycle-interval=5 should do what you want, and check every 5 seconds >> instead of once e

Re: [Pdns-users] can I control the time for a master check to be performed?

2006-10-23 Thread Mark Watts
> On Mon, Oct 23, 2006 at 01:04:45AM +0100, Nic James Ferrier wrote: > > I can't find a variable the controls how quickly master to slave AXFR > > happens. > > slave-cycle-interval=5 should do what you want, and check every 5 seconds > instead of once every minute. Or send a "notify" to your slav

Re: [Pdns-users] can I control the time for a master check to be performed?

2006-10-23 Thread bert hubert
On Mon, Oct 23, 2006 at 01:04:45AM +0100, Nic James Ferrier wrote: > I can't find a variable the controls how quickly master to slave AXFR > happens. slave-cycle-interval=5 should do what you want, and check every 5 seconds instead of once every minute. -- http://www.PowerDNS.com Open sour

Re: [Pdns-users] Re: problem using pdns_control notify

2006-10-23 Thread bert hubert
On Mon, Oct 23, 2006 at 08:53:49AM +0900, Mathieu Jobin wrote: > nobody else is having problem running pdns_control notify ? Well, not me at least. You might want to strace or ktrace the main powerdns process while running pdns_control notify domain, and let us know what it says. Thanks. --