Re: Cron v3.0.1-5 setup issue w/ Cygwin v1.3.6

2002-02-04 Thread Corinna Vinschen
On Fri, Feb 01, 2002 at 08:25:54PM -0600, Craig Rees wrote: > Hey Corinna, > > Thanks for the tip. Once I started redireting stdout and stderr everything > seems to work and email event log messages went away. > > # Test CRON tab from CraigR > * * * * * /usr/bin/date >> $HOME/date.log 2>&1 > *

RE: Cron v3.0.1-5 setup issue w/ Cygwin v1.3.6

2002-02-01 Thread Craig Rees
Hey Corinna, Thanks for the tip. Once I started redireting stdout and stderr everything seems to work and email event log messages went away. # Test CRON tab from CraigR * * * * * /usr/bin/date >> $HOME/date.log 2>&1 * * * * * echo "Hello from CRON" >> /tmp/echo.log 2>&1 * * * * * touch $HOME/t

Re: Cron v3.0.1-5 setup issue w/ Cygwin v1.3.6

2002-02-01 Thread Corinna Vinschen
On Fri, Feb 01, 2002 at 11:21:21AM -0600, Craig Rees wrote: > * * * * * /usr/bin/date > $HOME/date.log > * * * * * echo "Hello from CRON" > /tmp/echo.log > > > But always receive the following messages in the event viewer: > > 1. The description for Event ID ( 0 ) in Source ( /usr/sbin/cr