Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Wed, 19 Sep 2001 10:31:58 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: cron / crontab different permissions Message-ID: <20010919103158.F13403@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20010919100309 DOT A2008 AT dothill DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010919100309.A2008@dothill.com> User-Agent: Mutt/1.3.21i On Wed, Sep 19, 2001 at 10:03:09AM -0400, Jason Tishler wrote: >On Mon, Sep 17, 2001 at 06:49:31PM +0100, Dan Gardner wrote: >> When ever I use crontab to change a users crontab, it alters the >> /var/cron/tabs file. >> But it does not set the correct permissions on the file so when cron tries; >> it fails logging the following error: >> >> CAN'T OPEN (tabs/) >> >> Why is this? > >Following the instructions in: > > /usr/doc/Cygwin/cron.README > >I'm running into the same problem. > >After running crontab -e, I have the following: > > $ find /var/cron -ls > 727000 0 drwxrwxrwt 3 jt None 0 Sep 19 09:17 /var/cron > 989696 0 drwxrwxrwt 2 jt None 0 Sep 19 09:18 /var/cron/tabs > 7935873 1 -rw------- 1 jt None 282 Sep 19 09:18 /var/cron/tabs/jt > >Since cron is running under the SYSTEM account, it is clear why it cannot >read my crontab. > >My temporary workaround is the following: > > $ chmod +r /var/cron/tabs/jt > >which must be re-executed after every crontab -e. > >What are Dan and I missing? Standard answer #1: Inspection of the cron source, maybe? cgf -- 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/