Hi all, I'm trying to use ganglia_pbs-0.9.13 on my cluster ( http://scilx.disco.unimib.it/ganglia/ ). I've compiled on master node pbs_python and ganglia_pbs. Afther that I've copied the pbs_stats and pbs python module on all node to integrate job statistic in ganglia with gmetric. I've followed the INSTALL file instructions but this error appears...
[EMAIL PROTECTED]:~# ./pbs_stat.py Traceback (most recent call last): File "./pbs_stat.py", line 487, in ? a = pbs_stats() File "./pbs_stat.py", line 99, in __init__ self.connect() File "./pbs_stat.py", line 121, in connect self.error(pbs.pbs_geterrmsg(self.c)) AttributeError: 'module' object has no attribute 'pbs_geterrmsg' What's wrong? Thanks -- Filippo Spiga
