| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| From: | "Dave Korn" <dk AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | RE: Cron problem/Documentation and Setup |
| Date: | Wed, 18 Aug 2004 17:01:10 +0100 |
| MIME-Version: | 1.0 |
| In-Reply-To: | <Pine.GSO.4.61.0408181147440.1878@slinky.cs.nyu.edu> |
| Message-ID: | <NUTMEGr5h1inenB57vS00000e21@NUTMEG.CAM.ARTIMI.COM> |
| X-OriginalArrivalTime: | 18 Aug 2004 16:01:10.0828 (UTC) FILETIME=[94727EC0:01C4853C] |
> -----Original Message-----
> From: cygwin-owner On Behalf Of Igor Pechtchanski
> Sent: 18 August 2004 16:54
> > > > 18 17 * * * pwd >> /tmp/debug.log 2>&1
> > > > 19 17 * * * ls >> /tmp/debug.log 2>&1
> > > > 20 17 * * * ls -l /tmp/myscript >> /tmp/debug.log 2>&1
> > > > 21 17 * * * /tmp/myscript >> /tmp/debug.log 2>&1
> 19 17 * * * ls >> /tmp/debug.log 2>&1
> 20 17 * * * ls -l /tmp/myscript >> /tmp/debug.log 2>&1
I haven't been following, so PMFBI, but can I just point out that it may
well be necessary that the 2>&1 should precede the >> /tmp/debug.log if you
want stderr to actually end up in the log file....
BTW, "uname -a; pwd; set; export" might be a good diagnostic command to
add as a cron job.... isn't this almost certainly a
wrong-user-executing-the-job problem?
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |