gpt4 book ai didi

linux - Cpanel 不运行我的 cron 作业

转载 作者:IT王子 更新时间:2023-10-29 01:27:00 27 4
gpt4 key购买 nike

我在 cPanel 中有每晚安排的 cron 作业。昨天,我注意到这些 cron 作业自 2 天前以来就没有运行过。我检查了 /var/log/cron 中的 cron 日志,它在尝试访问该文件时显示错误。

错误:

Nov  6 11:25:01 web2 crond[17439]: (laptoplc) ERROR (failed to change user)
Nov 6 11:25:01 web2 crond[17447]: (projecto) ERROR (failed to change user)
Nov 6 11:25:01 web2 crond[17446]: (CRON) ERROR (setreuid failed): Resource temporarily unavailable
Nov 6 11:25:01 web2 crond[17446]: (laptoppa) ERROR (failed to change user)

可能是什么问题?

最佳答案

这可能是由多种原因造成的。以下是调试 cron 的方法:

  1. 从 shell 手动运行它:

    php yourcron.php

  2. 从您的 cron 文件添加日志记录,也许通过添加 error_log('check if running');看看它是否确实在运行。

如上所述,这也可能是权限问题。为您的 cron 添加执行权限:

chmod 755 yourcron.php

关于linux - Cpanel 不运行我的 cron 作业,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19824543/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com