Re the ping problem - this has come up a few times on the Big Brother mailing list. (Big Brother is a most excellent system monitoring tool available from <A HREF="
TARGET="_new">
If you need to monitor more than a couple of boxes and services, it comes highly recommended.)<br>
<br>
Digging through my mail archives... A few quotes...<br>
<br>
"Since this is a RedHat 6.1 system, you should definitely try reverting<br>
ping to an earlier version, there's a known (and reported) bug in the new<br>
ping from RH6.1 (and updates to 6.0) where a missed response will cause<br>
the silly thing to hang almost infinitely instead of stopping after a<br>
timeout."<br>
<br>
And in a little more detail from the same correspondent later...<br>
<br>
"I'll reply to this one again, since I didn't give any details.<br>
<br>
The bug as originally reported only shows when you ping a host not on<br>
your local ip net, ie. one where you ping through a router.<br>
<br>
It's still present in the newest rpm, and when I check Bugzilla, the<br>
bugreport for the problem is still listed as NEW, not as VERIFIED or<br>
FIXED, so the RH haven't even looked at it yet.<br>
<br>
Just to show the behaviour:<br>
root@cyril:/tmp# ./ping -c 1 10.10.10.10<br>
PING 10.10.10.10 (10.10.10.10) from 10.0.18.64 : 56(84) bytes of data.<br>
64 bytes from 10.10.10.10: icmp_seq=0 ttl=255 time=0.8 ms<br>
<br>
--- 10.10.10.10 ping statistics ---<br>
1 packets transmitted, 1 packets received, 0% packet loss<br>
round-trip min/avg/max = 0.8/0.8/0.8 ms<br>
This worked.<br>
<br>
root@cyril:/tmp# ./ping -c 1 10.0.0.2<br>
PING 10.0.0.2 (10.0.0.2) from 10.0.18.64 : 56(84) bytes of data.<br>
From cyril.iaeste.dk (10.0.18.64): Destination Host Unreachable<br>
<br>
--- 10.0.0.2 ping statistics ---<br>
1 packets transmitted, 0 packets received, +1 errors, 100% packet loss<br>
This also worked, though the time before giving up was ~3 seconds instead<br>
of the ~10 in the old version.<br>
<br>
root@cyril:/tmp# ./ping -c 1 130.245.25.5<br>
PING 130.245.25.5 (130.245.25.5) from 10.0.18.64 : 56(84) bytes of data.<br>
^C pressed<br>
<br>
--- 130.245.25.5 ping statistics ---<br>
4 packets transmitted, 0 packets received, 100% packet loss<br>
<br>
This breaks badly, note that it tried multiple packets, and never timed<br>
out, so is utterly useless for us."<br>
<br>
In other words, when trying to ping a non-existent host on the local network, you're told about it. When trying to ping a host on a different network, you aren't. Note the "-c 1" to send 1 packet in all examples, yet in the last example it just keeps pinging away.<br>
<br>
Doesn't sound like this is the problem with Cirvam, though. I think War has hit the nail on the head with NIC modules not being loaded, though.<br>
<br>
Hope this helps.