Re: Problem to install a crontab

2004-06-23 Thread cygwin . 20 . job
I tried to reproduce the problem after changing cron_server to cronserver and create the crontab in the normal way. The problem still persists. ## How produce the problem # create cron server net user cronserver password /add /yes net localgroup ad

Re: Problem to install a crontab

2004-06-18 Thread Chris Taylor
lowing commands > > > > > And then create a cron service using that account: > cygrunsrv -I cron -p /usr/sbin/cron -a -D -u cron_server -w > -------- > > I have the problem to install a crontab. >

Problem to install a crontab

2004-06-18 Thread cygwin . 20 . job
cron -p /usr/sbin/cron -a -D -u cron_server -w I have the problem to install a crontab. $ crontab ~/bin/crontab chown: Invalid argument I don't know why chown is complaining that he get an Invalid argument, Re