Re: [Pdns-users] successful installation of recursor 5.2 on non-systemd

2025-04-10 Thread Curtis Maurand via Pdns-users
seems to that systemd is the preferred. Devuan Daedalus is Debian bookworm but with other choices of init systems. It still runs fine as a daemon in the background. Cheers —C Sent from my iPhone > On Apr 10, 2025, at 11:50 AM, Brian Candler wrote: > > On 10/04/2025 14:16, Curtis Ma

[Pdns-users] successful installation of recursor 5.2 on non-systemd

2025-04-10 Thread Curtis Maurand via Pdns-users
Hello, I have successfully installed pdns-recursor on a non-systemd equipped system. I know that powerdns has dropped support for systems that don't run systemd, but I wanted to get this on record for others that like powerdns, but don't use systemd. By default the new version runs pdns_recur

Re: [Pdns-users] Need help after the upgrade

2025-02-27 Thread Curtis Maurand via Pdns-users
sorry for the bandwidth: pdnsutil rectify-zone On 2/27/25 09:47, Curtis Maurand via Pdns-users wrote: I can't type: pdnsutil rectify Cheers, Curtis On 2/27/25 09:46, Curtis Maurand via Pdns-users wrote: Is the domain signed? Did you run pdnsutil rectivy ? On 2/27/25 06:58,

Re: [Pdns-users] Need help after the upgrade

2025-02-27 Thread Curtis Maurand via Pdns-users
I can't type: pdnsutil rectify Cheers, Curtis On 2/27/25 09:46, Curtis Maurand via Pdns-users wrote: Is the domain signed? Did you run pdnsutil rectivy ? On 2/27/25 06:58, Peter Zoltan Keresztes (zozo) via Pdns-users wrote: I have reinstalled the pdns exported the zones to csv

Re: [Pdns-users] Need help after the upgrade

2025-02-27 Thread Curtis Maurand via Pdns-users
Is the domain signed? Did you run pdnsutil rectivy ? On 2/27/25 06:58, Peter Zoltan Keresztes (zozo) via Pdns-users wrote: I have reinstalled the pdns exported the zones to csv files and readied the used one using pdnsutil however when I try to save sometimes I am getting the same errors.

Re: [Pdns-users] txt record not returning a value [SOLVED]

2024-11-09 Thread Curtis Maurand via Pdns-users
024, at 16:23, Brian Candler via Pdns-users wrote: On 08/11/2024 15:18, Curtis Maurand via Pdns-users wrote: From the sql query “select * from records where domain_id=’47’ and type=’txt’” I get | 638 |        47 | circadianinfo.com._report._dmarc.xyonet.com | TXT | v=DMARC1 Dig retur

Re: [Pdns-users] txt record not returning a value

2024-11-09 Thread Curtis Maurand via Pdns-users
On 11/8/24 10:23, Brian Candler wrote: On 08/11/2024 15:18, Curtis Maurand via Pdns-users wrote: From the sql query “select * from records where domain_id=’47’ and type=’txt’” I get | 638 |        47 | circadianinfo.com._report._dmarc.xyonet.com | TXT  | v=DMARC1 Dig returns nothing

Re: [Pdns-users] txt record not returning a value

2024-11-09 Thread Curtis Maurand via Pdns-users
On 11/8/24 10:37, Frank @ Kiwazo via Pdns-users wrote: On 8 Nov 2024, at 16:23, Brian Candler via Pdns-users wrote: On 08/11/2024 15:18, Curtis Maurand via Pdns-users wrote: From the sql query “select * from records where domain_id=’47’ and type=’txt’” I get | 638 |        47

Re: [Pdns-users] txt record not returning a value

2024-11-08 Thread Curtis Maurand via Pdns-users
> On Nov 8, 2024, at 8:50 AM, Frank @ Kiwazo via Pdns-users > wrote: > > Hi Curtis, Nico, > > @nico: the format is correct, it's used for cross-domain reporting (so domain > X.tld has a rua in n...@y.tld ). See > https://www.rfc-editor.org/rfc/rfc7489#section-7.1 for deta

[Pdns-users] txt record not returning a value

2024-11-08 Thread Curtis Maurand via Pdns-users
Hello, I'm trying to set up an external dmarc permission in pdns authoritative 4.8.4. I'm fixing to upgrade to the latest, but that is a complex task given the confiruration file format change and the lack of support for non-systemd servers and the fact that the install wipes out the /etc/ini

