-
Notifications
You must be signed in to change notification settings - Fork 52
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
Turning sandbox on kills env #1
Comments
@miketheman - I've submitted a pull request to sort this; it's a VirtualBox bug. Details here. |
Thanks. I'll leave this open until it gets pulled in. |
Hit this too. Sometimes
Gregwork's fix is now in master. You can build from a clone with |
Please release new version with this fix. |
Quick fix for Windows when using Vagrant 1.0.1
It's very old issue so that I would like to close the issue. |
When running a new vagrant instance, executing
sandbox on
produces the following:mike-mba:rubyapp michael$ vagrant sandbox on
[default] - Enabling sandbox
0%...
Progress state: NS_ERROR_FAILURE
VBoxManage: error: Failed to take snapshot. Error message: Failed to save the machine state to '/Users/michael/VirtualBox VMs/rubyapp_1312908797/Snapshots/2011-08-09T17-24-27-576715000Z.sav' (VERR_SSM_LIVE_GURU_MEDITATION)
mike-mba:rubyapp michael$ vagrant status
Current VM states:
default stuck
The VM is "stuck!" This is a very rare state which means that
VirtualBox is unable to recover the current state of the VM.
The only known solution to this problem is to restart your
machine, sorry.
Machine must be restarted, vagrant machine must be demolished (removed, deleted, etc).
The text was updated successfully, but these errors were encountered: