<p dir="ltr">Are you certain Cent6.6 has cron enabled?  Many modern systems don't any more since cron is going away once you transition to SystemD.  In SystemD, whether a process starts and stays running, runs once and quits, or runs periodically, you simply create a unit file, and optionally a timer.  So... don't just assume cron is running, it may no longer be started by default.  CentOS7 will use SystemD.</p>
<p dir="ltr">Kevin  </p>
<div class="gmail_quote">On Jul 20, 2015 4:34 PM, "Keith Smith" <<a href="mailto:techlists@phpcoderusa.com">techlists@phpcoderusa.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
<br>
Hi,<br>
<br>
I'm on CentOS 6.6 and created a user crontab ( crontabe -e ).  I added the line to run a PHP script at 36 after the hour.<br>
<br>
36 * * * * /path/to/script/script.php<br>
<br>
Had a path wrong so it was failing.<br>
<br>
Was looking in /var/log/cron and it did not show the error.<br>
<br>
What am I missing?<br>
<br>
Thanks!!<br>
Keith<br>
<br>
<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
</blockquote></div>