Bug 114162

Summary: anacron does not appear to work with 0120 build of rawhide.
Product: [Fedora] Fedora Reporter: Bill Peck <bpeck>
Component: anacronAssignee: Jens Petersen <petersen>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dwalsh
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-01-23 17:04:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
log file from cron none

Description Bill Peck 2004-01-23 15:05:38 UTC
Description of problem:
cron does not actually execute any jobs.

Version-Release number of selected component (if applicable):
anacron-2.3-29

How reproducible:
everytime

Steps to Reproduce:
1. install rawhide/0120 of fc2
2. add a cron entry like the following:
*/5 * * * * echo Hello Bill >/tmp/cron.out
3. wait five minutes..
4. nothing will ever write to /tmp
  
Actual results:
nothing is executed

Expected results:
cron should execute jobs

Additional info:

Comment 1 Bill Peck 2004-01-23 15:06:14 UTC
Created attachment 97209 [details]
log file from cron

Comment 2 Bill Peck 2004-01-23 17:04:53 UTC
This problem was because SE Linux was not completely installed.  Load
policy and relabel was required and fixed the problem.

Comment 3 Jens Petersen 2004-01-26 03:42:52 UTC
Ok, thanks.  Is there another bug report that describes
the problem and solution in more detail?