Opened 13 years ago
Closed 8 years ago
#10137 closed defect (obsolete)
Guest execution doesn't properly send stdout/stderr with Linux guest and Mac host
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 )
This is easy to reproduce:
VBoxManage guestcontrol foo execute --timeout 5000 --username foo --password foo --wait-exit --wait-stdout --wait-stderr -- /bin/bash -c 'echo foo'
The result is no data is outputted on the host machine on STDOUT or STDERR, although an "echo foo" did take place.
If I remove the --wait-stderr
then the stdout comes through fine.
Change History (3)
comment:1 by , 13 years ago
Component: | guest additions → guest control |
---|---|
Description: | modified (diff) |
comment:2 by , 12 years ago
comment:3 by , 8 years ago
Resolution: | → obsolete |
---|---|
Status: | new → closed |
Please reopen if still relevant with a recent VirtualBox release.
Note:
See TracTickets
for help on using tickets.
Same problem happens on Windows 7 hosts.