yum install -y ntpdate执行报错

正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

1回答
徐老师 2023-02-08 15:50:18

截图发一下具体的报错信息,这样才能定位问题

  • 提问者 慕丝0584654 #1
    Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was
    14: curl#7 - "Failed to connect to 2001:4178:5:200::10: Network is unreachable"
    
    
     One of the configured repositories failed (Unknown),
     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=<repoid> ...
    
         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 <repoid>
            or
                subscription-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 much
            slower). If it is a very temporary problem though, this is often a nice
            compromise:
    
                yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true
    
    Cannot find a valid baseurl for repo: base/7/x86_64


    2023-02-08 16:09:37
  • 徐老师 回复 提问者 慕丝0584654 #2

    你在这个机器上ping一下百度看看能不能ping通,看起来像是这个机器连不了外网导致的

    ping www.baidu.com


    如果ping不通,就可以确定是虚拟机网络配置的问题,这样就需要检查一下静态IP配置文件ifcfg-ens33文件中的内容:

    重点关注下面这三个参数的属性名称和值是否匹配:

    IPADDR=192.168.182.100
    GATEWAY=192.168.182.2
    DNS1=192.168.182.2


    2023-02-08 16:22:45
  • 提问者 慕丝0584654 回复 徐老师 #3
    我查了一下都是匹配的
    2023-02-08 16:41:46
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师