We have a Sun x4540 thumper that we use for central NAS storage. To date, I have had nothing but frustration with Sun's implementation of cron. It seems like it's pretty darned old. Regardless, something like this should just work:
0 0,2,4,6,8,10,12,14,16,18,20,22 * * * /usr/local/somescript.sh > /dev/null 2>&1
no-brainer. But it doesn't work, despite restarting the cron through svcadm... and I've HAD IT!
I've had other problems with this cron before as well. It leads me to wonder if there isn't some GNU/alternative job processor (cron alternative) that I can install and use that will be reliable.
Failing that, what is wrong with the above instruction to cron? I have verified everything, including permissions, etc. It's there, it should work; it doesn't.
Thanks.
0 0,2,4,6,8,10,12,14,16,18,20,22 * * * /usr/local/somescript.sh > /dev/null 2>&1
no-brainer. But it doesn't work, despite restarting the cron through svcadm... and I've HAD IT!
I've had other problems with this cron before as well. It leads me to wonder if there isn't some GNU/alternative job processor (cron alternative) that I can install and use that will be reliable.
Failing that, what is wrong with the above instruction to cron? I have verified everything, including permissions, etc. It's there, it should work; it doesn't.
Thanks.