I would agree, you should try to run ntpd instead of the cron job.<br><br>I have seen some systems (older RedHat) where ntpd wouldn't stay running, the system default was to run a cron task like yours. Seems like a band-aid fix.<br>
<br>If you want to fix the cron, try putting the full path to the binary in the cron entry, since cron doesn't have any environment settings like you do when you run commands from the shell.<br><br>-dc<br><br><div class="gmail_quote">
On Wed, Apr 27, 2011 at 1:24 PM, Aaron Porter <span dir="ltr"><<a href="mailto:atporter@gmail.com">atporter@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Wed, Apr 27, 2011 at 11:19 AM, Tim Champion <<a href="mailto:timchampion@gmail.com">timchampion@gmail.com</a>> wrote:<br>
> I have the following line in cron that seems to not ever run.<br>
><br>
> 46 03,11,19 * * * ntpdate -s <a href="http://0.north-america.pool.ntp.org" target="_blank">0.north-america.pool.ntp.org</a><br>
><br>
> If I run the ntpdate command alone, it works.  I also fire off a backup<br>
> script that runs successfully daily, so I have no idea what's wrong here.<br>
<br>
</div>Have you checked syslog? You should get cron run logs & errors there.<br>
Also, if time is that important to you, why not run ntpd?<br>
_______________________________________________<br>
Cialug mailing list<br>
<a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>
<a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>
</blockquote></div><br>