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: <3E6BAA01.97519FB5@swipnet.se> Date: Sun, 09 Mar 2003 21:54:25 +0100 From: a12 X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Cannot start cron Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi gurus, After installing cron, I did 'ps -ef' and found that cron was not started. So I checked /usr/doc/Cygwin/cron.README, and I tried to start the Windows service using: cygrunsrv -I cron -p /usr/sbin/cron -a -D Then I checked Windows processes, and no cron.exe was there, so I tried to start the Windows service manually, and got: Could not start thecron service on Local Computer. The service did not return an error. This could be an internal Windows error or an internal service error. Following http://sources.redhat.com/ml/cygwin/2002-08/msg00329.html I created manually: mkdir -p /var/cron chmod 1777 /var/cron mkdir /var/cron/tabs chmod 1777 /var/cron/tabs and started Cygwin bash: sysaccount AT rrback ~ $ cron seteuid: Permission denied What does the last error mean ? How do I start cron properly ? /Marek -- 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/