Bug 136657 (laus/audit)
| Summary: | CROND messages LAuS error when audit daemon not running | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 3 | Reporter: | Marian ZUREK <marian.zurek> |
| Component: | audit | Assignee: | Charlie Bennett <ccb> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.0 | CC: | tao |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 19:06:32 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: | |||
|
Description
Marian ZUREK
2004-10-21 14:42:08 UTC
Quoting from bug 131860: The underlying issue is that the user space tools assume that if they can open the audit device then auditing is enabled. There is no provision for asking the audit device if there is an audit daemon registered. Given this state of affairs, the best option is to make it impossible to open the audit device if auditing is to be disabled. Assuming you want to run without auditd, try this: add this line to /etc/modules.conf: alias char-major-10-224 off then shut down crond and atd and make sure the auditd is not running and will not run. This should drop the use count on the audit kernel module to 0 so that your can rmmod the module. Once you have you can restarted crond and atd and they should henceforth run without those messages in the cron and at logs. *** This bug has been marked as a duplicate of 131860 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |