Thanks for this lastest!
No errors now when I installed. Tried to restart via vSphere Client, it shutdown unRAID but did not restart, any idea?
Both the reboot event and shutdown event call the same script:
/etc/vmware-tools/scripts/poweroff-vm-default.d/01-halt
I have not found how to get the reboot event to call a different one, or found a way to detect that the event is reboot instead of shutdown.
Would you be willing to share the dev tools you use and their version to get this to compile (or work around)? No pressure, it would be nice though.
I install the following packages on my development VM in order to do the build (for v. 5.0beta-10):
binutils-2.20.51.0.8-i486-1.txz
cpio-2.9-i486-2.txz
cxxlibs-6.0.13-i486-2.txz
gcc-4.4.4-i486-1.txz
glib2-2.22.5-i486-1.txz
glibc-2.11.1-i486-3.txz
kernel-headers-2.6.33.4_smp-x86-1.txz
make-3.81-i486-1.txz
nano-2.2.4-i486-1.txz
ncurses-5.7-i486-1.txz
patch-2.5.4-i486-1.txz
perl-5.10.1-i486-1.txz
pkg-config-0.23-i486-2.txz
pkgtools-13.1-noarch-1.tgz
libdnet-1.11-i486-5sl.txz
linux-2.6.39.3.tar.gz
open-vm-tools-2011.07.19-450511.tar.gz
I compile the kernel using the files from /usr/src/linux-2.6.39.3-unRAID/ merged with the files from linux-2.6.39.3.tar.gz
Then open-vm-tools can be compiled.