hi currently there seems to be no way to get open-vm-tools compiled with recent 2.6.41-kernels of Fedora 15 and rpmfusion seems to have totally dropped there packages
F14 support is ending this month so in december users are forced updating to F15 which is a disaster without vmware-tools on recent ESXi-Envirnoemnts with active HA is there any plan to get this solved? ________________ CAUTION: 2.6.40 / 2.6.41 are the 3.0/3.1 kernels for fedora i patched the VMware-Workstation 8.0.1 module sources and after that the modules where compiled, the same snippet is in theopen-vm-tools source-package, not sure if this is the only issue here, i will try to get the last version through rpmbuild, but totally unsure how to handle the kernel-modules [root@srv-rhsoft:/usr/lib/vmware/modules/source]$ cat vmware-2.6.41.patch --- vmnet-only/compat_netdevice.h 2011-11-14 08:16:55.000000000 +0100 +++ vmnet-only-patched/compat_netdevice.h 2011-11-20 14:11:04.168217852 +0100 @@ -104,7 +104,7 @@ int size = sizeof *dev + priv_size; /* - * The name is dynamically allocated before 2.4.0, but + * The name is dynamically allocated before 2.4.0, but * is an embedded array in later kernels. */ #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 0) @@ -161,7 +161,7 @@ # if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 0) dev->name = (char*)(dev + 1); # endif - strcpy(dev->name, mask); + strcpy(dev->name, mask); } return dev; } @@ -183,7 +183,7 @@ * so let's add back ones we care about. */ #if !defined(HAVE_NET_DEVICE_OPS) && \ - LINUX_VERSION_CODE >= KERNEL_VERSION(3, 0, 0) + LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 41) # define HAVE_NET_DEVICE_OPS 1 #endif
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d
_______________________________________________ open-vm-tools-devel mailing list open-vm-tools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel