LarkIT / newrelic-nfsiostat

NFS IOSTAT Module for NewRelic
2 stars 3 forks source link

Daemon newrelic-nfsiostat don't want starting #18

Closed alheriau closed 9 years ago

alheriau commented 9 years ago

Hi All,

I've got this message when I start the daemon on my centOS 6.5:

Starting /usr/bin/newrelic-nfsiostat: Traceback (most recent call last): File "/usr/bin/newrelic-nfsiostat", line 31, in from daemon import runner File "/usr/lib/python2.6/site-packages/daemon/runner.py", line 25, in import pidlockfile File "/usr/lib/python2.6/site-packages/daemon/pidlockfile.py", line 33, in class PIDLockFile(LinkFileLock, object): TypeError: Error when calling the metaclass bases function() argument 1 must be code, not str

Please can you help me to find what is happen ?

Thanks, Anthony

alheriau commented 9 years ago

Hi, solved by removing 0.9 pidlockfile

Thanks,

Anthony

TJM commented 9 years ago

Wow, talk about a really ugly error message... More fun stuff from "deamon" ;)