Skip to content

Instantly share code, notes, and snippets.

@yaron-idan
Created September 10, 2017 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaron-idan/c979a9c0b770c130cc4dda76600dad5d to your computer and use it in GitHub Desktop.
Save yaron-idan/c979a9c0b770c130cc4dda76600dad5d to your computer and use it in GitHub Desktop.
rpctool workaround
#!/usr/bin/env bash
"/Library/Application Support/VMware Tools/"vmware-tools-daemon --cmd="$1"
@yaron-idan
Copy link
Author

Recent versions of vmware-tools don't include rpctool, which is a util required for running teamcity vsphere plugin.
In order to work around this issue, you can create this bash script under /sbin/rpctool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment