Bug 788196
Summary: | "sealert" returns error when "-H" option is used | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | tvizirov |
Component: | setroubleshoot | Assignee: | Daniel Walsh <dwalsh> |
Status: | CLOSED ERRATA | QA Contact: | Milos Malik <mmalik> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 6.2 | CC: | ddumas, mgrepl, mhomolov, mmalik, mtruneck |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | setroubleshoot-3.0.47-4.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: |
Red Hat Enterprise Linux Server release 6.2 (Santiago)
Kernel 2.6.32-220.4.1.el6.x86_64
|
|
Last Closed: | 2013-02-21 10:05:30 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: | 782183, 840699 |
Description
tvizirov
2012-02-07 17:28:16 UTC
1) Both options (short and long) do not work as expected. # sealert -a /var/log/audit/audit.log -H [Errno 2] No such file or directory: '-H' # echo $? 3 # sealert -a /var/log/audit/audit.log --html_output [Errno 2] No such file or directory: '--html_output' # echo $? 3 # 2) Both options are mentioned in sealert man page only. Help message does not contain them. # sealert --help | grep -i html # echo $? 1 # Since RHEL 6.3 External Beta has begun, and this bug remains unresolved, it has been rejected as it is not proposed as exception or blocker. 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. Hi, I would like to clarify something about this bug. Is the -H option going to be re-implemented in the next version, or this bug will just remove the -H option from the man page? -H should no longer exist in man page. 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-2013-0387.html |