-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Is it by chance your last cron entry? Remember that there must be a newline finalising your crontab or the last command won't get executed.
You should get this output: $ crontab -l | tail -c1 | od -c 0000000 \n 0000001
No it is not - but thanks a lot for this hint! I also checked:
drtrigon@clematis:~$ cronie -l | tail -c1 | od -c 0000000 \n 0000001
...looks ok to me. Below is the full output of 'cronie -l' for the sake of completeness:
drtrigon@clematis:~$ cronie -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.ji5t0i/crontab installed on Wed Dec 23 11:02:53 2009) # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $) # m h dom mon dow command
#0 2 * * * cronsub -sl mainbot $HOME/pywikipedia/bot_control.py - -default -cron 0 2 * * * qcronsub -l h_rt=12:00:00 -l virtual_free=500M -m as -j y -b y -N mainbot $HOME/pywikipedia/bot_control.py -default -cron >/dev/null #0 0 */14 * * cronsub -s compbot $HOME/pywikipedia/bot_control.py - -compress_history:[] -cron 0 0 */14 * * qcronsub -l h_rt=02:00:00 -l virtual_free=100M -m as -j y - -b y -N compbot $HOME/pywikipedia/bot_control.py -compress_history:[] - -cron >/dev/null ##0 6 * * * cronsub -s substerbot $HOME/pywikipedia/subster_beta.py 2>> $HOME/public_html/DrTrigonBot/subster.html #0 0 * * * cronsub -sl ircbot $HOME/pywikipedia/bot_control.py - -subster_irc -cron 0 0 * * * qcronsub -l h_rt=INFINITY -l virtual_free=200M -m as -j y -b y -N ircbot $HOME/pywikipedia/bot_control.py -subster_irc -cron >/dev/null #30 0 * * * cronsub -s subster_frr $HOME/pywikipedia/bot_control.py - -subster -cron -lang:frr 30 0 * * * qcronsub -l h_rt=06:00:00 -l virtual_free=200M -m as -j y - -b y -N subster_frr $HOME/pywikipedia/bot_control.py -subster -cron - -lang:frr >/dev/null #0 1 * * * cronsub -s subster_en $HOME/pywikipedia/bot_control.py - -subster -cron -lang:en 0 1 * * * qcronsub -l h_rt=06:00:00 -l virtual_free=200M -m as -j y -b y -N subster_en $HOME/pywikipedia/bot_control.py -subster -cron - -lang:en >/dev/null 30 1 * * * cronsub -s subster_nl $HOME/pywikipedia/bot_control.py - -subster -cron -lang:nl ##30 1 * * * cronsub -s subster_ar $HOME/pywikipedia/bot_control.py - -subster -cron -lang:ar #0 * * * * cronsub -s subster_ar $HOME/pywikipedia/bot_control.py - -subster -cron -lang:ar 0 * * * * qcronsub -l h_rt=02:00:00 -l virtual_free=200M -m as -j y -b y -N subster_ar $HOME/pywikipedia/bot_control.py -subster -cron - -lang:ar >/dev/null 0 0 * * * qcronsub -l h_rt=06:00:00 -l virtual_free=200M -m as -j y -b y -N subster_meta $HOME/pywikipedia/bot_control.py -subster -cron - -family:meta -lang: >/dev/null
#0 0 * * * cronsub -s maintenance $HOME/warnuserquota.py 0 0 * * * qcronsub -l h_rt=00:05:00 -l virtual_free=50M -m as -j y -b y -N maintenance $HOME/warnuserquota.py >/dev/null
Greetings DrTrigon