<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Den 2015-05-22 08:22, Tom Schmitt skrev:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">
<div dir="ltr">
<div>I just installed 4.3.20 on CentOS 6.6</div>
<div>'xymonnet' is RED on the server</div>
<div> </div>
<div>The message is /usr/local/sbin/fping -Ae failed with error-code 4</div>
<div>/usr/local/sbin/fping:  can't create raw socket (must be run as root?):  operation not permitted</div>
<div> </div>
<div>The permissions for fping in the directory are:</div>
<div>-rwxr-xr-x. root root fping</div>
</div>
</blockquote>
<div dir="ltr">chmod u+s /usr/local/sbin/fping</div>
<div dir="ltr"> </div>
<div dir="ltr">to make it suid-root. If that doesn't do it, then there may be some CentOS SELinux settings?</div>
<div dir="ltr"> </div>
<div dir="ltr"> </div>
<div dir="ltr">Regards,</div>
<div dir="ltr">Henrik</div>
<div dir="ltr"> </div>
<div> </div>
</body></html>