X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <539508700711060648m97c743fya8417d274c5c28f5@mail.gmail.com> Date: Tue, 6 Nov 2007 15:48:17 +0100 From: "=?ISO-8859-1?Q?Helge_Stenstr=F6m?=" To: cygwin AT cygwin DOT com Subject: cron problems MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 want to use cron on my laptop to run backup jobs to a network disk regularly. Therefore, I first used crontab: crontab myCrontabFile and then used cron-config to start the cron daemon. I no longer remember the exact questions, but there are some issues. 1. cron-config asked about my password, and it was visible in cleartext when I entered it. Is that a bug? 2. What is the password used for? A policy forces me to change password on my Windows account every 60 days. Will the cron daemon try to use the old password, so that I will be locked out from the account? If that happens, it will be difficult to fix, because I cannot login. 3. After I enabled cron, I installed a program. It took much longer than expected, 35 minutes instead of 2-5 minutes. Meanwhile, there were many (> 10 each) processes that used a lot of memory: cron.exe (1.5M) sh.exe (3.6M) I manually killed these processes, and the intallation could finally finnish. The crontab at this time consisted of "touch filename" every minute. Shouldn't load the CPU. Is this a known issue? Any hints are appreciated. Best regards, Helge -- 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/