1 | [ Aug 27 18:59:35 Enabled. ] | ||
2 | [ Aug 27 18:59:35 Rereading configuration. ] | ||
3 | [ Aug 27 18:59:36 Rereading configuration. ] | ||
4 | [ Aug 27 18:59:36 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:2::1]:5353 --dns-address [fd00:1122:3344:2::1]:53 &"). ] | ||
5 | [ Aug 27 18:59:36 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:2::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-27T18:59:36.755Z | INFO | dns-server: config config = Config { log: File { level: Info, path: "/dev/stdout", if_exists: Append }, dropshot: ConfigDropshot { bind_address: [fd00:1122:3344:2::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:2::1]:53 } |
9 | 2024-08-27T18:59:36.755Z | INFO | dns-server (store): opening sled database path = /data/dns |
10 | 2024-08-27T18:59:36.777Z | INFO | dns-server (store): pruning trees for generations newer than 0 |
11 | 2024-08-27T18:59:36.777Z | INFO | dns-server (store): pruning trees for generations older than 0 keep = 3 |
12 | 2024-08-27T18:59:36.777Z | INFO | dns-server (dns): DNS server bound to address local_address = [fd00:1122:3344:2::1]:53 |
13 | 2024-08-27T18:59:36.777Z | INFO | dns-server (http): listening local_addr = [fd00:1122:3344:2::1]:5353 |
14 | 2024-08-27T18:59:37.191Z | ERRO | dns-server (dns): failed to handle incoming DNS message: MessageRequest { header: Header { id: 10812, message_type: Query, op_code: Query, authoritative: false, truncation: false, recursion_desired: true, recursion_available: false, authentic_data: false, checking_disabled: false, response_code: NoError, query_count: 1, answer_count: 0, name_server_count: 0, additional_count: 1, }, query: WireQuery { query: LowerQuery { name: LowerName( Name("_nexus._tcp.control-plane.oxide.internal."), ), original: Query { name: Name("_nexus._tcp.control-plane.oxide.internal."), query_type: SRV, query_class: IN, }, }, original: [ 6, 95, 110, 101, 120, 117, 115, 4, 95, 116, 99, 112, 13, 99, 111, 110, 116, 114, 111, 108, 45, 112, 108, 97, 110, 101, 5, 111, 120, 105, 100, 101, 8, 105, 110, 116, 101, 114, 110, 97, 108, 0, 0, 33, 0, 1, ], }, answers: [], name_servers: [], additionals: [], sig0: [], edns: Some( Edns { rcode_high: 0, version: 0, dnssec_ok: false, max_payload: 1232, options: OPT { options: {}, }, }, ), } SERVFAIL: server is not authoritative for name: "_nexus._tcp.control-plane.oxide.internal." peer_addr = [fd00:1122:3344:2::2]:54137 req_id = 5237402c-49ba-452f-901f-60f3d35b868c |
15 | 2024-08-27T18:59:37.368Z | INFO | dns-server (http): accepted connection local_addr = [fd00:1122:3344:2::1]:5353 remote_addr = [fd00:1122:3344:2::2]:64809 |
16 | 2024-08-27T18:59:37.369Z | INFO | dns-server (store): attempting generation update new_generation = 1 req_id = e73d32b6-a620-4b01-a789-637f57c2bab2 |
17 | 2024-08-27T18:59:37.369Z | INFO | dns-server (store): pruning trees for generations newer than 0 |
18 | 2024-08-27T18:59:37.384Z | INFO | dns-server (store): pruning trees for generations older than 1 keep = 3 |
19 | 2024-08-27T18:59:37.385Z | INFO | dns-server (store): updated generation new_generation = 1 req_id = e73d32b6-a620-4b01-a789-637f57c2bab2 |
20 | 2024-08-27T18:59:37.385Z | INFO | dns-server (http): request completed latency_us = 16045 local_addr = [fd00:1122:3344:2::1]:5353 method = PUT remote_addr = [fd00:1122:3344:2::2]:64809 req_id = e73d32b6-a620-4b01-a789-637f57c2bab2 response_code = 204 uri = /config |