1833589 Members
4233 Online
110061 Solutions
New Discussion

Re: xntpd daemon

 
SOLVED
Go to solution
John Carver
Frequent Advisor

xntpd daemon

I am configuring 3 servers for ntp. I have npt
configured and running on 2 of them, a k-class
and a n-class. On the a-class machine I have configured in a similar manner, but the xntpd
daemon won't stay running. When the command
ntpq -p is run, the offset value keeps increasing until it hits the max value of 359989. Also this command seems to show that
a conneciton with a configured time server never happens. Finally after a few minutes a line is written to syslog.log: time error -3599.900784 is way too large (set clock manually). The time is correct to begin with, within a second of the other machines and the time server. Not sure what could be causing this problem.
4 REPLIES 4
Mark Greene_1
Honored Contributor
Solution

Re: xntpd daemon

For the server where xntp dies, verify that the timezone is correct on the server, and reset the clock via sam.

HTH
mark
the future will be a lot like now, only later
Hai Nguyen_1
Honored Contributor

Re: xntpd daemon

If the time was pretty much the same then it should have sync'ed. Can you check and compare timezones to ensure that they are all the same?

Hai
harry d brown jr
Honored Contributor

Re: xntpd daemon

check for patches and check this thread out:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0b5b50011d20d6118ff40090279cd0f9,00.html

live free or die
harry
Live Free or Die
John Carver
Frequent Advisor

Re: xntpd daemon

The /etc/TIMEZONE file was not configured properly. After reconfiguring, a reboot was
necessary to have the timezone show correctly.
Now xntpd stays running and ntp is functioning
as configured. Thanks to all who responded.