Ntp: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
Print a list of the peers known to the server as well as a summary of their state | Print a list of the peers known to the server as well as a summary of their state | ||
ntpq - | ntpq -pn | ||
Verify communication with ntp server. | Verify communication with ntp server. | ||
Line 12: | Line 12: | ||
Set date from ntp server. | Set date from ntp server. | ||
ntpdate -u ntp.ongame.com | ntpdate -u ntp.ongame.com | ||
==Troubleshoot ntp== | |||
http://www.linuxquestions.org/questions/linux-server-73/ntp-client-error-ntpstat-shows-unsynchronised-749641/ | |||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:Unix]] | [[Category:Unix]] |
Revision as of 09:31, 11 April 2013
Supposed to sync clock at startup.
- /etc/ntp/step-tickers
ntp.halfface.se
Print a list of the peers known to the server as well as a summary of their state
ntpq -pn
Verify communication with ntp server.
nc -u -z ntp.ongame.com 123
Set date from ntp server.
ntpdate -u ntp.ongame.com
Troubleshoot ntp
http://www.linuxquestions.org/questions/linux-server-73/ntp-client-error-ntpstat-shows-unsynchronised-749641/