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 X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: Cron Won't Run Jobs Date: Fri, 6 Dec 2002 13:53:57 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Harig, Mark A." To: "Buck Turgidson" , Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id gB6IsAs01919 > > I am not sure how to interpret this, but if you can tell me > what I need to > change, I'd appreciate it. This is getting me pretty frustrated... > > -rw-r----- 1 400 18 211 Dec 5 08:39 > /var/cron/tabs/buck > > The '18' in your output is the group ownership number. As documented in /usr/doc/Cygwin/cron.README, this needs to be set to '18' (which should be the group number of SYSTEM in /etc/group). Your crontab's permissions and ownerships are set correctly. Try using a simpler crontab entry, for example: * * * * * /usr/bin/date >> /tmp/date.txt Delete all other lines in your crontab until you can get this entry to work. Make sure that cron has 'write' permission in /tmp, for example: chmod 777 /tmp --- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/