1 | | [ Jul 18 19:13:04 Enabled. ] |
2 | | [ Jul 18 19:13:04 Rereading configuration. ] |
3 | | [ Jul 18 19:13:05 Rereading configuration. ] |
4 | | [ Jul 18 19:13:11 Executing start method ("/opt/oxide/lib/svc/manifest/ntp-admin.sh"). ] |
5 | | + set -o errexit |
6 | | + set -o pipefail |
7 | | + . /lib/svc/share/smf_include.sh |
8 | | ++ SMF_EXIT_OK=0 |
9 | | ++ SMF_EXIT_NODAEMON=94 |
10 | | ++ SMF_EXIT_ERR_FATAL=95 |
11 | | ++ SMF_EXIT_ERR_CONFIG=96 |
12 | | ++ SMF_EXIT_MON_DEGRADE=97 |
13 | | ++ SMF_EXIT_MON_OFFLINE=98 |
14 | | ++ SMF_EXIT_ERR_NOSMF=99 |
15 | | ++ SMF_EXIT_ERR_PERM=100 |
16 | | ++ svcprop -c -p config/address svc:/oxide/ntp-admin:default |
17 | | + ADDR='[fd00:1122:3344:101::1b]:10123' |
18 | | + args=('run' '--config-file-path' "/opt/oxide/lib/svc/ntp-admin/config.toml" '--address' "$ADDR") |
19 | | + exec /opt/oxide/ntp-admin/bin/ntp-admin run --config-file-path /opt/oxide/lib/svc/ntp-admin/config.toml --address '[fd00:1122:3344:101::1b]:10123' |
20 | | [ Jul 18 19:13:11 Method "start" exited with status 0. ] |
21 | | note: configured to log to "/dev/stdout" |
22 | 2025-07-18T19:13:11.896Z | INFO | ntp-admin (dropshot): listening
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:328
local_addr = [fd00:1122:3344:101::1b]:10123
|
23 | 2025-07-18T19:13:12.840Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:44767
|
24 | 2025-07-18T19:13:12.841Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
25 | 2025-07-18T19:13:12.844Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 0, ip_addr: ::, stratum: 0, ref_time: 0.0, correction: 0.0 })
|
26 | 2025-07-18T19:13:12.844Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 3380
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44767
req_id = 29e1cd01-f457-40d1-8033-24992bd59e8a
response_code = 200
uri = /timesync
|
27 | 2025-07-18T19:13:13.029Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
28 | 2025-07-18T19:13:13.031Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: true, ref_id: 1662783218, ip_addr: 99.28.14.242, stratum: 2, ref_time: 1752865992.3731008, correction: 0.0 })
|
29 | 2025-07-18T19:13:13.031Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2757
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44767
req_id = 153426ed-f1d8-426d-aa97-80b1549d9785
response_code = 200
uri = /timesync
|
30 | 2025-07-18T19:13:13.152Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:44041
|
31 | 2025-07-18T19:13:13.152Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
32 | 2025-07-18T19:13:13.154Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: true, ref_id: 1662783218, ip_addr: 99.28.14.242, stratum: 2, ref_time: 1752865992.3731008, correction: 0.0 })
|
33 | 2025-07-18T19:13:13.154Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2471
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44041
req_id = 0b4cf419-b747-476b-846f-512d8c8e7b64
response_code = 200
uri = /timesync
|
34 | 2025-07-18T19:13:50.106Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:59926
|
35 | 2025-07-18T19:13:50.113Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
36 | 2025-07-18T19:13:50.117Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 1662783218, ip_addr: 99.28.14.242, stratum: 2, ref_time: 1752866028.3954613, correction: -0.169106513 })
|
37 | 2025-07-18T19:13:50.117Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 25015
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:59926
req_id = 0a3d2a68-f408-4724-9fdd-b7925a5de428
response_code = 200
uri = /timesync
|
38 | 2025-07-18T19:13:55.222Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:60580
|
39 | 2025-07-18T19:13:55.222Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
40 | 2025-07-18T19:13:55.225Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 1662783218, ip_addr: 99.28.14.242, stratum: 2, ref_time: 1752866033.606073, correction: -0.155261815 })
|
41 | 2025-07-18T19:13:55.225Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2760
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:60580
req_id = 19e66907-e28b-4a26-a2bc-d4fa652930c6
response_code = 200
uri = /timesync
|
42 | 2025-07-18T19:14:00.319Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:41458
|
43 | 2025-07-18T19:14:00.319Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
44 | 2025-07-18T19:14:00.322Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 1662783218, ip_addr: 99.28.14.242, stratum: 2, ref_time: 1752866039.1243484, correction: -0.141336977 })
|
45 | 2025-07-18T19:14:00.322Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2863
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:41458
req_id = b2d12990-9a46-4a76-8875-dcbf9d1857fe
response_code = 200
uri = /timesync
|
46 | 2025-07-18T19:14:05.416Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:33679
|
47 | 2025-07-18T19:14:05.417Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
48 | 2025-07-18T19:14:05.419Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 1662783218, ip_addr: 99.28.14.242, stratum: 2, ref_time: 1752866044.263555, correction: -0.127500013 })
|
49 | 2025-07-18T19:14:05.419Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2427
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:33679
req_id = 2d93df4e-e2f1-485e-8622-b9a2c89077f9
response_code = 200
uri = /timesync
|
50 | 2025-07-18T19:14:10.513Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:39359
|
51 | 2025-07-18T19:14:10.513Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
52 | 2025-07-18T19:14:10.516Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 1662783218, ip_addr: 99.28.14.242, stratum: 2, ref_time: 1752866048.408889, correction: -0.113695785 })
|
53 | 2025-07-18T19:14:10.516Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2819
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:39359
req_id = a52ece67-27de-4056-b61d-9ae00312e964
response_code = 200
uri = /timesync
|
54 | 2025-07-18T19:14:15.605Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:35516
|
55 | 2025-07-18T19:14:15.605Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
56 | 2025-07-18T19:14:15.607Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 1662783218, ip_addr: 99.28.14.242, stratum: 2, ref_time: 1752866054.5360794, correction: -0.099867105 })
|
57 | 2025-07-18T19:14:15.607Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2541
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:35516
req_id = f2599d01-ded3-4758-b595-b8c26cfab9c4
response_code = 200
uri = /timesync
|
58 | 2025-07-18T19:14:20.702Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:55400
|
59 | 2025-07-18T19:14:20.702Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
60 | 2025-07-18T19:14:20.705Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 1662783218, ip_addr: 99.28.14.242, stratum: 2, ref_time: 1752866059.6529415, correction: -0.085916072 })
|
61 | 2025-07-18T19:14:20.705Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2606
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:55400
req_id = ab73ebb0-46ac-4cb0-b2f5-1af590ec4d7c
response_code = 200
uri = /timesync
|
62 | 2025-07-18T19:14:25.808Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:47806
|
63 | 2025-07-18T19:14:25.808Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
64 | 2025-07-18T19:14:25.811Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 1662783218, ip_addr: 99.28.14.242, stratum: 2, ref_time: 1752866063.5301378, correction: -0.072160028 })
|
65 | 2025-07-18T19:14:25.811Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2653
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:47806
req_id = fe4618a0-edef-408c-a1f7-63506720f246
response_code = 200
uri = /timesync
|
66 | 2025-07-18T19:14:30.904Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:38882
|
67 | 2025-07-18T19:14:30.904Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
68 | 2025-07-18T19:14:30.906Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 1662783218, ip_addr: 99.28.14.242, stratum: 2, ref_time: 1752866069.197448, correction: -0.058269136 })
|
69 | 2025-07-18T19:14:30.906Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2490
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:38882
req_id = 896f9100-9b6d-4713-abf1-6c32c460a775
response_code = 200
uri = /timesync
|
70 | 2025-07-18T19:14:35.997Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:35312
|
71 | 2025-07-18T19:14:35.998Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
72 | 2025-07-18T19:14:36.000Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: true, ref_id: 1662783218, ip_addr: 99.28.14.242, stratum: 2, ref_time: 1752866073.5181913, correction: -0.044445716 })
|
73 | 2025-07-18T19:14:36.000Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2722
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:35312
req_id = c48f2ab3-60fe-45e3-809a-dd7da5a692d0
response_code = 200
uri = /timesync
|