Symptoms
EasyApache is unable to add or remove packages, and you receive an error in the WHM interface:
CONFIG_TEXT: YUM encountered errors outside of EasyApache 4. Log into the system via SSH to
resolve them, or you can click the “Refresh” button to rebuild the system‘s cache.
Cause
This error occurs when the package manager on the server is unable to successfully build its local cache. The error will need to be addressed through the tools provided by your package management software.
Resolution
To find the reason why the error occurs, you will need to clear and remake the cache in your package manager. The error may occur when clearing or rebuilding the cache, depending on the reason.
- Connect to your server using SSH or "Terminal" as the root user.
-
Run the following command to clean the package manager cache. A successful run will look like this:
# yum clean all
-
Run the following command to rebuild the cache. A successful build will look like this:
# yum makecache
- If you do not receive any errors from the package manager, then EasyApache should be fully operational. Otherwise, you should review any errors provided with your system administrator to resolve the issue.
Comments
0 comments
Article is closed for comments.