Gentoo Archives: gentoo-user

From: "Anthony E. Caudel" <acaudel@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] NTP problem
Date: Wed, 22 Feb 2006 08:49:50
Message-Id: 43FC23A6.10604@gt.rr.com
In Reply to: Re: [gentoo-user] NTP problem by Brandon Enright
1 Brandon Enright wrote:
2 > On Wed, 2006-02-22 at 01:32 -0600, Anthony E. Caudel wrote:
3 >
4 >>My system was off about 10 days and when I turned it back on, I began
5 >>getting these messages in my logwatch:
6 >>
7 >>"Time Reset
8 >> time stepped -0.133773
9 >> time stepped -0.662954
10 >> time stepped +0.271164
11 >> time stepped +0.461200
12 >> time stepped -0.787647
13 >><snip>
14 >>
15 >> Time Reset 25 times (total: -1.239782 s average: -0.049591 s)
16 >>
17 >> **Unmatched Entries**
18 >> synchronized to 80.35.31.228, stratum 3
19 >> synchronized to 80.35.31.228, stratum 4
20 >><snip>
21 >> synchronized to 80.35.31.228, stratum 4
22 >> synchronized to 80.35.31.228, stratum 3
23 >> Listening on interface wildcard, 0.0.0.0#123
24 >> Listening on interface eth0, 192.168.1.100#123
25 >> Listening on interface lo, 127.0.0.1#123
26 >> kernel time sync status 0040"
27 >>
28 >>I rebooted thinking it needed to stabilize but it still gets them. I
29 >>have ntp-client and ntpd both in the "default" runlevel.
30 >>
31 >>This seems like an awful high number of resets. Much more than I used
32 >>to get.
33 >>
34 >>Tony
35 >
36 >
37 >
38 > Those are some pretty big jumps. What does "ntpq -c peers" and "ntpq -c
39 > rv" output? Also, what are the first few lines (the restrict entries)
40 > of your ntp.conf?
41 >
42 > Brandon
43 >
44 ntpq -c peers:
45
46 remote refid st t when poll reach delay offset jitter
47 ==============================================================================
48 *ntp3.usv.ro .PPS. 1 u 70 1024 377 203.080 7.338 1.485
49
50 ntpq -rv:
51
52 assID=0 status=06a4 leap_none, sync_ntp, 10 events, event_peer/strat_chg,
53 version="ntpd 4.2.0a@1.1190-r Thu Dec 8 09:35:31 CST 2005 (1)"?,
54 processor="i686", system="Linux/2.6.15-gentoo-r1", leap=00, stratum=2,
55 precision=-20, rootdelay=203.080, rootdispersion=34.319, peer=35268,
56 refid=80.96.120.249,
57 reftime=c7a69e5a.a3227d02 Wed, Feb 22 2006 2:24:58.637, poll=10,
58 clock=0xc7a6a0b6.78a5bd94, state=4, offset=7.338, frequency=35.514,
59 noise=2.162, jitter=0.891, stability=64.582
60
61 ntp.conf:
62
63 restrict default nomodify nopeer
64 restrict 127.0.0.1
65
66 Tony
67 --
68 Those who would give up essential Liberty, to purchase a little temporary
69 Safety, deserve neither Liberty nor Safety.
70 -- Benjamin Franklin
71 --
72 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] NTP problem Brandon Enright <bmenrigh@××××.edu>