-
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
ctrl-c during import causes zombie VirtualBox processes #3
Labels
Comments
This is no longer an issue! With VirtualBox gem updated to use the native interface instead of SIGINTing during various long-running tasks will be polished within the coming days but at least no more zombie processes. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a known issue. DO NOT SIGINT (CTRL-C) DURING VM IMPORTS.
Not quite sure how to fix this yet, but we're aware of the problem. A solution if this happens:
Open up the activity monitor or process list on your system and force quit all VirtualBox processes: VBoxSvc, VirtualBox, VBoxManage. Then try
vagrant up
again and it should work.The text was updated successfully, but these errors were encountered: