Re: cron not running jobs, no errors

2007-09-28 Thread René Berber
Alexfed wrote: > I installed cygwin on a windows 2003 Server. I installed cron and started the > cron service with no errors. I ssued the following commands to install and > run cron. > cygrunsrv -I cron -p /usr/sbin/cron -a -D Wrong parameters, read /usr/share/doc/Cygwin/cron-4.1-5.README. [sni

Re: cron not running jobs, no errors

2007-09-28 Thread Brian Dessent
Alexfed wrote: > cron service with no errors. I ssued the following commands to install and > run cron. > cygrunsrv -I cron -p /usr/sbin/cron -a -D > cygrunsrv -S cron Why? That is not how you install the cron service. There is much more to be done, in fact there is a cron-config script provide

cron not running jobs, no errors

2007-09-28 Thread Alexfed
I installed cygwin on a windows 2003 Server. I installed cron and started the cron service with no errors. I ssued the following commands to install and run cron. cygrunsrv -I cron -p /usr/sbin/cron -a -D cygrunsrv -S cron ps -ef | grep cron shows me that cron daemon is running. SYSTEM1376