Non-responsive name servers when started during boot on OS X Mavericks 10.9

2014-01-17 Thread Larry Stone
not providing much information but there’s nothing else I can find so any help with just figuring out why it fails when started at boot time will be a help. -- Larry Stone lston...@stonejongleux.com http://www.stonejongleux.com/ smime.p7s Description: S/MIME cryptographic signature

Re: Non-responsive name servers when started during boot on OS X Mavericks 10.9

2014-01-18 Thread Larry Stone
belongs in /Library/LaunchDaemons/. -- Larry Stone lston...@stonejongleux.com http://www.stonejongleux.com/ On Jan 17, 2014, at 11:10 PM, Eduardo Bonsi wrote: > Hello Larry, > > I had the same "head-ache" when I upgraded to 10.9. It seems that instead > going forw

Re: Non-responsive name servers when started during boot on OS X Mavericks 10.9

2014-01-18 Thread Larry Stone
launchd plist run a script that does a sleep 30 before starting named (15 seconds was too short). There might be a way to use a Listeners clause in the launchd list but that syntax is currently beyond me. I will search in Mac OS X forums for that. -- Larry Stone lston...@stonejongleux.com http

Re: Non-responsive name servers when started during boot on OS X Mavericks 10.9

2014-01-20 Thread Larry Stone
’m not seeing. In any event, as I said, I have a “good enough” solution for my needs so anything further on this will be mostly of intellectual interest. -- Larry Stone lston...@stonejongleux.com http://www.stonejongleux.com/ smime.p7s Description: S/MIME cryptographic signature ___

Re: Non-responsive name servers when started during boot on OS X Mavericks 10.9

2014-01-21 Thread Larry Stone
l appears. Carsten, no I am not using the Men & Mice compiled BIND (until three days ago, I had not even heard of Men & Mice). I might be able to play with it in a test environment later in the week. Is there any documentation for it or is it just the installer package? -- Larry Ston

Re: Non-responsive name servers when started during boot on OS X Mavericks 10.9

2014-01-22 Thread Larry Stone
On Jan 21, 2014, at 11:38 PM, LuKreme wrote: > > On 18 Jan 2014, at 06:52 , Larry Stone wrote: > >> That is not the problem. > > In the launchd plist do you have something like > > > NetworkState > > > > or maybe > > inetdCompatibili

Re: Non-responsive name servers when started during boot on OS X Mavericks 10.9

2014-01-22 Thread Larry Stone
me, with a startup delay script and an hourly monitoring job, I have a "comfortable" environment. -- Larry Stone lston...@stonejongleux.com ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list

Re: Non-responsive name servers when started during boot on OS X Mavericks 10.9

2014-01-25 Thread Larry Stone
gt; Wouldn’t even start. Repeatedly (about 150 per second) logged: Jan 24 18:37:35 host.example.com launchproxy[518]: launch_msg(CheckIn): Operation not permitted Jan 24 18:37:35 host com.apple.launchd[1] (org.isc.named[518]): Exited with code: 1 > to tell the system not to start bind un

Re: Non-responsive name servers when started during boot on OS X Mavericks 10.9

2014-01-25 Thread Larry Stone
es. But I’m not a C programmer so trying to make the same changes to what ISC distributes is probably beyond me. Nor is it probably worth the effort. The startup delay script works and boot are few and far between. What’s another 30 seconds when you’re rebooting a SOHO server with a number of us

Re: Non-responsive name servers when started during boot on OS X Mavericks 10.9

2014-01-25 Thread Larry Stone
rectories. These days, /usr/ (except /usr/local/), /var, /etc, and /System/Library should be considered reserved to Apple. User installed files should be in the /usr/local/ equivalents (or /Library instead of /System/Library). Anything in the Apple reserved directories can be overwritten by OS X u

Compile error Bind 9.16.1 on MacOS 10.14.6

2020-03-24 Thread Larry Stone
] Error 1 make[2]: *** [subdirs] Error 1 make[1]: *** [subdirs] Error 1 make: *** [subdirs] Error 1 Searching has turned up nothing for me. -- Larry Stone la...@stonejongleux.com -- Larry Stone lston...@stonejongleux.com ___ Please visit ht

Re: Compile error Bind 9.16.1 on MacOS 10.14.6

2020-03-24 Thread Larry Stone
from the Apple Developers website. And honestly, I hadn’t realized how out of date my version of Xcode was as I only use the command line tools and everything had been working fine until today. Something to add to the MacOS upgrade checklist. -- Larry Stone lston...@stonejongleux.com >

Re: Compile error Bind 9.16.1 on MacOS 10.14.6

2020-03-24 Thread Larry Stone
Xcode to the latest for my MacOS version and then bind built fine. But my Xcode was very, very old - version 7. Current is 11.x (11.3.1 for MacOS Mojave, 11.4 for Catalina). -- Larry Stone lston...@stonejongleux.com > On Mar 24, 2020, at 5:40 PM, Mark Andrews wrote: > > You

Re: A And Cname-record

2020-06-18 Thread Larry Stone
But if there is a possibly relevant spelling error, it would be helpful to point out exactly where the error is rather than just saying “check your spelling”. Our eyes frequently see what we expect to see and therefore don’t see the error, even when told there is an error. -- Larry Stone

Re: BIND 9.16.13 and Mac OS X 10.13.6 - problems with ./configure

