cron: can’t lock /var/run/crond.pid, otherpid may be 2699: Resource temporarily unavailable

前端之家收集整理的这篇文章主要介绍了cron: can’t lock /var/run/crond.pid, otherpid may be 2699: Resource temporarily unavailable前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

ubuntu 在执行crond restart 提示cron: cant lock /var/runcrond.pid, otherpid may be 2699 Resource temporarily unavailable

解决方案: rm -rf pid 重启即可
重新加载

处理方法/etc/init.d/cron reload

重启服务

处理方法/etc/init.d/crond restart

原文链接:https://www.f2er.com/ubuntu/352879.html

猜你在找的Ubuntu相关文章