[Bug 1749942] Re: Smokeping 2.6.11-4 probe FPing is not compatible with fping 4.0 when setting sourceaddress option.

Gabriel Filion 1749942 at bugs.launchpad.net
Sun Mar 24 15:36:28 UTC 2019


ook, 2nd trial. I've reapplied the same changes on the right version
this time. so smokeping 2.6.11-4

I've allowed dch to make it version -4.1 since it's a divergence from -4
but -5 has already been released and is different. however, I don't know
if this respects ubuntu's version numbering policy. please advise if I
need to change this -- or even better, change the version number without
my intervention :)

** Patch added: "this patch is based on the package in bionic"
   https://bugs.launchpad.net/ubuntu/+source/smokeping/+bug/1749942/+attachment/5249081/+files/smokeping-2.6.11-4.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1749942

Title:
  Smokeping 2.6.11-4 probe FPing is not compatible with fping 4.0 when
  setting sourceaddress option.

Status in smokeping package in Ubuntu:
  New

Bug description:
  Smokeping 2.6.11-4 probe FPing is not compatible with fping 4.0 when
  setting sourceaddress option.

  It happens because the '-S' option is expecting the 3.13 help output
  but it has changed in 4.0.

  In smokeping version 2.7.1 the '-S' option checking has changed to be
  compatible with 3.13 and 4.0.

  Version 2.6.11 (FPing.pm line 70)
          $self->{enable}{S} = (`$binary -h 2>&1` =~ /\s-S\s/);
  Version 2.7.1 (FPing.pm line 70)
          $self->{enable}{S} = (`$binary -h 2>&1` =~ /\s-S[,\s]/);

  It also affects to other options like '-O'.

  Reported in 2017-June in Smokeping github
  (https://github.com/oetiker/SmokePing/issues/90)

  I propose to update Smokeping to version 2.7.1.

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



More information about the Ubuntu-sponsors mailing list