vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Switch Toolbox to Open VM Tools #745

Closed kars7e closed 5 years ago

kars7e commented 5 years ago

As reported by Alan, Toolbox implemention causes troubles with executing scripts. Switching to open VM tools fixes the issue.

Testing: Old version returns A general system error occurred: vix error codes = (35, 0). When executing Invoke-VMScript -vm $vm -GuestUser "root" -GuestPassword "password" -ScriptType Bash -ScriptText "touch /myfile"

New version runs without an error and the script executes (file is created).