Re: [Pdns-users] Performance issues

2018-09-13 Thread James Cloos
0.099 rows=407 loops=1) Index Cond: ((domain_id = 1) AND (ordername IS NOT NULL)) Planning time: 0.194 ms Execution time: 0.575 ms (13 rows) Time: 1.320 ms So I'd expect pg to be significantly faster for you. -JimC -- James Cloos

Re: [Pdns-users] Comments requested regarding autoserial

2015-07-15 Thread James Cloos
ws in records and replace them with columns in the domains table for each of the components of an soa. -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6 ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com/ma

Re: [Pdns-users] Storing unknown records in sql

2015-01-12 Thread James Cloos
rouble - there is at least one open PD> bug related to unknown record syntax PD> (https://github.com/PowerDNS/pdns/issues/804) Thanks. It is kind of anoying that the sql backend needs the \# and decimal lenght. It should be able to calculate the length itself, and require only the hex-encoded d

[Pdns-users] Storing unknown records in sql

2015-01-08 Thread James Cloos
Looking at the code, I take it that TYPEnnn should work, but how should the content be formatted? -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6 ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com/mailman

[Pdns-users] Auto serial

2014-07-12 Thread James Cloos
s occur, but is there a record format I can use for a row which contributes to the max(change_date) calculation w/o being queriable via dns? AKA, not part of an axfr? -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6 ___ Pdns-users mailing

Re: [Pdns-users] Query DS Records from backend

2013-11-08 Thread James Cloos
it accomplishes the task. Doing so is also useful to determine how to rectify w/o calling pdnssec. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com/mailman/listinfo/pdns-users

Re: [Pdns-users] Different RRSIG's on master and slaves

2013-09-24 Thread James Cloos
What differences does pdnssec show-zone reveal between the master and the slaves? Is there anything in the cryptokeys tables which differ? -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ Pdns-users mailing list Pdns-users

Re: [Pdns-users] cryptokeys.id out of sync

2013-08-07 Thread James Cloos
r the secondaries -- and with the trigger properly in place -- works well. It also helps that nsd allocates *much* less vmem than power does (3×64M vs 1.2G) which makes it more viable for small, extremely affordable vps's. -JimC -- James Cloos OpenPGP: 1024

Re: [Pdns-users] cryptokeys.id out of sync

2013-08-06 Thread James Cloos
://dnssec-debugger.verisignlabs.com/${ZONE} and http://dnsviz.net/d/${ZONE}/dnssec/ were complaining about verification until I switched back to axfr. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ Pdns-users mailing list Pdns-users@mailman.p

[Pdns-users] cryptokeys.id out of sync

2013-07-30 Thread James Cloos
3, 14, 15 on the other two. Otherwise the data is identical. I presume that the unsynced .id is enough to confuse verifiers? Is there a reasonable way out of this short of moving the axfr'ed zone off of these servers, to make replication easy? -JimC -- James Cloos OpenPGP: 1024

Re: [Pdns-users] rectify is required when ...

2013-07-02 Thread James Cloos
>>>>> "PvD" == Peter van Dijk writes: PvD> A change to domain_id calls for rectify on the '"receiving" zone. A PvD> change to name or type calls for rectify on the zone that the PvD> (unchanged) domain_id points to. Thanks for the details! -JimC

[Pdns-users] rectify is required when ...

2013-07-01 Thread James Cloos
those which support the conecept) so that rectify and the like can be triggered from w/in SQL. The NOTIFY payload can specify what to run and on which zones. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ Pdns-users

Re: [Pdns-users] Tolerance for lack of time sync?

2013-05-13 Thread James Cloos
play in slaving decisions. Doesn't the slave re-create sigs? There was a post to that effect sometime in the last month or so. Or did I misunderstand that discussion? -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ Pdns-user

[Pdns-users] Tolerance for lack of time sync?

2013-05-10 Thread James Cloos
When using axfr slaving, how much lack of tod sync can pdns tolerate? Centiseconds? Deciseconds? Seconds? Dekaseconds? Hectoseconds? -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com

Re: [Pdns-users] [Pdns-dev] Move to GitHub + new blog

2013-05-02 Thread James Cloos
>>>>> "bh" == bert hubert writes: bh> the launch of http://blog.powerdns.com Added to gwene as gwene.com.powerdns.blog -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ Pdns-users mailing list Pdns-use

Re: [Pdns-users] tsig keys