Re: [Pdns-users] signatures were invalid: EXPKEYSIG 1B0C6205FD380FBB

2023-06-07 Thread Curtis Maurand via Pdns-users
On 6/7/23 13:45, Djerk Geurts via Pdns-users wrote: On 7 Jun 2023, at 17:46, Otto Moerbeek wrote: On Wed, Jun 07, 2023 at 06:03:29PM +0200, Otto Moerbeek via Pdns-users wrote: On Wed, Jun 07, 2023 at 04:26:53PM +0100, Djerk Geurts via Pdns-users wrote: Hi all, Is there an issue with

Re: [Pdns-users] master receiving notifies from slave

2023-03-10 Thread Curtis Maurand via Pdns-users
disable all implizit NOTIFYs). Further I use "ALSO-NOTIFY" domainmetadata settings to specify NOTIFY targets per zone. regards Klaus *Von:*Pdns-users *Im Auftrag von *Curtis Maurand via Pdns-users *Gesendet:* Donnerstag, 9. März 2023 00:06 *An:* pdns-users@mailman.powerdns.com

Re: [Pdns-users] master receiving notifies from slave

2023-03-09 Thread Curtis Maurand via Pdns-users
regards Klaus *Von:*Pdns-users *Im Auftrag von *Curtis Maurand via Pdns-users *Gesendet:* Donnerstag, 9. März 2023 00:06 *An:* pdns-users@mailman.powerdns.com *Betreff:* [Pdns-users] master receiving notifies from slave Hello, I have a pair of powerdns servers running on a debian deriv

[Pdns-users] master receiving notifies from slave

2023-03-08 Thread Curtis Maurand via Pdns-users
Hello, I have a pair of powerdns servers running on a debian derivative equivalent to bullseye: Devuan chimaera.  I am running pdns authoritative version 4.7.3 from the powerdns debian repo.  Devuan does not use systemd.  I'm using sysvinit.  The upgrade removes /etc/init.d/pdns script which i

Re: [Pdns-users] Glue records in PowerDNS and MySQL backend

2023-01-11 Thread Curtis Maurand via Pdns-users
You’re missing a period (dot) at the end of your ns1 record Sent from my iPhone > On Jan 11, 2023, at 10:31 AM, Brian Candler via Pdns-users > wrote: > > On 11/01/2023 15:13, Carsten Schmitz via Pdns-users wrote: >> >> Hello, >> >> My case is a bit complicated: >> >> I run a PowerDNS ser

Re: [Pdns-users] stupid recursor question [SOLVED]

2022-12-07 Thread Curtis Maurand via Pdns-users
Heh, totally missed the error. duh. Thanks for pointing it out. I’ll check out the hairpinning on the nat. didn’t even think of that. Sent from my iPhone > On Dec 7, 2022, at 3:18 PM, Brian Candler wrote: > > On 07/12/2022 18:47, Curtis Maurand via Pdns-users wrote: >> dig do

Re: [Pdns-users] stupid recursor question [SOLVED]

2022-12-07 Thread Curtis Maurand via Pdns-users
Brian suggested (dig and tcpdump) These could hold clues to the cause of your problem. On Tue, 2022-12-06 at 14:33 -0500, Curtis Maurand via Pdns-users wrote: OK, just did the upgrade and adjusted the tables accordingly.  I don't like the fact that the update clobbered the /etc/init.d/pdns

Re: [Pdns-users] stupid recursor question

2022-12-06 Thread Curtis Maurand via Pdns-users
permaster/superslave set up and working. Things are working from outside and pretty fast, too. It's internally where things aren't working.  the internal recursor is not resolving anything that is hosted.  wierd. --Curtis On 12/6/22 12:52, Brian Candler wrote: On 06/12/2022 17:41,

Re: [Pdns-users] stupid recursor question

2022-12-06 Thread Curtis Maurand via Pdns-users
You can use either xyonet.com or cybernexus.net On 12/6/22 12:26, Brian Candler wrote: On 06/12/2022 17:06, Curtis Maurand via Pdns-users wrote: On the authoritative server I host a domain that I'll call domain.tld as the example. It really helps if you give the real domain, since

[Pdns-users] stupid recursor question

2022-12-06 Thread Curtis Maurand via Pdns-users
Hello, I've been a pdns user since, well, forever.  I abandoned bind long ago.  I currently have a set up where I run an authoritative server on a virtual machine and I run pdns-recursor on a separate virtual machine. On the authoritative server I host a domain that I'll call domain.tld as th