Article 6MDTB [SOLVED] ntpd: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized

[SOLVED] ntpd: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized

by
mfoley
from LinuxQuestions.org on (#6MDTB)
I'm having numerous problems after installing Slackware 15.0 from scratch. I've installed several such systems, but there's always something new! This one is about ntp. I've started ntp:
Code:/usr/sbin/ntpd -g -u ntp:ntpUser:Group ntp:ntp exists. The program appears to be running:
Code:# ps ax | grep ntpd
1776 ? Ssl 0:00 /usr/sbin/ntpd -g -u ntp:ntpbut ...
Code:# ntpq -np
localhost: timed out, nothing received
***Request timed outIn /var/log/messages I get:
Code:webserver ntpd[1776]: kernel reports TIME_ERROR: 0x41: Clock UnsynchronizedMy /etc/ntp.conf is:
Code:server mail.hprs.local iburst prefer
server pool.ntp.org iburst
server 127.127.1.0 # local clock
fudge 127.127.1.0 stratum 10

driftfile /etc/ntp/drift

restrict default noquery nomodify

restrict 127.0.0.1mail.hprs.local is reachable and is the time-sync host for all other computers on the LAN. The other hosts can do ntpq -np just fine.

What is my problem? Thanks
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments