Bug#721792: mtr fails without IPv6 socket

2014-02-25 Thread Andreas Mohr
Hi,

 Yes. This bug is fix committed in the git repository. But I haven't
 released the next version yet.

OK, manual build (b46c5598593) near-fully worked, thanks!

I'm interested in this since

# mtr -4 www.sueddeutsche.de
Unable to allocate IPv6 socket for nameserver communication: Address
family not supported by protocol

had catastrophic failure (shortly flashing mtr X11 window, then quit)
despite -4 option given.

(running with

# CONFIG_IPV6 is not set

here, more or less for archaic-hardware reasons)


With the manual build I still get the

# mtr -4 www.sueddeutsche.de
Unable to allocate IPv6 socket for nameserver communication: Address
family not supported by protocol

but the window does work. :)

Given that I did explicitly specify -4 option (quoting mtr(8): Use IPv4
only. - note only.)
I'm a bit puzzled why there's still this IPv6-side error (well, warning)
message displayed/processed at all.
Seems like slightly erroneous program flow in IPv4-only case?

Other than that, very useful stuff!

Andreas Mohr

-- 
GNU/Linux. It's not the software that's free, it's you.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#721792: mtr fails without IPv6 socket

2013-09-04 Thread James Blanford
Package: mtr
Version: 0.85-1
Severity: normal

Dear Maintainer,

On a system without IPv6 support, mtr fails on invocation, such as,
mtr localhost or mtr example.com issuing the error,
Unable to allocate IPv6 socket for nameserver communication: Address
family not supported by protocol

I would expect mtr to try IPv4, if IPv6 is not available.
Partial functioning can be obtained if resolution of hostnames is not 
requested by adding the -n command line switch.



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10.10 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages mtr depends on:
ii  libatk1.0-0  2.8.0-2
ii  libc62.17-92
ii  libcairo21.12.14-4
ii  libfontconfig1   2.10.2-2
ii  libfreetype6 2.4.9-1.1
ii  libgdk-pixbuf2.0-0   2.28.2-1
ii  libglib2.0-0 2.36.4-1
ii  libgtk2.0-0  2.24.20-1
ii  libncurses5  5.9+20130608-1
ii  libpango-1.0-0   1.32.5-5+b1
ii  libpangocairo-1.0-0  1.32.5-5+b1
ii  libpangoft2-1.0-01.32.5-5+b1
ii  libtinfo55.9+20130608-1

mtr recommends no packages.

mtr suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#721792: mtr fails without IPv6 socket

2013-09-04 Thread Rogier Wolff

Hi James, 

Yes. This bug is fix committed in the git repository. But I haven't
released the next version yet.

You can do 
  apt-get build-deps mtr
and then clone the git repository and compile:
  git clone https://github.com/traviscross/mtr.git
  cd mtr
  sh bootstrap.sh ; ./configure ; make
and if all goes well
  sudo make install

That should get you the upgraded version without this bug. 

Roger. 

On Wed, Sep 04, 2013 at 12:17:22AM -0600, James Blanford wrote:
 Package: mtr
 Version: 0.85-1
 Severity: normal
 
 Dear Maintainer,
 
 On a system without IPv6 support, mtr fails on invocation, such as,
 mtr localhost or mtr example.com issuing the error,
 Unable to allocate IPv6 socket for nameserver communication: Address
 family not supported by protocol
 
 I would expect mtr to try IPv4, if IPv6 is not available.
 Partial functioning can be obtained if resolution of hostnames is not 
 requested by adding the -n command line switch.
 
 
 
 -- System Information:
 Debian Release: jessie/sid
   APT prefers testing
   APT policy: (500, 'testing')
 Architecture: amd64 (x86_64)
 Foreign Architectures: i386
 
 Kernel: Linux 3.10.10 (SMP w/2 CPU cores; PREEMPT)
 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages mtr depends on:
 ii  libatk1.0-0  2.8.0-2
 ii  libc62.17-92
 ii  libcairo21.12.14-4
 ii  libfontconfig1   2.10.2-2
 ii  libfreetype6 2.4.9-1.1
 ii  libgdk-pixbuf2.0-0   2.28.2-1
 ii  libglib2.0-0 2.36.4-1
 ii  libgtk2.0-0  2.24.20-1
 ii  libncurses5  5.9+20130608-1
 ii  libpango-1.0-0   1.32.5-5+b1
 ii  libpangocairo-1.0-0  1.32.5-5+b1
 ii  libpangoft2-1.0-01.32.5-5+b1
 ii  libtinfo55.9+20130608-1
 
 mtr recommends no packages.
 
 mtr suggests no packages.
 
 -- no debconf information
 

-- 
** r.e.wo...@bitwizard.nl ** http://www.BitWizard.nl/ ** +31-15-2600998 **
**Delftechpark 26 2628 XH  Delft, The Netherlands. KVK: 27239233**
*-- BitWizard writes Linux device drivers for any device you may have! --*
The plan was simple, like my brother-in-law Phil. But unlike
Phil, this plan just might work.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org