Centos 5.5 NTP update

run these three commands.  You can create a cronjob to do this regularly.

[sourcecode]

/etc/rc.d/init.d/ntpd stop
ntpdate pool.ntp.org
/etc/rc.d/init.d/ntpd start

[/sourcecode]

Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.