Bug 715615
| Summary: | ipmitool -o list return always 1 | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Petr Sklenar <psklenar> | |
| Component: | ipmitool | Assignee: | Jan Safranek <jsafrane> | |
| Status: | CLOSED ERRATA | QA Contact: | qe-baseos-daemons | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 6.1 | CC: | azelinka, rvokal | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: |
Previously, exit code of 'ipmitool -o list' was not set correctly and the command returned 1. In this update, 'ipmitool -o list' is fixed and returns zero exit code.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 740780 (view as bug list) | Environment: | ||
| Last Closed: | 2012-06-20 14:04:22 UTC | Type: | --- | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 740780 | |||
Patch sent upstream: http://news.gmane.org/find-root.php?message_id=%3c20110628074810.18239.91811.stgit%40bublifuk.brq.redhat.com%3e This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. If you would like it considered as an exception in the current release, please ask your support representative.
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
Previously, exit code of 'ipmitool -o list' was not set correctly and the command returned 1. In this update, 'ipmitool -o list' is fixed and returns zero exit code.
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/RHBA-2012-0875.html |
Description of problem: ipmitool -o list return always 1 Version-Release number of selected component (if applicable): ipmitool-1.8.11-7.el6.i686 How reproducible: deterministic Steps to Reproduce: [root@test02-64 ipmitool]# ipmitool -o list OEM Support: supermicro Supermicro IPMIv1.5 BMC with OEM LAN authentication support intelwv2 Intel SE7501WV2 IPMIv1.5 BMC with extra LAN communication support intelplus Intel IPMI 2.0 BMC with RMCP+ communication support icts IPMI 2.0 ICTS compliance support ibm IBM OEM support [root@test02-64 ipmitool]# echo $? 1 [root@test02-64 ipmitool]# rpm -qf `which ipmitool` ipmitool-1.8.11-7.el6.i686 Actual results: echo $? = 1 Expected results: echo $? = 0 Additional info: