VMware Tools power-onscript did not run
Bug #1741207 reported by
AdlerHorst
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
open-vm-tools (Ubuntu) |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
On every VM-start the attached Pop-up appears.
If I'm not fast enough to click OK Ubuntu does not start. If I'm fast enough Ubuntu start without problem and everything works except shared directory.
Host: Windows 8.1
Guest: Ubuntu 17.10
VMWare version: 14.1.0 build-7370693
To post a comment you must log in.
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: tools/scripts/ vmware/ network
/etc/vmware-
You can test how it reacts to events by: tools/scripts/ vmware/ network poweron-vm; echo $? tools/scripts/ vmware/ network suspend-vm; echo $? tools/scripts/ vmware/ network resume-vm; echo $?
$ bash -x /etc/vmware-
$ bash -x /etc/vmware-
$ bash -x /etc/vmware-
If in your case the first (or others) fail we'd need to debug why.
Potentially related issues /github. com/vmware/ open-vm- tools/issues/ 43 /github. com/vmware/ open-vm- tools/issues/ 174
https:/
https:/