1 | | [ Aug 27 01:29:50 Enabled. ] |
2 | | [ Aug 27 01:29:50 Rereading configuration. ] |
3 | | [ Aug 27 01:29:50 Rereading configuration. ] |
4 | | [ Aug 27 01:29:51 Executing start method ("/opt/oxide/lib/svc/manifest/cockroachdb.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/listen_addr svc:/oxide/cockroachdb:default |
17 | | + LISTEN_ADDR='[fd00:1122:3344:101::5]:32221' |
18 | | ++ svcprop -c -p config/store svc:/oxide/cockroachdb:default |
19 | | + DATASTORE=/data |
20 | | ++ /opt/oxide/internal-dns-cli/bin/dnswait cockroach |
21 | | ++ head -n 5 |
22 | | ++ tr '\n' , |
23 | | note: configured to log to "/dev/stderr" |
24 | 2024-08-27T01:29:51.965Z | INFO | dnswait: using system configuration
|
25 | | + JOIN_ADDRS=19ce7cfb-0a73-40e0-b419-a9b1a8e49693.host.control-plane.oxide.internal.:32221,4aa8c5a4-dc0f-45b7-9d36-39e8fa88af55.host.control-plane.oxide.internal.:32221,4f1ea47f-06d9-4eff-9cd1-61f211b30e8f.host.control-plane.oxide.internal.:32221,d7204630-2e57-479b-bbd0-c2b243cbb7df.host.control-plane.oxide.internal.:32221,eb199fec-0298-4c6f-a43b-eb4a4a6f4175.host.control-plane.oxide.internal.:32221, |
26 | | + [[ -z 19ce7cfb-0a73-40e0-b419-a9b1a8e49693.host.control-plane.oxide.internal.:32221,4aa8c5a4-dc0f-45b7-9d36-39e8fa88af55.host.control-plane.oxide.internal.:32221,4f1ea47f-06d9-4eff-9cd1-61f211b30e8f.host.control-plane.oxide.internal.:32221,d7204630-2e57-479b-bbd0-c2b243cbb7df.host.control-plane.oxide.internal.:32221,eb199fec-0298-4c6f-a43b-eb4a4a6f4175.host.control-plane.oxide.internal.:32221, ]] |
27 | | + args=('--insecure' '--listen-addr' "$LISTEN_ADDR" '--http-addr' '127.0.0.1:8080' '--store' "$DATASTORE" '--join' "$JOIN_ADDRS") |
28 | | + exec /opt/oxide/cockroachdb/bin/cockroach start --insecure --listen-addr '[fd00:1122:3344:101::5]:32221' --http-addr 127.0.0.1:8080 --store /data --join 19ce7cfb-0a73-40e0-b419-a9b1a8e49693.host.control-plane.oxide.internal.:32221,4aa8c5a4-dc0f-45b7-9d36-39e8fa88af55.host.control-plane.oxide.internal.:32221,4f1ea47f-06d9-4eff-9cd1-61f211b30e8f.host.control-plane.oxide.internal.:32221,d7204630-2e57-479b-bbd0-c2b243cbb7df.host.control-plane.oxide.internal.:32221,eb199fec-0298-4c6f-a43b-eb4a4a6f4175.host.control-plane.oxide.internal.:32221, |
29 | | [ Aug 27 01:29:51 Method "start" exited with status 0. ] |
30 | | * |
31 | | * WARNING: ALL SECURITY CONTROLS HAVE BEEN DISABLED! |
32 | | * |
33 | | * This mode is intended for non-production testing only. |
34 | | * |
35 | | * In this mode: |
36 | | * - Your cluster is open to any client that can access fd00:1122:3344:101::5. |
37 | | * - Intruders with access to your machine or network can observe client-server traffic. |
38 | | * - Intruders can log in without password and read or write any data in the cluster. |
39 | | * - Intruders can consume all your server's resources and cause unavailability. |
40 | | * |
41 | | * |
42 | | * INFO: To start a secure server without mandating TLS for clients, |
43 | | * consider --accept-sql-without-tls instead. For other options, see: |
44 | | * |
45 | | * - https://go.crdb.dev/issue-v/53404/v22.1 |
46 | | * - https://www.cockroachlabs.com/docs/v22.1/secure-a-cluster.html |
47 | | * |
48 | | * |
49 | | * INFO: initial startup completed. |
50 | | * Node will now attempt to join a running cluster, or wait for `cockroach init`. |
51 | | * Client connections will be accepted after this completes successfully. |
52 | | * Check the log file(s) for progress. |
53 | | * |