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

Fix snapshot command due to VirtualBox 4.1 bug #2

Merged
merged 6 commits into from Sep 15, 2011
Merged

Fix snapshot command due to VirtualBox 4.1 bug #2

merged 6 commits into from Sep 15, 2011

Conversation

gregwork
Copy link
Contributor

This works around a bug in VirtualBox 4.1 where taking a live snapshot
throws 'VERR_SSM_LIVE_GURU_MEDITATION' and/or 'VERR_VMM_RING0_ASSERTION'
errors. Snapshots taken either cold or via the VirtualBox GUI would
work fine.

Refer:
http://www.virtualbox.org/ticket/9326
http://www.virtualbox.org/ticket/9255

This works around a bug in VirtualBox 4.1 where taking a live snapshot
throws 'VERR_SSM_LIVE_GURU_MEDITATION' and/or 'VERR_VMM_RING0_ASSERTION'
errors.  Snapshots taken either cold or via the VirtualBox GUI would
work fine.

Refer:
http://www.virtualbox.org/ticket/9326
http://www.virtualbox.org/ticket/9255
@miketheman
Copy link

Is there a way to "vote" on a pull request? If not, consider this my vote.

It's not valid for VirtualBox 4.1.2 (and probably wasn't for 4.1.0; it just didn't blow up)
VirtualBox errors out if a snapshot rollback is attempted before the poweroff has completed
This grabs the config.vm.boot_mode setting out of the environment's
Vagrantfile and restarts the VM using it's normal configuration.

Defaults to headless if an invalid option as set.
jedi4ever added a commit that referenced this pull request Sep 15, 2011
Fix snapshot command due to VirtualBox 4.1 bug
@jedi4ever jedi4ever merged commit f47adac into jedi4ever:master Sep 15, 2011
jedi4ever pushed a commit that referenced this pull request May 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants