Max level shown:
1 [ Jul 23 04:13:55 Enabled. ]
2 [ Jul 23 04:13:55 Rereading configuration. ]
3 [ Jul 23 04:13:56 Rereading configuration. ]
4 [ Jul 23 04:13:57 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::3]: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"
242026-07-23T04:13:57.557ZINFOdnswait: using system configuration
25 + JOIN_ADDRS=59bf2c20-37ff-4887-a3cc-0523e13ddad2.host.control-plane.oxide.internal.:32221,8c146f05-590c-498b-8379-af5928cc2837.host.control-plane.oxide.internal.:32221,98675b61-4e1b-47f4-88fd-7cac7d0483a2.host.control-plane.oxide.internal.:32221,cfe2164f-fdeb-4069-8f85-8605e07fceda.host.control-plane.oxide.internal.:32221,f5b5f7c8-2dbc-44df-b25b-26685be4a577.host.control-plane.oxide.internal.:32221,
26 + [[ -z 59bf2c20-37ff-4887-a3cc-0523e13ddad2.host.control-plane.oxide.internal.:32221,8c146f05-590c-498b-8379-af5928cc2837.host.control-plane.oxide.internal.:32221,98675b61-4e1b-47f4-88fd-7cac7d0483a2.host.control-plane.oxide.internal.:32221,cfe2164f-fdeb-4069-8f85-8605e07fceda.host.control-plane.oxide.internal.:32221,f5b5f7c8-2dbc-44df-b25b-26685be4a577.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" '--max-sql-memory' '256MiB')
28 + exec /opt/oxide/cockroachdb/bin/cockroach start --insecure --listen-addr '[fd00:1122:3344:101::3]:32221' --http-addr 127.0.0.1:8080 --store /data --join 59bf2c20-37ff-4887-a3cc-0523e13ddad2.host.control-plane.oxide.internal.:32221,8c146f05-590c-498b-8379-af5928cc2837.host.control-plane.oxide.internal.:32221,98675b61-4e1b-47f4-88fd-7cac7d0483a2.host.control-plane.oxide.internal.:32221,cfe2164f-fdeb-4069-8f85-8605e07fceda.host.control-plane.oxide.internal.:32221,f5b5f7c8-2dbc-44df-b25b-26685be4a577.host.control-plane.oxide.internal.:32221, --max-sql-memory 256MiB
29 [ Jul 23 04:13:57 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::3.
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 *
54 *
55 * WARNING: disk slowness detected: unable to sync log files within 10s
56 *
57 *
58 * WARNING: The server appears to be unable to contact the other nodes in the cluster. Please try:
59 *
60 * - starting the other nodes, if you haven't already;
61 * - double-checking that the '--join' and '--listen'/'--advertise' flags are set up correctly;
62 * - running the 'cockroach init' command if you are trying to initialize a new cluster.
63 *
64 * If problems persist, please see https://www.cockroachlabs.com/docs/v22.1/cluster-setup-troubleshooting.html.
65 *
66 *
67 * WARNING: disk slowness detected: unable to sync log files within 10s
68 *
69 CockroachDB node starting at 2026-07-23 04:14:40.473097097 +0000 UTC (took 42.3s)
70 build: OSS v22.1.22-64-g86fdbfca06 @ 2026/03/18 01:49:10 (go1.22.11)
71 webui: http://127.0.0.1:8080
72 sql: postgresql://root@[fd00:1122:3344:101::3]:32221/defaultdb?sslmode=disable
73 sql (JDBC): jdbc:postgresql://[fd00:1122:3344:101::3]:32221/defaultdb?sslmode=disable&user=root
74 RPC client flags: /opt/oxide/cockroachdb/bin/cockroach <client cmd> --host=[fd00:1122:3344:101::3]:32221 --insecure
75 logs: /data/logs
76 temp dir: /data/cockroach-temp2004836214
77 external I/O path: /data/extern
78 store[0]: path=/data
79 storage engine: pebble
80 clusterID: 3c1f36d0-bed7-4f2d-aa7b-9176faec4e7c
81 status: initialized new node, joined pre-existing cluster
82 nodeID: 5