I have created a basic crontab in Solaris 8 , shown below

* * * * * date

Within the /var/cron/log I am getting the following error:

> CMD: date
> smuser 5904 c Wed Jun 22 12:49:00 2005
< smuser 5904 c Wed Jun 22 12:49:00 2005
exec failed. errno=2.

The above crontab was made simple to see if my real crontab was not defined correctly. But ofcourse it does not make a difference.

I have searched google.

Any thoughts?