Search found 3 matches

by pepus
14. Dec 2019, 15:05
Forum: Windows Guests
Topic: "VBoxManage guestcontrol run" timeouts
Replies: 5
Views: 1665

Re: "VBoxManage guestcontrol run" timeouts

A way to 1) Get the command output and 2) Reduce the random timeouts would be nice. Maybe there is a more reliable way to get the command output or a switch that makes it work better. The powershell version is already using a not really documented command line switch to make it work ( -InputFormat n...
by pepus
13. Dec 2019, 13:52
Forum: Windows Guests
Topic: "VBoxManage guestcontrol run" timeouts
Replies: 5
Views: 1665

Re: "VBoxManage guestcontrol run" timeouts

Well Iam actually not really happy about that switch since it may or may not hide the command output. While the command output may not required sometimes, it is NO solution for the problem.
by pepus
10. Dec 2019, 15:20
Forum: Windows Guests
Topic: "VBoxManage guestcontrol run" timeouts
Replies: 5
Views: 1665

"VBoxManage guestcontrol run" timeouts

While testing the behavior of vboxmanage guestcontrol run I noticed random timeouts happening. I wrote a script to further investigate this issue. It basically just executes the command 1000 times and counts non zero exit states with a fixed timeout of 1s (should be plenty for a simple echo "hi...