godarch / darch

A tool for building and booting stateless and immutable images, bare metal.
https://godarch.com/
MIT License
832 stars 32 forks source link

Cannot resolve host darch-demo for test drive image #56

Open cguo5520 opened 3 years ago

cguo5520 commented 3 years ago

Downloaded the boot.vdi test drive image, booted it using virtualbox, and ran the build scripts. Whenever I'm using the darch command, I get sudo: unable to resolve host darch-demo: Connection timed out

scatenag commented 3 years ago

Same here..any suggestion ?

Ok; maybe we can solve with sudo nano /etc/hosts' with 127.0.0.1 localhost darch-demo`.

This seem to solves darch images pull godarch/unbuntu.. but I see new issues on the horizon...:thinking:

I realized, by running darch version, that the version in the images is obsolete (I think is commint (5d08ee3ea1ccef9aceef1378656fb09c3313c085)[https://github.com/godarch/darch/commit/5d08ee3ea1ccef9aceef1378656fb09c3313c085]) dated Nov 4, 2018 ..and is somehow broken...

such a pit.. I will try to use the tar version or the compilation from sources..if I am able...