From ac50b81647f1c401cc444c88c991c23dad3622f1 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Wed, 22 Apr 2015 12:47:54 -0500 Subject: skip all the kernel modules in open-vm-tools for now, they're not stable. --- config/open-vm-tools_2/open-vm-tools.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config/open-vm-tools_2/open-vm-tools.inc') diff --git a/config/open-vm-tools_2/open-vm-tools.inc b/config/open-vm-tools_2/open-vm-tools.inc index b19be039..5235acde 100644 --- a/config/open-vm-tools_2/open-vm-tools.inc +++ b/config/open-vm-tools_2/open-vm-tools.inc @@ -18,7 +18,8 @@ function open_vm_tools_install() { $openvmtools_path = "/usr/pbi/open-vm-tools-" . php_uname("m"); - exec("cp $openvmtools_path/local/lib/vmware-tools/modules/drivers/vmmemctl.ko /boot/kernel/"); + // won't copy this either for now, some sequences of loading/unloading of the module will kernel panic. + //exec("cp $openvmtools_path/local/lib/vmware-tools/modules/drivers/vmmemctl.ko /boot/kernel/"); $vmware_tools_conf = <<