[Pdns-users] recursor 4.6.0 (re: Upgrade Guide 4.5.x to 4.6.0, event-trace-enabled setting)

2021-12-21 Thread Eric Beck via Pdns-users
Hi, Just wanted to point this out ... Under the 'New settings' section on the upgrade guide page (https://docs.powerdns.com/recursor/upgrade.html), the new (experimental) 'event-trace-enabled' setting is missing from the list of new settings. I'm not sure if this was an oversight, or intent

Re: [Pdns-users] PowerDNS Recursor 4.5.1 Released

2021-05-12 Thread Eric Beck via Pdns-users
Good morning, re: upgrades CentOS 7 yum always saves the new .conf file as .conf.rpmnew which leaves the existing .conf in place. re: upgrade recursor 4.4.3 - 4.5.1 I have encountered issues in the past when there have been changes to variables in the .conf file for either the auth or recursor se

Re: [Pdns-users] Upgrading pdns_recursor 4.2 to 4.3 and socket-dir changes

2021-03-01 Thread Eric Beck via Pdns-users
If I'm not mistaken Randy, check your permissions on the config file. I think you probably have to do this: # For CentOS and RHEL based systems chown -R root:pdns-recursor /etc/pdns-recursor then restart the recursor. Eric On 2021-03-01 5:29 p.m., Randy Saeks via Pdns-users wrote: > Hello, >

Re: [Pdns-users] recursor failing to pick up change in master .ca zone file

2020-11-16 Thread Eric Beck via Pdns-users
I had seen that many times. It is possible someone has made an error in modifying their SOA at CIRA.  I'm going to check with them. Thanks for the reply. Eric On 2020-11-16 11:17 a.m., Brian Candler wrote: > On 16/11/2020 15:35, Eric Beck via Pdns-users wrote: >> The recursor was

[Pdns-users] recursor failing to pick up change in master .ca zone file

2020-11-16 Thread Eric Beck via Pdns-users
Hi, I just had something curious happen. I have a 4.4.0 recursor running, and I had added a new .ca domain entry to our nameservers. The .ca Registry (CIRA) only updates the master .ca zone file once every 1/2 hour, the cutoffs being :00 and :30. It then takes about 20 minutes to get the full p

[Pdns-users] Front End for powerdns auth

2020-11-02 Thread Eric Beck via Pdns-users
Hi, Does anyone know of a current web front end for powerdns auth 4.xx The old poweradmin 2.17 is ages old. I've searched but didn't find anything. Eric ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com https://mailman.powerdns.com/mailman/li

Re: [Pdns-users] Edit gMySQL Queries

2019-09-10 Thread Eric Beck
Pieter, I'm just going to jump in here because I'm curious, Couldn't he just put this in the pdns.conf file and restart pdns? gmysql-basic-query=SELECT content,ttl,prio,type,domain_id,disabled,name,auth FROM records WHERE disabled=0 and type=? and name=? LIMIT=5 Eric On 2019-09-10 11:01 a.m.,

[Pdns-users] change_date column

2019-08-30 Thread Eric Beck
Hi, I just upgraded from 4.1.13 to 4.2.0 I note the discontinuation of the change_date column for gmysql The upgrade notes said leaving the column there was no problem. I discoved the following though, in my pdns.conf file while checking things over. I can't find a reference to that setting an

Re: [Pdns-users] Dig: zone queries are not answered without the ANY flag

2017-12-14 Thread Eric Beck
Try putting an A record for the domain there. If you read the man page for dig, type indicates what type of query is required — ANY, A, MX, SIG, etc. type can be any valid query type. If no type argument is supplied, dig will perform a lookup for an A record. by default dig is looking

Re: [Pdns-users] change_date and API

2017-11-24 Thread Eric Beck
RRSET, or modifying existing records in an RRSET (using master branch PowerDNS Authoritative Server 0.0.1983g43fd645) Thanks for pointing me in the right direction Chris. Eric On 11/24/2017 6:05 AM, Christian Hofstaedtler | Deduktiva wrote: > * Eric Beck [171123 21:27]: >> Issue: When using

[Pdns-users] change_date and API

2017-11-23 Thread Eric Beck
Greetings, Issue: When using the API, and gmysql backend, the change_date column is not updated. Ok, I know this subject as come up before, and from what I read there seemed to be a consensus at PowerDNS development to leave it as is. The rationale as I read it was that there was low usage of th

Re: [Pdns-users] API-RECTIFY set to 1 but zone does not rectify

2017-11-23 Thread Eric Beck
> On Wed, 22 Nov 2017 11:14:22 -0500 > Eric Beck wrote: > >> We have the API listening on the actual IP address of the master >> (NATIVE), mariadb gmysql backend, pdns now 4.1.0 rc3 >> >> I'm going to list the steps to reproduce this >> [...] > >

Re: [Pdns-users] API-RECTIFY set to 1 but zone does not rectify

2017-11-23 Thread Eric Beck
onfirm. Thanks for the info. Eric On 11/23/2017 2:56 AM, Pieter Lexis wrote: > Hi Eric, > > On Wed, 22 Nov 2017 22:34:42 -0500 > Eric Beck wrote: > >> So I thought, maybe the repo from auth-4.1 was causing problem, so I >> disabled it, and got this >> >

Re: [Pdns-users] API-RECTIFY set to 1 but zone does not rectify

2017-11-22 Thread Eric Beck
ric, > > On Wed, 22 Nov 2017 11:14:22 -0500 > Eric Beck wrote: > >> We have the API listening on the actual IP address of the master >> (NATIVE), mariadb gmysql backend, pdns now 4.1.0 rc3 >> >> I'm going to list the steps to reproduce this >> [...

Re: [Pdns-users] API-RECTIFY set to 1 but zone does not rectify

2017-11-22 Thread Eric Beck
esults can be seen here: https://pastebin.com/raw/quXmshL2 As you can see, the ordername column is now NULL (it had a value before), the serial is properly updated on the SOA record, and the update is successful also on the TTL change for the CNAME record bravo.whon.ca (60) --

[Pdns-users] API-RECTIFY set to 1 but zone does not rectify

2017-11-11 Thread Eric Beck
> select * from domainmetadata; ++---+--+--+ | id | domain_id | kind | content | ++---+--+--+ | 1 | 874 | NSEC3PARAM | 1 0 1 ab | | 2 | 6890 | NSEC3PARAM | 1 0 1 ab | | 4 | 7087 | API-RECTIFY | 1

Re: [Pdns-users] trying to understand pdns and dnssec

2017-11-08 Thread Eric Beck
Oops, I had digest set and didn't realize ... couldn't see replies unless on web at pdns-users Ok, sorted out that, and will get replies directly now too. I have read both replies, and I did read that section of the docs but that is in part what is confusing. If the start date is supposed to be

[Pdns-users] trying to understand pdns and dnssec

2017-11-08 Thread Eric Beck
Hello All, New at PowerDNS. Implemented pdns Centos 7, native mysql setup. MariaDB 10.2.10, PowerDNS 4.1rc2 We are using .ca domains for testing. We have run pdnsutil secure-zone ZONE on two domains now with success after submitting DNSKEY+DS(sha256) to CIRA. My question is concerning key roll

[Pdns-users] isolation level and binary-log-format

2017-10-03 Thread Eric Beck
Hi, Very new to PowerDNS Authoritative ... initial setup and testing Setting up 4.1 on Centos 7, mariadb backend Re: binary-log-format This is detailed in the 4.0 docs but not in the 4.1 I assumed it would hold true for 4.1 regarding setting the binary-log-format to MIXED or ROW for replicatio