Re: Cron doesn't work

2004-10-13 Thread Brian Dessent
Marcos Rebelo wrote: > $ cygrunsrv --start cron > cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error > 1062: > The service has not been started. > > Just the last one seems to be incorrect This is your problem. However, that is not the actual error. It's just telling you th

RE: Cron doesn't work

2004-10-13 Thread Marcos Rebelo
XFree86-bin-icons 4.3.0-7 XFree86-etc 4.3.0-12 XFree86-f1004.3.0-2 XFree86-fenc4.3.0-2 XFree86-fnts4.3.0-2 XFree86-html4.3.0-10 XFree86-lib 4.3.0-3

RE: Cron doesn't work

2004-10-12 Thread Larry Hall
lf >Of Larry Hall >Sent: segunda-feira, 11 de Outubro de 2004 17:27 >To: Marcos Rebelo; [EMAIL PROTECTED] >Subject: Re: Cron doesn't work > >At 08:25 AM 10/11/2004, you wrote: >>I have the cron installed, my crontab is: >>*/2 * * * * perl -e 'open(FILE, &

RE: Cron doesn't work

2004-10-12 Thread Marcos Rebelo
; [EMAIL PROTECTED] Subject: Re: Cron doesn't work At 08:25 AM 10/11/2004, you wrote: >I have the cron installed, my crontab is: >*/2 * * * * perl -e 'open(FILE, >">/cygdrive/c/deleteMe.txt") or die $!; print FILE (time."\n"); >close(FILE)' >

Re: Cron doesn't work

2004-10-11 Thread Larry Hall
At 08:25 AM 10/11/2004, you wrote: >I have the cron installed, my crontab is: >*/2 * * * * perl -e 'open(FILE, >">/cygdrive/c/deleteMe.txt") or die $!; print FILE (time."\n"); >close(FILE)' > >but nothing is going on. I suggest you start with something easier (like '/bin/echo "hello"'),