zoukankan      html  css  js  c++  java
  • linux yum提示Loaded plugins: fastestmirror, security错误的解决方法

    [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

  • 相关阅读:
    第十一周作业
    第十周作业
    第九周编程
    第十二周作业
    第十一周作业
    第十周作业
    第八周作业
    第七周作业
    第五周作业
    2019春季学期第四周作业
  • 原文地址:https://www.cnblogs.com/su-root/p/10053502.html
Copyright © 2011-2022 走看看