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-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: Problem with installing crontab on Cygwin(1.5.11/1005.11.0.0)/WinXP SP2 Date: Wed, 3 Nov 2004 09:58:47 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Harig, Mark" To: X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id iA3ExLHX032285 > > 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. > This is strange. The cron diagnostic script makes two checks for this problem already. In the first test, it checks to see that the cron table has group ownership set to 'SYSTEM', and in the second test, it checks to see that the cron table's group owner ID number is '18'. It assumes that 'id -un' reports your user name and that your cron table is /var/cron/tabs/[user name]. --- -- 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/