ThatHostingCo
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 6
Comments
Recent activity by ThatHostingCo-
Actually, I found this article just off that one that worked better to the issue: https://cloudlinux.zendesk.com/hc/en-us/articles/4408411384722-Yum-cannot-install-the-best-update-candidate-for-pac...
-
I just had this issue and tried to fix the problem with the above fixes. Issues did not fix. I removed SOLR plugin and the systems came back online automagically.
-
Not to kick dead horses, but you may fix this by cleaning out rpm database. The situation is going to be caused by a python update being available, but not able to be downloaded or installed. Typic...
-
To note, it ran the install just fine on my other server running the same setup. The only difference is that this is running in a VPS as opposed to a dedicated server.
-
I'm running the Imunify360 Hardened packages.
-
I had this same issue and ran the fix. Resolved the issue and now I am getting the following in Almalinux 8.9: Problem 1: package ea-php83-php-intl-8.3.2-1.1.1.cpanel.x86_64 from EA4 requires libi...
-
for i in $(find /var/cpanel/users -type f | egrep -o '[a-zA-Z0-9]+$' | grep -v system);do whmapi1 list_pops_for user=$i;done this will work to get all email accounts just to note that you can ...