Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: what's wrong with my crontab Date: Wed, 11 Aug 2004 14:46:52 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Ling Zou" To: X-OriginalArrivalTime: 11 Aug 2004 18:46:53.0685 (UTC) FILETIME=[91F5D250:01C47FD3] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i7BIl86F017861 Hi, I have created a crontab for my process. But after I editor my crontab like $crontab -e 35 14 * * * ./test.16 when I use crontab -l, it shows like # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.2468 installed on Wed Aug 11 14:32:32 2004) # (Cron version -- $Id: crontab.c,v 1.7 2003/04/15 15:13:41 corinna Exp $) 35 14 * * * ./test.16 I also start cron like: $cygrunsrv -E cron $cygrunsrv -R cron $cygrunsrv -I cron -p /usr/sbin/cron -a -D -e $cygrunsrv -S cron But it seems that no any result. I don't what's wrong with it because I get the info from windows event log like: The description for Event ID ( 0 ) in Source ( cron ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: cron : PID 2780 : `cron' service started. The description for Event ID ( 0 ) in Source ( /USR/SBIN/CRON ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: /USR/SBIN/CRON : PID 2476 : (lzou) CMD (./test.16). The description for Event ID ( 0 ) in Source ( /USR/SBIN/CRON ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: /USR/SBIN/CRON : PID 2308 : (lzou) MAIL (mailed 21 bytes of output but got status 0x0001 The description for Event ID ( 0 ) in Source ( crontab ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: crontab : PID 2080 : (lzou) LIST (lzou). what does these information mean? Thanks in advance Ling -- 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/