<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
<br>
This error (in blue italics) was noted in the cron log file after
bringing the system up. 
Was unable to locate information in the manual pages or in bugzilla
that discussed this error or "getfilecon", though I suspect this is
SELinux specific.  Don't know if this represents a bug or something
less sinister, so brought it to this list for insight.<br>
<br>
<span style="font-weight: bold;">Contents of cron log file</span><br>
<br>
Apr 12 21:08:40 acs crond[1673]: (CRON) STARTUP (fork ok)<br>
<span style="font-style: italic; color: rgb(0, 0, 153);">Apr 12
21:08:40 acs crond[1674]: (system_u) getfilecon FAILED (/etc/crontab)</span><br>
Apr 12 21:08:45 acs anacron[1723]: Anacron 2.3 started on 2004-04-12<br>
Apr 12 21:08:45 acs anacron[1723]: Will run job `cron.daily' in 65 min.<br>
Apr 12 21:08:45 acs anacron[1723]: Will run job `cron.weekly' in 70 min.<br>
Apr 12 21:08:45 acs anacron[1723]: Jobs will be executed sequentially<br>
<br>
<span style="font-weight: bold;">Contents of /etc/crontab</span><br>
<br>
[root@acs etc]# more crontab<br>
SHELL=/bin/bash<br>
PATH=/sbin:/bin:/usr/sbin:/usr/bin<br>
MAILTO=root<br>
HOME=/<br>
<br>
# run-parts<br>
01 * * * * root run-parts /etc/cron.hourly<br>
02 4 * * * root run-parts /etc/cron.daily<br>
22 4 * * 0 root run-parts /etc/cron.weekly<br>
42 4 1 * * root run-parts /etc/cron.monthly<br>
[root@acs etc]#<br>
<br>
<br>
<br>
</body>
</html>