Opened 13 years ago
Closed 9 years ago
#10138 closed defect (fixed)
Guest execution doesn't report proper exit status
| Reported by: | mitchellh | Owned by: | |
|---|---|---|---|
| Component: | guest control | Version: | VirtualBox 4.1.8 |
| Keywords: | Cc: | ||
| Guest type: | Linux | Host type: | Mac OS X |
Description (last modified by )
Easy to reproduce:
foo$ VBoxManage guestcontrol foo execute --timeout 5000 --username vagrant --password vagrant --wait-exit --wait-stdout -- /bin/bash -c 'exit 2' foo$ echo $? 16
The exit stats should have been 2, but guestcontrol reports 16.
Change History (3)
comment:1 by , 12 years ago
| Component: | guest additions → guest control |
|---|---|
| Description: | modified (diff) |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Sorry but 4.3.10 is ancient. Recently we did a lot of fixes so please reopen if you can reproduce this problem with VBox 5.0.2.
Note:
See TracTickets
for help on using tickets.


I have the same problem on 4.3.10_Ubuntur93012... -_-