您的位置:首页 > 运维架构 > Linux

Centos7 下 yum -y install ntp 出现/var/run/yum.pid 已被锁定

2017-11-10 10:10 429 查看
[root@localhost ~ ]# yum -y install ntp
已加载插件:fastestmirror, langpacks
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
/var/run/yum.pid 已被锁定,PID 为 4054 的另一个程序正在运行。
Another app is currently holding the yum lock; waiting for it to exit...
  另一个应用程序是:PackageKit
    内存: 40 M RSS (915 MB VSZ)
    已启动: Wed Mar  9 06:15:33 2016 - 00:39之前
    状态  :睡眠中,进程ID:4054
Another app is currently holding the yum lock; waiting for it to exit...
  另一个应用程序是:PackageKit
    内存: 40 M RSS (915 MB VSZ)
    已启动: Wed Mar  9 06:15:33 2016 - 00:41之前
    状态  :睡眠中,进程ID:4054

Another app is currently holding the yum lock; waiting for it to exit...

解决办法:

[root@localhost ~]# rm -f /var/run/yum.pid    #删除该文件

[root@localhost hadoop]# yum -y install ntp    #再次yum  -y install 安装
已加载插件:fastestmirror, langpacks
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
base                                                     | 3.6 kB     00:00     
extras                                                   | 3.4 kB     00:00     
updates                                                  | 3.4 kB     00:00     
(1/2): extras/7/x86_64/primary_db                          | 101 kB   00:00     
(2/2): updates/7/x86_64/primary_db                         | 3.1 MB   00:10     
Loading mirror speeds from cached hostfile
 [root@localhost ~]# yum install httpd -y

已加载插件:fastestmirror, langpacks

Loading mirror speeds from cached hostfile

 * base: mirrors.163.com

 * extras: mirrors.163.com

 * updates: mirrors.163.com

重新安装:

[root@localhost ~]# yum install httpd -y

已加载插件:fastestmirror, langpacks

Loading mirror speeds from cached hostfile

 * base: mirrors.163.com

 * extras: mirrors.163.com

 * updates: mirrors.163.com
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