VBoxManage still sometimes hangs when performing guestcontrol execute as it is described in #8235.
Code: Select all
$ sudo -Hu builder vboxmanage guestcontrol Win7x64Build execute "c:\\windows\\system32\\where.exe" --username "build" --password "secretpassword" --wait-stdout --verbose -- where
Waiting for guest to start process ...
Process 'c:\windows\system32\where.exe' (PID: 2792) started
Waiting for process to exit ...
C:\Windows\System32\where.exeCode: Select all
00:01:29.510 Executing guest process "c:\windows\system32\where.exe" as user "build" ...
00:01:29.620 Guest process (PID 2792) startedI guess #8235 should be reopened.