-- System Information:
Debian Release: 8.3
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
I found that upstream version v0.86 is actually fixing the bug, at least
partly, here is what I did :
root@debian-512mb-fra1-01:~# ls /proc/sys/net/ipv6
ls: cannot access /proc/sys/net/ipv6: No such file or directory
root@debian-512mb-fra1-01:~# wget
http://ftp.fr.debian.org/debian/pool/main/m/mtr/mtr_0.86-1+b1_amd64.deb
root@debian-512mb-fra1-01:~# ar p mtr_0.86-1+b1_amd64.deb data.tar.xz | tar xJ
root@debian-512mb-fra1-01:~# mtr --report debian.org
Start: Sat Jun 4 09:17:48 2016
Unable to allocate IPv6 socket for nameserver communication: Address family not
supported by protocol
root@debian-512mb-fra1-01:~# usr/bin/mtr --report debian.org
usr/bin/mtr: /lib/x86_64-linux-gnu/libtinfo.so.5: no version information
available (required by usr/bin/mtr)
usr/bin/mtr: /lib/x86_64-linux-gnu/libncurses.so.5: no version information
available (required by usr/bin/mtr)
Start: Sat Jun 4 09:18:01 2016
Unable to allocate IPv6 socket for nameserver communication: Address family not
supported by protocol
HOST: debian-512mb-fra1-01 Loss% Snt Last Avg Best Wrst StDev
….
9.|-- te1-5.cr2.yrk.bytemark.co 0.0% 10 16.0 16.5 16.0 19.2 0.8
10.|-- po1.ar2.dc1.yo26.yrk.byte 0.0% 10 16.2 16.6 16.1 19.7 0.9
11.|-- bm-bl1.debian.org 0.0% 10 23.4 21.0 19.4 25.5 2.1
12.|-- senfter.debian.org 0.0% 10 19.8 20.3 19.7 22.0 0.3
-------------------------
With upstream version v0.85 which is packaged with jessie, mtr is not even
starting with ipv6 disable, but with version v0.86 which is in stretch the
error message is still present but mtr looks fully functionnal appart from that.
Shouldn't this bug report be closed now ?