1 | | [ Oct 30 19:44:47 Enabled. ] |
2 | | [ Oct 30 19:44:47 Rereading configuration. ] |
3 | | [ Oct 30 19:44:48 Rereading configuration. ] |
4 | | [ Oct 30 19:44:49 Executing start method ("/opt/oxide/lib/svc/manifest/cockroach-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/zone_id svc:/oxide/cockroach-admin:default |
17 | | + ZONE_ID=e9252e49-3bf2-48e0-ace5-0c8a1d9aba97 |
18 | | ++ svcprop -c -p config/cockroach_address svc:/oxide/cockroach-admin:default |
19 | | + COCKROACH_ADDR='[fd00:1122:3344:101::4]:32221' |
20 | | ++ svcprop -c -p config/http_address svc:/oxide/cockroach-admin:default |
21 | | + HTTP_ADDR='[fd00:1122:3344:101::4]:32222' |
22 | | + args=('run' '--config-file-path' "/opt/oxide/lib/svc/cockroach-admin/config.toml" '--path-to-cockroach-binary' "/opt/oxide/cockroachdb/bin/cockroach" '--cockroach-address' "$COCKROACH_ADDR" '--http-address' "$HTTP_ADDR" '--zone-id' "$ZONE_ID") |
23 | | + exec /opt/oxide/cockroach-admin/bin/cockroach-admin run --config-file-path /opt/oxide/lib/svc/cockroach-admin/config.toml --path-to-cockroach-binary /opt/oxide/cockroachdb/bin/cockroach --cockroach-address '[fd00:1122:3344:101::4]:32221' --http-address '[fd00:1122:3344:101::4]:32222' --zone-id e9252e49-3bf2-48e0-ace5-0c8a1d9aba97 |
24 | | [ Oct 30 19:44:49 Method "start" exited with status 0. ] |
25 | | note: configured to log to "/dev/stdout" |
26 | 2024-10-30T19:44:49.162Z | INFO | cockroach-admin (dropshot): listening
file = /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/src/server.rs:197
local_addr = [fd00:1122:3344:101::4]:32222
|