Re: [Pdns-users] Increment SOA programmatically?

2018-11-20 Thread MRob
On 2018-11-21 03:49, MRob wrote: 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 a

Re: [Pdns-users] Increment SOA programmatically?

2018-11-20 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 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

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

Re: [Pdns-users] Increment SOA programmatically?

2018-11-05 Thread MRob
On 2018-11-05 16:49, Nico CARTRON wrote: Hi MRob, On 05-nov-2018 17:34 CET, wrote: On 2018-11-05 10:57, Torsten Hantzsche wrote: > On Sun, 4 Nov 2018, MRob wrote: > > > > I use mysql backend and SOA serial set to 0 in datebase for > > auto-serial features. But sometime come occasion we must u

Re: [Pdns-users] Increment SOA programmatically?

2018-11-05 Thread Nico CARTRON
Hi MRob, On 05-nov-2018 17:34 CET, wrote: > On 2018-11-05 10:57, Torsten Hantzsche wrote: > > On Sun, 4 Nov 2018, MRob wrote: > > > > > > > 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 dat

Re: [Pdns-users] Increment SOA programmatically?

2018-11-05 Thread MRob
On 2018-11-05 10:57, Torsten Hantzsche wrote: On Sun, 4 Nov 2018, MRob wrote: 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

Re: [Pdns-users] Increment SOA programmatically?

2018-11-05 Thread Torsten Hantzsche
On Sun, 4 Nov 2018, MRob wrote: 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 serial? I cant find pdns_control, p