Hello,
In WHM I see a blank page with the title "ConfigServer Security & Firewall".
I cannot uninstall CSF as well. I get the error "sh: uninstall. sh: Too many levels of symbolic links".
Any idea to solve it?
Thanks in advance.
unable to uninstall CSF
Re: unable to uninstall CSF
I cannot stop/restart/reinstall this service anymore. Anyone can help?
Re: unable to uninstall CSF
We have the same problem~
after install csf on CentOS6+Cloudlinux6.4 server, WHM->CSF becomes white page
could anyone knows a clue please
thanks
after install csf on CentOS6+Cloudlinux6.4 server, WHM->CSF becomes white page
could anyone knows a clue please
thanks
Re: unable to uninstall CSF
and we did run
perl /usr/local/csf/bin/csftest.pl
it says
Can't open perl script "/usr/local/csf/bin/csftest.pl": Too many levels of symbolic links
perl /usr/local/csf/bin/csftest.pl
it says
Can't open perl script "/usr/local/csf/bin/csftest.pl": Too many levels of symbolic links
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: unable to uninstall CSF
The simplest way to recover from a problem would be to:
If on cPanel then run:
If on DirectAdmin then run:
Otherwise run:
and finish with:
Then you can reinstall using the normal method if you wish to.
Code: Select all
cd /usr/src
rm -fv /usr/src/csf.tgz
wget http://www.configserver.com/free/csf.tgz
tar -xzf csf.tgz
cd csf
Code: Select all
sh uninstall.sh
Code: Select all
sh uninstall.directadmin.sh
Code: Select all
sh uninstall.generic.sh
Code: Select all
rm -Rfv /usr/src/csf*