-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fping incompatibility with Freebsd oses #39
Comments
|
I have completed those tests with different versions of FreeBSD in different networks architectures (with/without vlans,vrrp...). Chatting at Freenode #Zabbix channel other user using FreeBSD have reproduced the same issue. |
|
Clarification on the procedure to reproduce the problem : First of all, the goal is to use fping command to check an unreachable host_ip availability (this host must be DOWN) LOCATED ON THE LOCAL NETWORK, same subnet (your FreeBSD has an interface and (ps : Using fping with ip located on external/routed network, fping always Then you have to launch this command 2 or 3 consecutive times from Fping free_ip_address If you follow this procedure you will get something like: fping 10.0.5.81 ==> 10.0.5.81 is unreachable Then pfing will get stuck and if you ctrl-c, it will stop and you will The first try will be ok with a normal result, as soon as you will |
|
FreeBSD Fping port maintainer have confirmed this issue. A suggestion would be a negative caching issue that fping doesn't handle. |
|
FreeBSD Problem Report : |
|
A patch has been submitted by FreeBSD Fping port maintainer (refer http://www.freebsd.org/cgi/query-pr.cgi?pr=176439): diff -r 830ac78f8d7f files/patch-fping.c
Can anyone validate and integrate if functional. Thanks |
The text was updated successfully, but these errors were encountered: