-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
CentOS 6.8 v 2.3.0 freeze at SSH #681
Comments
@cheeseplus Which VirtualBox version did you build with? There is a regression in VB resulting in that packer creates VM's with the nic disconnected. See hashicorp/packer#3757 |
VirtualBox Version 5.1.2 r108956 |
I can confirm that upgrading to VB Version 5.1.6 r110634 resolved the problem for me. |
@MarcFletcher did you have to delete some cache or global config or anything at all? I also have 5.1.6 but it still hangs. |
@chris-fa Nope, just a straight up install of the latest VB. |
I've just tried upgrading my vagrantfile from (provider is virtualbox 5.1.2):
config.vm.box = "bento/centos-6.7"
to
config.vm.box = "bento/centos-6.8"
(everything else is the same) and when I do:
the VM just hangs on the first SSH connect:
Switching back to the bento/centos-6.7 box resolves the problem. Any idea why the 6.8 version won't create?
The text was updated successfully, but these errors were encountered: