Microsoft
Software
Hardware
Network
Question : Crontab error
Hi,
I am getting this error while editing the crontab?
crontab: installing new crontab
"/tmp/crontab.XXXXePsNSJ":
2: bad day-of-week
errors in crontab file, can't install.
Do you want to retry the same edit?
The crontab value is a below;
### recording mixing for Asterisk run every 5 minutes
1,6,11,16,21,26,31,36,41,4
6,51,56 * * *
1,2,3,4,5,6 /usr/share/astguiclient/AS
T_CRON_mix
_recording
s_BASIC.pl
### keepalive script for astguiclient processes
* * * * * /usr/share/astguiclient/AD
MIN_keepal
ive_ALL.pl
### kill Hangup script for Asterisk updaters
* * * * * /usr/share/astguiclient/AS
T_manager_
kill_hung_
congested.
pl
### updater for voicemail
* * * * * /usr/share/astguiclient/AS
T_vm_updat
e.pl
### updater for conference validator
* * * * * /usr/share/astguiclient/AS
T_conf_upd
ate.pl
### flush queue DB table every hour for entries older than 1 hour
11 * * * * /usr/share/astguiclient/AS
T_flush_DB
queue.pl -q
### fix the vicidial_agent_log once every hour
33 * * * * /usr/share/astguiclient/AS
T_cleanup_
agent_log.
pl
### updater for VICIDIAL hopper
* * * * * /usr/share/astguiclient/AS
T_VDhopper
.pl -q
### adjust the GMT offset for the leads in the vicidial_list table
1 1 * * * /usr/share/astguiclient/AD
MIN_adjust
_GMTnow_on
_leads.pl --
debug --postal-code-gmt
### reset several temporary-info tables in the database
2 1 * * * /usr/share/astguiclient/AS
T_reset_my
sql_vars.p
l
### optimize the database tables within the asterisk database
3 1 * * * /usr/share/astguiclient/AS
T_DB_optim
ize.pl
## adjust time on the server with ntp
30 * * * * /usr/local/bin/ntpdate -u 18.145.0.30 2>/dev/null 1>&2
### VICIDIAL agent time log weekly summary report generation
2 0 * * 0 /usr/share/astguiclient/AS
T_agent_we
ek.pl
Your help is highly appreciated.
Answer : Crontab error
Ah, just wondering if that cron entry is split across two lines.
Random Solutions
how to determine "drive in use"
Windows Batch script to create directories to backup to & housekeep directories older than 10 days
monitor 2 DBs in profiler
Manual Feed
Pegasus Mail - help sending mail
Looking for a guide that explains how to use the Windows Search feature in Windows 7
How do I add a Running Total and Historical Dates from a transaction table using SQL?
Is there a 3rd party software to manage photoshop presets
enabling AD replication via IPsec on existing domain controllers
Implementing optional parameters in a function - C#