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 Subject: problems with cron MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 8 Dec 2004 18:10:52 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Jeff Yemin" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id iB8N8Csj028124 I'm running cron as a service using cygrunsrv commands, and it seems to start ok. But it doesn't seem to be running the jobs. I put the date job in my crontab as a test, and I never see anything written to /tmp/cron.test. Here's my crontab: # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.2768 installed on Wed Dec 8 17:46:04 2004) # (Cron version -- $Id: crontab.c,v 1.7 2003/04/15 15:13:41 corinna Exp $) 30 0 * * * "cd /c/build; ./mailBuildResults.sh" * * * * * "date >> /tmp/cron.test" Any help would be appreciated. Thanks, Jeff Yemin -- 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/