yum命令显示Another app is currently holding the yum lock解决方法

问题:

[root@shareserver ~]# yum repolist           或者 yum clean all   都会提示如下:
Loaded plugins: langpacks
Existing lock /var/run/yum.pid: another copy is running as pid 20323.
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory :  34 M RSS (362 MB VSZ)
    Started: Wed Nov 28 07:29:03 2018 - 25:28 ago
    State  : Sleeping, pid: 20323
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: PackageKit
    Memory :  34 M RSS (362 MB VSZ)
    Started: Wed Nov 28 07:29:03 2018 - 25:30 ago
    State  : Sleeping, pid: 20323

解决方法:系统提示了一个进程正在休眠,pid为20323,那么可以使用 ps -aux | grep 20323来查看是什么进程

如果此进程并非重要进程,我们不妨使用kill命令杀死此进程       kill -s 9 20323,这样就可以正常使用yum命令了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值