X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 19 Dec 2007 13:25:58 -0500 From: "Pierre A. Humblet" Subject: Re: cron To: "Bruno Zovich" , Message-id: <013701c8426c$9a815ed0$b40410ac@wirelessworld.airvananet.com> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 6.00.2900.3138 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit References: <7678a5200712190936s3a7219f4na930aa9d2b27675b AT mail DOT gmail DOT com> 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 ----- Original Message ----- From: "Bruno Zovich" <> To: Sent: Wednesday, December 19, 2007 12:36 PM Subject: ***[Possible UCE]*** cron | Hello, | | I've tried multiple suggestions -- no luck, | Can you point me in the right direction? The error messages are 2007/12/12 15:50:03 [bzovich] cron: PID 2748: starting service `cron' failed: fork: 11, Resource temporarily unavailable 2007/12/12 16:10:24 [SYSTEM] cron: PID 2568: starting service `cron' failed: fork: 11, Resource temporarily unavailable Those are messages from cygrunsrv indicating that it can't fork itself, whether you run it as yourself or as system. So this may have nothing to do with cron. cygcheck reports that no Cygwin services exist. Did you remove the cron service before running cronbug? Can you run anything with cygrunserv? For example ~: ls -l /var/log/env.log [no such file yet] ls: cannot access /var/log/env.log: No such file or directory ~: cygrunsrv -I env -p /bin/env ~: cygrunsrv -S env cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062: The service has not been started. [this is normal, the service has terminated quickly] ~: ls -l /var/log/env.log [now there is a file :) ] -rw-r--r-- 1 SYSTEM Administrators 1259 Dec 19 13:18 /var/log/env.log Pierre -- 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/