1
cevincheung 2015-01-25 00:19:12 +08:00 1
请使用绝对路径……
|
2
cevincheung 2015-01-25 00:19:36 +08:00 1
还有看cron log
|
3
binghe OP @cevincheung 刚刚接触linux,不知道绝对路径怎么写。。囧~~
|
4
binghe OP @cevincheung log也看不懂。。。。
Jan 24 10:22:01 default CROND[6050]: (root) CMD (run-parts /etc/cron.hourly) Jan 24 10:27:46 default crontab[6089]: (root) LIST (root) Jan 24 11:00:01 default CROND[6094]: (root) CMD (/usr/bin/python python ./baidu/auto.py) Jan 24 11:00:01 default CROND[6095]: (root) CMD (/usr/bin/python python ./baidu/auto.py) Jan 24 11:01:01 default CROND[6099]: (root) CMD (/usr/bin/python python ~/baidu/auto.py) Jan 24 11:03:12 default crond[6120]: (CRON) STARTUP (1.4.4) Jan 24 11:03:12 default crond[6120]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 16% if used.) Jan 24 11:03:12 default crond[6120]: (CRON) INFO (running with inotify support) Jan 24 11:03:12 default crond[6120]: (CRON) INFO (@reboot jobs will be run at computer's startup.) Jan 24 11:05:01 default CROND[6124]: (root) CMD (/usr/bin/python python ~/baidu/auto.py) |
6
endoffight 2015-01-25 00:25:30 +08:00 via Android 1
加上>/tmp/baidu.log看看日志
|
7
binghe OP @Tomilay 改成
35 0 * * * /usr/bin/python python /root/baidu/auto.py 还是没执行。 @endoffight 35 0 * * * /usr/bin/python python /root/baidu/auto.py >/tmp/baidu.log 这样吗? |
8
9hills 2015-01-25 00:40:28 +08:00 1
|
9
9hills 2015-01-25 00:41:03 +08:00 1
|
11
scarlex 2015-01-25 00:45:46 +08:00 1
注意下系统的时区
|
12
binghe OP |
14
vimutt 2015-01-25 01:14:29 +08:00 1
现在 crontab文件里最后一行有详细的说明的 对应每一个字段
|
15
ljcarsenal 2015-01-25 02:07:26 +08:00 1
好奇这脚本是干啥的
|
16
binghe OP |
18
decken 2015-01-25 09:43:44 +08:00 1
刚好遇到这个问题, 除了命令正确之外 还需注意时区问题, 更改了时区之后不要忘记了重启crond
|