You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Startup of newrelic-plugin-agent Failed
.Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/helper/unix.py", line 91, in start
self._daemonize()
File "/usr/lib/python2.7/site-packages/helper/unix.py", line 152, in _daemonize
if os.getuid() != self.uid:
File "/usr/lib/python2.7/site-packages/helper/unix.py", line 139, in uid
self._uid = pwd.getpwnam(self.config.daemon.user).pw_uid
KeyError: 'getpwnam(): name not found: newrelic'
Hi,
I am trying to configure the newrelic agent but getting the following error
$ newrelic-plugin-agent -c /etc/newrelic/newrelic-plugin-agent.cfg
ERROR: Startup of newrelic-plugin-agent Failed
.Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/helper/unix.py", line 91, in start
self._daemonize()
File "/usr/lib/python2.7/site-packages/helper/unix.py", line 152, in _daemonize
if os.getuid() != self.uid:
File "/usr/lib/python2.7/site-packages/helper/unix.py", line 139, in uid
self._uid = pwd.getpwnam(self.config.daemon.user).pw_uid
KeyError: 'getpwnam(): name not found: newrelic'
Exception log: /var/tmp/newrelic-plugin-agent.errors
Please note ,My osuser is not newrelic,Is that the reason and is there any around.
Please let me know.
Thanks
Kala.Krishnan
The text was updated successfully, but these errors were encountered: