Brendan

Results 49 comments of Brendan

A good idea to clarify as it is simply ambiguous. *All* hash functions have collisions. Obsolete hash functions are extremely unlikely to have collisions you find "accidentally", while with "current...

I haven't looked into it yet (responsibilities changed). Should probably start here: https://docs.microsoft.com/en-us/powershell/module/exchange/policy-and-compliance/Export-TransportRuleCollection?view=exchange-ps

New to HA and also have this device. I have an identical signature to that which @egelmex provided. The device is detected and added but of course shows no useful...

How I came across this bug: I have some new backups using btrbk that were failing because of new selinux labels that weren't supported on the backup server. The "workaround"...

> You have to define subnets in config.yaml like this: > > ``` > ip_prefixes: > - fd7a:115c:a1e0::/48 > - 100.64.0.0/10 > ``` The `config-example.yaml` in main gives `prefixes` rather...

What shell are you using that it isn't working? IIRC curly braces (`{` and `}`) as variable delimiters is a POSIX feature. It is often suggested that you *should* include...

Would the `None` values indicate packet loss or timeouts? If so I'd consider that information useful. It's understandable if you're okay with simply discarding it - but it would be...

This seems like a fundamental security/compliance issue :-|

Note that the newer EKS clusters make use of `containerd`, thus you'd need to make the changes elsewhere: a) Add appropriate content to `/etc/containerd/certs.d/docker.io/hosts.toml` referring registry-1.docker.io to the registry mirror...

Looks like this was resolved in #2073