RE: Cron Won't Run Jobs

2002-12-06 Thread Harig, Mark A.
Please try running the attached file (a bash shell script). It attempts to diagnose problems in your directories and crontab files. It does *not* change any files, but tells the user of any problems that it finds. If it proves to be useful, it could be donated to the Cygwin 'cron' distribution.

RE: Cron Won't Run Jobs

2002-12-06 Thread Harig, Mark A.
> > I am not sure how to interpret this, but if you can tell me > what I need to > change, I'd appreciate it. This is getting me pretty frustrated... > > -rw-r-1 400 18211 Dec 5 08:39 > /var/cron/tabs/buck > > The '18' in your output is the group ownership number.

Re: Cron Won't Run Jobs

2002-12-06 Thread Buck Turgidson
lt;> To: "Buck Turgidson" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, December 06, 2002 10:59 AM Subject: RE: Cron Won't Run Jobs What is the output of 'ls -ln /var/cron/tab/buck'? 'buck' needs to have its 'group' ownership

RE: Cron Won't Run Jobs

2002-12-06 Thread Harig, Mark A.
December 05, 2002 9:34 AM > To: [EMAIL PROTECTED] > Subject: Re: Cron Won't Run Jobs > > > I have the following line in monsql, and I don't see it, > unless I run it > manually: > > echo "Monsql executed on $(date)" >> /tmp/cron.log > >

Re: Cron Won't Run Jobs

2002-12-05 Thread Buck Turgidson
"'Buck Turgidson'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 9:05 AM Subject: RE: Cron Won't Run Jobs > Moer info would be good. (cygcheck as an attachment is always a good start > :) > does monsql pop up a window ? (services

RE: Cron Won't Run Jobs

2002-12-05 Thread Vince Hoffman
, > -Original Message- > From: Buck Turgidson [mailto:[EMAIL PROTECTED]] > Sent: 05 December 2002 13:51 > To: [EMAIL PROTECTED] > Subject: Cron Won't Run Jobs > > > I installed CYGWIN yesterday, and am having trouble getting > cron to work. > My cron job, set to run eve

Cron Won't Run Jobs

2002-12-05 Thread Buck Turgidson
I installed CYGWIN yesterday, and am having trouble getting cron to work. My cron job, set to run every minute, does not execute. I have read through the archives, and below is relevant data. I would appreciate any advice on what to try next chmod 1777 /var/cron chmod 1777 /var/cron/tabs cygru