Bugzilla – Bug 151141
Problems running user cronjobs in a networking environment
Last modified: 2006-03-23 09:06:37 UTC
I could see that user cronjobs (stored in /var/spoll/cron/tabs/'username') are not executed after a restart of the machine if the user is defined not local. The reason seems to be that cron - if started - checks if the user cronjobs are legal. But at this time the networking environment is not running and the user could not be validated and the cron job is never executed. Restarting cron after the network (and the network based authentication) is up solves the problem.
Werner: At least for the current release (if this still is the case), the order of the boot scripts should be changed accordingly. I'm setting this to 10.1.
*** Bug 151098 has been marked as a duplicate of this bug. ***
Thorst anything against adding Should-Start $network into cron? afaics cron only runs in runlevels where $network is there also
insserv oinly execute the dependcy orders it does not set them. IMHO someone should add `$network' to Should-Start of /etc/init.d/cron.
submitted for next beta
Still does not work in beta7. Cron needs to start after ypbind or any other directory service.
You shouldn't mix Should-Start with X-UnitedLinux-Should-Start, or the latter will be ignored.
*** Bug 160260 has been marked as a duplicate of this bug. ***