X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <484042B2.59D8C909@dessent.net> Date: Fri, 30 May 2008 11:08:50 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: "Jonathan O'Leary" CC: cygwin AT cygwin DOT com Subject: Re: Cygwin Cron not running References: <4840061D DOT 311D DOT 000D DOT 0 AT Harford DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Jonathan O'Leary wrote: > I have a cron.log file in /var/log, however it is empty. Also, the contents of /tmp is empty as well. Currently I am trying to run 2 jobs, one is a shell script and one is a simple echo command to a file to see if I can get anything to work. Neither of the jobs run. Here is the output of my crontab -l (Both of these command work fine if run from the command line). The problem is right there in your log: 2008/05/30 13:37:01 [lumcon] /usr/sbin/cron: PID 1424: (lumcon) BAD FILE MODE (tabs/lumcon) cron won't run jobs from a tab that is world-writable, as that's a pretty gaping security hole: -rwxrwxrwx 1 lumcon mkgroup-l-d 369 May 30 13:36 /var/cron/tabs/lumcon Also, you should consider fixing your /etc/group file since a group of 'mkgroup-l-d' means there are missing entries. Brian -- 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/