lavabit / robox

The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
620 stars 139 forks source link

ubuntu/2004 3.3.4 broken for at least libvirt #210

Closed jason-adnuntius closed 3 years ago

jason-adnuntius commented 3 years ago

When using this latest version with libvirt, the up command pauses at 'Waiting for domain to get an IP address...' if I check the console of the box I get the following errors:

Screenshot from 2021-08-09 10-59-32

Reverting to 3.3.2 works fine

timschumi commented 3 years ago

No such issue here, on generic/ubuntu2004 version 3.3.4.

Could you try and redownload the box (i.e. delete it through vagrant box remove generic/ubuntu2004 and then vagrant up again) to see if it may just be a corrupted file on your disk?

jason-adnuntius commented 3 years ago

This occurred again after re-downloading the libvirt box.

This is only an issue with libvirt, the same version works fine with the virtualbox provider.

jason-adnuntius commented 3 years ago

I tried on a different machine, and its not an issue. So I guess it must be something about my hardware or software installed.

jason-adnuntius commented 3 years ago

For what its worth 3.4.0 of the ubuntu 20.04 image has resolved this issue for me on the one machine where I was getting the errors