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
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
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.
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
> 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
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
> 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
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
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.
--