Mark Yen

Results 48 comments of Mark Yen

[Attached patch](https://github.com/StackExchange/blackbox/files/3387795/blackbox_addadmin.patch.txt) to blackbox_addadmin will fetch the given key (if not already known), and use the `fingerprint # [email protected]` format in `blackbox-admins.txt` (using the full fingerprint because why not). However,...

This is about the offline manual signing, yes. Currently, we can't sign CI-built things, and have to rebuild from scratch to do the signing on mac; this is in contrast...

Yeah, skipping the kube version check (when it's unused) seems reasonable. Alternatively, we could just flip the check around and skip the whole thing if it's unmodified (move line 237...

Alternatively, we could check at the end of k8s startup to see if the container runtime matches the expected value, and redo instead. This doesn't take any longer than making...

There is no supported way of doing this on Windows yet. As a workaround, you can add `K3S_EXEC=…` to `/etc/rc.conf` (see the section around line 108, _Service Configuration Variables_); however,...

Moved immutable configuration up to better align with other plans.

FWIW, work has been ongoing in the [mook-as/refactor](https://github.com/mook-as/rd/commits/refactor) branch (with various PRs already submitted from that branch).

The `EPERM` can occur if you somehow managed to start Rancher Desktop twice (because the previous instance has the file open, the new instance can't delete it). It's unclear why...

> `/etc/ca-certificates/update.d/certhash: exit status 132` > # cat /etc/ca-certificates/update.d/certhash > #!/bin/sh > exec /usr/bin/c_rehash /etc/ssl/certs Alpine has their own [`c_rehash`](https://gitlab.alpinelinux.org/alpine/ca-certificates/-/blob/master/c_rehash.c); it's not clear how that can exist with 132 —...

> `Illegal instruction` Well, that's interesting! `c_rehash` (for 1.5.1) has a sha256 hash of `3AD730F1AE440CAE63D0C4E5EECFB3A69318E5FABE2E10B16BBCDA81735A8E7C` for me. Is yours any different? That CPU shouldn't be missing any actual instructions, as...