Louis Brunner
Louis Brunner
Of course, you use a Github amd64 macOS runner, so macOS 13.0. Let me adjust the version check and it should work.
> > Let me adjust the version check > > Urghs, sure, I should have noticed that... Fingers crossed that it resolves the issue. I saw your GHA build and...
Continuing the discussion from #7. It seems like `avahi2dns` is running correctly and that individual requests are failing if Avahi isn't running when a DNS request comes. Is that correct?...
OK, so `avahi2dns` is running fine with individual request failing. A few DNS queries failing when Avahi isn't running doesn't seem like a huge deal and fairly tolerant? I guess...
It looks like it could be a configuration issue, yeah. Could you try using something like `avahi-browse` or `dns-sd` to query Avahi directly and check if it's running? If it...
This is a bit of a complex one because a lot of things are coming together at the same time. ## What is `/dev/macos/internals/[shared pmap]`? As part of the work...
> Here's a rather minimal test case (`recovery.c`): Thanks a lot for all these details! > Is this enough to produce a suppression rule? Or, if it's too vague, do...
Thanks for this. It does confirm that while redirections exist (the line you found), they aren't being used. I don't know why, from my limited experience dealing with this, the...
@real-or-random Could you give the branch `feat/bug-135` a try?
Interesting, let me look into it. When you have the redir, does your test run correctly?