I have several cron tasks and it seems to me they aren't run.
To test it I added simple task to the crontab file:
1 * * * * echo "test"
It should be run every minute but I don't see any output on the screen nor do I get
any mail that the cron was run.
What could be a problem? Is this the problem with cron?
Radoslaw