-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Booting CentOS 7.3 vagrant box on CentOS 7.4 host times out #9058
Comments
I spent the past three days debugging this issue and still not able to resolve this. A million people are seeing this. Vagrant MUST find the root cause, fix it or worst-case print a better, user-friendly, understandable error message why we cannot SSH into the vagrant box. geerlingguy/drupal-vm#953 |
Hello @vhosakot - have you tried a different vagrant box? We usually recommend people use the |
I had this issue and discovered that VT-x was disabled on the host. Unfortunately, neither vagrant nor VirtualBox seem to expose this as an error message, I only found it out by starting up the full VirtualBox UI, at which point I received a popup error message. Once the host was rebooted with VT-x enabled, the problem went away. It seems like maybe VirtualBox is doing the wrong thing here, as the logs show that the virtual machine has started, and the VBoxHeadless processes remain running, even though the VM is unable to boot completely. It would make more sense for it to immediately quit with an error message, rather than sit idle. |
I had the same issue but in my case I am working on a RHEL 7.3 virtual machine as my dev box and booting a vagrant box based on RHEL 7.4 within that environment. Every time I would try to boot the vagrant box I would receive the time out as noted above. Software on my dev box ... Resolution: |
Hey there, I am going to close this due to lack of response. If this is still occurring, please open a new issue and follow the provided issue template that appears when you click the "New Issue" button. This will help us in getting a reproduction and fix. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Vagrant version
Host operating system
CentOS 7.4
Guest operating system
CentOS 7.3 (box version 1707.01)
Vagrantfile
Expected behavior
Should not timeout and the vagrant box must boot properly.
Actual behavior
Provider is VirtualBox 5.1.28:
Steps to reproduce
See "Actual behavior" above.
The text was updated successfully, but these errors were encountered: