Hi Adler,
I lack an env to repro but looking through search engines I think you want to 
check what the guest has in:

$ find /etc/vmware-tools/scripts

Check if the files there have the exec bit set (and add it if not) - I
found reports of those being lost triggering the issue.

You likely have only:
 /etc/vmware-tools/scripts/vmware/network

You can test how it reacts to events by:
$ bash -x /etc/vmware-tools/scripts/vmware/network poweron-vm; echo $?
$ bash -x /etc/vmware-tools/scripts/vmware/network suspend-vm; echo $?
$ bash -x /etc/vmware-tools/scripts/vmware/network resume-vm; echo $?

If in your case the first (or others) fail we'd need to debug why.

Potentially related issues
https://github.com/vmware/open-vm-tools/issues/43
https://github.com/vmware/open-vm-tools/issues/174


** Bug watch added: github.com/vmware/open-vm-tools/issues #43
   https://github.com/vmware/open-vm-tools/issues/43

** Bug watch added: github.com/vmware/open-vm-tools/issues #174
   https://github.com/vmware/open-vm-tools/issues/174

** Changed in: open-vm-tools (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1741207

Title:
  VMware Tools power-onscript did not run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1741207/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to