Your message dated Sun, 22 Oct 2017 13:19:11 +0200
with message-id 
<1508671151.815349.1146906880.773a8...@webmail.messagingengine.com>
and subject line Closing bugs in old-old-stable bind9 versions
has caused the Debian Bug report #274910,
regarding bind9: assertion failure in ifiter_ioctl.c:236: REQUIRE(iter->pos < 
(unsigned int) iter->ifc.ifc_len)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
274910: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=274910
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bind9
Severity: normal

A pure IPv6-only system shall be set up. Therefor the "named.conf.options"
file is modified to make "named" listen on IPv6 but not on IPv4:

/etc/bind/named.conf.options:
-----------------------------
options {
        directory "/var/cache/bind";
        listen-on { none; };
        listen-on-v6 { any; };
        auth-nxdomain no;    # conform to RFC1035
};

As long as there is the IPv4 loopback address (127.0.0.1) assigned to
the "lo" network interface the "named" starts.

If the IPv4 loopback address is removed from the "lo" network interface
the "named" does not start and shows the assertion failure:
ifiter_ioctl.c:236: REQUIRE(iter->pos < (unsigned int) iter->ifc.ifc_len)

Exactly the same behaviour and assertion message is seen with "lwresd".

ifconfig lo:
------------
lo        Link encap:Local Loopback
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:38201 errors:0 dropped:0 overruns:0 frame:0
          TX packets:38201 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3815026 (3.6 MiB) TX bytes:3815026 (3.6 MiB)

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=C, LC_CTYPE=C


--- End Message ---
--- Begin Message ---
Version: 1:9.10.3.dfsg.P4-12.3

Hi,

the bind9 bug list grew too much and the Debian BIND team cannot
simply test all the reported bugs against versions not in stable, so
this is mass bug close, as either the version is no longer relevant
(because of old-old-stable 9.8.x or old-stable 9.9.5 or even older
version of bind9) or the bug was already fixed.

However, if you can reproduce the bug with a current version in stable,
please use Debian BTS 'found <bug> <version_you_reproduced_the_issue>'
command to retag the bug and reopen it.

Cheers,
Ondrej

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to