LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cron is making problem (https://www.linuxquestions.org/questions/linux-newbie-8/cron-is-making-problem-232003/)

sheikhsa 09-17-2004 09:16 PM

cron is making problem
 
i have added a script in cron and it was working fine, after a week, it is not working, cron deamon is running. but the log file show that:
Sep 16 11:51:00 mail CROND[32264]: (root) CMD (/usr/share/squirrelmail/plugins/vacation/last_vac.cron 2>/dev/null)
Sep 16 11:52:00 mail1 CROND[32756]: (root) CMD (/usr/share/squirrelmail/plugins/vacation/last_vac.cron 2>/dev/null)
Sep 17 14:15:40 mail1 crontab[15769]: (root) LIST (root)
Sep 17 17:27:39 mail1 crontab[2692]: (root) LIST (root)

WHAT TO DO!

micxz 09-18-2004 04:06 AM

What's the problem here? Were is the error?

sheikhsa 09-20-2004 12:11 PM

the problem is: cron do not updating my script. it is not working. while it was working before 1 week but now it is not.
i do not understand why... while log file shows above results.

micxz 09-20-2004 01:32 PM

Quote:

cron do not updating my script. it is not working
Can you verify the script is deleting the attachments files. This is all it does anyhow. Maybe there are no more files in there to delete?

How about making it "last_vac.cron 2>/usr/bin/logger" Then you can watch the output in /var/log/messages?


All times are GMT -5. The time now is 09:00 AM.