Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

uptime agent daemon.error: Permission denied

 

This problem may also be detected by the presence of the following log message in the /var/adm/messages or /var/log/messages files:

Code Block

...

languagetext
Oct 30 10:48:07 hostname inetd[6402]: [ID 388736 daemon.error] execv /opt/uptime-agent/bin/uptmagnt: Permission denied

...

This error is generally caused by inetd attempting to run the uptmagnt binary as one user when the binary is owned by another user.  In the example above, we can find that the /opt/uptime-agent/bin/uptmagnt file is owned by nobody:

...