2013-03-17 Thread James Cloos
>>>>> "JM" == Jan-Piet Mens writes: JM> It's the rdata [from] running dnssec-keygen ... OK. Thanks! -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ Pdns-users mailing list Pdns-users@mailman.powerdn

Re: [Pdns-users] tsig keys

2013-03-16 Thread James Cloos
>>>>> "JM" == Jan-Piet Mens writes: JM> It's just the Base64-encoded blob, e.g.: 'the blob' doesn't answer my question. Is it just random bits or the result of running hmac-md5 on something? -JimC

[Pdns-users] tsig keys

2013-03-15 Thread James Cloos
Should the tsigkeys.secret column have any structure? Or is it just base64-encoded random bits? -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com/mailman

Re: [Pdns-users] How do you rectify zones?

2013-02-19 Thread James Cloos
rectify. Not every time, but every so often.) I've spent some time looking into a set of functions (I use pgsql) for making changes, which can do all of the necessary logic when adding, removing or changing an RR, but I haven't yet compiled a full list of what exactly is required for

Re: [Pdns-users] Record delegation to 3rd party NS

2013-01-30 Thread James Cloos
eck their documentation as to what IPs you have to enable for AXFR. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com/mailman/listinfo/pdns-users

Re: [Pdns-users] Record delegation to 3rd party NS

2013-01-29 Thread James Cloos
>>>>> "iic" == ivan i@vvpgroup com writes: iic> | 31 | mydomain.com | NULL | NULL | NATIVE |NULL | NULL| Change that NATIVE to MASTER to permit AXFR mirroring to your secondaries. -JimC -- James Cloos

Re: [Pdns-users] Number of entries can be stored in cache in pdns_recursor?

2012-06-18 Thread James Cloos
value 86376 in that answer is the record's TTL. If you were to dig one of the records which you want to cache and post the answer section, you should answer his question. I hope that this helps. -JimC -- James Cloos OpenPGP: 1024D/ED7

Re: [Pdns-users] NOTIFYs from dual stacked hosts

2012-02-09 Thread James Cloos
AS> addresses of all servers. (verified with tcpdump) As a side note, pdns in MASTER mode does the same thing when it sends out notifies. It even sends notif(y|ies) to its own address(es), which it then rejects. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6

Re: [Pdns-users] SOA serial number editing on re-signing of a zone / RRSIG changes

2011-03-28 Thread James Cloos
the column default adjusted, of course, for non-postgres.) -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com/mailman/listinfo/pdns-users

Re: [Pdns-users] Domain serial with Postgres backend

2008-08-30 Thread James Cloos
ROM domains; (which I grabbed from some old notes; obviously domains.serial needs to be replaced with GREATEST and a join). -JimC -- James Cloos <[EMAIL PROTECTED]> OpenPGP: 1024D/ED7DAEA6 ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com/mailman/listinfo/pdns-users

Re: [Pdns-users] PowerDNS MySQL API in Perl by a PowerDNS user

2007-11-30 Thread James Cloos
iability of the data store and improve the UIs used for storing or manipulating the data. -JimC -- James Cloos <[EMAIL PROTECTED]> OpenPGP: 1024D/ED7DAEA6 ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns

Re: [Pdns-users] PDNS Resolver.

2007-10-06 Thread James Cloos
query should be smaller than 17 octets, and that only happens when querying RRs of the root zone. Ie, doing a dig . NS or a dig . SOA or similar. If it was not due to packet corruption, perhaps it is a probe. Such as a UPD ping or traceroute. Or maybe someone ran nmap

Re: [Pdns-users] PDNS 2.9.21 using LOTS of virtual memory...

2007-09-24 Thread James Cloos
ect * from records where type='NAPTR' limit 2; or so? I'd followed the examples from the manual, but NAPTR consumers never liked the resulting on-wire data, and as I said the server leaked like a gusher. Thanks, -JimC -- James Cloos <[EMAIL PROTECTED]> OpenPGP:

Re: [Pdns-users] PDNS 2.9.21 using LOTS of virtual memory...

2007-09-22 Thread James Cloos
debs.) -JimC -- James Cloos <[EMAIL PROTECTED]> OpenPGP: 1024D/ED7DAEA6 ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com/mailman/listinfo/pdns-users

[Pdns-users] auto serial vs gpsql backend

2007-04-30 Thread James Cloos
I thought I had read that the gpgsql backend now supports auto serial numbers, but I cannot get it to work. Did I misread, or am I screwing up the config? -JimC -- James Cloos <[EMAIL PROTECTED]> OpenPGP: 1024D/ED7DAEA6 ___ Pdns-users m