summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kraft <george.kraft@calxeda.com>2012-08-20 12:12:35 -0500
committerGeorge Kraft <george.kraft@calxeda.com>2012-08-20 12:12:35 -0500
commitdb85db88af89c693e1a359e438e053223d68416f (patch)
treee8657c758e55a4685eaf4e3b2c6a26b20cf7e7e5
parent56c288cae8743a1016a1f6af784304e11c0f4c98 (diff)
downloadcxmanage-db85db88af89c693e1a359e438e053223d68416f.tar.gz
infodump: Disable the ipmitool session info command
Seems to cause an MPU fault on real hardware
-rw-r--r--cxmanage/infodump.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/cxmanage/infodump.py b/cxmanage/infodump.py
index 02f585d..e9cd5cb 100644
--- a/cxmanage/infodump.py
+++ b/cxmanage/infodump.py
@@ -145,8 +145,9 @@ def user(tftp, target):
def session(tftp, target):
""" Print session information. """
- print '[ IPMI Sessions Info ]'
- print ipmitool(target, 'session info all') + '\n'
+ # FIXME: This command seems to cause an mpu fault, so disable it for now.
+ # print '[ IPMI Sessions Info ]'
+ # print ipmitool(target, 'session info all') + '\n'
def channel(tftp, target):
""" Print channel information. """