bluesin
02-24-2006, 02:57 PM
I did some digging on the problem I reported in this thread http://www.interworx.com/forums/showthread.php?t=1146
I checked the var/log/audit.d directory and there were a few thousand 20mb save.* files which had basically filled up almost my entire disk space. ( > 50 gig worth)
I found this bug report at redhat https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130071
The audit was being suspended as per the updates required with this command
"/usr/sbin/audbin -S /var/log/audit.d/save.%u -C -T 20%"
Which suspends audit, but it aparently also suspends cron execution when it happens also...
Any idea how I can turn this off completely?
I checked the var/log/audit.d directory and there were a few thousand 20mb save.* files which had basically filled up almost my entire disk space. ( > 50 gig worth)
I found this bug report at redhat https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130071
The audit was being suspended as per the updates required with this command
"/usr/sbin/audbin -S /var/log/audit.d/save.%u -C -T 20%"
Which suspends audit, but it aparently also suspends cron execution when it happens also...
Any idea how I can turn this off completely?