首页 > 系统服务 > 详细

linux yum提示Loaded plugins: fastestmirror, security错误的解决方法

时间:2018-12-02 15:17:22      阅读:711      评论:0      收藏:0      [点我收藏+]

[root@lamp02 yum.repos.d]# yum install nfs-utils rpcbind -y

Loaded plugins: fastestmirror, security
Existing lock /var/run/yum.pid: another copy is running as pid 3517.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory : 24 M RSS (856 MB VSZ)
Started: Sun Dec 2 14:22:30 2018 - 10:05 ago
State : Traced/Stopped, pid: 3517
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory : 24 M RSS (856 MB VSZ)
Started: Sun Dec 2 14:22:30 2018 - 10:07 ago
State : Traced/Stopped, pid: 3517

技术分享图片

技术分享图片

技术分享图片

在yum使用过程中,有时会出现Loaded plugins错误,重启无效,经过百度发现只要删除/var/run/yum.pid就可以正常使用了,即rm -rf /var/run/yum.pid。

具体命令如下:

rm -rf /var/run/yum.pid

/sbin/service yum-updatesd restart

linux yum提示Loaded plugins: fastestmirror, security错误的解决方法

原文:https://www.cnblogs.com/su-root/p/10053502.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!