Custom Query (16363 matches)
Results (763 - 765 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #14122 | obsolete | BSOD on first run of VM, reboot, then working | ||
| Description |
Windows 8.1 64bit |
|||
| #11644 | fixed | guestproperty wait does not work in headless mode => Fixed in SVN | ||
| 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. |
|||
| #11765 | fixed | "guestproperty set" toggles value with Powered Off vm => Fixed in SVN | ||
| Description |
When the VM is Powered Off, VBoxManage guestproperty set VMName TestProperty will set TestProperty with an empty value if TestProperty does not exist. If TestProperty does exist, it will delete the property. This means running the command multiple times will toggle the TestProperty value between set and deleted. In the past, running guestproperty set would make sure the value was deleted, no matter its previous state. This is used to clear values that might be set from a previous run. This is only when the VM is powered off. It works as expected if the VM is running. This might be related to Ticket #11719. |
|||

