← Back to team overview

kernel-packages team mailing list archive

[Bug 1267910] Re: ping -R does not work to and from a ubuntu VM image

 

Tried the above steps on a guest that was hosted / spawned on a P7
machine.

It seemed to work fine.
root@ubuntu:/usr/lib/mysql-testsuite# ping -R 9.3.189.223
PING 9.3.189.223 (9.3.189.223) 56(124) bytes of data.
64 bytes from 9.3.189.223: icmp_seq=1 ttl=64 time=0.096 ms
RR:     192.168.122.190
        9.3.189.223
        9.3.189.223
        192.168.122.190

64 bytes from 9.3.189.223: icmp_seq=2 ttl=64 time=0.065 ms      (same route)
64 bytes from 9.3.189.223: icmp_seq=3 ttl=64 time=0.056 ms      (same route)
64 bytes from 9.3.189.223: icmp_seq=4 ttl=64 time=0.060 ms      (same route)
^C
--- 9.3.189.223 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2997ms
rtt min/avg/max/mdev = 0.056/0.069/0.096/0.016 ms
root@ubuntu:/usr/lib/mysql-testsuite# uname -a
Linux ubuntu 3.13.0-0-generic #10+ppc64el-Ubuntu SMP Tue Dec 24 10:56:51 UTC 2013 ppc64le ppc64le ppc64le GNU/Linux
root@ubuntu:/usr/lib/mysql-testsuite# 

The problem however does appear on a guest that is spawned by a p8 Host.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1267910

Title:
  ping -R does not work to and from a ubuntu VM image

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Description:
  ===========

  The ping command with the -R option does not work to and from a Ubuntu guest.
   The command hangs and does not return.
  The following is the snapshot.

  [root@localhost test]# ping -R 192.168.122.182
  PING 192.168.122.182 (192.168.122.182) 56(124) bytes of data.
  ^C
  --- 192.168.122.182 ping statistics ---
  17 packets transmitted, 0 received, 100% packet loss, time 16006ms

  [root@localhost test]#

  root@ubuntu:/usr/lib/mysql-testsuite# ping -R 9.3.189.114
  PING 9.3.189.114 (9.3.189.114) 56(124) bytes of data.
  ^C
  --- 9.3.189.114 ping statistics ---
  3 packets transmitted, 0 received, 100% packet loss, time 2003ms

  root@ubuntu:/usr/lib/mysql-testsuite#

  In the above snapshot 192.168.122.82 is the IP of the guest which is
  running with the ubuntu image.

  
  PING 9.3.189.114 (9.3.189.114) 56(124) bytes of data.
  ^C
  --- 9.3.189.114 ping statistics ---
  3 packets transmitted, 0 received, 100% packet loss, time 2003ms

  
  Environment:
  ===========

  Guest running ubuntu on a Power8 host.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1267910/+subscriptions


References