? ? ? ?一、在Centos8安裝ntp出現(xiàn)問題
? ? ? ?centos 8 執(zhí)行 ntpdate 會出現(xiàn)以下錯誤
? ? ? ?No match for argument: ntpdate Error: Unable to find a match: ntpdate
? ? ? ?原因:在CentOS8.0中默認(rèn)不再支持ntp軟件包,時間同步將由chrony來實(shí)現(xiàn)
? ? ? ?二、解決方法
? ? ? ?1. 通過wlnmp方式
? ? ? ?添加wlnmp的yum源
? ? ? ?# rpm -ivh http://mirrors.wlnmp.com/centos/wlnmp-release-centos.noarch.rpm
? ? ? ?安裝ntp服務(wù)
? ? ? ?# yum -y install wntp
? ? ? ?時間同步
? ? ? ?# ntpdate ntp1.aliyun.com
? ? ? ?解決方法
? ? ? ?執(zhí)行下面兩行代碼
? ? ? ?sudo sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-*
? ? ? ?sudo sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-*
? ? ? ?以上是南昌網(wǎng)絡(luò)公司百恒科技小編要跟大家聊到的關(guān)于CentOS8實(shí)現(xiàn)ntp同步的解決方法,希望能夠?qū)Υ蠹矣兴鶐椭胍私飧嚓P(guān)于這方面的內(nèi)容,歡迎留言咨詢百恒科技,百恒科技專注于南昌APP開發(fā)、南昌網(wǎng)站建設(shè)開發(fā)!
相關(guān)文章推薦? ?:? ? linux服務(wù)器時間校準(zhǔn)的方法? ? ?
? ? ? ? ? ? ? ? ?關(guān)于ThinkPHP開發(fā)框架遠(yuǎn)程代碼執(zhí)行漏洞的通告? ??