public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Harig, Mark A." <maharig@idirect.net>
To: "Buck Turgidson" <jc_va@hotmail.com>, <cygwin@cygwin.com>
Subject: RE: Cron Won't Run Jobs
Date: Fri, 06 Dec 2002 10:55:00 -0000	[thread overview]
Message-ID: <BADF3C947A1BD54FBA75C70C241B0B9E7630CD@ex02.idirect.net> (raw)

> 
> 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      18            211 Dec  5 08:39 
> /var/cron/tabs/buck
> 
> 

The '18' in your output is the group ownership number.  As documented
in /usr/doc/Cygwin/cron.README, this needs to be set to '18' (which
should be the group number of SYSTEM in /etc/group).  Your crontab's 
permissions and ownerships are set correctly.

Try using a simpler crontab entry, for example:

* * * * * /usr/bin/date >> /tmp/date.txt

Delete all other lines in your crontab until you can get this entry
to work.

Make sure that cron has 'write' permission in /tmp, for example:

   chmod 777 /tmp


---

--
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/

             reply	other threads:[~2002-12-06 18:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-06 10:55 Harig, Mark A. [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-12-06 17:00 Harig, Mark A.
2002-12-06  8:21 Harig, Mark A.
2002-12-06 10:19 ` Buck Turgidson
2002-12-05  6:29 Vince Hoffman
2002-12-05  6:39 ` Buck Turgidson
2002-12-05  6:01 Buck Turgidson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BADF3C947A1BD54FBA75C70C241B0B9E7630CD@ex02.idirect.net \
    --to=maharig@idirect.net \
    --cc=cygwin@cygwin.com \
    --cc=jc_va@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).