I figured it out. There was some internal problem with my backend that used
sockets to communicate to a remote server.
Required sock related changes at both end.

Thanks,
Sumit

On Wed, Dec 10, 2014 at 2:37 PM, sumit sharma <[email protected]> wrote:

> Is there a way in which i can set powerdns to behave as "all authoritative
> server".
> If its possible then I can get rid of all these SOA record handling in my
> backend script and just deliver A & TXT records.
>
> Regards,
> Sumit
>
> On Wed, Dec 10, 2014 at 2:13 PM, sumit sharma <[email protected]> wrote:
>
>> Hi Bert,
>>
>> I have set all these values to 0.
>> Additionally
>> # /usr/bin/pdns_control ccounts
>> negative queries: 0, queries: 0, non-recursive packets: 0, recursive
>> packets: 0
>>
>> Is there some problem with the RRs i have created.
>> For all the RRs i am using ttl = 0 and serial = -1
>>
>> E.g.
>> SOA     0       -1      mydomain.com root.mydomain.com 2008080300 60 60
>> 60 0
>>
>> Regards,
>> Sumit
>>
>> On Wed, Dec 10, 2014 at 2:03 PM, bert hubert <[email protected]>
>> wrote:
>>
>>> On Wed, Dec 10, 2014 at 01:59:01PM +0530, sumit sharma wrote:
>>> > From my update, the cache is set to 0.
>>> > And i have verified that there is always a packetcache MISS.
>>>
>>> This is probably the query cache, which you can disable separately:
>>> query-cache-ttl=0
>>> negquery-cache-ttl=0
>>>
>>> Can you try that?
>>>
>>>         Bert
>>>
>>>
>>>
>>
>
_______________________________________________
Pdns-users mailing list
[email protected]
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to