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 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=lfc80XKpRj4BcVcMYMsgugJDGtJAMwH//DciJYLE2zS+4UX6Kv6lGjC91356jGCBoU2CoURVj5EyzE2PttnjQfFx6SZhm2oqcAmpjTg5f2tkKEbLzpIVRrr5GIJ7wE9G86o4PHIWa5+Gz1bcblLVfkEPGZJxL9dtmbvS5DBGonI= Message-ID: <3adf6db804110306343bbdc66d@mail.gmail.com> Date: Wed, 3 Nov 2004 14:34:03 +0000 From: Barry Kelly Reply-To: Barry Kelly To: cygwin AT cygwin DOT com Subject: Re: Problem with installing crontab on Cygwin(1.5.11/1005.11.0.0)/WinXP SP2 In-Reply-To: <20041103142437.GA648719@Worldnet> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <3adf6db80411030213560868d3 AT mail DOT gmail DOT com> <20041103142437 DOT GA648719 AT Worldnet> X-IsSubscribed: yes On Wed, 3 Nov 2004 09:24:37 -0500, Pierre A. Humblet wrote: > > crontab chowns the crontab file group to 18. Make sure that gid 18 > is in /etc/group. Also I find it hard to believe that the strace you > got gives no useful information. This did it. Group 18 (SYSTEM) was not in /etc/group; instead, /etc/group only contained domain groups, not local groups. I ran 'mkgroup -l -d > /etc/group' to recreate the file. Re strace: the strace gave (something like) this entry about the chown() call: 165 14525235 [main] crontab 2600 chown_worker: -1 = chown (tabs/tmp.002600,...) This didn't give me enough information to figure out the missing parameters. I believe crontab should print more verbose error output for its critical failures. Thanks for the tip. I would have found this out this evening if I had to; you saved me a good 30 minutes. Thanks again! -- Barry -- 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/