λ mech up
Bringing machine up...
ERROR: Unable to connect to host.
Error: Service type VIX_SERVICEPROVIDER_VMWARE_WORKSTATION was specified, but not installed
VM not started
And this is because the only provider for windows at the moment in the code is ws (Line 83 and Line 86).
λ vmrun -T ws list
Unable to connect to host.
Error: Service type VIX_SERVICEPROVIDER_VMWARE_WORKSTATION was specified, but not installed
The right provider for me is player
So we must identify the provider instead assume is always ws
I'm getting this error:
And this is because the only provider for windows at the moment in the code is
ws
(Line 83 and Line 86).The right provider for me is
player
So we must identify the provider instead assume is alwaysws