[Bug 511016] Re: Ping locks up if sigmask blocks SIGALRM

2012-11-09 Thread YOSHIFUJI Hideaki /
** Changed in: iputils (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/511016 Title: Ping locks up if sigmask blocks SIGALRM To manage notifications about thi

[Bug 1075424] Re: ping6 does not understand IPv6 addresses

2012-11-09 Thread YOSHIFUJI Hideaki /
This is not a bug. You need to specify interface like this when ping'ing link-local nodes: $ ping6 ff02::1%eth0 or $ ping6 -I eth0 ff02::1 ** Changed in: iputils (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1004350] Re: Ping does not show roundtrip time (64bit issue)

2012-11-09 Thread YOSHIFUJI Hideaki /
Timeval is 16bytes long on x86-64 and 8 bytes long on x86. |12 Byte PING : | |Internet Control Message Protocol : |Data (12 bytes) | | 00 01 02 03 04 05 06 07 08 09 0a 0b |Data: 000102030405060708090a0b |[Length: 12] This does NOT contain timeval information.

[Bug 484242] Re: Commented out code in arping.c causes issues when using large numbers with the -w flag

2012-11-08 Thread YOSHIFUJI Hideaki /
** Changed in: iputils (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/484242 Title: Commented out code in arping.c causes issues when using large numbers wi

[Bug 261790] Re: ping6 segfault on unchecked size boundary line parameter

2012-11-08 Thread YOSHIFUJI Hideaki /
Please provide package version. Recent versions (e.g. 3:20101006-1ubuntu1 (12.04LTS)) do not have this issue. ** Changed in: iputils (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1004350] Re: Ping does not show roundtrip time (64bit issue)

2012-11-08 Thread YOSHIFUJI Hideaki /
It is documented. ping(8) (3:20101006-1ubuntu1 from 12.04LTS) says: | If the data space is at least of size of struct timeval ping uses the | beginning bytes of this space to include a timestamp which it uses in | the computation of round trip times. If the data space is sho