Ben Allen

Results 9 comments of Ben Allen

@christodenny The body could be changed to JSON and the client's pub key and aliases marshaled. Otherwise I'd say a header tag sounds cleaner than using the URL.

For passing aliases via the URL, do you imagine that we'd join the list of aliases on a given separator? Then pass the joined list as a single variable in...

In lieu of a design doc, why include the nodes' public keys in the known_hosts files instead of single @cert-authority entry with the CA's pub key?

Seems reasonable. Perhaps we should add an option to include the CA pub key in the generated known_hosts, and a separate option to include hosts' pub keys. In the case...

One would build it with `rpmbuild -ba pstate-frequency.spec`. pstate-frequency-%{version}.tar.gz would need to be in %{_topdir}/SOURCES already, typically ~/rpmbuild/SOURCES. To automate that a bit more we would need to create a...

Looking into this a bit, that error is coming from: https://github.com/opencontainers/runc/blob/a618ab5a0186905949ee463dbb762c3d23e12a80/libcontainer/mount/mount_linux.go#L69 parseMountTable() above it is calling parseInfoFile() to parse /proc/self/mountinfo. The entry from your error is missing the mount source...

Actually its more than just proc, try a build with #617's changes.

Another runtime we should investigate running on u-root: https://github.com/containers/libpod

2.2.3 Proxy DHCP, p16 of the spec http://www.pix.net/software/pxeboot/archive/pxespec.pdf. The crux of what needs to be implemented is: > DHCP Discover will be retried four times. The four timeouts are 4,...