![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Notify Me when job fail using cron | ejaggers | UNIX for Advanced & Expert Users | 3 | 05-21-2008 07:03 AM |
| fail to telnet localhost 106 | satimis | Linux | 22 | 12-16-2007 06:54 PM |
| FTP fail during file transfer | ramana | Shell Programming and Scripting | 0 | 12-27-2006 06:20 AM |
| Fail tail algorithm | foureightyeast | High Level Programming | 6 | 11-23-2005 09:24 AM |
| Mail fail | adela | UNIX for Dummies Questions & Answers | 3 | 06-29-2001 06:05 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
Does anyone know why the cron job fail to run automatically ? We have the problem with some Solaris 2.5.1 Machine ! The cron seemd to fail to submit the jobs defined at the defined time !! Why ? Sometime it runs OK,but sometime it fail . We are very sure the problem is due to cron no ok,because other machines with the same cronjobs run well !! |
| Forum Sponsor | ||
|
|
|
|||
|
Hard to help you without at least seeing your file.
(The amount of help you will get from the unix community will directly depend on how much information you provide in your questions). Are you specifying the command as a just a command or the fully qualified pathname ? If not, I would suggest that you specify the full command path including /usr/.... whatever. Also try running it on the command line yourself manually when you think it did not run. What makes you think that it is running or not running sometimes ?
__________________
FreeBSD: The best free Unix on this planet IMHO!! FreeBSD Forums www.freebsdforums.org |
|
|||
|
Quote:
Thanks for quick reply !! " What makes you think that it is running or not running sometimes ? " The full crontable fail sometimes,but usually it runs OK !! |
|
|||
|
Some possibilities:
1. Running out of disk space 2. Running out of max processes 3. Someone tweaking the file or removing jobs, etc. changing stuff without your knowledge 4. Full moon I think log dump suggestion by Cameron should give you better clues!
__________________
FreeBSD: The best free Unix on this planet IMHO!! FreeBSD Forums www.freebsdforums.org |
|||
| Google UNIX.COM |