Re: Problem with latest Docker image
Hey Randy, you haven’t specified previous version you’ve been using, but nothing expect the version has changed between 9.20.8 and 9.20.9 and between 9.20.9 and 9.20.10: https://gitlab.isc.org/isc-projects/bind9-docker/-/commits/v9.20?ref_type=heads You can change the command like of named from -f to -g: https://gitlab.isc.org/isc-projects/bind9-docker/-/blob/v9.18/Dockerfile?ref_type=heads Lookup the documentation for the ENTRYPOINT and CMD (https://www.docker.com/blog/docker-best-practices-choosing-between-run-cmd-and-entrypoint/) how to run named with different arguments (the -g forces named to log to default stderr). Ondrej -- Ondřej Surý — ISC (He/Him) My working hours and your working hours may be different. Please do not feel obligated to reply outside your normal working hours. > On 20. 6. 2025, at 16:24, Randy Scott via bind-users > wrote: > > > I've been using the Docker image of v9.20 from > https://hub.docker.com/r/internetsystemsconsortium/bind9 as a base image for > quite some time, with no issues. However when I use the most recent image > (~6/18/25), named fails to start (no error message given). I tried upping the > debug level with -d 9, but there was still no error message, either in the > logs or to stdout. > > At some point, something I did generated a named.run file, and that file > ended with these two messages: > > config.c: option 'geoip-directory' was not enabled at compile time > unable to load internal defaults: failure > > (But I'm not sure what I did to generate the named.run file, and I haven't > been able to recreate it) > > I'm not using any geo capability that I know of. I haven't changed anything > in my bind config files in quite some time, and it's always worked up into > two days ago. Also, the v9.21 image works fine. > > Is there some problem with the 9.20 image, or has something changed recently > that makes a previously-working configuration invalid? > > Also, how can I get more debugging info? > > > > -- > Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from > this list > > ISC funds the development of this software with paid support subscriptions. > Contact us at https://www.isc.org/contact/ for more information. > > > bind-users mailing list > bind-users@lists.isc.org > https://lists.isc.org/mailman/listinfo/bind-users -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information. bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users
Re: Problem with latest Docker image
Hi Randy, I've not used the docker images or "geoip-directory", but the error message you found sounds like support for this is a compile time option that was not enabled. Perhaps check your configuration. Does it contain "geoip-directory"? Do you need this support? If not, I suggest disabling the configuration directive. You may be using it in an access control list, so check your configuration for that too. See here: https://bind9.readthedocs.io/en/v9.20.10/reference.html#namedconf-statement-geoip-directory and here: https://bind9.readthedocs.io/en/v9.20.10/chapter7.html#access-control-lists Thank you, Darren Ankney On Fri, Jun 20, 2025 at 9:24 AM Randy Scott via bind-users wrote: > > I've been using the Docker image of v9.20 from > https://hub.docker.com/r/internetsystemsconsortium/bind9 as a base image for > quite some time, with no issues. However when I use the most recent image > (~6/18/25), named fails to start (no error message given). I tried upping the > debug level with -d 9, but there was still no error message, either in the > logs or to stdout. > > At some point, something I did generated a named.run file, and that file > ended with these two messages: > > config.c: option 'geoip-directory' was not enabled at compile time > unable to load internal defaults: failure > > (But I'm not sure what I did to generate the named.run file, and I haven't > been able to recreate it) > > I'm not using any geo capability that I know of. I haven't changed anything > in my bind config files in quite some time, and it's always worked up into > two days ago. Also, the v9.21 image works fine. > > Is there some problem with the 9.20 image, or has something changed recently > that makes a previously-working configuration invalid? > > Also, how can I get more debugging info? > > > -- > Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from > this list > > ISC funds the development of this software with paid support subscriptions. > Contact us at https://www.isc.org/contact/ for more information. > > > bind-users mailing list > bind-users@lists.isc.org > https://lists.isc.org/mailman/listinfo/bind-users -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information. bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users