X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: cron issue Date: Tue, 16 May 2006 16:35:03 -0400 Message-ID: From: "Harig, Mark" To: "Davies, Roger" , , X-IsSubscribed: yes 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k4GKb71A021589 1. What command sequence did you use to start the cron service on your computer? (In general, what commands did you use to set up package X? Or, what commands did you run prior to encountering a problem?) Here is what I am using to start my cron service. cygrunsrv --install cron --shutdown \ --path /usr/sbin/cron --args "-D" \ --disp "Cygwin cron" --desc "Cygwin vixie-cron service" \ --user sshd_server --passwd your-fine-password; I am running Cygwin on Windows 2003, so the 'sshd_user'/'password' is required for my computer. I think that this is *not* required for Windows XP. In fact, you may not have set up an ssh service yet. > > I opted for exim instead of ssmtp, which I presume is OK. > 2. To quote the README: "Important: Make sure you have a Cygwin MTA (e. g. either exim or ssmtp) installed and configured! Cron tries to access the MTA by calling /usr/bin/sendmail. On Cygwin this is usually a symlink pointing to the appropriate binary. This symlink gets created by the MTA's configuration scripts (e. g. /usr/bin/exim-config or /usr/bin/ssmtp-config)." The README has a typo, above. "/usr/bin/sendmail" should read "/usr/sbin/sendmail". Confirm that /usr/sbin/sendmail is a symbolic link that points to your Cygwin MTA. --- -- 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/