- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- LAUS/cron errors on RedHat AS 3.0
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 02:34 AM
08-25-2005 02:34 AM
rpm -e laus, checked to make sure the audit process was gone and rm -rf /var/log/audit*.
Now, since doing that I get the following errors in my /var/log/cron file:
CROND[23053]: LAuS error - do_command.c:182 - laus_log: (19) laus_log: No such device
I am not 100% sure, but it seems to follow the /usr/lib/sa/sa1 1 1 cron.d job.
Any ideas?
I tried to reload the audit module, reinstall the laus package, and put alias char-major-10-224 off in /etc/modules.conf.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 02:41 AM
08-25-2005 02:41 AM
Re: LAUS/cron errors on RedHat AS 3.0
it looks like laus left entry in the crontab which tries to execute at periodic intervals.
if you do not want laus then check /etc/cron.* directories for any file containing laus entry, if so remove the file and you should be safe.
you should also check in /etc/crontab file for this entry, if found remove it from there too.
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 02:44 AM
08-25-2005 02:44 AM
SolutionI've got the same problem here. It looks like you also need to shutdown cron and atd, rmmod the audit kernel module, and then restart cron and atd.
Here is a link that I found in Bugzilla that explains it:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136657
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 03:18 AM
08-25-2005 03:18 AM
Re: LAUS/cron errors on RedHat AS 3.0
Were you able to get it to stop for you by doing this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 03:35 AM
08-25-2005 03:35 AM
Re: LAUS/cron errors on RedHat AS 3.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 03:39 AM
08-25-2005 03:39 AM
Re: LAUS/cron errors on RedHat AS 3.0
The bugzilla report seemed to work, even though I thought I had did that already.
Thanks for all the responses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 03:41 AM
08-25-2005 03:41 AM
Re: LAUS/cron errors on RedHat AS 3.0
stop atd and crond
rmmod audit
start atd crond