Hi !
Another strange issue on my linux box...
When i do a "ping", it always transmits only _one_ packet
and then "hangs", I'll have to CTRL-C out to stop it.
It doesn't matter at all if i specify the -c option or not...
Its very likely that i messed up something on my box, because
that problem wasn't there a few weeks ago.
(I had some problems with shared libraries, maybe thats
where to start searching ?)
Example:
Centaur:/var/named # ping localhost -c 50
PING localhost (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=0.431 ms
--> no more packets here....after a few minutes CTRL-C'ing out:
--- localhost ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 0.431/0.431/0.431 ms
Any suggestion whats going wrong here?
Watz