Stopping 'audit'; was: Re: LAuS problem keeps showing up.

"David L. Parsley" <[email protected]> Thu, 27 Jan 2005 12:27:18 -0500
Newsgroups gmane.linux.tao.general
Message-ID <[email protected]>
On Thu, 2005-01-27 at 11:52, Bogdan Costescu wrote:
> On Thu, 27 Jan 2005, Steve Campbell wrote:
> 
> > It seemed that the "audit" daemon was causing this, so I turned it
> > off, and all seemed fine.
> 
> How did you turn it off (please provide the whole commnand line) ?

FYI, I was just 'stopping audit' on a Tao MPI cluster today:

#!/bin/bash
echo "alias char-major-10-224 off" >> /etc/modules.conf
service audit stop
chkconfig audit off
service atd stop
service crond stop
service syslog stop
rmmod audit
service atd start
service crond start
service syslog start

That would be a pretty long command line; unless you do:
echo "alias char-major-10-224 off" >> /etc/modules.conf; reboot

;-)

regards,
	David

_______________________________________________
Tao-discuss mailing list
[email protected]
http://mailman.taolinux.org/mailman/listinfo/tao-discuss
signature.asc (application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQBB+SR24J4WoZuSf3URAt45AJwI6mj2AduoxhgLJs1FVcJ67dcKtACeNT8Q
5erRHOuUyn5QixCDHJGxJa4=
=QcJQ
-----END PGP SIGNATURE-----