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

ctrl-c during import causes zombie VirtualBox processes #3

Closed
mitchellh opened this issue Mar 9, 2010 · 1 comment
Closed

ctrl-c during import causes zombie VirtualBox processes #3

mitchellh opened this issue Mar 9, 2010 · 1 comment
Labels

Comments

@mitchellh
Copy link
Contributor

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.

@mitchellh
Copy link
Contributor Author

This is no longer an issue! With VirtualBox gem updated to use the native interface instead of VBoxManage, this no longer occurs.

SIGINTing during various long-running tasks will be polished within the coming days but at least no more zombie processes.

@ghost ghost locked and limited conversation to collaborators Apr 12, 2020
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant