ModServ
- Total activity 182
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
Comments
Recent activity by ModServ-
Try this: mv /etc/pki/tls/certs/ca-bundle.crt{,.cpbak} yum reinstall ca-certificates Then do this: wget --no-check-certificate https://securedownloads.cpanel.net/STSTestKey.asc If that doesn't...
-
Are you sure that your server is able to connect to cpanel servers? Because I tried retrieving all URLs in your reply and I downloaded all of them. root@XXXXXX [~]# wget Resolving securedownload...
-
Do this: /usr/local/cpanel/scripts/updatesigningkey Then update again.
-
Remove it first: rpm -e --nodeps wget-1.11.4-2.el5_4.1 Then install it again: yum install wget
-
What's the output of this command? rpm -qa | grep wget
-
Edit the file and remove the last word "wget*" then install wget again: yum install wget
-
What's the output of grep -i wget /etc/yum.conf
-
Sure, it analyses the statistics of MySQL and output the results with tips, read more info here:
-
What is the output of this script execution? wget https://launchpad.net/mysql-tuning-primer/trunk/1.6-r1/+download/tuning-primer.sh sh tuning-primer.sh
-
Running the downgrade solves the issue: yum downgrade MariaDB-server MariaDB-common MariaDB-shared MariaDB-client MariaDB-compat MariaDB-devel -y This fixed it.