<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi,<br>
<br>
I did some research and am confused about starting the audit daemon at
boot time, so that you don't get auid's of 4294967295.<br>
<br>
In RHEL 5.5, my grub.conf looks like this:<br>
<br>
<blockquote>audit=1<br>
# grub.conf generated by anaconda<br>
#<br>
# Note that you do not have to rerun grub after making changes to this
file<br>
# NOTICE:  You have a /boot partition.  This means that<br>
#          all kernel and initrd paths are relative to /boot/, eg.<br>
#          root (hd0,0)<br>
#          kernel /vmlinuz-version ro root=/dev/sda4<br>
#          initrd /initrd-version.img<br>
#boot=/dev/sda<br>
default=0<br>
timeout=5<br>
splashimage=(hd0,0)/grub/splash.xpm.gz<br>
hiddenmenu<br>
title Red Hat Enterprise Linux Server (2.6.18-194.el5)<br>
        root (hd0,0)<br>
        kernel /vmlinuz-2.6.18-194.el5 ro root=LABEL=/ rhgb quiet<br>
        initrd /initrd-2.6.18-194.el5.img<br>
</blockquote>
<br>
audit=1 is the first line, so why am I still getting the 4294967295
auid's?<br>
<br>
Thanks<br>
<br>
</body>
</html>