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
If running fping using the -q option to only return exit status on a "down" host in the same subnet, the system outputs on STDERR "ICMP Host Unreachable ....".
While there are ways to programmatically get around this, is it possible for fping to deal with this output when using the -q option? I would expect this as the standard behavior.
This behavior exists in the legacy and current versions fping <= version 3
Ex.:
/usr/local/sbin/fping -q 192.168.1.10
ICMP Host Unreachable from 192.168.1.5 for ICMP Echo sent to 192.168.1.10
This is on STDERR as redirecting STDERR removes the messages.
Ex.
/usr/local/sbin/fping -q 192.168.1.10 2> /dev/null
Thanks!
The text was updated successfully, but these errors were encountered:
x-way
added a commit
to x-way/fping
that referenced
this issue
May 29, 2012
If running fping using the -q option to only return exit status on a "down" host in the same subnet, the system outputs on STDERR "ICMP Host Unreachable ....".
While there are ways to programmatically get around this, is it possible for fping to deal with this output when using the -q option? I would expect this as the standard behavior.
This behavior exists in the legacy and current versions fping <= version 3
Ex.:
/usr/local/sbin/fping -q 192.168.1.10
ICMP Host Unreachable from 192.168.1.5 for ICMP Echo sent to 192.168.1.10
This is on STDERR as redirecting STDERR removes the messages.
Ex.
/usr/local/sbin/fping -q 192.168.1.10 2> /dev/null
Thanks!
The text was updated successfully, but these errors were encountered: