1 | | [ Aug 14 22:27:54 Enabled. ] |
2 | | [ Aug 14 22:27:54 Rereading configuration. ] |
3 | | [ Aug 14 22:27:55 Rereading configuration. ] |
4 | | [ Aug 14 22:27:55 Executing start method ("ctrun -l child -o noorphan,regent /opt/oxide/dns-server/bin/dns-server --config-file /var/svc/manifest/site/internal_dns/config.toml --http-address [fd00:1122:3344:1::1]:5353 --dns-address [fd00:1122:3344:1::1]:53 &"). ] |
5 | | [ Aug 14 22:27:55 Method "start" exited with status 0. ] |
6 | | Config { log: File { level: Info, path: "/dev/stdout", if_exists: Append }, dropshot: ConfigDropshot { bind_address: [fd00:1122:3344:1::1]:5353, request_body_max_bytes: 104857600, default_handler_task_mode: Detached, log_headers: [] }, storage: Config { storage_path: "/data/dns", keep_old_generations: 3 } } |
7 | | note: configured to log to "/dev/stdout" |
8 | 2024-08-14T22:27:55.937Z | INFO | dns-server: config
config = Config { log: File { level: Info, path: "/dev/stdout", if_exists: Append }, dropshot: ConfigDropshot { bind_address: [fd00:1122:3344:1::1]:5353, request_body_max_bytes: 104857600, default_handler_task_mode: Detached, log_headers: [] }, storage: Config { storage_path: "/data/dns", keep_old_generations: 3 } }
dns_config = Config { bind_address: [fd00:1122:3344:1::1]:53 }
|
9 | 2024-08-14T22:27:55.937Z | INFO | dns-server (store): opening sled database
path = /data/dns
|
10 | 2024-08-14T22:27:55.956Z | INFO | dns-server (store): pruning trees for generations newer than 0
|
11 | 2024-08-14T22:27:55.956Z | INFO | dns-server (store): pruning trees for generations older than 0
keep = 3
|
12 | 2024-08-14T22:27:55.956Z | INFO | dns-server (dns): DNS server bound to address
local_address = [fd00:1122:3344:1::1]:53
|
13 | 2024-08-14T22:27:55.956Z | INFO | dns-server (http): listening
local_addr = [fd00:1122:3344:1::1]:5353
|
14 | 2024-08-14T22:27:56.104Z | ERRO | dns-server (dns): failed to handle incoming DNS message: SERVFAIL: server is not authoritative for name: "_nexus._tcp.control-plane.oxide.internal."
peer_addr = [fd00:1122:3344:1::2]:53260
req_id = 8a9e74f9-7c7f-436d-9007-7a4fd0b9b682
|
15 | 2024-08-14T22:27:56.592Z | ERRO | dns-server (dns): failed to handle incoming DNS message: SERVFAIL: server is not authoritative for name: "_nexus._tcp.control-plane.oxide.internal."
peer_addr = [fd00:1122:3344:1::2]:61747
req_id = 7ad51a92-c0eb-42af-a2b8-2847453b4b96
|
16 | 2024-08-14T22:27:56.703Z | INFO | dns-server (http): accepted connection
local_addr = [fd00:1122:3344:1::1]:5353
remote_addr = [fd00:1122:3344:1::2]:61112
|
17 | 2024-08-14T22:27:56.704Z | INFO | dns-server (store): attempting generation update
new_generation = 1
req_id = 5c08bd40-7de5-4f8f-af4a-c402bcb6c131
|
18 | 2024-08-14T22:27:56.704Z | INFO | dns-server (store): pruning trees for generations newer than 0
|
19 | 2024-08-14T22:27:56.726Z | INFO | dns-server (store): pruning trees for generations older than 1
keep = 3
|
20 | 2024-08-14T22:27:56.726Z | INFO | dns-server (store): updated generation
new_generation = 1
req_id = 5c08bd40-7de5-4f8f-af4a-c402bcb6c131
|
21 | 2024-08-14T22:27:56.726Z | INFO | dns-server (http): request completed
latency_us = 22494
local_addr = [fd00:1122:3344:1::1]:5353
method = PUT
remote_addr = [fd00:1122:3344:1::2]:61112
req_id = 5c08bd40-7de5-4f8f-af4a-c402bcb6c131
response_code = 204
uri = /config
|