Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion RHEL/CentOS
  • Search

CentOS 8 Error

RHEL/CentOS related topics
Post Reply
  • Print view
Advanced search
4 posts • Page 1 of 1
nickisghosty
Posts: 3
Joined: Sat Oct 19, 2019 2:39 am

Os: CentOS 6x
Web: apache + nginx
CentOS 8 Error
  • Quote

Post by nickisghosty » Sat Oct 19, 2019 2:45 am

Unable to install on CentOS 8 the error is

Code: Select all

Vesta - cmmnt                                   1.1 kB/s | 1.4 kB     00:01
Error: Failed to synchronize cache for repo 'vesta'
Error: Unknown repo: '*base'
Error: yum install failed
I can get past this if i edit the vesta repo baseURL to http://$RHOST/$REPO/7/\$basearch/" and delete the *base and *update from

Code: Select all

if [ $? -ne 0 ]; then
    if [ "$remi" = 'yes' ]; then
        yum -y --disablerepo=* \
            --enablerepo="*base,*updates,nginx,epel,vesta,remi*" \
            install $software
    else
        yum -y --disablerepo=* --enablerepo="*base,*updates,nginx,epel,vesta" \
            install $software
    fi
fi
to make it

Code: Select all

if [ $? -ne 0 ]; then
    if [ "$remi" = 'yes' ]; then
        yum -y --disablerepo=* \
            --enablerepo="nginx,epel,vesta,remi*" \
            install $software
    else
        yum -y --disablerepo=* --enablerepo="nginx,epel,vesta" \
            install $software
    fi
fi
but then its unable to find any of the packages to install such as httpd, nginx, php, etc.... is CentOS 8 not supported yet or is there a workaround I can do?
Top

SanTi
Posts: 39
Joined: Tue Jan 08, 2019 1:23 am

Os: CentOS 6x
Web: nginx + php-fpm
Re: CentOS 8 Error
  • Quote

Post by SanTi » Sun Oct 20, 2019 7:17 pm

There is problem with installing of VestaCP on Centos 8. How to solve this problem?
Top

nickisghosty
Posts: 3
Joined: Sat Oct 19, 2019 2:39 am

Os: CentOS 6x
Web: apache + nginx
Re: CentOS 8 Error
  • Quote

Post by nickisghosty » Mon Oct 21, 2019 10:24 pm

I was able to fix not being able to install vesta cp on centos 8 by using centos 8 stream instead.
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: CentOS 8 Error
  • Quote

Post by skurudo » Wed Oct 23, 2019 10:54 am

nickisghosty wrote: ↑
Mon Oct 21, 2019 10:24 pm
I was able to fix not being able to install vesta cp on centos 8 by using centos 8 stream instead.
Nope, not supported yet. If you can share solution for users, you're welcome
Top


Post Reply
  • Print view

4 posts • Page 1 of 1

Return to “RHEL/CentOS”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password