Server Check emails - exec failed

This forum is only for reproducible bugs with csf and lfd (i.e. not iptables problems, lack of understanding how to use a feature, etc). Posts must be accompanied with full technical details of the problem and how it can be recreated. Any posts not adhering to this, or not considered bugs, will be moved to the General Discussion (csf) forum.
Post Reply
Java Guy
Junior Member
Posts: 14
Joined: 14 Oct 2011, 07:38

Server Check emails - exec failed

Post by Java Guy »

Hi, I have CSF run and send me a server check report weekly. But for the last 3-4 weeks it hasn't gotten past the first check. The report looks something like:
Check whether csf is enabled [OK]
open3: exec of iptables -L INPUT -n failed at /etc/csf/servercheck.pm line 163
When I run the report either from WHM or from bash, it generates the entire report without error. It's just the automated report that the issue shows up on. Anyone else having this problem or know of a solution? Thanks!
aww+
Junior Member
Posts: 105
Joined: 27 Aug 2012, 20:53

open3: exec of iptables failed at /etc/csf/servercheck.pm

Post by aww+ »

This happens lately with the weekly server checks that are emailed:

Code: Select all

open3: exec of iptables -L INPUT -n failed at /etc/csf/servercheck.pm line 163 
Nothing critical since it works when done manually through the UI
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: Server Check emails - exec failed

Post by ForumAdmin »

This should be fixed in the next csf release.
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: Server Check emails - exec failed

Post by ForumAdmin »

Hopefully this is resolved in v6.00:
http://blog.configserver.com/index.php?itemid=723
Java Guy
Junior Member
Posts: 14
Joined: 14 Oct 2011, 07:38

Re: Server Check emails - exec failed

Post by Java Guy »

Thanks for the update! I can confirm that the fix has partially worked, but it now fails on the server services checks with the following error:
open3: exec of chkconfig --list failed at /etc/csf/servercheck.pm line 1466
Post Reply