Ticket #1 (new defect)

Opened 21 months ago

Last modified 4 months ago

ping command is not working on emulated environment (under qemu)

Reported by: vivijim Owned by: laurov
Priority: major Milestone: 0.3
Component: Qemu Version: 0.3
Keywords: Cc:

Description (last modified by rsalveti) (diff)

root mamona-chroot /# ping www.google.com
Unsupported setsockopt level=1 optname=6
Unsupported setsockopt level=1 optname=8
PING www.l.google.com (209.85.165.103): 56 data bytes
64 bytes from 209.85.165.103: icmp_seq=0 ttl=240 time=186.9 ms

After this first answer, the ping freeze.

And there are error messages:

unsupported setsockopt level=1 optname={6,8}

But level 1 is not supported by linux kernel as we can see in /usr/include/linux/socket.h:

/* Setsockoptions(2) level. Thanks to BSD these must match IPPROTO_xxx */
#define SOL_IP		0
/* #define SOL_ICMP	1	No-no-no! Due to Linux :-) we cannot use SOL_ICMP=1 */

Change History

Changed 18 months ago by anonymous

  • cc None added
  • component changed from Package to Documentation
  • summary changed from ping freezing after first reponse and using unsupported setsockopt level to None
  • priority changed from minor to major
  • version 1.0 deleted
  • milestone changed from Alpha to Beta
  • keywords None added; ping setsockopt level removed
  • type changed from defect to enhancement

Changed 18 months ago by anonymous

  • priority changed from major to critical
  • type changed from enhancement to defect
  • version set to 2.0
  • component changed from Documentation to Package
  • milestone changed from Beta to Delta

Changed 18 months ago by anonymous

  • priority changed from critical to major
  • type changed from defect to enhancement
  • version 2.0 deleted
  • component changed from Package to Site
  • milestone changed from Delta to Alpha

Changed 17 months ago by vivijim

  • summary changed from None to ping command ins't working on emulated environment (under qemu)

Changed 17 months ago by vivijim

  • type changed from enhancement to defect
  • component changed from Site to Build System

Changed 17 months ago by anonymous

  • keywords <Key> added; None removed
  • priority changed from major to trivial
  • summary changed from ping command ins't working on emulated environment (under qemu) to anonymous
  • version set to 1.0
  • milestone changed from Alpha to Gamma

Changed 17 months ago by vivijim

  • component changed from Build System to Package
  • summary changed from anonymous to ping command ins't working on emulated environment (under qemu)
  • priority changed from trivial to major
  • version 1.0 deleted
  • milestone Gamma deleted
  • keywords <Key> removed

Changed 16 months ago by mamacedo

  • owner changed from vivijim to laurov
  • summary changed from ping command ins't working on emulated environment (under qemu) to ping command is not working on emulated environment (under qemu)

Changed 5 months ago by rsalveti

  • cc None removed
  • component changed from Package to Qemu
  • description modified (diff)

Changed 4 months ago by rsalveti

  • version set to 0.3
  • milestone set to 0.3

Moving to Mamona 0.3.

Note: See TracTickets for help on using tickets.