Bug 709486 - grab vmmemctl
Summary: grab vmmemctl
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: sos
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Bryn M. Reeves
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 709491
TreeView+ depends on / blocked
 
Reported: 2011-05-31 19:44 UTC by James M. Leddy
Modified: 2014-08-11 05:43 UTC (History)
3 users (show)

Fixed In Version: sos-3.0-23.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 709491 (view as bug list)
Environment:
Last Closed: 2014-04-14 22:47:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description James M. Leddy 2011-05-31 19:44:17 UTC
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

Comment 1 Fedora Admin XMLRPC Client 2012-02-25 13:50:08 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Fedora Admin XMLRPC Client 2012-02-27 13:59:23 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 4 Bryn M. Reeves 2012-12-11 18:50:48 UTC
Fixed upstream:

commit 3d314347cafa7e39b50f61f033a552714ecde74a
Author: Bryn M. Reeves <bmr>
Date:   Thu Nov 29 18:55:39 2012 +0000

    Add /proc/vmmemctl collection to vmware plugin

Comment 5 Fedora End Of Life 2013-04-03 13:52:59 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle.
Changing version to '19'.

(As we did not run this process for some time, it could affect also pre-Fedora 19 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19

Comment 6 Fedora Update System 2014-03-31 16:22:47 UTC
sos-3.0-23.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/sos-3.0-23.fc19

Comment 7 Fedora Update System 2014-04-02 09:23:52 UTC
Package sos-3.0-23.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing sos-3.0-23.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-4668/sos-3.0-23.fc19
then log in and leave karma (feedback).

Comment 8 Fedora Update System 2014-04-14 22:47:07 UTC
sos-3.0-23.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.