Max level shown:
1 [ Oct 12 05:14:40 Enabled. ]
2 [ Oct 12 05:14:40 Rereading configuration. ]
3 [ Oct 12 05:14:41 Rereading configuration. ]
4 [ Oct 12 05:14:41 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::4
18 ++ svcprop -c -p config/listen_port svc:/oxide/cockroachdb:default
19 + LISTEN_PORT=32221
20 ++ svcprop -c -p config/store svc:/oxide/cockroachdb:default
21 + DATASTORE=/data
22 ++ svcprop -c -p config/datalink svc:/oxide/cockroachdb:default
23 + DATALINK=oxControlService6
24 ++ svcprop -c -p config/gateway svc:/oxide/cockroachdb:default
25 + GATEWAY=fd00:1122:3344:101::1
26 + [[ oxControlService6 == unknown ]]
27 + [[ fd00:1122:3344:101::1 == unknown ]]
28 + ipadm delete-if oxControlService6
29 ipadm: Could not delete oxControlService6: Interface does not exist
30 + true
31 + ipadm create-if -t oxControlService6
32 + ipadm set-ifprop -t -p mtu=9000 -m ipv4 oxControlService6
33 + ipadm set-ifprop -t -p mtu=9000 -m ipv6 oxControlService6
34 + ipadm show-addr oxControlService6/ll
35 ipadm: Address object not found
36 + ipadm create-addr -t -T addrconf oxControlService6/ll
37 + ipadm show-addr oxControlService6/omicron6
38 ipadm: Address object not found
39 + ipadm create-addr -t -T static -a fd00:1122:3344:101::4 oxControlService6/omicron6
40 + route get -inet6 default -inet6 fd00:1122:3344:101::1
41 default: not in table
42 + route add -inet6 default -inet6 fd00:1122:3344:101::1
43 add net default: gateway fd00:1122:3344:101::1
44 ++ /opt/oxide/internal-dns-cli/bin/dnswait cockroach
45 ++ head -n 5
46 ++ tr '\n' ,
47 note: configured to log to "/dev/stderr"
482023-10-12T05:14:42.473ZINFOdnswait: using system configuration
49 + JOIN_ADDRS=397882cc-0720-471f-b8a2-389d8007da26.host.control-plane.oxide.internal.:32221,9586546a-e103-4cd1-bc14-284246443667.host.control-plane.oxide.internal.:32221,cfb033e7-aea2-4020-a5f6-cf0617d2eb0f.host.control-plane.oxide.internal.:32221,e536e21f-abf5-457b-8d8f-94ca0675fb2e.host.control-plane.oxide.internal.:32221,f93cf421-7e99-4e8e-8e01-16a01d3fa14c.host.control-plane.oxide.internal.:32221,
50 + [[ -z 397882cc-0720-471f-b8a2-389d8007da26.host.control-plane.oxide.internal.:32221,9586546a-e103-4cd1-bc14-284246443667.host.control-plane.oxide.internal.:32221,cfb033e7-aea2-4020-a5f6-cf0617d2eb0f.host.control-plane.oxide.internal.:32221,e536e21f-abf5-457b-8d8f-94ca0675fb2e.host.control-plane.oxide.internal.:32221,f93cf421-7e99-4e8e-8e01-16a01d3fa14c.host.control-plane.oxide.internal.:32221, ]]
51 + args=('--insecure' '--listen-addr' "[$LISTEN_ADDR]:$LISTEN_PORT" '--store' "$DATASTORE" '--join' "$JOIN_ADDRS")
52 + exec /opt/oxide/cockroachdb/bin/cockroach start --insecure --listen-addr '[fd00:1122:3344:101::4]:32221' --store /data --join 397882cc-0720-471f-b8a2-389d8007da26.host.control-plane.oxide.internal.:32221,9586546a-e103-4cd1-bc14-284246443667.host.control-plane.oxide.internal.:32221,cfb033e7-aea2-4020-a5f6-cf0617d2eb0f.host.control-plane.oxide.internal.:32221,e536e21f-abf5-457b-8d8f-94ca0675fb2e.host.control-plane.oxide.internal.:32221,f93cf421-7e99-4e8e-8e01-16a01d3fa14c.host.control-plane.oxide.internal.:32221,
53 [ Oct 12 05:14:42 Method "start" exited with status 0. ]
54 *
55 * WARNING: ALL SECURITY CONTROLS HAVE BEEN DISABLED!
56 *
57 * This mode is intended for non-production testing only.
58 *
59 * In this mode:
60 * - Your cluster is open to any client that can access fd00:1122:3344:101::4.
61 * - Intruders with access to your machine or network can observe client-server traffic.
62 * - Intruders can log in without password and read or write any data in the cluster.
63 * - Intruders can consume all your server's resources and cause unavailability.
64 *
65 *
66 * INFO: To start a secure server without mandating TLS for clients,
67 * consider --accept-sql-without-tls instead. For other options, see:
68 *
69 * - https://go.crdb.dev/issue-v/53404/v22.1
70 * - https://www.cockroachlabs.com/docs/v22.1/secure-a-cluster.html
71 *
72 *
73 * INFO: initial startup completed.
74 * Node will now attempt to join a running cluster, or wait for `cockroach init`.
75 * Client connections will be accepted after this completes successfully.
76 * Check the log file(s) for progress.
77 *