[root@guest ~]# hostnamectl
Static hostname: server
Transient hostname: guest
Icon name: computer-vm
Chassis: vm
Virtualization: kvm
Operating System: CentOS Linux 7 (Core)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-1127.13.1.el7.x86_64
Architecture: x86-64
[root@guest ~]#
[root@guest ~]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
0.9.8-26
apache, nginx, mysql
new server install
(vultr)
Available: php-common-7.4.10-1.el7.remi.x86_64 (remi-modular)
php(api) = 20190902-64
Installing: php-common-8.0.0~beta3-1.el7.remi.x86_64 (remi-modular)
php(api) = 20200804-64
Error: Package: php-pecl-mcrypt-1.0.3-1.el7.remi.7.4.x86_64 (remi-modular)
Requires: php(zend-abi) = 20190902-64
Available: php-common-5.4.16-21.el7.x86_64 (C7.0.1406-base)
php(zend-abi) = 20100525-64
Available: php-common-5.4.16-23.el7_0.x86_64 (C7.0.1406-updates)
php(zend-abi) = 20180731-64
Available: php-common-7.4.9~RC1-1.el7.remi.x86_64 (remi-modular-test)
php(zend-abi) = 20190902-64
Available: php-common-7.4.9-1.el7.remi.x86_64 (remi-modular)
php(zend-abi) = 20190902-64
Available: php-common-7.4.10~RC1-1.el7.remi.x86_64 (remi-modular-test)
php(zend-abi) = 20190902-64
Available: php-common-7.4.10-1.el7.remi.x86_64 (remi-modular)
php(zend-abi) = 20190902-64
Installing: php-common-8.0.0~beta3-1.el7.remi.x86_64 (remi-modular)
php(zend-abi) = 20200804-64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Error: yum install failed
I tried what they recommend
I tried it on 5 different new servers in 2 different datacenters.
There was the same issue 1 Year back with VestaCP on the same date 13-Sep-2019.
[https://github.com/serghey-rodin/vesta/issues/1938] (url)
same here, it started to happen today/yesterday
solved the issue by enabling a higher version of php remi rather than 55 56:
sudo yum -y install yum-utils
sudo yum-config-manager --enable remi-php74
It started happening today.
solved the issue by enabling a higher version of php remi rather than 55 56:
sudo yum -y install yum-utils
sudo yum-config-manager --enable remi-php74
I tried this but still the same error.
solved the issue by enabling a higher version of php remi rather than 55 56:
sudo yum -y install yum-utils
sudo yum-config-manager --enable remi-php74I tried this but still the same error.
I'm trying a few fresh installations. I've just repeated twice with command above. it solves the installation issue.
solved the issue by enabling a higher version of php remi rather than 55 56:
sudo yum -y install yum-utils
sudo yum-config-manager --enable remi-php74
vesta install
after
sudo yum -y install yum-utils
sudo yum-config-manager --enable remi-php74
repeat
vesta install
no problem. thanks...
but I had no problem last week.
merhaba , kurulum sırasında aynı hatayı alıyorum yukarıdaki çözüm yolu geçerli mi ?
ubuntu 18.04 install no problem
sırasında aynı hatayı alıyorum yukarıdaki çözüm yolu geçerli mi
evet / yes
had been with this method yesterday.
I tried now unfortunately it doesn't work ...
What is the solution of this ...
had been with this method yesterday.
I tried now unfortunately it doesn't work ...
What is the solution of this ...
I’ve repeated this procedure 5 times all working.
definitely centos 7. first time installed servers (do, vultr, hetzner, ilkbyte)
I was able to install it 2 days ago with these operations.
now unfortunately it doesn't work when i want to install with the same method ...
I found a stable solution for it. Follow these steps:
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm -y
yum -y install yum-utils
yum-config-manager --enable remi-php74
curl -O http://vestacp.com/pub/vst-install.sh
bash vst-install.sh
This method will work 100% and fix your further updates and repo.
I found a stable solution for it. Follow these steps:
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm -y
yum -y install yum-utils
yum-config-manager --enable remi-php74
curl -O http://vestacp.com/pub/vst-install.sh
bash vst-install.shThis method will work 100% and fix your further updates and repo.
I was able to install this method without any problems. Thank you.
Most helpful comment
I found a stable solution for it. Follow these steps:
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm -y
yum -y install yum-utils
yum-config-manager --enable remi-php74
curl -O http://vestacp.com/pub/vst-install.sh
bash vst-install.sh
This method will work 100% and fix your further updates and repo.