Claudio Luck

Results 17 comments of Claudio Luck

Another thing worth documenting is that the implicit default of `remote_ts = dynamic` is not enough for some common use-cases. This selector does not include multicast IPv6 (ff00::/8), which keeps...

Can confirm too that this happens on at least three similar hosts all with an ASRock TRX40D8-2N2T Mainboard (SATAIII via TRX14, and/or via ASM 1061) and varying hard disks and...

Update: Kernel 5.10¹ from Debian Buster Backports, and Kernel 5.11 from Proxmox pvetest repo are stable on the TRX14 SATA links. They both continue to fail on the ASMedia ASM1062²;...

For the sake of verifying the issue, such an interface can easily be instantiated with iproute2: e.g. `ip link add ipsec1 type xfrm dev lo if_id 42`. In real scenarios,...

Feel free to cherry-pick from here: https://github.com/cluck/sparsebundlefs/tree/write-support

The https://github.com/seemoo-lab/nexmon guys have developed a strategy to work with binary blobs from Broadcom. This could potentially also be applied to Atheros.

For me as a reader of this bug it is unclear if the requirement is: 1. to measure the instant when all authoritative nameservers (be them reachable via anycast or...

The propagation status is publicly available in DNS. The status required to calculate the delays for a planned change are in DNS before and up until the change is pushed...

Related issues: - #6768 (probably very similar issue) - #5296 ("solution" was to evade the bug by changing configuration) - #2624 (hacked the same code) Also note that things sometimes...

Thanks to your hint, I looked at [`ovpn_event.py`](https://github.com/opnsense/core/blob/master/src/opnsense/scripts/openvpn/ovpn_event.py) once more. I have a theory why I observe a "fix" when manually adding a call to client-connect in my config. What...