Re: [Pdns-users] Increment SOA programmatically?

2018-11-06 Thread Tom Ivar Helbekkmo via Pdns-users
MRob writes: > So... any to help on this below keeping in mind I use autoserial? Yeah, Daniel Miller already told you what's wrong and how to fix it. >>> pdnsutil increase-serial example.org >> Error: Parsing record content (try 'pdnsutil check-zone'): missing >> field at the end of record cont

Re: [Pdns-users] Increment SOA programmatically?

2018-11-06 Thread MRob
So... any to help on this below keeping in mind I use autoserial? I use mysql backend and SOA serial set to 0 in datebase for auto-serial features. But sometime come occasion we must update one record in database directly, not using DNSUPDATE. In this case how to tell pdns please update SOA s

[Pdns-users] PowerDNS Authoritative Server 4.0.6 & 4.1.5 and Recursor 4.0.9 & 4.1.5 Released

2018-11-06 Thread Erik Winkels
Hello everyone, We’ve released PowerDNS Authoritative Server 4.0.6 & 4.1.5 and Recursor 4.0.9 & 4.1.5.   These are security releases with additional minor improvements and bug fixes. Minimal patches for the releases are available at https://downloads.powerdns.com/patches/. The changelogs look

Re: [Pdns-users] Increment SOA programmatically?

2018-11-06 Thread MRob
On 2018-11-06 08:39, Daniel Miller via Pdns-users wrote: On 11/5/2018 9:15 AM, MRob wrote: still, it didn't work with auto-serial configuration: > pdnsutil increase-serial example.org Error: Parsing record content (try 'pdnsutil check-zone'): missing field at the end of record content 'ns.e

Re: [Pdns-users] Increment SOA programmatically?

2018-11-06 Thread Daniel Miller via Pdns-users
On 11/5/2018 9:15 AM, MRob wrote: still, it didn't work with auto-serial configuration: > pdnsutil increase-serial example.org Error: Parsing record content (try 'pdnsutil check-zone'): missing field at the end of record content 'ns.example.org cont...@example.org 0' could you paste the co