Forum

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /homepages/13/d467848118/htdocs/templates/cleanout/vertex/responsive/responsive_mobile_menu.php on line 158
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

CentOS 7 mirror offline 2 weeks 6 days ago #5276

  • Max Olivas
  • Max Olivas's Avatar Topic Author
  • Offline
  • Posts: 4
Hello,

I was trying to install with the nosan_installer but it is erroring:

failure: repodata/repomd.xml from ha-lizard-base: [Errno 256] No more mirrors to try

mirror.centos.org/centos/7/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found

This is not a network/internet problem on my end as it seems CentOS 7 is EOL. Is there an updated version of the installer with different yum sources?

Thanks!

Please Log in or Create an account to join the conversation.

CentOS 7 mirror offline 2 weeks 5 days ago #5277

Hi,

I made my own changes in script and then installation worked for me...

[ha-lizard-base]
- baseurl=http://mirror.centos.org/centos/7/os/$basearch/
+ baseurl=http://linuxsoft.cern.ch/centos-vault/centos/7/os/$basearch/

[ha-lizard-epel]
- #baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch
+ baseurl=https://fedora-archive.ip-connect.info/epel/7/$basearch

[ha-lizard-elrepo]
- baseurl=http://elrepo.org/linux/elrepo/el7/$basearch/
- mirrors.coreix.net/elrepo/elrepo/el7/$basearch/
- jur-linux.org/download/elrepo/elrepo/el7/$basearch/
- repos.lax-noc.com/elrepo/elrepo/el7/$basearch/
- mirror.ventraip.net.au/elrepo/elrepo/el7/$basearch/
+ baseurl=http://ftp.scientificlinux.org/linux/elrepo/archive/elrepo/el7/$basearch/


... and edit variable ISCSIHA_RPM_RELEASE because "iscsi-ha-2.2.7-2.rpm" is missing on halizard.org/release/

- ISCSIHA_RPM_RELEASE=`curl -4s $HALIZARD_MIRROR_URL/iscsi-ha/current_rpm_release`
+ ISCSIHA_RPM_RELEASE="iscsi-ha-2.2.7-1.rpm"
The following user(s) said Thank You: ajmind

Please Log in or Create an account to join the conversation.

  • Page:
  • 1