VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1708 - 1710 of 16363)

Ticket Resolution Summary Owner Reporter
#11644 fixed guestproperty wait does not work in headless mode => Fixed in SVN vroetman
Description

VBoxManage guestproperty wait does not work in headless mode in VirtualBox 4.2.8 and 4.2.10. It does work in 4.2.6, so this is a regression.

The Host is Windows 7. The Guest is Windows 7.

The problem is the same with 4.2.8 and 4.2.10, with both 4.2.8 and 4.2.10 guest additions. It works fine with 4.2.6 VBox and 4.2.8 Guest Additions in the guest, so the probably is not in the guest additions.

After the guest is started, the host waits with:

VBoxManage guestproperty wait GuestName LoginCompleted

In the guest, and AutoRun.bat file executes:

VBoxControl guestproperty set LoginCompleted True

This works fine in 4.2.6 for both headless and gui modes. It only works in 4.2.8 and 4.2.10 in gui mode, but not headless mode. In headless mode,

VBoxManage guestproperty wait GuestName LoginCompleted

never comes back, and keeps waiting, even after the variable is set. The set guest properties can be read with get or enumerate, so they are set, but wait does not work.

#11719 fixed guestproperty set does not persist => Fixed in SVN Scott Hankin
Description

Setting a guestproperty does not persist between boots. This is a regression.

The Host is Windows 7. The Guest is Ubuntu 13.04 beta.

With the guest booted, I run

VBoxManage guestproperty set "<VM name>" /VirtualBox/GuestAdd/SharedFolders/MountDir <guest mount path>

I verify it has been set with "enumerate". I shutdown the VM.

After shutdown, the VM's vbox file contains a single line for guest properties:

<GuestProperties/>

unaltered by my set command. On booting, enumerate does not show the property.

This is a relatively new VM. On an older VM, whose vbox file shows a lits of GuestProperties, they are not updated. For example, /VirtualBox/GuestAdd/Version shows as 4.2.10 in the vbox file, but 4.2.12 when the guest is running and enumerate is run.

#17386 fixed guestcontrol run with --wait-stdout will not return -> fixed in 5.2.20 pentagonik Quizzles
Description

Hello there,

After updating VirtualBox from 5.1.30 to 5.2.4 the following command will not return after executing.

C:\Program Files\Oracle\VirtualBox>VBoxManage.exe --nologo guestcontrol Fedora24_32Bit run --verbose --wait-stdout --username testuser --wait-stderr --exe /bin/pwd Creating guest session as user 'testuser'... Waiting for guest session to start... Successfully started guest session (ID 1) Starting guest process ... Process '/bin/pwd' (PID 1637) started

The process on the guest system will be executed and terminated. But the VBoxManage on the host system will not return and print no output from the guest.

If trying to execute a not existing program the VBoxManage will return. C:\Program Files\Oracle\VirtualBox>VBoxManage.exe --nologo guestcontrol Fedora24_32Bit run --verbose --wait-stdout --username testuser --wait-stderr --exe /bin/not_exist Creating guest session as user 'testuser'... Waiting for guest session to start... Successfully started guest session (ID 1) Starting guest process ... VBoxManage.exe: error: The specified file was not found on guest VBoxManage.exe: error: Details: code VBOX_E_IPRT_ERROR (0x80bb0005), component GuestProcessWrap, interface IGuestProcess, callee IUnknown VBoxManage.exe: error: Context: "WaitForArray(ComSafeArrayAsInParam(aWaitStartFlags), gctlRunGetRemainingTime(msStart, cMsTimeout), &waitResult)" at line 1529 of file VBoxManageGuestCtrl.cpp Closing guest session ...

Thank you for your help!

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy