LinuxHelps.com

A blog for Linux Lovers.

10
Mar 2009
Can’t update Cron Jobs from Cpanel
Posted in Whm/cpanel by sibu at 10:03 am |

Cpanel logs shows the following error while updating cron from cpanel.

tail -f /usr/local/cpanel/logs/error_log

Error message

cron/tmp.XXXXctNJVe: Permission denied

Cause of the issue

The /usr/bin/crontab binary was not setuid so it was unable to write to cron/tmp

Solution to this problem

chmod 4755 /usr/bin/crontab


You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply