Creating Live-Snapshot caused GuruMeditation

Discussions related to using VirtualBox on Solaris hosts.
Post Reply
budy
Posts: 31
Joined: 1. Jul 2010, 17:51
Primary OS: OpenSolaris 11
VBox Version: OSE other
Guest OSses: MacOS, Linux

Creating Live-Snapshot caused GuruMeditation

Post by budy »

VBox 4.2.2
S11, SRU 12.4

When issueing VBoxManage <VM name> take <snapshot-name> the guests gets into the state of GuruMeditation:

Code: Select all

root@soln40l:~# VBoxManage snapshot Zimbra2 take preZimbra8
0%...
Progress state: NS_ERROR_FAILURE
VBoxManage: error: Failed to take snapshot
VBoxManage: error: Failed to save the machine state to '/export/VirtualBox/VMs/Zimbra2/Snapshots/2012-10-27T08-52-16-183644000Z.sav' (VERR_SSM_LIVE_GURU_MEDITATION)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Console, interface IConsole
VBoxManage: error: Context: "int handleSnapshot(HandlerArg*)" at line 359 of file VBoxManageSnapshot.cpp

After powering the guest off via VBoxManage <vm name> poweroff, I was able to successfully take a snapshot using the same command:

Code: Select all

root@soln40l:~# VBoxManage controlvm Zimbra2 poweroff
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
root@soln40l:~# VBoxManage snapshot Zimbra2 take preZimbra8
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Any idea of what could have caused this?

Cheers,
budy
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Creating Live-Snapshot caused GuruMeditation

Post by Perryg »

Issue seems to have been around for a while. Use pause before you create the snapshot instead of power down for now.
budy
Posts: 31
Joined: 1. Jul 2010, 17:51
Primary OS: OpenSolaris 11
VBox Version: OSE other
Guest OSses: MacOS, Linux

Re: Creating Live-Snapshot caused GuruMeditation

Post by budy »

Ok, thanks.

Cheers,
budy
Post Reply