Skip to content
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

Closed
MarcFletcher opened this issue Oct 5, 2016 · 5 comments
Closed

CentOS 6.8 v 2.3.0 freeze at SSH #681

MarcFletcher opened this issue Oct 5, 2016 · 5 comments

Comments

@MarcFletcher
Copy link

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:

vagrant destroy
vagrant up

the VM just hangs on the first SSH connect:

==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key

Switching back to the bento/centos-6.7 box resolves the problem. Any idea why the 6.8 version won't create?

@rickard-von-essen
Copy link
Collaborator

@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

@MarcFletcher
Copy link
Author

VirtualBox Version 5.1.2 r108956

@MarcFletcher
Copy link
Author

I can confirm that upgrading to VB Version 5.1.6 r110634 resolved the problem for me.

@christopher-francisco
Copy link

@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.

@MarcFletcher
Copy link
Author

@chris-fa Nope, just a straight up install of the latest VB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants