X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Message-ID: <4C769D88.5060905@coastside.net> Date: Thu, 26 Aug 2010 09:59:52 -0700 From: Blaine Miller User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Will cron runnnnig as a service cause the server to lock up? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ecf88e7cc6fd12df69adbcfd4248abb35e89bb4777695beb00ff6c36d42eb1fa525c5c30f15fd716d7254869922770c6350badd9bab72f9c350badd9bab72f9c X-IsSubscribed: yes 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 I'm running cron as a service. Twice this week this server has died and needed cold rebooting to get the system back. Questions - First, will cron as a service on a Windows 2003 R2, standard system cause this sort of behavior? Second, if it does, how do I run cron to keep it from doing this? A snippet of the errors I'm getting are: cron: unknown option -- D usage: /usr/sbin/cron [-n] [-x [ext,sch,proc,pars,load,misc,test,bit]] My crontable is: $ crontab -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.yRr11boUdm installed on Thu Aug 19 14:17:23 2010) # (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $) 00 05 * * * /cygdrive/c/scripts/xfer_vvm_mysql.sh 00 05 * * * /cygdrive/c/scripts/xfer_vvm_ora.sh 00 05 * * * /cygdrive/c/scripts/xfer_nab_vnnab.sh 00 10 * * * /cygdrive/c/scripts/xfer_nab_csnab.sh 00 06 * * * /cygdrive/c/scripts/xfer_dellsrv20.sh 00 06 * * * /cygdrive/c/scripts/xfer_directory.sh 00 06 * * * /cygdrive/c/scripts/xfer_perforce.sh 00 06 * * 2 /cygdrive/c/scripts/xfer_fileserv.sh As you can see, I'm not passing any paramets to the cron daemon... ??? Thanks for your time and assistance... Blaine -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple