1 | | [ Jul 15 21:02:47 Enabled. ] |
2 | | [ Jul 15 21:02:47 Rereading configuration. ] |
3 | | [ Jul 15 21:02:48 Rereading configuration. ] |
4 | | [ Jul 15 21:02:54 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 15 21:02:54 Method "start" exited with status 0. ] |
21 | | note: configured to log to "/dev/stdout" |
22 | 2025-07-15T21:02:54.616Z | 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
|