[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-28 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 2:16.4.0-0ubuntu2 --- neutron (2:16.4.0-0ubuntu2) focal; urgency=medium * d/p/provide-integer-argument-to-arping.patch: Cherry-pick upstream patch to ensure gratuitous APRs are correctly sent (LP: #1885169). neutron

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-21 Thread Pedro Guimarães
Hi, here is the output of "apt policy python3-neutron": https://pastebin.ubuntu.com/p/8xt5mdMkVg/ It shows: 16.4.0-0ubuntu2 as installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1885169 Title:

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-21 Thread Pedro Guimarães
Hi, We've run a test with -proposed version and our tests have been successful. Test scenario: Run Rally test "VMTasks.boot_runcommand_delete" 4x times with 2x as concurrency That fails on our current environment without the patch because some VMs are unreachable for several minutes. Once

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-19 Thread Bui Hong Ha
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1885169 Title: Some arping version only accept integer number as -w argument To manage notifications about this bug go to:

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-16 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/800868 Committed: https://opendev.org/openstack/neutron/commit/577be337b9a69c28383a28aab0d08149bfca8ce8 Submitter: "Zuul (22348)" Branch:stable/ussuri commit 577be337b9a69c28383a28aab0d08149bfca8ce8 Author: Rodolfo Alonso Hernandez

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-16 Thread Billy Olsen
With the package now in -proposed, dropping field-critical and moving to field-high as workaround is available. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1885169 Title: Some arping version only

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-16 Thread Brian Murray
Hello Rodolfo, or anyone else affected, Accepted neutron into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/neutron/2:16.4.0-0ubuntu2 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-16 Thread Edward Hope-Morley
For context this somewhat explains what changes occurred in iputils to lead to this issue - https://github.com/iputils/iputils/issues/267 ** Bug watch added: github.com/iputils/iputils/issues #267 https://github.com/iputils/iputils/issues/267 -- You received this bug notification because you

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-16 Thread Chris MacNaughton
This fix has been uploaded to the Focal unapproved queue (https://launchpad.net/ubuntu/focal/+queue?queue_state=1_text=neutron) ** Changed in: neutron (Ubuntu Focal) Status: New => In Progress ** Changed in: neutron (Ubuntu Focal) Assignee: (unassigned) => Chris MacNaughton

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-16 Thread James Page
This fix was included with the victoria release of Neutron so only focal/ussuri is impacted. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1885169 Title: Some arping version only accept integer

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-16 Thread Pedro Guimarães
I've ran a test with both arping and iputils-arping. I can notice that using the "arping" package, indeed it works fine, just like @hopem commented previously. However, if we run with "iputils-arping" package, then I see the same issue: $ sudo arping -A -I -c 1 -w 1.5 127.0.0.1 arping: invalid

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-16 Thread Nobuto Murata
It's likely iputils-arping. $ apt rdepends arping arping Reverse Depends: Conflicts: iputils-arping Depends: netconsole Depends: ifupdown-extra $ apt rdepends iputils-arping iputils-arping Reverse Depends: Depends: neutron-l3-agent Recommends: python3-networking-arista Recommends:

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-16 Thread Nobuto Murata
On focal, there are two packages offering arping binary: [iputils-arping(main)] $ sudo arping -U -I eth0 -c 1 -w 1.5 10.48.98.1 arping: invalid argument: '1.5' [arping(universe)] $ arping -U -I eth0 -c 1 -w 1.5 10.48.98.1 ARPING 10.48.98.1 I don't know which one our charms install. -- You

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-16 Thread Chris MacNaughton
For the record, it works the same for me on Impish as Ed shows above -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1885169 Title: Some arping version only accept integer number as -w argument To

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-16 Thread Edward Hope-Morley
I just tested arping on Focal and I dont see this issue: ubuntu@arping:~$ sudo arping -U -I eth0 -c 1 -w 1.5 10.48.98.1 ARPING 10.48.98.1 42 bytes from fe:10:17:12:6a:9c (10.48.98.1): index=0 time=14.516 usec --- 10.48.98.1 statistics --- 1 packets transmitted, 1 packets received, 0%

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-16 Thread Chris MacNaughton
I've added Focal and Neutron bug tasks to this, as it affects Ussuri still. ** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Status: New => Fix Released ** Changed in: neutron (Ubuntu) Status: New => Fix Released ** Also affects: neutron

[Bug 1885169] Re: Some arping version only accept integer number as -w argument

2021-07-16 Thread Pedro Guimarães
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1885169 Title: Some arping version only accept integer number as -w