| 1 | | [ May 24 13:24:12 Disabled. ] |
| 2 | | [ May 24 13:24:12 Rereading configuration. ] |
| 3 | | [ May 24 13:24:13 Rereading configuration. ] |
| 4 | | [ May 24 13:24:20 Rereading configuration. ] |
| 5 | | [ May 24 13:24:20 Enabled. ] |
| 6 | | [ May 24 13:24:20 Executing start method ("ctrun -l child -o noorphan,regent /opt/oxide/dns-server/bin/dns-server --config-file /var/svc/manifest/site/external_dns/config.toml --http-address [fd00:1122:3344:101::3]:5353 --dns-address 172.30.0.5:53 &"). ] |
| 7 | | [ May 24 13:24:20 Method "start" exited with status 0. ] |
| 8 | | Config { log: File { level: Info, path: "/dev/stdout", if_exists: Append }, dropshot: ConfigDropshot { bind_address: [fd00:1122:3344:101::3]:5353, request_body_max_bytes: 104857600, tls: None }, storage: Config { storage_path: "/var/oxide/dns", keep_old_generations: 3 } } |
| 9 | | note: configured to log to "/dev/stdout" |
| 10 | 2023-05-24T20:24:20.518Z | INFO | dns-server: config
config = Config { log: File { level: Info, path: "/dev/stdout", if_exists: Append }, dropshot: ConfigDropshot { bind_address: [fd00:1122:3344:101::3]:5353, request_body_max_bytes: 104857600, tls: None }, storage: Config { storage_path: "/var/oxide/dns", keep_old_generations: 3 } }
dns_config = Config { bind_address: 172.30.0.5:53 }
|
| 11 | 2023-05-24T20:24:20.519Z | INFO | dns-server (store): opening sled database
path = /var/oxide/dns
|
| 12 | 2023-05-24T20:24:20.536Z | INFO | dns-server (store): pruning trees for generations newer than 0
|
| 13 | 2023-05-24T20:24:20.536Z | INFO | dns-server (store): pruning trees for generations older than 0
keep = 3
|
| 14 | 2023-05-24T20:24:20.536Z | INFO | dns-server (dns): DNS server bound to address
local_address = 172.30.0.5:53
|
| 15 | 2023-05-24T20:24:20.536Z | INFO | dns-server (http): listening
local_addr = [fd00:1122:3344:101::3]:5353
|