W. Trevor King

Results 439 comments of W. Trevor King
trafficstars

On Fri, Dec 02, 2016 at 11:30:07AM -0800, Rob Dolin (MSFT) wrote: > 1.1. Install Git if you don't have it > // TODO For Debian/Ubuntu, this will be just...

On Fri, Dec 02, 2016 at 11:30:07AM -0800, Rob Dolin (MSFT) wrote: > 1. Check to see if you have git, go, and curl installed: > * git: git --version...

On Fri, Dec 02, 2016 at 11:55:34AM -0800, W. Trevor King wrote: > And I think it would be more idiomatic to use ~/.local/lib/go for > GOPATH. Scratch that, Go...

On Fri, Dec 02, 2016 at 11:30:07AM -0800, Rob Dolin (MSFT) wrote: > // set -o vi This does not seem necessary ;). Folks who care about their line editing...

Here's a Docker session based on the changes I suggested: $ docker run -it --rm ubuntu:16.10 # apt-get update # apt-get install git golang go-md2man # mkdir -p ~/.local/bin #...

> On my local machine with Fedora 28, both page sizes 2MB and 1GB are available... What do you get from: ```console $ cat /proc/cpuinfo | grep '^flags' | head...

> ```console > # cat /proc/cmdline > BOOT_IMAGE=/vmlinuz-4.16.9-300.fc28.x86_64 root=UUID=e54de305-64fd-4729-8e65-dd68a8fd36fe ro rootflags=subvol=root rhgb quiet resume=/dev/nvme0n1p4 LANG=en_US.UTF-8 > ``` Hmm, I was expecting a `hugepagesz` entry. Maybe they've compiled in a default...

On Thu, Sep 14, 2017 at 02:41:48PM -0700, Aleksa Sarai wrote: > Just sync with what runc does (aside from setting terminal=false) so > that users of generate get a...

On Thu, Sep 14, 2017 at 11:07:52PM +0000, Aleksa Sarai wrote: > @wking I'm currently *very close* to dropping my dependency on > `runtime-tools` from `umoci` because this decision has...

> ...because the default is not going to be usable at all if we go with #379... Obviously if there is one fairly consistent "usable" config, we should go with...