FreeBSD open-vm-tools installed but not working.

I am not seeing any difference in behaviour of my FreeBSD 9 guest OS install
since the Open-VM-Tools installation occurred.

(Go to /usr/ports/emulators/open-vm-tools, make install).

I installed the /usr/src tree using svn to check out the sources.

Everything seems to have installed without error. What do I try out next to get the VMWare integration working?

Warren
 
Here's the relevant bits from my /etc/rc.d

Code:
vmware_guest_vmblock_enable="YES"
vmware_guest_vmhgfs_enable="YES"
vmware_guest_vmmemctl_enable="YES"
vmware_guest_vmxnet_enable="YES"
vmware_guestd_enable="YES"
 
Back
Top