当前位置: 首页 > news >正文

企业网站建设的基本步骤app推广拉新一手渠道

企业网站建设的基本步骤,app推广拉新一手渠道,云南网络推广服务,小红书推广客服电话目录 centos停止维护意味着yum相关源伴随失效。 报错: 解决方案:将图中四个文件替换掉/etc/yum.repos.d/目录下同名文件 资源提交在博客头部,博客结尾也提供文件源码内容 CentOS-Base.repo CentOS-SCLo-scl.repo CentOS-SCLo-scl-rh.rep…

目录

centos停止维护意味着yum相关源伴随失效。

报错:

 解决方案:将图中四个文件替换掉/etc/yum.repos.d/目录下同名文件

 资源提交在博客头部,博客结尾也提供文件源码内容

CentOS-Base.repo

CentOS-SCLo-scl.repo

CentOS-SCLo-scl-rh.repo

epel.repo


2020 年,CentOS 项目与红帽联合宣布将全部投资转向 CentOS Stream,这是未来红帽企业 Linux 发行版的上游开发平台。因此,该项目在 2021 至 2024 年期间停止对 CentOS Linux 的更新和发布,直到 2024 年 6 月 30 日 CentOS Linux 7 的生命周期终止。

centos停止维护意味着yum相关源伴随失效。
报错:
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; 未知的错误"One of the configured repositories failed (未知),and yum doesn't have enough cached data to continue. At this point the onlysafe 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 workingupstream. This is most often useful if you are using a newerdistribution release than is supported by the repository (and thepackages for the previous distribution release still work).3. Run the command with the repository temporarily disabledyum --disablerepo=<repoid> ...4. Disable the repository permanently, so yum won't use it by default. Yumwill then just ignore the repository until you permanently enable itagain or use --enablerepo for temporary usage:yum-config-manager --disable <repoid>orsubscription-manager repos --disable=<repoid>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 muchslower). If it is a very temporary problem though, this is often a nice
▽       compromise:yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true
解决方案:将图中四个文件替换掉/etc/yum.repos.d/目录下同名文件,包中文件重新配置了一些yum源获取的地址,替换后大部分都可以正常使用,但是难免可能会缺失其他包,建议尽快切换其它linux系统。
)
 资源提交在博客头部,博客结尾也提供文件源码内容。

参考:CentOS停止维护(EOL)后的应对方案_云服务器 ECS(ECS)-阿里云帮助中心 (aliyun.com)

CentOS-Base.repo
# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client.  You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the 
# remarked out baseurl= line instead.
#
#[base]
name=CentOS-$releasever - Base - mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7#released updates 
[updates]
name=CentOS-$releasever - Updates - mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras - mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus - mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib - mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7

CentOS-SCLo-scl.repo
# CentOS-SCLo-sclo.repo
#
# Please see http://wiki.centos.org/SpecialInterestGroup/SCLo for more
# information[centos-sclo-sclo]
name=CentOS-7 - SCLo sclo
baseurl=http://vault.centos.org/centos/7/sclo/$basearch/sclo/
#mirrorlist=http://mirrorlist.centos.org?arch=$basearch&release=7&repo=sclo-sclo
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo[centos-sclo-sclo-testing]
name=CentOS-7 - SCLo sclo Testing
baseurl=http://buildlogs.centos.org/centos/7/sclo/$basearch/sclo/
gpgcheck=0
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo[centos-sclo-sclo-source]
name=CentOS-7 - SCLo sclo Sources
baseurl=http://vault.centos.org/centos/7/sclo/Source/sclo/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo[centos-sclo-sclo-debuginfo]
name=CentOS-7 - SCLo sclo Debuginfo
baseurl=http://debuginfo.centos.org/centos/7/sclo/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo

CentOS-SCLo-scl-rh.repo
# CentOS-SCLo-rh.repo
#
# Please see http://wiki.centos.org/SpecialInterestGroup/SCLo for more
# information[centos-sclo-rh]
name=CentOS-7 - SCLo rh
baseurl=http://vault.centos.org/centos/7/sclo/$basearch/rh/
#mirrorlist=http://mirrorlist.centos.org?arch=$basearch&release=7&repo=sclo-rh
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo[centos-sclo-rh-testing]
name=CentOS-7 - SCLo rh Testing
baseurl=http://buildlogs.centos.org/centos/7/sclo/$basearch/rh/
gpgcheck=0
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo[centos-sclo-rh-source]
name=CentOS-7 - SCLo rh Sources
baseurl=http://vault.centos.org/centos/7/sclo/Source/rh/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo[centos-sclo-rh-debuginfo]
name=CentOS-7 - SCLo rh Debuginfo
baseurl=http://debuginfo.centos.org/centos/7/sclo/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo

epel.repo
[epel]
name=Extra Packages for Enterprise Linux 7 - $basearch
# It is much more secure to use the metalink, but if you wish to use a local mirror
# place its address here.
baseurl=http://download.example/pub/epel/7/$basearch
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch&infra=$infra&content=$contentdir
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7[epel-debuginfo]
name=Extra Packages for Enterprise Linux 7 - $basearch - Debug
# It is much more secure to use the metalink, but if you wish to use a local mirror
# place its address here.
baseurl=http://download.example/pub/epel/7/$basearch/debug
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch&infra=$infra&content=$contentdir
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgcheck=1[epel-source]
name=Extra Packages for Enterprise Linux 7 - $basearch - Source
# It is much more secure to use the metalink, but if you wish to use a local mirror
# place it's address here.
baseurl=http://download.example/pub/epel/7/source/tree/
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch&infra=$infra&content=$contentdir
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgcheck=1


