这里发生了一些奇怪的事情:
- 相同的操作系统
- 同拱门
- 相同的 yum 存储库
yum clean all
在两台服务器上运行
即使完成上述所有操作后,以下命令仍会显示两组完全不同的结果:
[root@BE5 ~]# yum search spl-types --disablerepo=* --enablerepo=webtatic
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* webtatic: uk.repo.webtatic.com
Warning: No matches found for: spl-types
No Matches found`
[root@BE4 /]# yum search spl-types --disablerepo=* --enablerepo=webtatic
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* webtatic: uk.repo.webtatic.com
php-pecl-spl-types.x86_64 : Standard PHP Library, Types Addon`
有什么线索吗,伙计们?