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
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