Karl Isenberg

Results 288 comments of Karl Isenberg

Extracted UpstreamRepoURL removal: https://github.com/GoogleContainerTools/kpt-config-sync/pull/240

Extracted finalizer to https://github.com/GoogleContainerTools/kpt-config-sync/pull/242

The above report is using a CentOS 7.2 guest on VirtualBox.

Curl version: ``` $curl --version curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.19.1 Basic ECC zlib/1.2.7 libidn/1.28 libssh2/1.4.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp...

Removing the Vagrant added alias results in the desired behavior: ``` $ curl -v a1.dcos * About to connect() to a1.dcos port 80 (#0) * Trying 192.168.65.111... * Connection refused...

Yeah, I've had to use something similar. Would be nice if vagrant-hostmanager did it for us tho.

FWIW, I use a provisioning step to work around this issue: ``` machine_types.each do |name, machine_type| config.vm.define name do |machine| machine.vm.provision :shell, inline: "sed -i'' '/^127.0.0.1\\t#{machine.vm.hostname}\\t#{name}$/d' /etc/hosts" end end ```

Installing most of the build dependencies with homebrew wasn't too hard, but I'm not sure how to install the "GIMP development libraries". Do you have to build gimp itself in...

Looks like homebrew doesn't have `libgimp2.0-dev` because gimp is installed pre-built. So I'll probably need to build gimp locally in order to build gimp plugins.