1 | | [ Jan 19 22:44:05 Disabled. ] |
2 | | [ Jan 19 22:44:05 Rereading configuration. ] |
3 | | [ Jan 19 22:44:18 Rereading configuration. ] |
4 | | [ Jan 19 22:44:23 Rereading configuration. ] |
5 | | [ Jan 19 22:44:23 Enabled. ] |
6 | | [ Jan 19 22:44:23 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::9]:5353 --dns-address 172.30.1.6:53 &"). ] |
7 | | [ Jan 19 22:44:23 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::9]:5353, request_body_max_bytes: 104857600, default_handler_task_mode: Detached }, storage: Config { storage_path: "/data/dns", keep_old_generations: 3 } } |
9 | | note: configured to log to "/dev/stdout" |
10 | 2024-01-19T22:44:24.006Z | INFO | dns-server: config
config = Config { log: File { level: Info, path: "/dev/stdout", if_exists: Append }, dropshot: ConfigDropshot { bind_address: [fd00:1122:3344:101::9]:5353, request_body_max_bytes: 104857600, default_handler_task_mode: Detached }, storage: Config { storage_path: "/data/dns", keep_old_generations: 3 } }
dns_config = Config { bind_address: 172.30.1.6:53 }
|
11 | 2024-01-19T22:44:24.008Z | INFO | dns-server (store): opening sled database
path = /data/dns
|
12 | 2024-01-19T22:44:24.030Z | INFO | dns-server (store): pruning trees for generations newer than 0
|
13 | 2024-01-19T22:44:24.030Z | INFO | dns-server (store): pruning trees for generations older than 0
keep = 3
|
14 | 2024-01-19T22:44:24.030Z | INFO | dns-server (dns): DNS server bound to address
local_address = 172.30.1.6:53
|
15 | 2024-01-19T22:44:24.032Z | INFO | dns-server (http): listening
local_addr = [fd00:1122:3344:101::9]:5353
|