RE: Cron is running but jobs are not being executed

2005-07-22 Thread Ruzomberka, Mark
Igor Pechtchanski wrote: > Ugh, top-posting. Reformatted. > > On Fri, 22 Jul 2005, Ruzomberka, Mark wrote: > >> -Original Message- >> Sent: Friday, July 22, 2005 11:12 AM >> From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] >> Cc: [EMAIL PROTECTED] > >

RE: Cron is running but jobs are not being executed

2005-07-22 Thread Igor Pechtchanski
Ugh, top-posting. Reformatted. On Fri, 22 Jul 2005, Ruzomberka, Mark wrote: > -Original Message- > Sent: Friday, July 22, 2005 11:12 AM > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] . Thanks. > > On Fri, 22 Jul 2

Re: Cron is running but jobs are not being executed

2005-07-22 Thread Pierre A. Humblet
Ruzomberka, Mark wrote > 50 * * * * echo "WAKE UP" 2>&1 /dev/console > * * * * * date >> /tmp/date.txt[mark/tmp]:> > > It is my understanding of the crontab file that I should be getting "WAKE UP" > statements printed to my screen every ten minutes. The messages will be written to the console o

RE: Cron is running but jobs are not being executed

2005-07-22 Thread Ruzomberka, Mark
rom: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Friday, July 22, 2005 11:12 AM To: Ruzomberka, Mark Cc: cygwin@cygwin.com Subject: Re: Cron is running but jobs are not being executed On Fri, 22 Jul 2005, Ruzomberka, Mark wrote: > [snip] > I have checked my crontab file: >

Re: Cron is running but jobs are not being executed

2005-07-22 Thread Igor Pechtchanski
On Fri, 22 Jul 2005, Ruzomberka, Mark wrote: > [snip] > I have checked my crontab file: > > [mark/tmp]:>crontab -l > # DO NOT EDIT THIS FILE - edit the master and reinstall. > # (/tmp/mruzomberka installed on Thu Jul 21 17:16:16 2005) > # (Cron version -- $Id: crontab.c,v 1.8 2004/12/21 16:14:41 c

Re: Cron is running but jobs are not being executed

2005-07-22 Thread Igor Pechtchanski
On Fri, 22 Jul 2005, Ruzomberka, Mark wrote: > I recently installed cron in my cygwin environment on my Windows XP > machine. I am having trouble getting scripts to execute however. > > I see that cron is running > > [mark/tmp]:>ps -a > PIDPPIDPGID WINPID TTY UIDSTIME COMMA

Re: Cron is running but jobs are not being executed

2005-07-22 Thread J. David Boyd
"Ruzomberka, Mark" <[EMAIL PROTECTED]> writes: > echo "WAKE UP" 2>&1 /dev/console This doesn't do anything in my cygwin, unless I add a '>' before the /dev/console, such as echo "WAKE UP" 2>&1 >/dev/console -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Cron is running but jobs are not being executed

2005-07-22 Thread Ruzomberka, Mark
I recently installed cron in my cygwin environment on my Windows XP machine. I am having trouble getting scripts to execute however. I see that cron is running [mark/tmp]:>ps -a PIDPPIDPGID WINPID TTY UIDSTIME COMMAND 1592 11592 1592? 18 09:38: