You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mha-helper was failing when running the arping command with requires_arping configured.
I had run apt install arping
I tried manually running the arping command without the -q quiet flag and was getting timeout messages.
I discovered this thread https://bugs.launchpad.net/neutron/+bug/1715734 and installed iputils-arping instead which fixed the error code.
I also had to do a ln -s /usr/bin/arping /usr/sbin/arping because this arping version installs at a different path.
The text was updated successfully, but these errors were encountered:
In case anyone is wondering why arping always fails on Ubuntu 20.04 Focal it's because a bug was introduced that always returns a exit code 1.
This was fixed with this commit iputils/iputils@68f12fc but that version is not available in the Focal repo at this time
I'm using Ubuntu 16.04 servers
The mha-helper was failing when running the arping command with requires_arping configured.
I had run
apt install arping
I tried manually running the arping command without the
-q
quiet flag and was getting timeout messages.I discovered this thread https://bugs.launchpad.net/neutron/+bug/1715734 and installed
iputils-arping
instead which fixed the error code.I also had to do a
ln -s /usr/bin/arping /usr/sbin/arping
because this arping version installs at a different path.The text was updated successfully, but these errors were encountered: