您好,登錄后才能下訂單哦!
問題:運行yun install php -y 出現Existing lock /var/run/yum.pid: another copy is running as pid 12092.問題。
[root@xiao ~]# yum install php -y
Loaded plugins: fastestmirror, refresh-packagekit, security
Existing lock /var/run/yum.pid: another copy is running as pid 12092.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory : 14 M RSS ( 31 MB VSZ)
Started: Mon Nov 24 02:55:21 2014 - 00:23 ago
State : Sleeping, pid: 12092
原因:安裝的時候yum有一個自動更新的服務(/etc/init.d/yum-updatesd)在運行,激活了yum進程。
方法:停止進程,關閉服務
停止進程:[root@xiao ~]#rm -f /var/run/yum.pid
關閉服務:[root@xiao ~]#/etc/init.d/yum-updatesd stop
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。