-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vagrant up fails with a VBoxManage Invalid MAC address #781
Comments
Vagrant File https://gist.github.com/lmayorga1980/8238624 shipped as a template on the packer .json file. |
I'm getting the same issue.
https://github.com/mitchellh/packer/blob/master/post-processor/vagrant/virtualbox.go#L162-L166 It looks like Packer is adding this to the Vagrantfile that gets added to the box, but the template substitution isn't working. Is there a way to disable Packer's default Vagrantfile? |
Nevermind, packer is doing the right thing, vagrant doesn't blow away the existing box Vagrantfile in .vagrant.d. |
Yes this is a common issue for newer versions of packer using old embeddable vagrantfiles. |
I am still seeing this issue with: |
The issue must be fixed by user creating the vagrant box. The issue seems to happen when you embed vagrantfiles as a template with this setting:
Remove, rebuild and the issue is gone. |
This is fixed |
First time fails but second time i execute vagrant up it just works fine.
Vagrant 1.4.2
VirtualBox 4.3.6
Gist: https://gist.github.com/lmayorga1980/8230516
The text was updated successfully, but these errors were encountered: