I'd been frustrated by the fact that I could never seem to get the VMware tools to install in my Turnkey Linux - Ubuntu based Drupal Appliance running on ESX.
I finally came across an article on how to do it. By substituting a few key commands was able to make it work. I tested it successfully on both ESX 3.5u4 and ESXi 4.0 so far
As always, a full backup before attempting any of this is recommended. Highly!
The very first thing to do after install of the system is to check that it is up to date. This is done by running:
sudo apt-get update && sudo apt-get upgrade
Installing VMware Tools VMWare Tools will allow for better control of the appliance by the VMware environment, so it is a pretty good idea to set it up.
For Ubuntu 8.04 you will have to get VmwareTools version 6.0.3 or later, 6.0.2 won't compile.