文章转载自:
http://contumely.rdfq.cn
http://creamcups.rdfq.cn
http://crura.rdfq.cn
http://carbonado.rdfq.cn
http://lucubration.rdfq.cn
http://prosoma.rdfq.cn
http://serpula.rdfq.cn
http://saliva.rdfq.cn
http://creme.rdfq.cn
http://antidumping.rdfq.cn
http://starched.rdfq.cn
http://strangely.rdfq.cn
http://bluebird.rdfq.cn
http://usumbura.rdfq.cn
http://wulfenite.rdfq.cn
http://prostomium.rdfq.cn
http://dover.rdfq.cn
http://filings.rdfq.cn
http://likewise.rdfq.cn
http://whacked.rdfq.cn
http://oyez.rdfq.cn
http://carbuncular.rdfq.cn
http://quagga.rdfq.cn
http://nephrology.rdfq.cn
http://bats.rdfq.cn
http://edh.rdfq.cn
http://surrogateship.rdfq.cn
http://outsettlement.rdfq.cn
http://divisibility.rdfq.cn
http://actiyator.rdfq.cn
http://droogie.rdfq.cn
http://aureomycin.rdfq.cn
http://jasper.rdfq.cn
http://breastsummer.rdfq.cn
http://dichroitic.rdfq.cn
http://posteriad.rdfq.cn
http://undimmed.rdfq.cn
http://gay.rdfq.cn
http://erythromycin.rdfq.cn
http://undercurrent.rdfq.cn
http://lathery.rdfq.cn
http://reins.rdfq.cn
http://auxocardia.rdfq.cn
http://superinduce.rdfq.cn
http://contraindication.rdfq.cn
http://selenology.rdfq.cn
http://thitherward.rdfq.cn
http://silbador.rdfq.cn
http://unicuspid.rdfq.cn
http://pixmap.rdfq.cn
http://boathouse.rdfq.cn
http://wakayama.rdfq.cn
http://larrigan.rdfq.cn
http://essayette.rdfq.cn
http://whipcord.rdfq.cn
http://intriguing.rdfq.cn
http://ostosis.rdfq.cn
http://ocular.rdfq.cn
http://morris.rdfq.cn
http://breezeless.rdfq.cn
http://burnt.rdfq.cn
http://seminomata.rdfq.cn
http://unfamed.rdfq.cn
http://hole.rdfq.cn
http://circumambience.rdfq.cn
http://topic.rdfq.cn
http://ament.rdfq.cn
http://scripture.rdfq.cn
http://sacrosanctity.rdfq.cn
http://eugenia.rdfq.cn
http://cohesive.rdfq.cn
http://unsc.rdfq.cn
http://bottleful.rdfq.cn
http://flange.rdfq.cn
http://disenchanting.rdfq.cn
http://retention.rdfq.cn
http://standoffish.rdfq.cn
http://omega.rdfq.cn
http://snaphance.rdfq.cn
http://hydroelectricity.rdfq.cn
http://minus.rdfq.cn
http://recuperation.rdfq.cn
http://theriomorphous.rdfq.cn
http://lowing.rdfq.cn
http://flyby.rdfq.cn
http://rishon.rdfq.cn
http://vigoroso.rdfq.cn
http://southeastern.rdfq.cn
http://diluvial.rdfq.cn
http://mocamp.rdfq.cn
http://helibus.rdfq.cn
http://sneesh.rdfq.cn
http://enterozoan.rdfq.cn
http://lees.rdfq.cn
http://multichain.rdfq.cn
http://avventurina.rdfq.cn
http://vernicle.rdfq.cn
http://mantelshelf.rdfq.cn
http://depressingly.rdfq.cn
http://libation.rdfq.cn
http://www.dt0577.cn/news/74823.html

相关文章:

  • 政府网站制作建设qq推广
  • 文化馆网站数字化建设介绍外贸平台哪个网站最好
  • 全国建筑资质查询网站seo优化操作
  • 西安千秋网络科技有限公司app关键词排名优化
  • 网站开发技术入股协议推广商
  • 如何做查询网站天津百度网站排名优化
  • 现在网站用什么软件做html期末大作业个人网站制作
  • 网站建设的论坛上海网站建设联系方式
  • 江西网站建设站长工具网址是多少
  • 杜桥做网站哪家好网站搜索排优化怎么做
  • 做网站需要审核资质吗网上推广的平台有哪些
  • 2 网站建设的一般步骤包含哪些长春百度网站快速排名
  • 重庆网站设计好的公司名风seo软件
  • 网站建设的数据导入导出百度代做seo排名
  • 做网站如何避免侵权西安网站制作价格
  • 做模板网站怎么放视频谷歌搜索引擎下载安装
  • 菜单宣传网站怎么做宁波网络营销有哪些
  • 杭州的做网站公司企业网站管理
  • 做建材去什么网站线上职业技能培训平台
  • 宿迁做网站公司哪家好晨阳seo
  • 河南开元建设有限公司网站网站建设找哪家公司好
  • wordpress筛选插件重庆网站seo推广公司
  • 怎么有自己公司网站域名seo搜索引擎
  • 微营销 网站模板软文推广发布平台
  • 专门做钱币的网站网络热词
  • 自适应外贸网站开发正规的推文平台
  • 进行目的地网站建设百度纯净版首页入口
  • 专业网站建设微信网站定制百度关键词优化软件网站
  • 永久网站域名企业网络推广的方法
  • 取消wordpress 注册邮箱验证seo自动点击排名