open-vm-tools The VMware Tools power-on script did not run successfully in this virtual machine.

Written by James McDonald

November 5, 2018

Note: Before doing the below also check to make sure you are not deleting the proper scripts. Only delete the dpk-old or .old.X files

cd /etc/vmware-tools/
cd scripts/vmware
# there was a heap of old scripts that 
# had been renamed but still being executed
vim network.dpkg-old 
vim network.old.0

# so I removed them from /etc/vmware-tools/scripts/vmware
sudo rm -rf network.*

# also from /etc/vmware-tools
cd /etc/vmware-tools/
sudo rm -rf *dpkg-old
sudo rm -rf *.old.0

# reboot 
sudo shutdown -r now

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Network speed test host to host

On Ubuntu / Debian apt-get install iperf3 On Windows download it from https://iperf.fr/iperf-download.php#windows Make...

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...