Opened 12 years ago
Closed 12 years ago
#11644 closed defect (fixed)
guestproperty wait does not work in headless mode => Fixed in SVN
Reported by: | vroetman | Owned by: | |
---|---|---|---|
Component: | guest control | Version: | VirtualBox 4.2.10 |
Keywords: | guestproperty wait | Cc: | |
Guest type: | Windows | Host type: | Windows |
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.
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Summary: | guestproperty wait does not work in headless mode → guestproperty wait does not work in headless mode => Fixed in SVN |
---|
Fixed in the next maintenance release.
Confirmed. Thanks for the testcase.