Cel Skeggs
Cel Skeggs
`--free Completely remove all data in directory with containers and base images.` However, this dispatches to `.Destroy()`, which just does: ``` func (storage *overlayFSStorage) Destroy() error { return umount(storage.rootDir) }...
For the sake of being an appropriate macrobenchmark. - Do we have enough binary compatibility to run a statically-linked Git executable directly? - If not, can we get it by...
On @fintelia's laptop, having PORTIDE enabled caused Ward to fail to boot. I believe I experienced the same problem in some qemu setting combinations that involved CDROM drives being inserted...
- [ ] filesystem (read/data-write/metadata-write) - [ ] network (loopback/unix vs. external) - [ ] pipes - [ ] memory system: paging - [ ] memory system: mapping/unmapping - [...
I tried usertests on cf25b5aeae224c26491398c6448916c6e9e39c34, and found it to be broken -- though I don't know that I've tried this before, so it might have been a while since it...
The version included by default is a0cb6bd65bc083151262aec32d46735b4c80eab0, which seems to produce this error: ``` /home/skeggsc/osrc/refos2/libs/librefos/src/sync.c: In function ‘sync_acquire’: /home/skeggsc/osrc/refos2/libs/librefos/src/sync.c:65:34: error: invalid initializer seL4_MessageInfo_t msginfo = seL4_Wait(mutex->mapping, &badge); ^ ``` This...
Running "kubectl version" gives us the following: Client Version: version.Info{Major:"", Minor:"", GitVersion:"v0.0.0-master+$Format:%h$", GitCommit:"$Format:%H$", GitTreeState:"", BuildDate:"1970-01-01T00:00:00Z", GoVersion:"go1.12.10", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"{gitMajor}", Minor:"{gitMinor}", GitVersion:"{gitVersion}", GitCommit:"{gitCommit}", GitTreeState:"{gitTreeState}", BuildDate:"{buildDate}", GoVersion:"go1.12.10", Compiler:"gc", Platform:"linux/amd64"} We...
Currently, the autoinstaller creates a new installer image for each new install, and never cleans it up, so you quickly find yourself with a collection of junk .iso files: ```...
#515 bumps us to Go 1.13.10, but that's (as far as I can recall) not a supported version of Go for our current version of Kubernetes. It's just as much...
As I'm working on #29, it's becoming apparent that there are some mildly questionable security choices in Rook's configuration, like the following: ``` kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1beta1 metadata: name: rook-ceph-object-bucket...