Re: Recent upgrade

2022-02-22 Thread Ondřej Surý
> If I run a nslookup against any of the time out’s in the logs, it works and > delivers both the ipv4 and ipv6 address How exactly do you run the nslookup (also please use dig instead of nslookup for debugging)? It’s hard to help without full diagnostics. Looking at pcaps (or using Wireshark)

RE: Recent upgrade

2022-02-22 Thread Andrew Baker via bind-users
Ok, so it’s not the OS upgrade causing this as I’m now seeing it on both my slaves. I was only seeing it on ns2 yesterday afternoon when I posted this but it’s now on ns3 this morning as well. The master ns1 is not showing this issue in the logs! I will compare the config between the master and

Re: Recent upgrade

2022-02-22 Thread Felipe Agnelli Barbosa
Could you confirm that you didn't have any connectivity problems before and now? []s Em ter., 22 de fev. de 2022 às 10:08, Andrew Baker via bind-users < bind-users@lists.isc.org> escreveu: > I’ve just upgraded the first of my redundant slave DNS servers from Debian > 10.11 (bind 9.11) to Debian

Recent upgrade

2022-02-22 Thread Andrew Baker via bind-users
I've just upgraded the first of my redundant slave DNS servers from Debian 10.11 (bind 9.11) to Debian 11.2 (bind 9.16). Upgrade seemed to go smoothly but I'm now seeing the below in the bind logs 22-Feb-2022 14:54:59.745 lame-servers: info: timed out resolving 'ns4.he.net//IN': 1.1.1.1#53

Re: BIND 9.18.0 and Mac OS X 10.15.7 - cannot build

2022-02-22 Thread Julien Salort
Le 22/02/2022 à 02:29, Larry Stone a écrit : So, just for fun, I decided to see if I could build 9.18.0 on my current MacBookPro (where I already run 9.16.26). It’s on MacOS Catalina 10.15.7 (cannot go higher - new MacBookPro coming soon!). For information, bind 9.18.0 compiles fine under Ma

Re: BIND 9.18.0 and Mac OS X 10.15.7 - cannot build

2022-02-22 Thread Larry Stone
Ondrej, thanks. Some quick searching tells me it’s a long-standing issue with Xcode 10 (and before). Since Bind 9.16.26 works, not a pressing issue for me and the system is likely to be replaced before 9.16 reaches EOL. -- Larry Stone lston...@stonejongleux.com > On Feb 21, 2022, at 10:58

Re: BIND 9.18.0 and Mac OS X 10.15.7 - cannot build

2022-02-22 Thread Ondřej Surý
Hi Larry, unfortunately, that’s a bug in a compiler as the atomic_load() is defined as C atomic_load( const volatile A* obj ); See: * https://en.cppreference.com/w/c/atomic/atomic_load * https://lists.llvm.org/pipermail/llvm-bugs/2015-May/040025.html * http://www.open-std.org/jtc1/sc22/wg14/www/