X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <23177251.post@talk.nabble.com> Date: Wed, 22 Apr 2009 15:04:51 -0700 (PDT) From: LAU2 To: cygwin AT cygwin DOT com Subject: Similar Cron issue--Cron wont do anything MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Hi I have been having similar problems with running cron on through cygwin. Here is what I have done so far: 1) created a simple shell file #!/bin/sh echo "test" mkdir "/home/landon/scripts/HIPPO" 2) ran shell in command prompt and it worked perfectly. 3) created a text file : */1 * * * * sh create_dir_new.sh > /home/myusername/logfile 4) tried to run the cron but nothing happend 5) checked the /var/log/cron and here is what it said unable to set groups for myusername Any thoughts? thanks -- View this message in context: http://www.nabble.com/Similar-Cron-issue--Cron-wont-do-anything-tp23177251p23177251.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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/