Max level shown:
1 [ Oct 21 17:19:45 Enabled. ]
2 [ Oct 21 17:19:45 Rereading configuration. ]
3 [ Oct 21 17:19:47 Rereading configuration. ]
4 [ Oct 21 17:19: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::7
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=oxControlService8
24 ++ svcprop -c -p config/gateway svc:/oxide/cockroachdb:default
25 + GATEWAY=fd00:1122:3344:101::1
26 + [[ oxControlService8 == unknown ]]
27 + [[ fd00:1122:3344:101::1 == unknown ]]
28 + ipadm delete-if oxControlService8
29 ipadm: Could not delete oxControlService8: Interface does not exist
30 + true
31 + ipadm create-if -t oxControlService8
32 + ipadm set-ifprop -t -p mtu=9000 -m ipv4 oxControlService8
33 + ipadm set-ifprop -t -p mtu=9000 -m ipv6 oxControlService8
34 + ipadm show-addr oxControlService8/ll
35 ipadm: Address object not found
36 + ipadm create-addr -t -T addrconf oxControlService8/ll
37 + ipadm show-addr oxControlService8/omicron6
38 ipadm: Address object not found
39 + ipadm create-addr -t -T static -a fd00:1122:3344:101::7 oxControlService8/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-21T17:19:52.494ZINFOdnswait: using system configuration
49 + JOIN_ADDRS=2e24bea2-1bd3-442c-b429-7fad5e1476e1.host.control-plane.oxide.internal.:32221,5466fb83-3627-4cdc-8964-d67e77ee7fb0.host.control-plane.oxide.internal.:32221,7b1edb6b-ca9c-4081-b7db-10a84e008604.host.control-plane.oxide.internal.:32221,94a6202e-694a-4242-b8e1-96fcd32a23d3.host.control-plane.oxide.internal.:32221,c7d0803c-7204-455e-b287-d78706a7192c.host.control-plane.oxide.internal.:32221,
50 + [[ -z 2e24bea2-1bd3-442c-b429-7fad5e1476e1.host.control-plane.oxide.internal.:32221,5466fb83-3627-4cdc-8964-d67e77ee7fb0.host.control-plane.oxide.internal.:32221,7b1edb6b-ca9c-4081-b7db-10a84e008604.host.control-plane.oxide.internal.:32221,94a6202e-694a-4242-b8e1-96fcd32a23d3.host.control-plane.oxide.internal.:32221,c7d0803c-7204-455e-b287-d78706a7192c.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::7]:32221' --store /data --join 2e24bea2-1bd3-442c-b429-7fad5e1476e1.host.control-plane.oxide.internal.:32221,5466fb83-3627-4cdc-8964-d67e77ee7fb0.host.control-plane.oxide.internal.:32221,7b1edb6b-ca9c-4081-b7db-10a84e008604.host.control-plane.oxide.internal.:32221,94a6202e-694a-4242-b8e1-96fcd32a23d3.host.control-plane.oxide.internal.:32221,c7d0803c-7204-455e-b287-d78706a7192c.host.control-plane.oxide.internal.:32221,
53 [ Oct 21 17:19:52 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::7.
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 *
78 CockroachDB node starting at 2023-10-21 17:20:10.624956297 +0000 UTC (took 17.5s)
79 build: OSS v22.1.9-dirty @ 2022/10/26 21:17:46 (go1.17.13)
80 webui: http://[fd00:1122:3344:101::7]:8080
81 sql: postgresql://root@[fd00:1122:3344:101::7]:32221/defaultdb?sslmode=disable
82 sql (JDBC): jdbc:postgresql://[fd00:1122:3344:101::7]:32221/defaultdb?sslmode=disable&user=root
83 RPC client flags: /opt/oxide/cockroachdb/bin/cockroach <client cmd> --host=[fd00:1122:3344:101::7]:32221 --insecure
84 logs: /data/logs
85 temp dir: /data/cockroach-temp3512671251
86 external I/O path: /data/extern
87 store[0]: path=/data
88 storage engine: pebble
89 clusterID: 4763a8ab-c070-456e-a72f-0deab0793b6e
90 status: initialized new cluster
91 nodeID: 1