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.