Hide Forgot
+++ This bug was initially created as a clone of Bug #709486 +++ Description of problem: the /proc/vmmemctl has something to do with important stuff that vmware does, such as the balloning driver. This file would be good to have Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: patch diff -pru 2.2-1.fc14/work/sos-2.2/sos/plugins/vmware.py 2.2-1.fc14.revised_vmware/work/sos-2.2/sos/plugins/vmware.py --- 2.2-1.fc14/work/sos-2.2/sos/plugins/vmware.py 2009-06-09 15:59:26.000000000 -0400 +++ 2.2-1.fc14.revised_vmware/work/sos-2.2/sos/plugins/vmware.py 2011-05-31 15:27:42.223702964 -0400 @@ -19,7 +19,7 @@ class vmware(sos.plugintools.PluginBase) """VMWare related information """ def checkenabled(self): - if os.path.exists("/usr/bin/vmware"): + if os.path.exists("/usr/init.d/vmware-tools"): return True return False @@ -27,4 +27,5 @@ class vmware(sos.plugintools.PluginBase) self.collectExtOutput("/usr/bin/vmware -v") self.addCopySpec("/etc/vmware/locations") self.addCopySpec("/etc/vmware/config") + self.addCopySpec("/proc/vmmemctl") return
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2011-1536.html