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 Message-ID: <005401c2c291$9dc58810$a77286d9@webdev> From: "Elfyn McBratney" To: "cygwin" , "Wu Yongwei" References: <3E2F595B DOT 7050606 AT netstd DOT com> Subject: Re: Cron Problems Date: Thu, 23 Jan 2003 03:43:34 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 > 2) How to start cron when starting the computer? I tried running it as > a service in cygrunsrv (cygrunsrv -I cron -p /usr/sbin/cron), but failed > since starting the service always failed (cron : Win32 Process Id = > 0x3F8 : Cygwin Process Id = 0x3F8 : starting service `cron' failed: > execv: 0, No error.) but the process cron appeared. Your problem is that your not passing the -D (Do not kill off parent process; which allows cron to be used by the service manager) option. So you need to append `-a -D' to your cygrunsrv line when installing cron. Regards, Elfyn McBratney elfyn AT exposure DOT org DOT uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/