nlf / dhyve

docker meets xhyve

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssh: Could not resolve hostname dhyve.vm:

rrva opened this issue · comments

$ dhyve ssh
[dhyve] starting ssh session..
ssh: Could not resolve hostname dhyve.vm: nodename nor servname provided, or not known

Adding dhyve.vm to /etc/hosts helped.

Maybe the .vm tld collides with vagrant-landrush?

$ cat /etc/resolver/vm
# Generated by landrush, a vagrant plugin
nameserver 127.0.0.1
port 10053

Hmm, the issue must have been that I forgot to use sudo for dhyve init? Also the ssl certs were missing, but now that I repeated sudo dhyve init and sudo dhyve up all works.