Rajhere's Posts

Hi aano1​ when you have the issue, can you ping the gateway atleast?  if not, you need to check the physical switch logs once. this will help you isolate the issue.
could you try the below work-arounds, -> 1: Work around 1: cd /usr/lib/vmware-tools/lib32/libconf or /usr/lib/vmware-tools/lib64/libconf mkdir lib cp gtk-2.0 lib/ logout and login a... See more...
could you try the below work-arounds, -> 1: Work around 1: cd /usr/lib/vmware-tools/lib32/libconf or /usr/lib/vmware-tools/lib64/libconf mkdir lib cp gtk-2.0 lib/ logout and login again or kill vmtoolsd process and then start vmtoolsd by running this command: /usr/lib/sbin64/vmtoolsd -n vmusr --blockFd 3 & Note: We manually created /usr/lib/vmware-tools/lib32{lib64}/libconf/lib.When uninstalling the Tools by running /usr/bin/vmware-uninstall-tools.pl, /usr/lib/vmware-tools/lib32{lib64}/libconf/lib will not be removed. Manually remove /usr/lib/vmware-tools for a clean uninstall. -> 2: Work around 2: Uninstall the tools by running /usr/bin/vmware-uninstall-tools.pl cd vmware-tools-distrib from uncompressed tools tarball cd lib/lib32/libconf or lib/lib64/libconf mkdir lib cp gtk-2.0 lib/ Install the tools by running the command: vmware-tools-distrib/vmware-install.pl Notes: In this case, uninstalling tools in future does not require any additional steps. The following message may still be seen in the messages log: [Gtk] gtk_disable_setlocale() must be called before gtk_init()