×


Blog


Autossl 403 (Forbidden) error – Fix it Now ?

This article covers AutoSSL not working on cPanel / WHM.

To fix it, just try to assign 755 permissions and the correct owner to your public_html directory:

$ chmod 755 /home/user/public_html -v
$ chown user.user /home/user/public_html/ -R

Make sure you change user.user with your real cPanel user for that website.


Troubleshoot kubernetes error with linode – Fix it Now ?

This article covers how to troubleshoot Kubernetes error with linode.

  • To troubleshoot issues with the applications running on your cluster, you can rely on the kubectl command to gather debugging information. kubectl includes a set of subcommands that can be used to research issues with your cluster.
  • To troubleshoot issues with your cluster, you may need to directly view the logs that are generated by Kubernetes' components.


SolusVM error "Connection Failed Debug Data: ERROR:4" - Fix it Now ?

This article covers method to resolve SolusVM error "Connection Failed Debug Data: ERROR:4".


Error accessing file for config file ///etc/yum.conf – Fix it Now ?

This article covers methods to resolve the error, "CRITICAL:yum.cli: Config Error: Error accessing file for config file:///etc/yum.conf" occurs while performing certain actions with yum. 

The replacement of the source-compiled version of curl is to use the rpms instead, eg:

$ yum install libcurl-devel

As the libcurl and curl rpms should already be there by default, as yum needs them.


HTTP error 403: forbidden yum – Fix this error Now ?

This article covers methods to resolve HTTP error 403 which happens as a result of issues with files in repos.d, permissions or SELinux. 

To fix this error:

Grant read permission for other users inside CentOS/RHEL/OL 6 latest channel directory on local yum server.


Error memcached support requires libmemcached - Fix it Now ?

This article covers methods to fix "error memcached support requires libmemcached" for our customers in both plesk and cPanel. 

To fix this error, install the libmemcached-devel package:

$ apt-get install libmemcached-dev