Euan Kemp
Euan Kemp
This distinguishing the case where a source address could not be determined, i.e. because the proxy header could not be read. I think this PR makes sense in some cases....
This switches to using npm to manage xhook, which is about as good as vendoring now that we have lockfiles. This also updates some misc stuff in the lockfile, but...
### Background This issue is to try and figure out the right way to model commands that modify accounts, and may also be self-service. For a motivating example, let's look...
This was tested with a raspberry pi 4 netbooted with the EDK2 UEFI pxe boot implementation. You can find prebuilt binaries for that over here: https://github.com/pftf/RPi4 Of note, this _does...
This fixes the `coreos` flavor failure semaphore is having. I haven't investigated the `kvm` failure, so I have no clue if this might fix it too. See #3940 for the...
**Environment** rkt master on semaphore, any other environment with "/" not mounted shared. ``` $ cat /etc/os-release NAME="Ubuntu" VERSION="14.04.5 LTS, Trusty Tahr" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 14.04.5 LTS" VERSION_ID="14.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/"...
These tests additions were prompted by issue #3916. Ideally all documented configs would be included here (possibly via living outside of the docs and having the copy in the docs...
This PR does a lot because, well, to make the tests not fail due to frankdd certs that expired in late 2017, a lot of stuff was required. The main...
Per title, right now mayday doesn't grab kubelet.service logs which can be annoying when looking into Kubernetes or tectonic issues.
Right now, part of the journal is collected, but not all of it, and it's collected in a lossy exported format. There are two options to make it less lossy,...