/OMS/tru64/data/outbound>ps -ef | grep cron
root 219947 1 0.0 15:29:49 ?? 0:00.08 cron
root 221034 1 0.0 15:31:01 ?? 0:00.06 /usr/sbin/cron
root 223639 59134 0.0 15:33:30 pts/0 0:00.01 crontab -e
root 222965 154890 0.0 15:32:56 pts/1 0:00.01 tail -f /var/adm/cron/log
root 226056 162921 0.0 15:36:12 pts/2 0:00.00 grep cron
然后查看日志,tail -f /var/adm/cron/log
显示rc=1,说明返回值非0。有错误发生,采取的措施是:
1。KILL -9杀掉进程,重启cron
结果无效
2。crontab -e重新保存配置,
结果无效
3。删除FIFO文件,重启cron
结果无效
请知道该情况的高手指点一二,小弟在线等,急,万分感谢
/OMS/tru64/data/outbound>uname -a
OSF1 es47-esc.chn.hp.com V5.1 2650 alpha
配置是用root进行的
再cron.allow中有root用户
会员注册
会员登录
个人空间