[Pdns-users] Upgrading from PowerDNS Authoritative Server 4.4

2021-11-15 Thread Jackson Yap via Pdns-users
Hi, May I check if I should upgrade PowerDNS Server from 4.4 to 4.52, or wait for 4.6 to be stable and then upgrade directly? The reason is I saw there is some issue with cache which cause some feature to be broken in 4.5. Is upgrade directly from 4.4 to 4.6 a better option? Warmest Reg

Re: [Pdns-users] Timeout error: Error from remote in receive(): Resource temporarily unavailable

2021-06-14 Thread Jackson Yap via Pdns-users
3:32 +0800, Jackson Yap via Pdns-users wrote: > We found the cause. > > The issue for the timeout is due to some domains’ nameservers in the > record cannot be resolved. > How can we disable the resolving of NS records in the DNS zones to avoid > such resolving stucking the P

Re: [Pdns-users] Timeout error: Error from remote in receive(): Resource temporarily unavailable

2021-06-13 Thread Jackson Yap via Pdns-users
Hi, We found the cause. The issue for the timeout is due to some domains’ nameservers in the record cannot be resolved. How can we disable the resolving of NS records in the DNS zones to avoid such resolving stucking the PDNS notify process? Unable to queue notification of domain ‘xxx.com’

Re: [Pdns-users] Timeout error: Error from remote in receive(): Resource temporarily unavailable

2021-06-11 Thread Jackson Yap via Pdns-users
Hi, It seems that for some strange reason. Pdns_control notify ‘*’ is taking more than 30 seconds, which causes timeout and crash the whole pdns_control, until I restart it. Any way to troubleshoot and narrow down how to find what is causing the notify to stuck for 30 seconds? Warmest Rega

[Pdns-users] Timeout error: Error from remote in receive(): Resource temporarily unavailable

2021-06-11 Thread Jackson Yap via Pdns-users
Hi, We have a random issue happening most of the time suddenly. Whenever we run: pdns_control notify '*' We are receiving the error below: Timeout error: Error from remote in receive(): Resource temporarily unavailable Although when we check the logs, some notify still go through, but

Re: [Pdns-users] PDNS notify zones different in cPanel Server

2021-03-17 Thread Jackson Yap via Pdns-users
, On 3/17/21 7:52 AM, Jackson Yap via Pdns-users wrote: > Anyone knows what is the difference between native and master zone? This is in the documentation[1]. Native means that PowerDNS does not do the replication, but the backend is responsible for this (e.g. database replication or rsync in

Re: [Pdns-users] PDNS notify zones different in cPanel Server

2021-03-16 Thread Jackson Yap via Pdns-users
Hi PDNS Users, I seem to find the cause. I noticed the new zones is as “native” and not “master”, and therefore pdns notify do not send out “native” zones. Anyone knows what is the difference between native and master zone? And how to force make a native zone into a master zone, without ha

[Pdns-users] PDNS notify zones different in cPanel Server

2021-03-16 Thread Jackson Yap via Pdns-users
Hi PDNS Users, We have a cPanel server which is using built-in PDNS service. The problem is after adding new cPanel account/zone, these new zones are not included in pdns_control notify list. As you can see below, only after pdns is restarted, then the notify list of zones are correct.

Re: [Pdns-users] How to Update from PDNS 4.1.14 to Latest?

2021-02-24 Thread Jackson Yap via Pdns-users
February 2021 2:19 PM To: pdns-users@mailman.powerdns.com Subject: Re: [Pdns-users] How to Update from PDNS 4.1.14 to Latest? Hi Jackson, On 2/25/21 3:21 AM, Jackson Yap via Pdns-users wrote: > I have fixed the error. The issue is strangely the installer did not > set the permission of pdns.co

Re: [Pdns-users] How to Update from PDNS 4.1.14 to Latest?

2021-02-24 Thread Jackson Yap via Pdns-users
pdns-users@mailman.powerdns.com Subject: Re: [Pdns-users] How to Update from PDNS 4.1.14 to Latest? Hi Jackson, On 2/25/21 3:21 AM, Jackson Yap via Pdns-users wrote: > I have fixed the error. The issue is strangely the installer did not > set the permission of pdns.conf correct. The default pe

Re: [Pdns-users] How to Update from PDNS 4.1.14 to Latest?

2021-02-24 Thread Jackson Yap via Pdns-users
:* Re: [Pdns-users] How to Update from PDNS 4.1.14 to Latest? On Thu, 2021-02-25 at 09:56 +0800, Jackson Yap via Pdns-users wrote: Thanks all. However the first step failed terribly on the clone. After updating to 4.4, PDNS can't start at all to do any fine-tuning. What could be

Re: [Pdns-users] How to Update from PDNS 4.1.14 to Latest?

2021-02-24 Thread Jackson Yap via Pdns-users
[Pdns-users] How to Update from PDNS 4.1.14 to Latest? On 24/02/2021 11:24, Jackson Yap via Pdns-users wrote: > curl -o /etc/yum.repos.d/powerdns-auth-master.repo > https://repo.powerdns.com/repo-files/centos-auth-master.repo For production, use the "4.4.x" branch, no

Re: [Pdns-users] How to Update from PDNS 4.1.14 to Latest?

2021-02-24 Thread Jackson Yap via Pdns-users
Hi Pieter and Markus! Thanks for helping and highlighting! Yes I used the wrong link. Should be this to update Authoritative PDNS: yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-auth-master.repo https://repo.powerdns.com/repo-files/centos-auth-master.repo &&

Re: [Pdns-users] How to Update from PDNS 4.1.14 to Latest?

2021-02-24 Thread Jackson Yap via Pdns-users
Thanks so much! That means for PDNS authoritative system, we can update directly through yum with following (on top of existing system): yum install epel-release && dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled PowerTools && curl -o /etc/yum.repos.d/powerdns-rec

Re: [Pdns-users] How to Update from PDNS 4.1.14 to Latest?

2021-02-23 Thread Jackson Yap via Pdns-users
, Jackson Yap -Original Message- From: Pdns-users On Behalf Of Pieter Lexis via Pdns-users Sent: Wednesday, 24 February 2021 3:44 PM To: pdns-users@mailman.powerdns.com Subject: Re: [Pdns-users] How to Update from PDNS 4.1.14 to Latest? Hi Jackson, On 2/24/21 8:30 AM, Jackson Yap via Pdns-users

[Pdns-users] How to Update from PDNS 4.1.14 to Latest?

2021-02-23 Thread Jackson Yap via Pdns-users
Hi People, As PDNS 4.1 is EOL, can anyone shares the procedures to upgrade to the latest PDNS version? I assume is PDNS 4.4.1? We couldn’t find any instructions or guide on the website. Warmest Regards, Jackson ___ Pdns-users mailing list Pdns-u