Bug 243297
| Summary: | s390utils contains a command, dbginfo.sh, during run it drops two errors - kernelversion not found. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Eric Sammons <esammons> | ||||
| Component: | s390utils | Assignee: | Dan HorĂ¡k <dhorak> | ||||
| Status: | CLOSED ERRATA | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4.0 | CC: | rvokal | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | s390x | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
* the dbginfo.sh shell script contained a reference to kernelversion, a command not included in Red Hat Enterprise Linux. This would cause dbginfo to exit before running all tests and report the following errors: "kernelversion: command not found" and " [: =: unary operator expected". In this version of s390utils, the dbginfo.sh script has been modified so that it no longer calls the kernelversion command, thereby avoiding this issue. The script now works correctly.
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-05-18 20:14:17 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: | |||||||
| Attachments: |
|
||||||
|
Description
Eric Sammons
2007-06-08 13:00:08 UTC
Created attachment 156572 [details]
Included patch, this patch also addresses a find command issue in RHEL5. This may not be the best way to address the issue but it works.
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. Release note added. If any revisions are required, please set the "requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: * the dbginfo.sh shell script contained a reference to kernelversion, a command not included in Red Hat Enterprise Linux. This would cause dbginfo to exit before running all tests and report the following errors: "kernelversion: command not found" and " [: =: unary operator expected". In this version of s390utils, the dbginfo.sh script has been modified so that it no longer calls the kernelversion command, thereby avoiding this issue. The script now works correctly. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2009-0973.html |