"ntpdc"가 반환한 "0.0.0.0" 주소는 무엇입니까?

"ntpdc"가 반환한 "0.0.0.0" 주소는 무엇입니까?

이것은 패키지를 설치한 새로 설치된 우분투 16.04.2 서버이며 ntp현재 한 줄만 추가하여 기본 구성으로 실행되고 있습니다.

enable mode7

그렇지 않으면 데이터를 얻을 ntpdc수 없습니다 .collectd

내가 설명할 수 없는 것은 다음과 같은 결과입니다.

# ntpdc -c peers localhost
     remote           local      st poll reach  delay   offset    disp
=======================================================================
=ntp2.ntp.net.nz 10.50.200.3      1  256  377 0.01117  0.000599 0.10858
*timeball1.its.w 10.50.200.3      1  256  377 0.01054 -0.000771 0.10974
=timeball3.its.w 10.50.200.3      1  256  377 0.01007 -0.001039 0.11723
=ns1.tdc.akl.tel 10.50.200.3      2  512  377 0.00882  0.000451 0.12932
=ntp1.ntp.net.nz 10.50.200.3      1  256  377 0.01041  0.000254 0.13625
=0.0.0.0         0.0.0.0         16   64    0 0.00000  0.000000 4.00000
=0.0.0.0         0.0.0.0         16   64    0 0.00000  0.000000 4.00000
=0.0.0.0         0.0.0.0         16   64    0 0.00000  0.000000 4.00000
=0.0.0.0         0.0.0.0         16   64    0 0.00000  0.000000 4.00000
=0.0.0.0         0.0.0.0         16   64    0 0.00000  0.000000 4.00000

리모콘에 달린 5개의 전선은 무엇인가요 0.0.0.0?

또한 이는 다음의 출력입니다 ntpq.

# ntpq -p
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 0.ubuntu.pool.n .POOL.          16 p    -   64    0    0.000    0.000   0.000
 1.ubuntu.pool.n .POOL.          16 p    -   64    0    0.000    0.000   0.000
 2.ubuntu.pool.n .POOL.          16 p    -   64    0    0.000    0.000   0.000
 3.ubuntu.pool.n .POOL.          16 p    -   64    0    0.000    0.000   0.000
 ntp.ubuntu.com  .POOL.          16 p    -   64    0    0.000    0.000   0.000
-ntp1.ntp.net.nz .GPS.            1 u   43  256  377   10.418    0.254   0.443
-ns1.tdc.akl.tel 74.189.58.78     2 u  351  512  377    8.831    0.451   0.270
+timeball3.its.w .GPS.            1 u  148  256  377   10.080   -1.039   1.199
*timeball1.its.w .GPS.            1 u   73  256  377   10.551   -0.771   0.431
+ntp2.ntp.net.nz .GPS.            1 u   79  256  377   11.183    0.599   0.270

이 질문을 하는 이유는 다음과 같습니다.

collectd그 결과 다음과 같은 성가신 syslog 메시지가 발생했습니다.

Jul 12 01:59:45 server collectd[2773]: uc_update: Value too old: name = server.domain.tld/ntpd/time_dispersion-0.0.0.0; value time = 1499824785.998; last cache update = 1499824785.998;
Jul 12 01:59:45 server collectd[2773]: uc_update: Value too old: name = server.domain.tld/ntpd/time_offset-0.0.0.0; value time = 1499824785.998; last cache update = 1499824785.998;
Jul 12 01:59:45 server collectd[2773]: uc_update: Value too old: name = server.domain.tld/ntpd/delay-0.0.0.0; value time = 1499824785.998; last cache update = 1499824785.998;

답변1

이는 풀 연결에 대한 자리 표시자입니다. 다음 오류가 표시되었습니다.

버그 2014: 풀 명령어와 maxclock 간의 이상한 상호 작용

p유형 열에 주의사항이 있나요 ? 이는 pool 지시문에 대한 자리 표시자 항목임을 나타냅니다.

"이것이 문제인 이유"에 대한 질문은 출력을 Collectd로 보내기 전에 출력을 구문 분석하는 데 무엇을 사용하고 있는지입니다. 다음 유형이 포함된 줄은 무시해야 합니다.p

관련 정보