Mail Archives: cygwin/2005/08/23/14:32:40
--------------80CC14C14F2EAAC198BA97FB
Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1
Content-Transfer-Encoding: 8BIT
Content-ID: <Pine DOT GSO DOT 4 DOT 63 DOT 0508231423172 DOT 27271 AT slinky DOT cs DOT nyu DOT edu>
On Tue, 23 Aug 2005, Jean-Michel Douchain wrote:
> I can't run automatically any program with cron??
> Can you help me??
>
> ------ crontab ------
> # DO NOT EDIT THIS FILE - edit the master and reinstall.
> # (/tmp/crontab.2272 installed on Tue Aug 23 17:00:18 2005)
> # (Cron version -- $Id: crontab.c,v 1.8 2004/12/21 16:14:41 corinna Exp $)
> 45 * * * * /cygdrive/c/sismalp/acqdata/sis
> 01 * * * * /cygdrive/c/sismalp/acqdata/es.csh
Since you didn't redirect the output of either of the above commands, cron
will probably try (and fail) to find a working smtp service on your
machine to mail you the output.
Why not try with the "hello world" of crontabs instead:
?:5 * * * * /bin/date >> /tmp/cron-date.out 2>&1
and see if that works as expected (printing the date into
/tmp/cron-date.out every five minutes).
Also, as René suggested, check the error logs.
HTH,
Igor
--
http://cs.nyu.edu/~pechtcha/
|\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu
ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com
|,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D.
'---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow!
If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. /DA
--------------80CC14C14F2EAAC198BA97FB
Content-Type: text/plain; charset=us-ascii
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
--------------80CC14C14F2EAAC198BA97FB--
- Raw text -