This issue is resolved in vSphere 6.7 U3 and VM's open-vm-tools version 10.3.10 and above, available for download at
VMware Downloads.
Workaround:
To resolve this issue, follow below provided steps and do not skip the steps.
- Open the tmp.conf under /usr/lib/tmpfiles.d/tmp.conf file.
Go to the line 11 and add the prefix # .
For example
#D /tmp 1777 root root -
- If you have open-vm-tools installed, open the /lib/systemd/system/open-vm-tools.service file.
In certain version, path may be different the use find command locate the file
#find / -iname open-vm-tools.service
Add this line “After=dbus.service” under [Unit]