In Windows I run crontab -e and set up a simple job ie:
* * * * * ksh -c date > /dev/fs/C/SFU/date.log
I do a crontab -l and it appears to be ok, but it never
does anything!
In the posix shell, I set up the same job, the cron.log
updates with the edits and lists etc, but once again it
does NOTHING!
The help documentation is ambiguous as it seems to use the
syntax for the posix crontab for the windows crontab?
Any help to just simply get the basic job(above) working
would be greatly appreciated.
Regards,
do "ps -AXunix" and note the pid of cron
and do a "kill -HUP pidofcron"
Also check the man page for "man crontab" for condition on cron.allow and
cron.deny entries.
--
Regards
Sudhakar J
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This posting is provided "AS IS" with no warranties, and confers no rights.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Terry" <anon...@discussions.microsoft.com> wrote in message
news:854d01c43232$8e6abd10$a501...@phx.gbl...
Cron Service: CreateProcessAsUser() failed with
error '1314'
?? any ideas ? I've given the user every right I can and
it still gets this error !!!
Regards,
>.
>
--
Mark Funkenhauser - Independent Consultant
[ Interix co-creator ]
====================================
"Terry" <anon...@discussions.microsoft.com> wrote in message news:87ed01c43259$114f62f0$a001...@phx.gbl...
Windows Services for Unix DOES NOT WORK on Windows NT
4.0 ....period!!!
>.
>
Well, at least the Windows cron service doesn't work. (I can't get it to work either).
Other components seems to work.
Interix works. And the Interix cron daemon works.