For When You Can't Have The Real Thing
[ start | index | login ]
start > Linux > LAuS error

LAuS error

Created by dave. Last edited by dave, 19 years and 117 days ago. Viewed 6,826 times. #1
[edit] [rdf]
labels
attachments

LAuS Errors

Observed on Red Hat Enterprise Linux 3.0 AS

Symptom:

LAuS error - do_command.c:226 - laus_attach: (19) laus_attach: No such device.
...gratuitous errors in cron log.

Actual Problem:
You are running with auditing turned off, and there's no way for the auditing userspace tools (triggered by cron) to know this without trying to use it. (>>Ref)

Solution:
To run with auditing turned on, run

  • chkconfig auditd on
  • service auditd on
To run with auditing turned off (the most likely solution), edit /etc/modules.conf:
alias char-major-10-224 off
To apply this fix without rebooting:
  • service crond stop
  • service atd stop
  • rmmod audit
  • service crond start
  • service atd start
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt