Hi,
I found my csf error and its unable to start, everytime i try to start it from whm or console, it always failed. even i have turned off the faststart function,
Here is the error message :
You have an unresolved error when starting csf:
Error: iptables command [/sbin/iptables -v -A INVALID -m state --state INVALID -j INVDROP] failed, you appear to be missing a required iptables module, at line 1508 in /usr/sbin/csf
Does anyone ever had the same issue.?
I need help please
SCF Error, Unable To Start
-
- Junior Member
- Posts: 5
- Joined: 18 May 2014, 08:50
- Location: Jakarta
Re: SCF Error, Unable To Start
Try running perl /etc/csf/csftest.pl in the console.
https://download.configserver.com/csf/readme.txt - Section 4
https://download.configserver.com/csf/readme.txt - Section 4
-
- Junior Member
- Posts: 5
- Joined: 18 May 2014, 08:50
- Location: Jakarta
Re: SCF Error, Unable To Start
Here are the results :sawbuck wrote:Try running perl /etc/csf/csftest.pl in the console.
https://download.configserver.com/csf/readme.txt - Section 4
root@vps2 [~]# /etc/csf/csftest.pl
Testing ip_tables/iptable_filter...OK
Testing ipt_LOG...OK
Testing ipt_multiport/xt_multiport...OK
Testing ipt_REJECT...OK
Testing ipt_state/xt_state...FAILED [FATAL Error: iptables: No chain/target/match by that name.] - Required for csf to function
Testing ipt_limit/xt_limit...OK
Testing ipt_recent...OK
Testing xt_connlimit...FAILED [Error: iptables: No chain/target/match by that name.] - Required for CONNLIMIT feature
Testing ipt_owner/xt_owner...OK
Testing iptable_nat/ipt_REDIRECT...FAILED [Error: FATAL: Module ip_tables not found.] - Required for MESSENGER feature
Testing iptable_nat/ipt_DNAT...FAILED [Error: FATAL: Module ip_tables not found.] - Required for csf.redirect feature
RESULT: csf will not function on this server due to FATAL errors from missing modules [1]
root@vps2 [~]#
there are alot of failed shows on the results, please tell me how to fix those problems.
Thank you
Re: SCF Error, Unable To Start
Since you appear to be on a VPS, your server provider would need to enable the required modules on the host node.
-
- Junior Member
- Posts: 5
- Joined: 18 May 2014, 08:50
- Location: Jakarta
Re: SCF Error, Unable To Start
Hello,sawbuck wrote:Since you appear to be on a VPS, your server provider would need to enable the required modules on the host node.
I am the server provider, i own & managed the server. Can you please tell me which module should i enable on the host node.?
The host node using proxmox and openvz for the vps
Thank you
Re: SCF Error, Unable To Start
Best I can tell you is to check out this article: http://www.webhostrepo.com/blog/enable- ... for-a-vps/
-
- Junior Member
- Posts: 5
- Joined: 18 May 2014, 08:50
- Location: Jakarta
Re: SCF Error, Unable To Start
Hello,sawbuck wrote:Best I can tell you is to check out this article: http://www.webhostrepo.com/blog/enable- ... for-a-vps/
Thanks, i still try to figure it out.
Thank you