GOT
- Total activity 1461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 579
Comments
Recent activity by GOT-
Do you have shell access? That would be the easiest/fastest way to delete them. You'll need to use the find command. find ./ -name "startofname*" -delete Otherwise you can ask your host to do t...
-
the clamav packages come from epel and a cpanel isntallation does not install them. Perhaps your server provider did that, but generally epel is not even enabled on a fresh minimal centos install.
-
If you ran yum install clamav after installing the cpanel plugin, you are back to having two copies of clam installed which isn't necessary.
-
I would remove the cpanel plugin for clamav Then remove via yum the extra clamav packages that rpm -qa still shows installed Then reinstall the clamav plugin.
-
I've seen this happen when clamav was installed from the epel repo in addition to cpanels. What is the output of rpm -qa|grep clam
-
Kernelcare does require a subscription You can get it from lots of places. CPa el store has them along with CloudLinux who makes it.
-
I'm guessing you have a firewall like CSF installed. What you need to do is look in /etc/pure-ftpd.conf PassivePortRange 49152 65534 That is the ports used for passive connections. So in the TC...
-
The web files go in the public_html folder.
-
Never seen that. Can you ensure these RPMs are installed: perl-IO-Socket-IP-0.21-5.el7.noarch perl-Socket-2.010-4.el7.x86_64 perl-IO-Socket-SSL-1.94-7.el7.noarch
-
I can't speak to the cPanel log, but the first thing I would do for the CXS issue was to make sure its running the latest version. Have you tried updating it?