After building the VMs, attempting to run the build script results in apt errors fetching from my host name. ie "Failed to fetch from
http://HostHostName:...". My host name will not resolve via DNS which is apparently the problem here.
Try doing:
export MIRROR_HOST=10.0.2.2
bin/make-base-vm
I think I'll make that the default.
No change at all.
Strange. Could you try:
* While make-base-vm is running, run
ps auxww | grep vmbuilder
and make sure that the mirror arguments refer to 10.0.2.2
* Make sure that you didn't specify -i or --skip-image
* I just realized that the --quiet flag to gbuild actually does --skip-image due to a bug . If you had this flag on, it didn't pick up the new base vm image.
I've just pushed a new version that fixed the latter and makes 10.0.2.2 the default.
I'm on irc if you want to chat instead of messaging here.