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
  • Search

Centos Install Failed :(

General questions about VestaCP
Post Reply
  • Print view
Advanced search
9 posts • Page 1 of 1
Zerander
Posts: 18
Joined: Fri May 11, 2018 3:05 pm

Os: CentOS 6x
Web: apache + nginx
Centos Install Failed :(
  • Quote

Post by Zerander » Tue Apr 28, 2020 12:16 am

One of the configured repositories failed (CentOS-7.7.1908 - Base),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:

1. Contact the upstream for the repository and get them to fix the problem.

2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).

3. Run the command with the repository temporarily disabled
yum --disablerepo=C7.7.1908-base ...

4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:

yum-config-manager --disable C7.7.1908-base
or
subscription-manager repos --disable=C7.7.1908-base

5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:

yum-config-manager --save --setopt=C7.7.1908-base.skip_if_unavailable=true

failure: repodata/repomd.xml from C7.7.1908-base: [Errno 256] No more mirrors to try.
http://vault.centos.org/7.7.1908/os/x86 ... repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Error: yum install failed
Top

karom43
Posts: 1
Joined: Tue Apr 28, 2020 11:33 am

Os: CentOS 6x
Web: apache + nginx
Re: Centos Install Failed :(
  • Quote

Post by karom43 » Tue Apr 28, 2020 11:36 am

I have the same error too. Bunch of 404s and a fail. If you're using a standalone server, try with Ubuntu. Hopefully their repo links are not 404.
Top

boxygen
Posts: 23
Joined: Tue Aug 21, 2018 7:54 am

Os: CentOS 6x
Web: apache + nginx
Re: Centos Install Failed :(
  • Quote

Post by boxygen » Tue Apr 28, 2020 11:46 am

@zerander I just succesfully finished installing vesta on Centos 7.7

you need to edit /etc/yum.repos.d/CentOS-Vault.repo

and find and replace $basearch with Source from the line C7.3.1611 onwards in all lines till end of file.

viewtopic.php?f=10&t=15264&start=10 this discussion may also help you.
Top

Zerander
Posts: 18
Joined: Fri May 11, 2018 3:05 pm

Os: CentOS 6x
Web: apache + nginx
Re: Centos Install Failed :(
  • Quote

Post by Zerander » Tue Apr 28, 2020 7:36 pm

I'm not sure how to do that. Hopefully a fix will come.
Top

Zerander
Posts: 18
Joined: Fri May 11, 2018 3:05 pm

Os: CentOS 6x
Web: apache + nginx
Re: Centos Install Failed :(
  • Quote

Post by Zerander » Wed Apr 29, 2020 2:31 am

maybe running this would work. I have to install this to 30 servers at a time.

yum install yum-utils
yum-config-manager --save --setopt=C7.7.1908-base.skip_if_unavailable=true
yum-config-manager --save --setopt=C7.7.1908-updates.skip_if_unavailable=true
Top

NoraHensl
Posts: 1
Joined: Wed Sep 02, 2020 9:11 am
Contact:
Contact NoraHensl
Website Skype Twitter

Os: Ubuntu 14x
Web: apache
Re: Centos Install Failed :(
  • Quote

Post by NoraHensl » Thu Sep 03, 2020 4:39 am

boxygen wrote: ↑
Tue Apr 28, 2020 11:46 am
@zerander I just succesfully finished installing vesta on Centos 7.7

you need to edit /etc/yum.repos.d/CentOS-Vault.repo

and find and replace $basearch with Source from the line C7.3.1611 onwards in all lines till end of file.

viewtopic.php?f=10&t=15264&start=10 this discussion may also help you.
I had the same problem and your advice helped. Thanks a lot!
Top

Dweller
Posts: 2
Joined: Wed May 16, 2018 10:20 am
Contact:
Contact Dweller
Website

Os: Debian 9x
Web: apache + nginx
Re: Centos Install Failed :(
  • Quote

Post by Dweller » Thu Sep 03, 2020 8:49 am

Worked out for me too! Many thanks!
Top

service4b
Posts: 6
Joined: Tue Feb 02, 2021 4:12 pm

Os: CentOS 6x
Web: apache + nginx
Re: Centos Install Failed :(
  • Quote

Post by service4b » Fri Feb 26, 2021 1:07 pm

NoraHensl wrote: ↑
Thu Sep 03, 2020 4:39 am
boxygen wrote: ↑
Tue Apr 28, 2020 11:46 am
@zerander I just succesfully finished installing vesta on Centos 7.7

you need to edit /etc/yum.repos.d/CentOS-Vault.repo

and find and replace $basearch with Source from the line C7.3.1611 onwards in all lines till end of file.

viewtopic.php?f=10&t=15264&start=10 this discussion may also help you.
I had the same problem and your advice helped. Thanks a lot!
I have CentOS Linux release 7.9.2009 (Core)
I did as it was written, but it did not help.
Maybe there are other options how to fix the problem?
" You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Error: yum install failed"
Top

service4b
Posts: 6
Joined: Tue Feb 02, 2021 4:12 pm

Os: CentOS 6x
Web: apache + nginx
Re: Centos Install Failed :(
  • Quote

Post by service4b » Sat Feb 27, 2021 5:59 pm

service4b wrote: ↑
Fri Feb 26, 2021 1:07 pm
NoraHensl wrote: ↑
Thu Sep 03, 2020 4:39 am
boxygen wrote: ↑
Tue Apr 28, 2020 11:46 am
@zerander I just succesfully finished installing vesta on Centos 7.7

you need to edit /etc/yum.repos.d/CentOS-Vault.repo

and find and replace $basearch with Source from the line C7.3.1611 onwards in all lines till end of file.

viewtopic.php?f=10&t=15264&start=10 this discussion may also help you.
I had the same problem and your advice helped. Thanks a lot!
I have CentOS Linux release 7.9.2009 (Core)
I did as it was written, but it did not help.
Maybe there are other options how to fix the problem?
" You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Error: yum install failed"
В итоге, нашел хостинг (zomro.com) в тариф которого входит установка Весты. Самое простое и легкое решение :-) )) Сам решить проблему так и не смог (у меня CentOS Linux release 7.9.2009).
Top


Post Reply
  • Print view

9 posts • Page 1 of 1

Return to “General Discussion”



  • 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