Comment 15 for bug 1964506

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Focal verification

# Reproducing the bug

ubuntu@f-ping-1964506:~$ apt-cache policy iputils-ping
iputils-ping:
  Installed: 3:20190709-3
  Candidate: 3:20190709-3
  Version table:
 *** 3:20190709-3 500
        500 http://br.archive.ubuntu.com/ubuntu focal/main amd64 Packages
        100 /var/lib/dpkg/status

ubuntu@f-ping-1964506:~$ ping -c 1 -s 1200 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 1200(1228) bytes of data.

--- 8.8.8.8 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms

# Confirming the fix with the package from proposed

ubuntu@f-ping-1964506:~$ apt-cache policy iputils-ping
iputils-ping:
  Installed: 3:20190709-3ubuntu1
  Candidate: 3:20190709-3ubuntu1
  Version table:
 *** 3:20190709-3ubuntu1 500
        500 http://br.archive.ubuntu.com/ubuntu focal-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     3:20190709-3 500
        500 http://br.archive.ubuntu.com/ubuntu focal/main amd64 Packages

ubuntu@f-ping-1964506:~$ ping -c 1 -s 1200 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 1200(1228) bytes of data.
76 bytes from 8.8.8.8: icmp_seq=1 ttl=118 (truncated)

--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 9.690/9.690/9.690/0.000 ms
ubuntu@f-ping-1964506:~$

# Focal verification succeeded