centos 永久禁止PackageKit后台运行

来源:互联网 发布:恒泰证券交易软件 编辑:程序博客网 时间:2024/05/04 07:43

使用centos时,使用yum安装软件,老是会遇到这种提示:

Existing lock /var/run/yum.pid: another copy is running as pid 3053.Another app is currently holding the yum lock; waiting for it to exit...The other application is: PackageKitMemory : 37 M RSS ( 82 MB VSZ)Started: Sun Jan 24 16:11:53 2010 - 14:44 agoState : Sleeping, pid: 3053

后来才发现只要把/etc/yum/pluginconf.d/refresh-packagekit.conf改为如下:
enabled=0

就OK了。
1 0
原创粉丝点击