1751939 Members
4769 Online
108783 Solutions
New Discussion юеВ

Re: crontab

 
Ivan Ferreira
Honored Contributor

Re: crontab

Is your system time correct? Have you recently changed your timezone or something? What was the time for the job to be executed, as in the log shows, it never run.

If you changed the timezone or something, restart the cron service, may not be using the right date time.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Tonatiuh
Super Advisor

Re: crontab

The timezone is correct. This server has just been installed recently.

I check que date of the system just before to set the new time for the cron everytime I perform a new test.
Arturo Galbiati
Esteemed Contributor

Re: crontab

Hi,
is it your script executable?
how you run it manually?
put at the first line
#!/usr/bin/sh
HTH,
Art
Arturo Galbiati
Esteemed Contributor

Re: crontab

Hi,
look at the crontab log file to see what's the error. MAybe you have reached the maximun number of process available.
Just my .02$
HTH,
Art