Joyent: December 2009 Archives

I ran into this very cryptic one while setting up Nagios at Joyent. I copied my plugins from one nrpe client to a new server. Three of my checks used check_procs which all failed with a message like this:

check_procs
System call sent warnings to stderr: pst3: This program can only be run by the root user!

To make this even more annoying, sudo did not fix it. The same error message was displayed. What was the problem? File permissions! The error message should say “This program must be owned by the root user!” The fix:

sudo chmod root:root pst3
0 Votes

About this Archive

This page is an archive of entries in the Joyent category from December 2009.

Joyent: June 2009 is the previous archive.

Joyent: March 2010 is the next archive.

Find recent content on the main index or look in the archives to find all content.