VirtualBox

Opened 13 years ago

Closed 11 years ago

#9455 closed defect (fixed)

Teleporting broken (VBox 4.1.x)

Reported by: lostogre Owned by:
Component: other Version: VirtualBox 4.1.2
Keywords: linux teleportation Cc:
Guest type: Linux Host type: Linux

Description (last modified by Frank Mehnert)

I am running VB 4.1.2 on two Ubuntu Lucid Linux 10.04.3 hosts with iSCSI shared storage and 26GB RAM per host. The guests are a mix of WindowsXP, Windows2003, and mostly Ubuntu 10.04.3.

When I try to teleport a VM on one host to the other host, something that worked correctly on 4.0.12, I get a guru meditation error.

Attachments (5)

VBox.log.2 (214.9 KB ) - added by lostogre 13 years ago.
VBox-Receiving.log (87.0 KB ) - added by Twisted Lucidity 12 years ago.
The Receiving VM's log file
VBox-Sending.log (250.9 KB ) - added by Twisted Lucidity 12 years ago.
The Sending VM's log file
VB_4.2_sender.log (300.3 KB ) - added by schmidtc 12 years ago.
VB_4.2_receiver.log (86.9 KB ) - added by schmidtc 12 years ago.

Download all attachments as: .zip

Change History (18)

by lostogre, 13 years ago

Attachment: VBox.log.2 added

comment:1 by Frank Mehnert, 13 years ago

Yes, teleporting with 4.1 seems to be broken. Current workaround is to stay at VBox 4.0.

comment:2 by Nik, 12 years ago

Additional info: The sending end of the setup gets this error:

D:\Documents and Settings\autotest>"C:\Program Files\Oracle\VirtualBox\vboxmanage" controlvm  ta-mini teleport --hostnam
e automation2 --port 6432
0%...
Progress state: E_FAIL
VBoxManage.exe: error: Teleportation failed. Error message: VMR3Teleport -> VERR_SSM_LIVE_GURU_MEDITATION

The receiving end of the setup gets:
C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" modifyvm ta-mini --teleporter off

VBoxManage.exe: error: The machine 'ta-mini' is already locked for a session (or being unlocked)
VBoxManage.exe: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component Machine, interface IMachine, callee IUnknown
Context: "LockMachine(a->session, LockType_Write)" at line 367 of file VBoxManageModifyVM.cpp

comment:3 by Nik, 12 years ago

Correction to receiving end command log:

"C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" modifyvm ta-mini --teleporter on
--teleporterport 6432

"C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" startvm ta-mini
Waiting for VM "ta-mini" to power on...

D:\Documents and Settings\autotest>"C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" modifyvm ta-mini --teleporter on
--teleporterport 6432

"C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" startvm ta-mini
Waiting for VM "ta-mini" to power on...
VBoxManage.exe: error: Failed to load unit 'pgm' (VERR_SSM_CANCELLED)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component Console, interface IConsole, callee

comment:4 by Frank Mehnert, 12 years ago

Summary: Teleporting guests on a Linux host crash with guru meditation.Teleporting broken (VBox 4.1.x)

comment:5 by Twisted Lucidity, 12 years ago

I am seeing this as well with 4.1.8 on Windows 7 64bit and Ubuntu 10.10 64bit hosts.

It happens when trying to teleport between hosts, and when trying to test by teleporting to localhost.

The guests I have tried have all been Linux.

Dialog message:

Failed to open a session for the virtual machine dev-lubu-ji.
Failed to load unit 'pgm' (VERR_SSM_CANCELLED). 

Result Code: 
NS_ERROR_FAILURE (0x80004005)
Component: 
Console
Interface: 
IConsole {1968b7d3-e3bf-4ceb-99e0-cb7c913317bb}

Console:

Progress state: NS_ERROR_FAILURE
VBoxManage: error: Teleportation failed. Error message: VMR3Teleport -> VERR_SSM_LIVE_GURU_MEDITATION

Sending log:

00:01:43.731 SSM: Execute save failed with rc=VERR_SSM_CANCELLED for data unit 'pgm'/#1.
00:01:43.731 SSM: Failed to save the VM state.
00:01:43.742 Changing the VM state from 'GURU_MEDITATION_LS' to 'GURU_MEDITATION'.
00:01:43.743 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={1968b7d3-e3bf-4ceb-99e0-cb7c913317bb} aComponent={Console} aText={VMR3Teleport -> VERR_SSM_LIVE_GURU_MEDITATION}, preserve=false

Receiving log:

00:01:52.832 SSM: LoadExec failed for 'pgm' instance #1 (version 14, pass 0x1): VERR_SSM_CANCELLED
00:01:52.832 VMSetError: /home/vbox/vbox-4.1.8/src/VBox/VMM/VMMR3/SSM.cpp(8155) int ssmR3LoadExecV2(VM*, SSMHANDLE*); rc=VERR_SSM_CANCELLED
00:01:52.832 VMSetError: Failed to load unit 'pgm'
00:01:52.832 Changing the VM state from 'LOADING' to 'LOAD_FAILURE'.
00:01:52.832 Teleporter: VMR3LoadFromStream -> VERR_SSM_CANCELLED
00:01:52.832 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={1968b7d3-e3bf-4ceb-99e0-cb7c913317bb} aComponent={Console} aText={Failed to load unit 'pgm' (VERR_SSM_CANCELLED)}, preserve=false

by Twisted Lucidity, 12 years ago

Attachment: VBox-Receiving.log added

The Receiving VM's log file

by Twisted Lucidity, 12 years ago

Attachment: VBox-Sending.log added

The Sending VM's log file

comment:6 by WK, 12 years ago

We are also waiting to get this fixed. 4.0.x is getting long in the tooth and we would like to move into 4.1.x but teleport is too useful to lose.

comment:7 by schmidtc, 12 years ago

The Bug is still present in VirtualBox 4.2.0. I have attached the Log files of a failed migration on a Solaris 10 AMD64 Node.

by schmidtc, 12 years ago

Attachment: VB_4.2_sender.log added

by schmidtc, 12 years ago

Attachment: VB_4.2_receiver.log added

comment:8 by Frank Mehnert, 11 years ago

Description: modified (diff)

Correct, the bug was not yet fixed. But the priority for fixing this bug was now a bit increased. Though still no ETA for a fix, sorry.

comment:9 by Jared Bristow, 11 years ago

Is there any kind of a target date or release version for getting this fixed?

comment:10 by Maksimka, 11 years ago

Any updates on this?

comment:11 by Frank Mehnert, 11 years ago

No ETA for a fix yet, sorry.

comment:12 by Chris Bailey, 11 years ago

Hope this is resolved soon. This is a much needed feature!

comment:13 by Frank Mehnert, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in VBox 4.2.18.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use