g0tar
g0tar
I just wonder if that feature shouldn't be an extension to `LogNamespace=`. This way one could not only filter the log entries, but also split them into separate journals, with...
Oh, nevermind... I see the `LogNamespace=` is implemented using mount namespaces, so can't have more than one at the same time.
They could still be used (on a best effort basis) to resolve the unit name when available. Runtime evaluation of aliases is their typical usage pattern, no need to save...
That is exactly what I would have expected to behave like and what I ment by "ad hoc alias". Having to investigate `some_very_unpleasantName@with_instance_specification.service` just link in to `debug.service` and go...
- changes should be (not) supported the same way, as interface renames are (or not), - IPv6 should be separate column, - multiple addresses could be either folded to the...
Just to justify this FR - I got `pdns-recursor` forwarding to `dnsdist` ([rationale](https://github.com/orgs/PowerDNS/discussions/14961#discussioncomment-11558980)), however `pdns-recursor` doesn't support Proxy Protocol: https://github.com/PowerDNS/pdns/issues/11931. I think that proxy forwarding in `recursor` would cover more...
After some code reading I guess that: 1. sticking to invalid connection, when happens, is a result of `spread = 0` (picking connection released last, which apparently isn't restarted properly);...
``` $ strace -f -enetwork radiusd -XX Sat Sep 27 20:36:31 2025 : Debug: (2) modsingle[authorize]: calling cache_dhcp_accept (rlm_cache) Sat Sep 27 20:36:31 2025 : Debug: %{User-Name} Sat Sep 27...
Thanks for looking into this. I've applied your patch on top of 3.2.7 and indeed, it seems the behavior is much more consistent with my expectations (no reuse of failed/not-restarted...