outroll / vesta

VESTA Control Panel
http://vestacp.com
GNU General Public License v3.0
2.97k stars 1.03k forks source link

Vesta Installation Failed On Centos (Since few hours, before was working fine) #1938

Open kammi321 opened 5 years ago

kammi321 commented 5 years ago

Operating System (OS/VERSION):

CentOS 6 64 bit and Centos 7 64 bit

VestaCP Version:

Latest

Installed Software (what you got with the installer):

bash vst-install.sh --nginx yes --phpfpm yes --apache no --named yes --remi yes --vsftpd no --proftpd yes --iptables yes --fail2ban no --quota yes --exim yes --dovecot yes --spamassassin no --clamav no --softaculous no --mysql yes --postgresql no --hostname myhostname --email mydomain --password mypass

Steps to Reproduce:

After running http://prntscr.com/p5cwog

Related Issues/Forum Threads:

Nope, it happened today.

Other Notes:

I am using vestacp for few years and setuped many servers with it, this issue is coming for a few hours now.

liamgibbins commented 5 years ago

I have had the same issue(s) with a fresh install when I decided to reinstall my server (CentOS 7 64bit), tried fresh install several times.

Install fails with errors:

--> Finished Dependency Resolution
Error: Package: phpMyAdmin-5.0.0~alpha1-1.el7.remi.noarch (remi-test)
           Requires: php-symfony4-config >= 4.2.8
           Available: php-symfony4-config-4.1.12-1.el7.remi.noarch (remi)
               php-symfony4-config = 4.1.12-1.el7.remi
           Available: php-symfony4-config-4.1.13-1.el7.remi.noarch (remi)
               php-symfony4-config = 4.1.13-1.el7.remi
Error: Package: phpMyAdmin-5.0.0~alpha1-1.el7.remi.noarch (remi-test)
           Requires: php-symfony4-expression-language >= 4.2.8
           Available: php-symfony4-expression-language-4.1.12-1.el7.remi.noarch (remi)
               php-symfony4-expression-language = 4.1.12-1.el7.remi
           Available: php-symfony4-expression-language-4.1.13-1.el7.remi.noarch (remi)
               php-symfony4-expression-language = 4.1.13-1.el7.remi
Error: Package: phpMyAdmin-5.0.0~alpha1-1.el7.remi.noarch (remi-test)
           Requires: php-symfony4-yaml >= 4.2.8
           Available: php-symfony4-yaml-4.1.12-1.el7.remi.noarch (remi)
               php-symfony4-yaml = 4.1.12-1.el7.remi
           Available: php-symfony4-yaml-4.1.13-1.el7.remi.noarch (remi)
               php-symfony4-yaml = 4.1.13-1.el7.remi
Error: Package: phpMyAdmin-5.0.0~alpha1-1.el7.remi.noarch (remi-test)
           Requires: php-symfony4-dependency-injection >= 4.2.8
           Available: php-symfony4-dependency-injection-4.1.12-1.el7.remi.noarch (remi)
               php-symfony4-dependency-injection = 4.1.12-1.el7.remi
           Available: php-symfony4-dependency-injection-4.1.13-1.el7.remi.noarch (remi)
               php-symfony4-dependency-injection = 4.1.13-1.el7.remi
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
kammi321 commented 5 years ago

Yeah, it's started today. I have been using vesta for quite long never faced this issue.

x-o-r-r-o commented 5 years ago

Vestacp Installation + Let's encrypt needs to be updated just in case you need alternative until vestacp team resolve this issue you can take a look at https://www.hestiacp.com/

mgilank commented 5 years ago

This happen because in remi repo push phpmyadmin 5 alpha to it. you can disable remi test repo by editing file in /etc/yum.repos.d/remi.repo and find [remi-test], make enabled=0

then try install again

anton-reutov commented 5 years ago

i will check it

kammi321 commented 5 years ago

I fixed this issue by first executing the following commands prior to Installation:

yum -y install ca-certificates openssl nss; yum clean all; yum install epel-release -y; wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm; rpm -Uvh remi-release-6.rpm; yum clean all

liamgibbins commented 5 years ago

Thanks guys will reinstall in the early hours when traffic is light.

ghost commented 5 years ago

what I did was not install remi from the vestacp installer. Then apply this.

  1. rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

  2. rpm -Uvh https://rpms.remirepo.net/enterprise/remi-release-7.rpm

  3. yum install nano

  4. nano /etc/yum.repos.d/remi-php73.repo change enabled = 0 to 1 enabled = 1 Type CTRL-O to save and CTRL-X to close the editor

  5. yum -y upgrade php *

  6. php -v

result = PHP 7.3.0RC5 (cli) (built: Nov 6 2018 10:22:47) (NTS) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.0-dev, Copyright (c) 1998-2018 Zend Technologies

I use google translator sorry I'm Latino xD

liamgibbins commented 5 years ago

Just having a little look to see if its been fixed yet instead of the work around because I get 500 error when trying to /phpmyadmin/

SaidBahaDev commented 4 years ago

having same problem centos 7

bumkailashkumar commented 4 years ago

worked was getting the same error

bash vst-install.sh --nginx no --apache yes --phpfpm no --vsftpd yes --proftpd no --exim yes --dovecot yes --spamassassin yes --clamav yes --named yes --iptables yes --fail2ban yes --mysql yes --postgresql no --remi no --quota no

kocakmf commented 3 years ago

disable remi-test and try again