My VPS OS converted from centos to CloudLinux v7.9.0 STANDARD kvm,

rachid elsabah

Registered
Jan 19, 2022
1
0
0
Morocco
cPanel Access Level
Website Owner
Now i get this error message every day :

The system failed to update to the latest version of cPanel & WHM version 11.106 because it could not install basic requirements for cPanel & WHM. The specific failure was:

Sysup: Needed system packages were not installed: gettext-devel

I try to install from yum, then i am getting this message:
sudo yum install gettext-devel
Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile
* EA4: 185.15.22.168
* cpanel-addons-production-feed: 185.15.22.168
* cpanel-plugins: 185.15.22.168
* epel: ftp.uni-stuttgart.de
* remi-safe: remi.schlundtech.de
No package gettext-devel available.

Error: Nothing to do

then I run this :
rpm -qa |egrep 'php-common|php-cli|php-json'
ea-php-cli-lsphp-1.0.0-9.el7.cloudlinux.x86_64
ea-php80-php-common-8.0.27-2.el7.cloudlinux.x86_64
ea-php-cli-1.0.0-9.el7.cloudlinux.x86_64
ea-php80-php-cli-8.0.27-2.el7.cloudlinux.x86_64

I believe the problem with cloulinux repositries, appreciate if any one help to solve this problem, I already edit the repo file like this :

sudo vi /etc/yum.repos.d/cloudlinux.repo

[cloudlinux-base]
name=CloudLinux-7 - Base
baseurl=Index of /cloudlinux/7/os/x86_64/
gpgcheck=1
gpgkey=http://repo.cloudlinux.com/cloudlinux/RPM-GPG-KEY-cloudlinux
enabled=1

[cloudlinux-updates]
name=CloudLinux-7 - Updates
baseurl=Index of /cloudlinux/7/updates/x86_64/
gpgcheck=1

But nothing seems to work
gpgkey=http://repo.cloudlinux.com/cloudlinux/RPM-GPG-KEY-cloudlinux
 
Last edited by a moderator:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
15,261
2,432
363
cPanel Access Level
Root Administrator
Hey there! In general, there shouldn't be a reason to modify the repository files on the system, as I would expect the defaults provided by the operating system to work well. Can you try running the following commands on the system to see if that resolves the issue?

Code:
yum clean all
yum makecache
yum update
If not, it might be best to contact CloudLinux directly if you purchased the license through them. If the CloudLinux license was purchased through cPanel, please submit a ticket to our support team so we can take a look at this for you.