Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2020 02:43:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244707] dns/bind914 : named-checkconf fails with filter-aaaa plugin
Message-ID:  <bug-244707-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244707

            Bug ID: 244707
           Summary: dns/bind914 : named-checkconf fails with filter-aaaa
                    plugin
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mat@FreeBSD.org
          Reporter: zane.jocelyn@gmail.com
          Assignee: mat@FreeBSD.org
             Flags: maintainer-feedback?(mat@FreeBSD.org)

Upon enabling the filter-aaaa.so plugin in the named.conf

named.conf:

plugin query "/usr/local/lib/named/filter-aaaa.so" {
       filter-aaaa-on-v4 yes;
};

named-checkconf fails with the following:

named-checkconf /usr/local/etc/namedb/named.conf
/usr/local/etc/namedb/named.conf:66: /usr/local/lib/named/filter-aaaa.so:
plugin check failed: failure

Upon appending the -c argument to named-checkconf, the named service starts
without any issues.

2020-03-05T04:45:41 | named[4244]: registering 'filter-aaaa' module from
/usr/local/etc/namedb/named.conf:66, with parameters
2020-03-05T04:45:41 | named[4244]: registering plugin
'/usr/local/lib/named/filter-aaaa.so'
2020-03-05T04:45:41 | named[4244]: loading plugin
'/usr/local/lib/named/filter-aaaa.so'

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244707-7788>