2021-03-25 Thread Larry Stone
e of them if not both use their own set of directories so something built with one of them will not be found by something coming from the other or done from scratch. Those instructions from krypted.com appear to be doing a “from scratch” version so if you installed libuv with homebr

Re: BIND 9.16.13 and Mac OS X 10.13.6 - problems with ./configure

2021-03-26 Thread Larry Stone
I also found I needed to update Xcode but that may have been for a separate issue. But I agree with Ondřej, having already installed libuv via Homebrew, why are you not using Homebrew for BIND? -- Larry Stone lston...@stonejongleux.com ___ Plea

BIND 9.18.0 and Mac OS X 10.15.7 - cannot build

2022-02-21 Thread Larry Stone
ort in OpenSSL is mandatory” error and not sure what direction to go. I think it’s an issue with OpenSSL but I can’t see what it is (and Bind 9.16.x builds fine). Probably something simple but I need a nudge in the right direction. Thanks. -- Larry Stone lston...@stonejongleux.com

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

2022-02-21 Thread Larry Stone
^~ ./include/isc/assertions.h:46:11: note: expanded from macro 'ISC_REQUIRE' ((void)((cond) || \ ^~~~ 2 errors generated. make[4]: *** [netmgr/libisc_la-netmgr.lo] Error 1 make[3]: *** [all

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

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

2022-02-26 Thread Larry Stone
make sense. But the new computer, new (to me) OS version, and new architecture makes this the perfect time to switch. -- Larry Stone lston...@stonejongleux.com > On Feb 26, 2022, at 3:27 AM, @lbutlr wrote: > > On 2022 Feb 22, at 04:31, Julien Salort wrote: >> For informati

9.18 behavior change for mDNS queries with dig

2022-06-26 Thread Larry Stone
source-building to MacPorts); on the Monterey Mac, I have not built from source so just the MacPorts port. -- Larry Stone lston...@stonejongleux.com -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC funds the development of this software with paid

Re: 9.18 behavior change for mDNS queries with dig

2022-06-27 Thread Larry Stone
. My issue is on a small home network so very little goes wrong. The appropriate tcpdump command to get what is needed should be all I need. -- Larry Stone lston...@stonejongleux.com > On Jun 27, 2022, at 1:48 AM, Petr Špaček wrote: > > On 27. 06. 22 8:26, Evan Hunt wrote: >&

Re: 9.18 behavior change for mDNS queries with dig

2022-06-27 Thread Larry Stone
Greg, thanks. Exactly what I needed. Need to head out for a few hours but will get on this later today. -- Larry Stone lston...@stonejongleux.com > On Jun 27, 2022, at 8:18 AM, Greg Choules > wrote: > > Hi Larry. > sudo tcpdump -ni any -c 1000 -w .pcap port 5353 >

Re: 9.18 behavior change for mDNS queries with dig

2022-06-27 Thread Larry Stone
Thanks. Submitted - #3428. -- Larry Stone lston...@stonejongleux.com > On Jun 27, 2022, at 1:26 AM, Evan Hunt wrote: > > On Sun, Jun 26, 2022 at 10:00:08PM -0500, Larry Stone wrote: >> I recently moved from 9.16 to 9.18 and just noticed that dig no longer >>

Re: 9.18 behavior change for mDNS queries with dig

2022-07-01 Thread Larry Stone
satisfied with that response and since my use of dig for mDNS lookups was legacy code in my script that was no longer needed (there was another way to accomplish the end goal of the script), it was a good excuse to clean up the script. -- Larry Stone lston...@stonejongleux.com > On Ju

Re: Bind Queries log file format

2017-02-07 Thread Larry Stone
S, TCP, DO, CD, cookies, > local address, EDNSversion, ecs -- Larry Stone lston...@stonejongleux.com > On Feb 7, 2017, at 9:06 PM, Mark Andrews wrote: > > > In message > rod.outlook.com>, Paul Roberts writes: >> I have to say I agree with the approach of putting

Re: Bind Queries log file format

2017-02-08 Thread Larry Stone
CD, local address 9.11.0: client, qname, qclass, qtype, RD, signed, EDNS + version, TCP, DO, CD, local address, cookies 9.12.0: client, qname, qclass, qtype, RD, signed, EDNS + version, TCP, DO, CD, local address, cookies, ecs -- Larry Stone lston...@stonejongleux.com __

Re: BIND 9.11.x build failing on Mac OS X - gssapi errors

2017-06-16 Thread Larry Stone
for make install. I don’t think that should make a difference. -- Larry Stone lston...@stonejongleux.com > On Jun 15, 2017, at 1:44 AM, James Brown via bind-users > wrote: > > I couldn’t get 9.11 to compile for me on OS X 10.12.5. Same problem with > 9.11.1-P1. sudo ma

BIND 9.12.4 python error building on MacOS

2019-03-01 Thread Larry Stone
h configures OK it says python support … disabled. I’m not seeing anything in the Release Notes about a change in Python requirements. Python is the version distributed with MacOS by Apple. -- Larry Stone lston...@stonejongleux.com ___ Please vi

Re: BIND 9.12.4 python error building on MacOS

2019-03-01 Thread Larry Stone
Thanks. A simple $ sudo python -m ensure pip —default-pip $ sudo pip install —upgrade-pip $ sudo pip install ply took care of it. -- Larry Stone lston...@stonejongleux.com > On Mar 1, 2019, at 2:41 PM, Mark Andrews wrote: > > We had a bug report that dnssec-checkds, dnssec-cov