in reply to bad ping status with the forks module
On the failing system, what is the output from:
I am trying to isolate the modules. This should verifiy that the problem is not in Net::Ping::External.perl -e 'use forks; print system("ping -c1 localhost"),"\n$?\n";print +$! if ($?==-1)'
perl -e 'print system("ping -c1 localhost"),"\n$?\n";print $! if ($?== +-1)' PING localhost.tan.us (127.0.0.1): 56 data bytes 64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.133 ms --- localhost.tan.us ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.133/0.133/0.133/0.000 ms 0 0
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: bad ping status with the forks module
by erc_fun (Initiate) on Jul 13, 2006 at 07:11 UTC | |
by starbolin (Hermit) on Jul 13, 2006 at 17:06 UTC | |
by starbolin (Hermit) on Jul 15, 2006 at 04:07 UTC | |
by erc_fun (Initiate) on Jul 14, 2006 at 12:40 UTC | |
by BrowserUk (Patriarch) on Jul 14, 2006 at 14:11 UTC |