PingER and the tracerouter server were installed at Daffodil University in Bangladesh.

To further investigate we were provided an account on 203.190.11.4.

We followed the information in http://www-iepm.slac.stanford.edu/pinger/faq.html#nodata

pinger.xml

The crontab shows:

[root@pinger ~]# crontab -l
*/30 * * * * cd /usr/local/share/pinger; perl /usr/local/share/pinger/pinger2.pl > /usr/local/share/pinger/pingerCronStat.stdout 2> /usr/local/share/pinger/pingerCronStat.stderr

And the pinger2.pl version is the latest (2.0.6).

pingerCronStat.stdout log

Tue Oct  1 00:30:01 2013 /usr/local/share/pinger/pinger2.pl(version=2.0.6, 11/12/2012 by Les Cottrell) loaded pinger.xml config for root@pinger.slac.stanford.edu
getIPV4: Tue Oct  1 00:30:01 2013 local time processing pinger.slac.stanford.edu
_getIP(1,pinger.slac.stanford.edu): dnsCmd=/usr/local/share/pinger/dnsV4Cmd.pl %destination, destination=pinger.slac.stanford.edu
/tmp/pinger2_newBeaconList.txt does not exist on pinger.daffodilvarsity.edu.bd
BeaconList will be updated. LastUpdate was: 0 interval is 604800.

pingerCronStat.stderr log

Can't exec "/usr/local/bin/lynx": No such file or directory at /usr/local/share/pinger/pinger2.pl line 518.
Use of uninitialized value $beacons in split at /usr/local/share/pinger/pinger2.pl line 520.
Use of uninitialized value $nline in concatenation (.) or string at /usr/local/share/pinger/pinger2.pl line 596.

Resolution

There is a lynx on the host. It is at /usr/bin/lynx. This needed to be entered in the pinger.xml file, i.e.

 <HttpGetBin>/usr/bin/lynx -source -dump %s</HttpGetBin>

In addition I verified that the locations of the dig, mail and ping were correctly entered in pinger.xml.

I looked at the latest entry inĀ /usr/local/share/pinger/data/

[root@pinger pinger]# ls -l data/
total 32
-rw-r--r-- 1 root root 27480 Oct  1 03:54 ping-2013-09.txt

The update time and date were recent and there were >> 1000 bytes in the file so it looked promising. So I did a tail on the file:

[root@pinger pinger]# tail data/ping-2013-09.txt
203.190.11.4 203.190.11.4 namunu.learn.ac.lk 192.248.1.161 100 1380577965 10 10 99.787 100.423 101.959 1 2 3 4 5 6 7 8 9 10 101 99.7 101 99.8 100 100 100 100 99.8 101
203.190.11.4 203.190.11.4 fnal.fnal.gov 131.225.111.1 100 1380577944 30 0
203.190.11.4 203.190.11.4 www.weizmann.ac.il 132.77.150.57 1000 1380577945 30 0
203.190.11.4 203.190.11.4 www.camnet.com.kh 203.223.32.17 100 1380577950 30 0
203.190.11.4 203.190.11.4 namunu.learn.ac.lk 192.248.1.161 1000 1380577974 10 10 101.260 101.431 101.524 1 2 3 4 5 6 7 8 9 10 101 101 101 101 101 101 101 101 101 101
203.190.11.4 203.190.11.4 pinger.alquds.edu 62.90.25.198 1000 1380577957 30 0
203.190.11.4 203.190.11.4 fnal.fnal.gov 131.225.111.1 1000 1380577974 31 0
203.190.11.4 203.190.11.4 www.camnet.com.kh 203.223.32.17 1000 1380577980 30 0
203.190.11.4 203.190.11.4 pingermtn.pern.edu.pk 121.52.158.210 100 1380577983 30 0
203.190.11.4 203.190.11.4 pingermtn.pern.edu.pk 121.52.158.210 1000 1380578013 31 0

"It's alive!"*
_________
* Mary Shelley, "Frankenstein".