Public bug reported:

iputils-ping:
  Installato: 3:20190709-3
  Candidato:  3:20190709-3
  Tabella versione:
 *** 3:20190709-3 500
        500 http://br.archive.ubuntu.com/ubuntu focal/main amd64 Packages
        100 /var/lib/dpkg/status

lsb_release -rd:
Description:    Ubuntu 20.04.1 LTS                                              
                                                                                
                                                                     
Release:        20.04


ping is using the current locale to interpret the interval value: 

    ping -i 0.3 localhost

fails with "ping: bad timing interval: 0.3"
while this works:

    ping -i 0,3 localhost

This also works:
    LANG=en ping localhost -i .3

It seems similar to a 2015 bug from Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=1283277

** Affects: iputils (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1904251

Title:
  Ping interval depends on the system's locale

Status in iputils package in Ubuntu:
  New

Bug description:
  iputils-ping:
    Installato: 3:20190709-3
    Candidato:  3:20190709-3
    Tabella versione:
   *** 3:20190709-3 500
          500 http://br.archive.ubuntu.com/ubuntu focal/main amd64 Packages
          100 /var/lib/dpkg/status

  lsb_release -rd:
  Description:    Ubuntu 20.04.1 LTS                                            
                                                                                
                                                                       
  Release:        20.04

  
  ping is using the current locale to interpret the interval value: 

      ping -i 0.3 localhost

  fails with "ping: bad timing interval: 0.3"
  while this works:

      ping -i 0,3 localhost

  This also works:
      LANG=en ping localhost -i .3

  It seems similar to a 2015 bug from Fedora:
  https://bugzilla.redhat.com/show_bug.cgi?id=1283277

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to