使用centos時,使用yum安裝軟件,老是會遇到這種提示:
1.Existing lock /var/run/yum.pid: another copy is running as pid 3053.
2.Another app is currently holding the yum lock; waiting for it to exit...
3.The other application is: PackageKit
4.Memory : 37 M RSS ( 82 MB VSZ)
5.Started: Sun Jan 24 16:11:53 2010 - 14:44 ago
6.State : Sleeping, pid: 3053
后來才發(fā)現(xiàn)只要把/etc/yum/pluginconf.d/refresh-packagekit.conf改為如下:
enabled=0
就OK了。