Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[FAQ] What are the differences between the cron daemons?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
vandalman
n00b
n00b


Joined: 16 Mar 2005
Posts: 52

PostPosted: Wed Aug 09, 2006 12:43 am    Post subject: [FAQ] What are the differences between the cron daemons? Reply with quote

There was a request for a cron FAQ comparing the cron daemons. I compiled this from the Gentoo Linux Cron Guide, this is not my original work (I cite my source in the FAQ). I wanted to get people talking about this question.

-- Begin FAQ --
Question: What are the differences between the cron daemons?

Vixie Cron sys-process/vixie-cron - Vixie cron is a full featured cron implementation based on SysV cron. Each user has his own crontab and is allowed to specify environment variables within that crontab. Unlike the other cron variants, it also offers support for SELinux and PAM. It supports fewer architectures than Dcron, but more than Fcron.

Dillon's Cron sys-process/dcron - Dcron aims to be a simple, elegant and secure implementation of cron. It does not allow the specification of environment variables in crontabs and all cron-jobs are run from /bin/sh. Like Vixie cron, each user has his own crontab.

Fcron sys-process/fcron - Fcron aims at replacing Vixie cron and Anacron. It is designed to work on systems that are not continuously running and it is packed with extra features. It has job startup constraints, job serialization controls, the ability to assign nice values to jobs and the ability to schedule jobs to run at system startup.

Taken from Gentoo Linux Cron Guide
-- End FAQ --

Should Anacron be part of this FAQ?

Anacron sys-process/anacron - Anacron is not a cron daemon, it is something that usually works in conjunction with one. It executes commands at intervals specified in days and it does not assume that the system is running continuously; it will run jobs that were missed while the system was down. Anacron usually relies on a cron daemon to run it each day.
Back to top
View user's profile Send private message
jsosic
Guru
Guru


Joined: 02 Aug 2004
Posts: 510
Location: Split (Croatia)

PostPosted: Thu Aug 17, 2006 9:34 pm    Post subject: Reply with quote

Nobody commented on this yet, so I'll do it :)

FAQ is great, but I think it's a little incomplete... It would be great if users of alternate cron implementations (especially fcron) could write sample configurations, and benefits of using different cron. For example, I would like to use fcron, so I could replace anacron/vixie combination at my desktops....
_________________
I avenge with darkness, the blood is the life
The Order of the Dragon, I feed on human life
Back to top
View user's profile Send private message
mope
Apprentice
Apprentice


Joined: 23 Feb 2003
Posts: 206

PostPosted: Mon Oct 16, 2006 5:35 am    Post subject: Reply with quote

I'm interested in using fcron, too.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum