TSOL 8 7/03 auditwrite error log

I'm running Trusted Solaris 8 7/03 on a Sunfire v210.

I continuously receive the following error message in /var/adm/messages

Oct1 11:21:15 alpha auditwrite(3)[21457]:[ID 652923 user.alert] aborted:aw_errno = 4 = audit(2) failed, errno = 9 = Bad file number

I have not placed any software on the machine that calls auditwrite.

Thanks.

[389 byte] By [sue] at [2007-11-25 23:04:16]
# 1

Audit record generation is built into many Trusted Solaris programs. One such example is generation of audit records for failed log ins.

You may want to try running 'audit -n' from an admin_high secadmin window - this will cause it to close the current audit file and open a new one - this may fix the errors you are seeing.

TheTrustedSolarisTeam at 2007-7-5 17:55:56 > top of Java-index,General,Sun Alert and Security Discussion...
# 2

I am receiving the same identical error with a script that is run under cron. Invoking the script in a session does not generate this error. However, invoking this script from the role's cron does. I am also seeing this under TSOL 8 HW 7/03. Does anyone have any workarounds or do I just del with polluted system logs?

Thank you

KC

KCS at 2007-7-5 17:55:56 > top of Java-index,General,Sun Alert and Security Discussion...
# 3
I have also seen this error several times in my /var/adm/messages and they are beginning to be quite annoying.What is the best way to begin troubleshooting what is causing the audit subsytem to generate this error?Thanks!
JasonBufford at 2007-7-5 17:55:56 > top of Java-index,General,Sun Alert and Security Discussion...
# 4
Make sure in the crontab that there is not an extra space after your entries and empty lines after the script you put in the crontab.
eric3smith at 2007-7-5 17:55:56 > top of Java-index,General,Sun Alert and Security Discussion...