![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with Cron Email Notification | sasaliasim | AIX | 1 | 04-29-2008 09:02 AM |
| Created cron.allow file and now email fails | citrowske | SUN Solaris | 1 | 09-14-2006 06:32 AM |
| Unix email problem please help | esh | UNIX for Dummies Questions & Answers | 11 | 06-09-2003 06:51 AM |
| email when cron fails | inpavan | UNIX for Dummies Questions & Answers | 7 | 03-19-2002 06:24 AM |
| email problem | Holistic | UNIX for Advanced & Expert Users | 5 | 02-27-2002 06:57 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Cron Email Problem
I have two different cron jobs that run on the same days. The jobs are 7 hours apart. Both jobs are set to send notification emails when they start running.
Both jobs always run successfully, but I only receive an email from the first job. I never get the email from the second job. What could possibly be happening? Code:
0 3 * * 1-5 . ./.profile ; shell1.ksh 2>&1 | mail -s "Shell 1 is running" myemail@domain.com 0 10 * * 1-5 . ./.profile ; shell2.ksh 2>&1 | mail -s "Shell 2 is running" myemail@domain.com |
|||
| Google The UNIX and Linux Forums |
| Forum Sponsor | ||
|
|