Custom Query (16363 matches)
Results (91 - 93 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #8235 | fixed | 2 new bugs in "vboxmanage guestcontrol execute": --verbose and --wait-for exit(stdout,stderr) => Fixed in SVN | ||
| Description |
After updating to 4.0.2, we encountered two bugs when starting an application via "vboxmanage guestcontrol execute": 1) when adding the paramter --verbose, the Exit Code of the started app is not printed, thus we cannot find out, what the exit code of the started app was 2) when adding --wait-for exit, the system stalls, i.e., the process never returns:
Process '/bin/pidof' (PID: 2067) started The same happens with stdout and stderr. |
|||
| #9446 | fixed | [REGRESSION] GuestControl Execute fails in 4.1.2; works in 4.1.0 | ||
| Description |
[]GuestControl Execute fails in 4.1.2 on several Linux guests: Fedora 14/15, openSUSE 11.3, SLES 11, RHEL 6. They all work with v4.1.0 GA (even on 4.1.2 host). Host: Windows 7 x64 + VBox 4.1.2 Guests: Various modern Linuxes. Both 32bit and 64bit. (GA 4.1.0 [WORKS] and 4.1.2 [FAILS]) Failure observed: VBoxManage becomes unresponsive, stucks, and never returns to the command prompt. C:\Program Files\Oracle\VirtualBox>VBoxManage --nologo guestcontrol "RHEL 6 64-bit" execute --image "/bin/uname" --username root --password 123456 --wait-exit --wait-stdout -- -a Linux rhel6-64 2.6.32-71.el6.x86_64 #1 SMP Wed Sep 1 01:33:01 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux -Technologov, 17.08.2011. |
|||
| #10616 | obsolete | guestcontrol execute hangs after snapshot | ||
| Description |
Since 4.1.12 VBoxManage hangs when using guestcontrol execute after a snapshot has been taken. I am running OS X 10.7.3. The guest is CentOS 5 64-bit with the latest additions. Here is an example: $ VBoxManage guestcontrol snaptest execute --username=root --password=snaptest --verbose --wait-stdout --image /bin/ls -- -c 'xyz' Waiting for guest to start process ... Process '/bin/ls' (PID: 7) started Waiting for process to exit ... Exit code=2 (Status=2 [successfully terminated], Flags=0) $ VBoxManage snapshot snaptest take s1 --pause 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% $ VBoxManage guestcontrol snaptest execute --username=root --password=snaptest --verbose --wait-stdout --image /bin/ls -- -c 'xyz' Waiting for guest to start process ... Process '/bin/ls' (PID: 8) started Waiting for process to exit ... This never returns. If I log in to the guest and restart vboxadd and vboxadd-service, then it works again. |
|||

