LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Crontab not working (https://www.linuxquestions.org/questions/linux-newbie-8/crontab-not-working-4175417624/)

Starpoint09 07-19-2012 11:09 AM

Crontab not working
 
[root@trixbox127772 ~]# crontab -l

# Update time daily
0 2 * * * /usr/sbin/ntpdate tick.ucla.edu > /dev/null 2>&1

# Ping systems every 15 mins
*/15 * * * * /bin/nice /usr/bin/perl /var/adm/bin/ping_main.pl -randsleep

# Rotate asterisk logs daily
0 0 * * * /usr/sbin/asterisk -r -x 'logger rotate'

# Generate 5-min charts
*/5 * * * * /bin/nice -n 19 /usr/bin/perl /var/adm/bin/rrd_graph.pl
0 0 * * * /var/adm/bin/validation_check.pl &> /dev/null 2>&1
24 5 * * * perl /var/adm/bin/registry.pl &> /dev/null

30 * * * * /bin/nice -n 5 /etc/init.d/FONmon start >> /dev/null 2>> /dev/null

30 * * * * /bin/nice -n 7 /var/adm/bin/sync_linked_greet.pl >> /dev/null 2>> /dev/null
9 4 * * * /etc/webmin/cron/tempdelete.pl

1 * * * * if [ -n "$(/bin/grep Spitfire /etc/asterisk/sip.conf)" ]; then /usr/bin/perl -i.bak -pe 's/Brent Silversmith <235>//g' /etc/asterisk/sip.conf; asterisk -rx 'sip reload'; echo "[$(date)] cronjob: Removed Spitfire from callerid field in sip.conf." >> /var/log/asterisk/messages; fi



That is the result of crontab -l

The last cron tab is not working.. I cant even see any evidence of it trying to run. Can someone help me with trying to get this thing working?

Starpoint09 07-19-2012 11:18 AM

Not sure how this double posted... Please disregard this thread


All times are GMT -5. The time now is 10:23 AM.