use fcron as default scheduler in Fedora?

Patrice Dumas pertusus at free.fr
Mon Dec 8 14:04:53 UTC 2008


On Mon, Dec 08, 2008 at 02:20:37PM +0100, Marcela Maslanova wrote:
> > 
> But inotify can watch files or directories. The watch is set on
> /etc/crontab = SYSCRONTAB.

Sure, but in case it doesn't exist, inotify_add_watch will error out.
My guess is that if /etc/crontab doesn't exist, cronie reverts to
inotify_enabled = 0, and that's why I saw cronie looking every minute at
/etc/cron.d.

I have simplified the program and used the same masks than cronie at
http://cvs.fedoraproject.org/viewvc/rpms/fcron/devel/fcron_config_modified.c?revision=1.2&view=markup 
Maybe you could implement SYSCONFDIR watching like I did to enable
inotify even if /etc/crontab or /etc/cron.d is missing and watch for
their creation by watching /etc.

In fedora, not having /etc/crontab or /etc/cron.d present should
be very rare, but in other setups this may happen.

If I have time, I'll try to see logs when /etc/crontab or /etc/cron.d 
are not present, since cronie should state it in that case.

--
Pat




More information about the devel mailing list