On 09/11/11 09:06, Liangent wrote:
Now I find my cronjobs still run twice a time even if I clear my crontab on nightshade. Can someone have a look and tell me what's wrong?
-Liangent
I suspect you had your crons in nightshade inside cronie and the events looked like this:
* cronie daemon stopped working. * You did crontab -l (looked at sun crontab) and thought it was empty * You installed it inside willow crontab * cronie daemon is restarted * Your crons are run both from nightshade cronie and crontab * You cleared your crontab with crontab -r, but as it is using cronie (you would have needed cronie -r), nothing changed. * Your crons are still run from both servers.
Does something really need sun crontab? Otherwise, I propose to make cronie (which seems to be the most advanced) take over sun crontab.