Bug 5679

Summary: crond fails to restart YP users' crontabs
Product: [Retired] Red Hat Linux Reporter: David Woodhouse <dwmw2>
Component: vixie-cronAssignee: Crutcher Dunnavant <crutcher>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
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: 2001-04-10 22:05:37 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:

Description David Woodhouse 1999-10-07 12:01:06 UTC
By default, crond is started before ypbind at system
startup. This means that the NIS users are not yet present,
and hence crond refuses to acknowledge their crontabs.

Fix: Start ypbind earlier (I use S15ypbind) or crond later.

Comment 1 Bill Nottingham 1999-10-07 15:47:59 UTC
ypbind starts at 17 in RHL6.1 - this should solve it.