Hi! Thanks for building this, seems really cool and I'd love to try it out. I haven't put much time into seeing the code and I was just trying to follow the instructions.
The tool itself builds and runs well, but when I try to create a new VM using the make build/vm/ubuntu command, it exits abruptly and I'm not sure if it finished
When starting the host, I can attach to the host, but it fails to start the SSH service. Once it reaches the login screen, I can't see the IP of the machine because the file $VMCTL/ubuntu/0.ipaddr doesn't exist.
Is there any additional configuration that I need to for getting it to run on x86 based machines. I do see the ubuntu.sh script checks for architecture before downloading, and I was hoping I would be able to run this on an Intel mac
Hi! Thanks for building this, seems really cool and I'd love to try it out. I haven't put much time into seeing the code and I was just trying to follow the instructions.
The tool itself builds and runs well, but when I try to create a new VM using the
make build/vm/ubuntu
command, it exits abruptly and I'm not sure if it finishedWhen starting the host, I can attach to the host, but it fails to start the SSH service. Once it reaches the login screen, I can't see the IP of the machine because the file
$VMCTL/ubuntu/0.ipaddr
doesn't exist.Is there any additional configuration that I need to for getting it to run on x86 based machines. I do see the
ubuntu.sh
script checks for architecture before downloading, and I was hoping I would be able to run this on an Intel mac