Lines Matching refs:fatal_exit
110 if(!p) fatal_exit("out of memory"); in print_option()
119 if(!p) fatal_exit("out of memory"); in print_option()
126 fatal_exit("cannot print option '%s'", opt); in print_option()
139 fatal_exit("out of memory"); in check_mod()
141 fatal_exit("out of memory"); in check_mod()
143 fatal_exit("bad config for %s module", fb->name); in check_mod()
193 fatal_exit("out of memory"); in localzonechecks()
195 fatal_exit("failed local-zone, local-data configuration"); in localzonechecks()
215 fatal_exit("cannot parse access-control-view " in acl_view_tag_checks()
220 fatal_exit("cannot find view for " in acl_view_tag_checks()
231 fatal_exit("cannot parse access-control-tags " in acl_view_tag_checks()
241 fatal_exit("cannot parse access-control-tag-actions " in acl_view_tag_checks()
246 fatal_exit("cannot parse tag %s (define-tag it), " in acl_view_tag_checks()
251 fatal_exit("cannot parse access control action type %s" in acl_view_tag_checks()
265 fatal_exit("cannot parse access-control-tag-datas address %s %s '%s'", in acl_view_tag_checks()
269 fatal_exit("cannot parse tag %s (define-tag it), " in acl_view_tag_checks()
279 …fatal_exit("cannot parse rr data [char %d] parse error %s, for access-control-tag-datas: %s %s '%s… in acl_view_tag_checks()
295 fatal_exit("Could not create views: out of memory"); in view_and_respipchecks()
297 fatal_exit("Could not create respip set: out of memory"); in view_and_respipchecks()
299 fatal_exit("Could not set up views"); in view_and_respipchecks()
301 fatal_exit("Could not setup respip set"); in view_and_respipchecks()
303 fatal_exit("Could not setup per-view respip sets"); in view_and_respipchecks()
346 if(!resif) fatal_exit("malloc failure"); in interfacechecks()
348 if(!num_resif) fatal_exit("malloc failure"); in interfacechecks()
354 fatal_exit("interface: %s present twice, " in interfacechecks()
361 fatal_exit("could not resolve interface names, for %s", in interfacechecks()
368 fatal_exit("PROXYv2 and DNSCrypt combination not " in interfacechecks()
372 fatal_exit("PROXYv2 and DoH combination not " in interfacechecks()
380 fatal_exit("cannot parse interface address '%s' from the interface specified as '%s'", in interfacechecks()
383 fatal_exit("cannot parse interface specified as '%s'", in interfacechecks()
397 …fatal_exit("%s present twice, cannot bind the same ports twice. The first entry is %s and the seco… in interfacechecks()
413 fatal_exit("cannot parse outgoing-interface " in interfacechecks()
418 fatal_exit("outgoing-interface: %s present " in interfacechecks()
440 …fatal_exit("interface-automatic-ports: port out of range at position %d in '%s'", (int)(now-ifauto… in ifautomaticportschecks()
442 …fatal_exit("interface-automatic-ports: parse error at position %d in '%s'", (int)(now-ifautomaticp… in ifautomaticportschecks()
458 fatal_exit("cannot parse access control address %s %s", in aclchecks()
475 fatal_exit("cannot parse tcp connection limit address %s %s", in tcpconnlimitchecks()
526 if(!fname) fatal_exit("out of memory"); in basedir()
542 if(!*ss) fatal_exit("out of memory"); in check_chroot_string()
545 fatal_exit("%s: \"%s\" does not exist in " in check_chroot_string()
548 fatal_exit("%s: \"%s\" does not exist", in check_chroot_string()
595 fatal_exit("Could not create ednssubnet whitelist: out of memory"); in ecs_conf_checks()
597 fatal_exit("Could not setup ednssubnet whitelist"); in ecs_conf_checks()
633 fatal_exit("module_conf lists module '%s' but that " in check_modules_exist()
652 fatal_exit("verbosity value < 0"); in morechecks()
654 fatal_exit("num_threads value weird"); in morechecks()
656 fatal_exit("ip4 and ip6 are both disabled, pointless"); in morechecks()
658 fatal_exit("cannot prefer and disable ip4, pointless"); in morechecks()
660 fatal_exit("cannot prefer and disable ip6, pointless"); in morechecks()
662 fatal_exit("udp and tcp are both disabled, pointless"); in morechecks()
664 fatal_exit("edns-buffer-size larger than msg-buffer-size, " in morechecks()
671 fatal_exit("chootdir %s has trailing slash '/' please remove.", in morechecks()
675 fatal_exit("bad chroot directory"); in morechecks()
679 if(!ad) fatal_exit("out of memory"); in morechecks()
680 if(!is_dir(ad)) fatal_exit("bad chdir directory"); in morechecks()
690 fatal_exit("pidfile directory does not exist"); in morechecks()
697 fatal_exit("logfile directory does not exist"); in morechecks()
725 …fatal_exit("disable-edns-do does not allow DNSSEC to work, but the validator module uses a trust a… in morechecks()
897 fatal_exit("module conf '%s' is not known to work", in morechecks()
904 fatal_exit("user '%s' does not exist.", cfg->username); in morechecks()
917 fatal_exit("control-key-file: \"%s\" does not exist", in morechecks()
920 fatal_exit("control-cert-file: \"%s\" does not exist", in morechecks()
938 fatal_exit("Could not set forward zones"); in check_fwd()
949 fatal_exit("Could not set root or stub hints"); in check_hints()
961 fatal_exit("Could not setup authority zones"); in check_auth()
973 fatal_exit("out of memory"); in checkconf()