-
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
Vagrant freezes in vagrant up (windows host) #9391
Comments
We had the same problem. Upgrading powershell as mentioned here #8783 helped. We upgraded pwershell 2.0 to 4.0. |
Hi @basos9 - if you could, please confirm that upgrading powershell fixes your issue. thanks! |
Yes, upgrading Powershell to version 3 solved this issue. I suspect that the check for the powershell version produces the freeze, itself. If this is not considered a bug, which since there is already a check mechanism, it is, maybe, at least, update the readme to state out loud that Powershell v3 is a requirement. |
It's definitely a bug, however we already have an issue tracking the work (#9056). I'll go ahead and close this as a duplicate. 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. |
Hello,
I have tried to do the simplest initialization for vagrant on Windows 7
but is stucks there.
Tried with vagrant 2.0.1 and vagrant 1.9.8
Tried with admin cmd prompt.
Tried with disabled Antivirus.
Tried on a second windows 7 machine with the same result.
Vagrant version
Vagrant 2.0.1 and Vagrant 1.9.8
Host operating system
HOST: windows 7 x64
OS Version: 6.1.7601 Service Pack 1 Build 7601
Guest operating system
precise64
Vagrantfile
Debug output
https://gist.github.com/basos9/fbf996be0ff7a89dada3e8bb374a4eb1
Expected behavior
Vagrant virtual environment to be up and running.
Actual behavior
Command prompt freezes at vagrant up. System resources (CPU, Network) are idling. Application is frozen.
Steps to reproduce
References
The text was updated successfully, but these errors were encountered: