Bug 5692
Summary: | ping -c and -w flags broken | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | luke |
Component: | netkit-base | Assignee: | Jeff Johnson <jbj> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | CC: | jefe, mike.eklund, mpc, wyatt |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-01-17 22:29:34 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
luke
1999-10-07 19:31:32 UTC
Even though the -c option works on local subnets, the return code from ping is ALWAYS 0, despite ping's success or failure. When the destination host is unreachable, the return code should be 1, from the manpage. This will break a lot of scripts that test reachability of a certain host. To us this is really a major problem, we need the -c flag for some of our perl scripts. Up to now we have been using ping from redhat 6.0 without problem. What is the timeline for getting this resolved? It's fixed in Raw Hide. ping now comes from iputils, so just updating netkit-base won't help you. Update netkit-base and install iputils, and it'll work. |